:root {
	--tl-shop-yellow: #f7f79c;
	--tl-shop-green: #075b3b;
	--tl-shop-green-bright: #62be3f;
	--tl-shop-text: #181b19;
	--tl-shop-muted: #68716c;
	--tl-shop-border: #e2e7e3;
	--tl-shop-surface: #fff;
	--tl-shop-radius: 14px;
}

/* Wellness Shop editorial hero and brand discovery — v1.7.17 */
body.woocommerce-shop .tl-shop-app--main {
	--tl-shop-green: #075b3b;
	--tl-shop-forest: #0c3b2d;
	--tl-shop-mint: #edf7f1;
	--tl-shop-sage-line: #d6e3dc;
}

.tl-shop-app__hero {
	margin: 0 0 34px;
	border-bottom: 1px solid var(--tl-shop-sage-line);
	background: #fff;
}

.tl-shop-app__hero-grid {
	display: grid;
	min-height: 310px;
	grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
	align-items: center;
	gap: 48px;
}

.tl-shop-app__hero-copy {
	padding: 38px 0 34px;
}

.tl-shop-app__hero-copy h1 {
	max-width: 590px;
	margin: 0 0 18px;
	color: var(--tl-shop-forest);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 4.6vw, 72px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: .98;
}

.tl-shop-app__hero-copy > p {
	max-width: 610px;
	margin: 0 0 26px;
	color: #56665f;
	font-size: 17px;
	line-height: 1.65;
}

.tl-shop-app__hero-actions {
	display: flex;
	align-items: center;
	gap: 28px;
}

.tl-shop-app__hero-primary,
.tl-shop-app__hero-secondary {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.tl-shop-app__hero-primary {
	padding: 12px 21px;
	border-radius: 6px;
	background: var(--tl-shop-green);
	box-shadow: 0 9px 22px rgb(7 91 59 / 15%);
	color: #fff;
}

.tl-shop-app__hero-primary:hover,
.tl-shop-app__hero-primary:focus-visible {
	background: var(--tl-shop-forest);
	color: #fff;
	transform: translateY(-2px);
}

.tl-shop-app__hero-secondary {
	gap: 10px;
	color: var(--tl-shop-green);
}

.tl-shop-app__hero-secondary svg {
	width: 18px;
	height: 18px;
}

.tl-shop-app__hero-primary,
.tl-shop-app__hero-secondary,
.tl-shop-app__brand {
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.tl-shop-app__hero-products {
	position: relative;
	min-height: 310px;
	overflow: hidden;
	background: #f2f6f3;
	isolation: isolate;
}

.tl-shop-app__hero-products::after {
	position: absolute;
	z-index: -1;
	right: 8%;
	bottom: 31px;
	left: 8%;
	height: 24px;
	border-radius: 50%;
	background: rgb(12 59 45 / 14%);
	filter: blur(17px);
	content: "";
}

.tl-shop-app__hero-botanical {
	display: none;
}

.tl-shop-app__hero-product {
	position: absolute;
	bottom: 39px;
	width: 24%;
	height: 225px;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 14px 11px rgb(12 59 45 / 13%));
	mix-blend-mode: multiply;
}

.tl-shop-app__hero-product--1 { left: 1%; z-index: 2; height: 190px; }
.tl-shop-app__hero-product--2 { left: 18%; z-index: 3; height: 235px; }
.tl-shop-app__hero-product--3 { left: 38%; z-index: 5; height: 252px; }
.tl-shop-app__hero-product--4 { right: 18%; z-index: 4; height: 225px; }
.tl-shop-app__hero-product--5 { right: 0; z-index: 2; height: 198px; }

.tl-shop-app__hero-search {
	margin: -1px 36px 30px;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgb(12 59 45 / 10%);
}

.tl-shop-app__hero-search button {
	border-radius: 0 5px 5px 0;
}

.tl-shop-app__brands {
	margin-top: 30px;
}

.tl-shop-app__brand-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 13px;
}

.tl-shop-app__brand-heading .tl-shop-app__section-title {
	margin: 0;
}

.tl-shop-app__brand-heading > a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	color: var(--tl-shop-green);
	font-size: 13px;
	font-weight: 800;
}

.tl-shop-app__brand-heading > a svg {
	width: 17px;
	height: 17px;
}

.tl-shop-app__brand-rail {
	display: grid;
	grid-auto-columns: minmax(132px, 1fr);
	grid-auto-flow: column;
	gap: 10px;
	overflow-x: auto;
	padding: 1px 1px 10px;
	scroll-snap-type: x proximity;
	scrollbar-color: #bfd2c8 transparent;
	scrollbar-width: thin;
}

.tl-shop-app__brand {
	display: flex;
	min-width: 132px;
	min-height: 99px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 12px 10px 10px;
	border: 1px solid var(--tl-shop-sage-line);
	border-radius: 6px;
	background: #fff;
	color: var(--tl-shop-text);
	scroll-snap-align: start;
	text-align: center;
	text-decoration: none !important;
}

.tl-shop-app__brand:hover,
.tl-shop-app__brand:focus-visible {
	border-color: #98bda9;
	box-shadow: 0 9px 22px rgb(12 59 45 / 10%);
	color: var(--tl-shop-green);
	transform: translateY(-3px);
}

.tl-shop-app__brand-art {
	display: grid;
	width: 100%;
	height: 52px;
	place-items: center;
}

.tl-shop-app__brand-art img {
	display: block;
	width: auto;
	max-width: 105px;
	height: auto;
	max-height: 46px;
	object-fit: contain;
}

.tl-shop-app__brand-art > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--tl-shop-mint);
	color: var(--tl-shop-green);
	font-family: Georgia, serif;
	font-size: 20px;
}

.tl-shop-app__brand strong {
	margin-top: 5px;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
}

@media (min-width: 1440px) {
	.tl-shop-app__hero-grid {
		grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
	}

	.tl-shop-app__brand-rail {
		grid-auto-columns: minmax(144px, 1fr);
	}
}

@media (max-width: 900px) {
	.tl-shop-app__hero-grid {
		grid-template-columns: 1fr 380px;
		gap: 28px;
	}

	.tl-shop-app__hero-copy h1 {
		font-size: 49px;
	}
}

@media (max-width: 767px) {
	.tl-shop-app__hero {
		margin: 0 -12px 28px;
	}

	.tl-shop-app__hero-grid {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.tl-shop-app__hero-copy {
		padding: 31px 16px 24px;
	}

	.tl-shop-app__hero-copy h1 {
		margin-bottom: 14px;
		font-size: clamp(39px, 11vw, 48px);
		line-height: 1;
	}

	.tl-shop-app__hero-copy > p {
		margin-bottom: 21px;
		font-size: 15px;
		line-height: 1.58;
	}

	.tl-shop-app__hero-actions {
		gap: 19px;
	}

	.tl-shop-app__hero-primary,
	.tl-shop-app__hero-secondary {
		min-height: 45px;
		font-size: 13px;
	}

	.tl-shop-app__hero-products {
		min-height: 210px;
	}

	.tl-shop-app__hero-product {
		bottom: 23px;
		height: 150px;
	}

	.tl-shop-app__hero-product--1 { height: 125px; }
	.tl-shop-app__hero-product--2 { height: 158px; }
	.tl-shop-app__hero-product--3 { height: 176px; }
	.tl-shop-app__hero-product--4 { height: 151px; }
	.tl-shop-app__hero-product--5 { height: 130px; }

	.tl-shop-app__hero-search {
		margin: 0 12px 20px;
		min-height: 50px;
	}

	.tl-shop-app__hero-search input[type="search"] {
		height: 48px;
		font-size: 13px;
	}

	.tl-shop-app__hero-search button {
		min-width: 70px;
		font-size: 11px;
	}

	.tl-shop-app__brands {
		margin-top: 25px;
	}

	.tl-shop-app__brand-heading {
		align-items: end;
		margin-bottom: 10px;
	}

	.tl-shop-app__brand-heading > a {
		min-height: 36px;
		font-size: 12px;
	}

	.tl-shop-app__brand-rail {
		grid-auto-columns: 126px;
		margin-right: -12px;
		padding-right: 20px;
	}

	.tl-shop-app__brand {
		min-width: 126px;
		min-height: 91px;
	}
}

@media (max-width: 380px) {
	.tl-shop-app__hero-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
	}

	.tl-shop-app__hero-secondary {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-shop-app__hero-primary,
	.tl-shop-app__hero-secondary,
	.tl-shop-app__brand {
		transition: none;
	}
}

body.woocommerce-shop .page-title .wd-nav-product-cat,
body.tax-product_cat .page-title .wd-nav-product-cat,
body.woocommerce-shop .page-title .wd-btn-show-cat,
body.tax-product_cat .page-title .wd-btn-show-cat {
	display: none !important;
}

body.search-results.post-type-archive-product .page-title .wd-nav-product-cat,
body.search-results.post-type-archive-product .page-title .wd-btn-show-cat {
	display: none !important;
}

body.woocommerce-shop .page-title,
body.tax-product_cat .page-title {
	padding-top: 28px;
	padding-bottom: 28px;
}

.tl-shop-app {
	margin: 0 auto 26px;
	max-width: 1180px;
	color: var(--tl-shop-text);
}

/*
 * Use more of large desktop screens without changing the comfortable laptop
 * and mobile layouts. WoodMart otherwise caps the whole catalogue at 1222px.
 */
@media (min-width: 1440px) {
	body.woocommerce-shop #main-content,
	body.tax-product_cat #main-content,
	body.search-results.post-type-archive-product #main-content {
		width: calc(100% - 64px);
		max-width: 1540px;
	}

	.tl-shop-app {
		max-width: 1500px;
	}

	.tl-shop-app__search.is-tl-shop-sticky {
		width: min(1500px, calc(100vw - 64px));
	}
}

.tl-shop-app__tagline {
	margin: 0 0 16px;
	color: var(--tl-shop-muted);
	font-size: 16px;
}

.tl-shop-app__search {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	border: 1px solid #cdd7d0;
	border-radius: 14px;
	background: var(--tl-shop-surface);
	box-shadow: 0 5px 18px rgb(5 73 47 / 6%);
}

.tl-shop-app__search-sticky-placeholder {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
}

.tl-shop-app__search.is-tl-shop-sticky {
	position: fixed !important;
	z-index: 390;
	top: max(var(--tl-shop-sticky-top, 68px), 68px) !important;
	left: 50%;
	width: min(1180px, calc(100vw - 24px));
	margin: 0;
	transform: translateX(-50%);
	box-shadow: 0 9px 28px rgb(5 73 47 / 18%);
}

@media (min-width: 768px) {
	body.admin-bar .tl-shop-app__search.is-tl-shop-sticky {
		top: max(var(--tl-shop-sticky-top, 100px), 100px) !important;
	}
}

.tl-shop-app__search-icon {
	display: grid;
	flex: 0 0 52px;
	place-items: center;
	color: var(--tl-shop-green);
}

.tl-shop-app__search-icon svg {
	width: 24px;
	height: 24px;
}

.tl-shop-app__search input[type="search"] {
	min-width: 0;
	height: 52px;
	flex: 1;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--tl-shop-text);
	font: 500 15px/1.3 inherit;
}

.tl-shop-app__search input[type="search"]:focus {
	outline: 0;
	box-shadow: none;
}

.tl-shop-app__search button {
	align-self: stretch;
	min-width: 92px;
	border: 0;
	border-radius: 0 13px 13px 0;
	background: var(--tl-shop-green);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .02em;
}

.tl-shop-app__shortcuts {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.tl-shop-app__shortcut {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	border: 1px solid var(--tl-shop-border);
	border-radius: 12px;
	background: #fff;
	color: var(--tl-shop-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tl-shop-app__shortcut:hover,
.tl-shop-app__shortcut:focus-visible {
	border-color: var(--tl-shop-green-bright);
	box-shadow: 0 7px 18px rgb(5 73 47 / 9%);
	color: var(--tl-shop-green);
	transform: translateY(-2px);
}

.tl-shop-app__shortcut-icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 50%;
	background: #f4faf5;
	color: var(--tl-shop-green);
}

.tl-shop-app__shortcut-icon svg {
	width: 22px;
	height: 22px;
}

.tl-shop-app__products-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.tl-shop-app__products-heading h2 {
	margin: 0;
	color: var(--tl-shop-text);
	font-size: clamp(24px, 2.4vw, 34px);
	line-height: 1.15;
}

.tl-shop-app__products-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--tl-shop-green);
	font-weight: 750;
}

.tl-shop-app__products-heading > a svg {
	width: 18px;
	height: 18px;
}

.tl-shop-app__sort {
	position: relative;
}

.tl-shop-app__sort summary {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 8px 13px;
	border: 1px solid var(--tl-shop-border);
	border-radius: 10px;
	color: var(--tl-shop-green);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.tl-shop-app__sort summary::-webkit-details-marker {
	display: none;
}

.tl-shop-app__sort summary::after {
	width: 7px;
	height: 7px;
	margin: -3px 0 0 9px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	content: "";
	transform: rotate(45deg);
}

.tl-shop-app__sort[open] summary::after {
	margin-top: 3px;
	transform: rotate(225deg);
}

.tl-shop-app__sort-options {
	position: absolute;
	z-index: 80;
	top: calc(100% + 6px);
	right: 0;
	width: 190px;
	padding: 6px;
	border: 1px solid var(--tl-shop-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 14px 30px rgb(0 0 0 / 14%);
}

.tl-shop-app__sort-options a {
	display: block;
	padding: 10px;
	border-radius: 7px;
	color: var(--tl-shop-text);
	font-size: 13px;
	font-weight: 650;
}

.tl-shop-app__sort-options a:hover,
.tl-shop-app__sort-options a:focus-visible {
	background: #f3f8f4;
	color: var(--tl-shop-green);
}

.tl-shop-app__toast {
	position: fixed;
	z-index: 100020;
	right: 20px;
	bottom: 92px;
	max-width: calc(100vw - 40px);
	padding: 11px 16px;
	border-radius: 999px;
	background: var(--tl-shop-green);
	box-shadow: 0 12px 28px rgb(0 0 0 / 20%);
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease;
}

.tl-shop-app__toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tl-shop-app__section-title {
	margin: 28px 0 14px;
	color: var(--tl-shop-green);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.tl-shop-app__need-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 28px;
}

.tl-shop-app__need-heading .tl-shop-app__section-title {
	margin: 0;
}

.tl-shop-app__all-needs {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid #c9dbce !important;
	border-radius: 999px;
	background: #fff !important;
	color: var(--tl-shop-green) !important;
	font-size: 13px;
	font-weight: 800;
	text-transform: none !important;
	white-space: nowrap;
}

.tl-shop-app__all-needs svg {
	width: 17px;
	height: 17px;
	transition: transform .18s ease;
}

.tl-shop-app__all-needs[aria-expanded="true"] svg {
	transform: rotate(90deg);
}

.tl-shop-app__all-needs:hover,
.tl-shop-app__all-needs:focus-visible {
	border-color: var(--tl-shop-green-bright) !important;
	background: #f3faf4 !important;
}

.tl-shop-app__needs {
	display: flex;
	gap: 14px;
	margin: 14px -4px 0;
	padding: 2px 4px 12px;
	overflow-x: auto;
	scroll-padding-inline: 4px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: #c7d9cc transparent;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	touch-action: pan-x pan-y;
	user-select: none;
}

.tl-shop-app__needs.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.tl-shop-app__needs.is-dragging .tl-shop-app__need {
	pointer-events: none;
}

.tl-shop-app__needs::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tl-shop-app__need-scroll-hint {
	display: none;
	max-width: 360px;
	align-items: center;
	gap: 7px;
	margin: 1px auto 0;
	color: #738078;
}

.tl-shop-app__need-scroll-hint.is-visible {
	display: flex;
}

.tl-shop-app__need-scroll-track {
	position: relative;
	height: 5px;
	flex: 1;
	overflow: hidden;
	border-radius: 999px;
	background: #e4eee7;
}

.tl-shop-app__need-scroll-thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24%;
	border-radius: inherit;
	background: var(--tl-shop-green);
	box-shadow: 0 1px 4px rgb(5 73 47 / 22%);
	transition: width .15s ease;
}

.tl-shop-app__need-scroll-arrow {
	color: var(--tl-shop-green);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.tl-shop-app__need-scroll-label {
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

.tl-shop-app__needs.is-expanded + .tl-shop-app__need-scroll-hint {
	display: none;
}

.tl-shop-app__need {
	display: flex;
	min-width: 150px;
	flex: 1 0 calc((100% - 70px) / 6);
	flex-direction: column;
	align-items: center;
	gap: 9px;
	padding: 3px 4px;
	color: var(--tl-shop-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	scroll-snap-align: start;
	text-align: center;
}

.tl-shop-app__need-icon {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid #d8e5da;
	border-radius: 50%;
	background: #fbfdfb;
	color: var(--tl-shop-green);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.tl-shop-app__need-icon svg {
	width: 34px;
	height: 34px;
}

.tl-shop-app__need:hover,
.tl-shop-app__need:focus-visible {
	color: var(--tl-shop-green);
}

.tl-shop-app__need:hover .tl-shop-app__need-icon,
.tl-shop-app__need:focus-visible .tl-shop-app__need-icon,
.tl-shop-app__need.is-active .tl-shop-app__need-icon {
	border-color: var(--tl-shop-green-bright);
	background: #f2faf3;
	transform: translateY(-2px);
}

.tl-shop-app__need.is-active {
	color: var(--tl-shop-green);
}

.tl-shop-app__need.is-active .tl-shop-app__need-icon {
	background: var(--tl-shop-green);
	color: #fff;
	box-shadow: 0 7px 18px rgb(5 73 47 / 18%);
}

.tl-shop-app__needs.is-expanded {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	overflow: visible;
}

.tl-shop-app__needs.is-expanded .tl-shop-app__need {
	min-width: 0;
}

.tl-shop-app__needs--compact {
	margin-top: 12px;
}

.tl-shop-app__needs--compact .tl-shop-app__need {
	min-width: 128px;
	flex-basis: 128px;
}

.tl-shop-app__needs--compact .tl-shop-app__need-icon {
	width: 52px;
	height: 52px;
}

.tl-shop-app__needs--compact .tl-shop-app__need-icon svg {
	width: 29px;
	height: 29px;
}

.tl-shop-app__shortcut-title {
	margin: 20px 0 0;
	color: var(--tl-shop-green);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.tl-shop-app__category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.tl-shop-app__category {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dfe5e1;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 3px 12px rgb(0 0 0 / 4%);
	color: var(--tl-shop-text);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tl-shop-app__category:hover,
.tl-shop-app__category:focus-visible {
	border-color: #bcd5c2;
	box-shadow: 0 8px 20px rgb(5 73 47 / 10%);
	color: var(--tl-shop-green);
	transform: translateY(-2px);
}

.tl-shop-app__category img {
	width: 100%;
	aspect-ratio: 1 / .78;
	object-fit: cover;
	background: #f4f6f4;
}

.tl-shop-app__category span {
	display: grid;
	min-height: 54px;
	place-items: center;
	padding: 9px 7px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.tl-shop-app__category.is-extra {
	display: none;
}

.tl-shop-app__category.is-extra.is-visible {
	display: flex;
}

.tl-shop-app__all-categories {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	width: 100%;
	min-height: 50px;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	padding: 9px 14px;
	border: 1px solid var(--tl-shop-green) !important;
	border-radius: 10px;
	background: #fff !important;
	color: var(--tl-shop-green) !important;
	font-size: 14px;
	font-weight: 800;
	text-transform: none !important;
}

.tl-shop-app__all-categories span {
	grid-column: 2;
}

.tl-shop-app__all-categories svg {
	grid-column: 3;
	width: 19px;
	height: 19px;
	justify-self: end;
}

.tl-shop-app__all-categories:hover,
.tl-shop-app__all-categories:focus-visible {
	background: #f3faf4;
}

.tl-shop-infinite {
	display: grid;
	justify-items: center;
	gap: 12px;
	margin: 28px auto 10px;
	text-align: center;
}

.tl-shop-infinite__status {
	color: #5f6f66;
	font-size: 14px;
}

.tl-shop-infinite .tl-shop-infinite__button {
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid #00653f;
	border-radius: 10px;
	background: #00653f !important;
	color: #fff !important;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tl-shop-infinite .tl-shop-infinite__button:hover,
.tl-shop-infinite .tl-shop-infinite__button:focus-visible {
	background: #004b30 !important;
	box-shadow: 0 8px 20px rgba(0, 101, 63, .18);
	transform: translateY(-1px);
}

.tl-shop-infinite .tl-shop-infinite__button:disabled {
	cursor: wait;
	opacity: .68;
	transform: none;
}

.tl-shop-infinite.is-complete .tl-shop-infinite__button {
	background: #fff !important;
	color: #00653f !important;
	border-color: #00653f !important;
}

.tl-shop-infinite.is-complete .tl-shop-infinite__button:hover,
.tl-shop-infinite.is-complete .tl-shop-infinite__button:focus-visible {
	background: #eef8f1 !important;
	color: #004b30 !important;
}

.tl-shop-infinite__sentinel {
	width: 100%;
	height: 1px;
}

.tl-shop-pagination--fallback {
	display: none !important;
}

@media (max-width: 767px) {
	.tl-shop-infinite {
		margin-block: 20px 8px;
		padding-inline: 14px;
	}

	.tl-shop-infinite__button {
		width: min(100%, 320px);
	}
}

.tl-shop-app--main .tl-shop-app__products-heading {
	margin-top: 30px;
}

.tl-shop-app--main .tl-shop-app__products-heading > a {
	white-space: nowrap;
}

body.tax-product_cat .term-description {
	max-width: 1180px;
	margin: 0 auto 20px;
	padding: 15px 18px;
	border: 1px solid #dbe9de;
	border-radius: 13px;
	background: #f7fbf8;
	color: var(--tl-shop-muted);
	font-size: 14px;
	line-height: 1.55;
}

body.tax-product_cat .term-description p:last-child {
	margin-bottom: 0;
}

body.tax-product_cat .wd-products > .category-grid-item {
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 10px !important;
	border: 1px solid var(--tl-shop-border);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 3px 12px rgb(0 0 0 / 4%);
}

body.tax-product_cat .category-grid-item .category-image-wrapp {
	margin-bottom: 8px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 9px;
	background: #f5f7f5;
}

body.tax-product_cat .category-grid-item .wd-cat-wrap,
body.tax-product_cat .category-grid-item .wd-cat-inner {
	height: auto !important;
}

body.tax-product_cat .category-grid-item .wd-cat-inner {
	display: flex;
	flex-direction: column;
}

body.tax-product_cat .category-grid-item .category-image {
	display: block;
	width: 100%;
	height: 100% !important;
}

body.tax-product_cat .category-grid-item .category-image-wrapp img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.tax-product_cat .category-grid-item .wd-cat-content {
	position: static !important;
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	padding: 3px 1px 0 !important;
	background: transparent !important;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

body.tax-product_cat .category-grid-item .wd-entities-title {
	position: static !important;
	inset: auto !important;
	display: block !important;
	min-height: 38px;
	margin: 0;
	padding: 2px 5px 6px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	text-align: center;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

body.tax-product_cat .category-grid-item .wd-cat-count,
body.tax-product_cat .category-grid-item .wd-sub-menu {
	display: none !important;
}

body.tax-product_cat .category-grid-item.tl-shop-category--redeem .category-image-wrapp {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 22% 18%, hsl(var(--tl-deal-hue) 92% 80%) 0 8%, transparent 32%),
		linear-gradient(145deg, hsl(var(--tl-deal-hue) 76% 96%), hsl(var(--tl-deal-hue) 54% 83%));
}

body.tax-product_cat .category-grid-item.tl-shop-category--redeem .category-image-wrapp img {
	opacity: .14;
	filter: grayscale(.35) saturate(.55);
	object-fit: cover;
}

.tl-shop-category__deal-art {
	position: absolute;
	z-index: 2;
	inset: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(255 255 255 / 78%);
	border-radius: 14px;
	background: rgb(255 255 255 / 62%);
	box-shadow: 0 12px 28px hsl(var(--tl-deal-hue) 42% 36% / 16%);
	color: hsl(var(--tl-deal-hue) 68% 24%);
	text-align: center;
	backdrop-filter: blur(2px);
}

.tl-shop-category__deal-art strong {
	font-size: clamp(40px, 4.2vw, 66px);
	font-weight: 900;
	letter-spacing: -.065em;
	line-height: .95;
}

.tl-shop-category__deal-kicker,
.tl-shop-category__deal-caption {
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tl-shop-category__deal-kicker {
	margin-bottom: 7px;
}

.tl-shop-category__deal-caption {
	margin-top: 7px;
}

body.tax-product_cat .category-grid-item.tl-shop-category--brand .category-image-wrapp {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, hsl(var(--tl-brand-hue) 78% 76% / 52%) 0 10%, transparent 38%),
		linear-gradient(145deg, hsl(var(--tl-brand-hue) 65% 97%), hsl(var(--tl-brand-hue) 44% 88%));
}

body.tax-product_cat .category-grid-item.tl-shop-category--brand .category-image-wrapp > a > img,
body.tax-product_cat .category-grid-item.tl-shop-category--brand .category-image-wrapp > img {
	opacity: .07;
	filter: grayscale(1);
}

.tl-shop-category__brand-art {
	position: absolute;
	z-index: 2;
	inset: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px;
	border: 1px solid rgb(255 255 255 / 82%);
	border-radius: 15px;
	background: rgb(255 255 255 / 72%);
	box-shadow: 0 12px 28px hsl(var(--tl-brand-hue) 40% 30% / 14%);
	color: hsl(var(--tl-brand-hue) 64% 22%);
	text-align: center;
	backdrop-filter: blur(3px);
	pointer-events: none;
}

.tl-shop-category__brand-logo {
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	object-fit: contain !important;
	opacity: 1 !important;
	filter: none !important;
}

.tl-shop-category__brand-monogram {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: hsl(var(--tl-brand-hue) 54% 31%);
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}

.tl-shop-category__brand-art strong {
	font-size: clamp(16px, 1.55vw, 22px);
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.05;
}

.tl-shop-category__brand-art > span:last-child {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	body.woocommerce-shop .product-grid-item .price,
	body.tax-product_cat .product-grid-item .price,
	body.woocommerce-shop .product-grid-item .price .amount,
	body.tax-product_cat .product-grid-item .price .amount,
	body.woocommerce-shop .product-grid-item .price bdi,
	body.tax-product_cat .product-grid-item .price bdi {
		color: #26312b !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-pay,
	body.tax-product_cat .product-grid-item .tl-coin-pay {
		color: #68716c !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-pay strong,
	body.tax-product_cat .product-grid-item .tl-coin-pay strong,
	body.woocommerce-shop .product-grid-item .tl-coin-pay strong .amount,
	body.tax-product_cat .product-grid-item .tl-coin-pay strong .amount,
	body.woocommerce-shop .product-grid-item .tl-coin-pay strong bdi,
	body.tax-product_cat .product-grid-item .tl-coin-pay strong bdi {
		color: #075b3b !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-tier,
	body.tax-product_cat .product-grid-item .tl-coin-tier,
	body.woocommerce-shop .product-grid-item .tl-coin-details,
	body.tax-product_cat .product-grid-item .tl-coin-details,
	body.woocommerce-shop .product-grid-item .quantity,
	body.tax-product_cat .product-grid-item .quantity {
		display: none !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-box,
	body.tax-product_cat .product-grid-item .tl-coin-box {
		margin: 8px 0 10px !important;
		padding: 10px !important;
		border-radius: 12px !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-row,
	body.tax-product_cat .product-grid-item .tl-coin-row {
		gap: 8px;
	}

	body.woocommerce-shop .product-grid-item .wd-add-btn,
	body.tax-product_cat .product-grid-item .wd-add-btn {
		margin-top: auto;
	}

	body.woocommerce-shop .product-grid-item .add_to_cart_button,
	body.tax-product_cat .product-grid-item .add_to_cart_button,
	body.woocommerce-shop .product-grid-item .button,
	body.tax-product_cat .product-grid-item .button {
		min-height: 42px;
		border-radius: 9px;
		background: var(--tl-shop-green) !important;
		color: #fff !important;
	}
}

@media (max-width: 767px) {
	.tl-shop-category__brand-art {
		inset: 6px;
		gap: 4px;
		padding: 7px;
		border-radius: 10px;
	}

	.tl-shop-category__brand-logo {
		width: 44px !important;
		height: 44px !important;
		max-width: 44px !important;
	}

	.tl-shop-category__brand-monogram {
		width: 42px;
		height: 42px;
		font-size: 23px;
	}

	.tl-shop-category__brand-art strong {
		font-size: 13px;
	}

	.tl-shop-category__brand-art > span:last-child {
		display: none;
	}

	.tl-shop-category__deal-art {
		inset: 7px;
		border-radius: 10px;
	}

	.tl-shop-category__deal-art strong {
		font-size: 34px;
	}

	.tl-shop-category__deal-kicker,
	.tl-shop-category__deal-caption {
		font-size: 8px;
		letter-spacing: .055em;
	}

	.tl-shop-category__deal-kicker {
		margin-bottom: 3px;
	}

	.tl-shop-category__deal-caption {
		margin-top: 3px;
	}

	body.woocommerce-shop,
	body.tax-product_cat,
	body.search-results.post-type-archive-product {
		background: #f7f8f7;
	}

	body.woocommerce-shop .page-title,
	body.tax-product_cat .page-title {
		padding: 13px 14px 7px;
		background: #fff;
	}

	body.woocommerce-shop .page-title .title,
	body.tax-product_cat .page-title .title {
		margin: 0;
		color: var(--tl-shop-text);
		font-size: 30px;
		font-weight: 800;
		letter-spacing: -.035em;
		line-height: 1.12;
		text-transform: none;
	}

	body.tax-product_cat .term-description {
		margin: 0 0 10px;
		padding: 12px 14px;
		font-size: 13px;
		line-height: 1.45;
	}

	body.woocommerce-shop .woocommerce-breadcrumb,
	body.tax-product_cat .woocommerce-breadcrumb {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
		white-space: nowrap !important;
	}

	body.woocommerce-shop .main-page-wrapper,
	body.tax-product_cat .main-page-wrapper {
		padding-top: 0;
	}

	body.woocommerce-shop .site-content,
	body.tax-product_cat .site-content {
		padding-right: 10px;
		padding-left: 10px;
	}

	.tl-shop-app {
		margin: 0 -10px 12px;
		padding: 0 10px;
		background: #fff;
	}

	.tl-shop-app__tagline {
		margin: 0 4px 10px;
		font-size: 13px;
	}

	.tl-shop-app--main .tl-shop-app__tagline {
		text-align: center;
	}

	.tl-shop-app__search {
		position: relative;
		z-index: 45;
		min-height: 48px;
		border-radius: 12px;
		box-shadow: 0 4px 14px rgb(5 73 47 / 8%);
	}

	.tl-shop-app__search.is-tl-shop-sticky {
		position: fixed !important;
		z-index: 390;
		top: max(var(--tl-shop-sticky-top, 68px), 68px) !important;
		left: 10px;
		width: calc(100vw - 20px);
		margin: 0;
		transform: none;
		box-shadow: 0 8px 24px rgb(5 73 47 / 18%);
	}

	.tl-shop-app__search-icon {
		flex-basis: 44px;
	}

	.tl-shop-app__search-icon svg {
		width: 22px;
		height: 22px;
	}

	.tl-shop-app__search input[type="search"] {
		height: 46px;
		font-size: 14px;
	}

	.tl-shop-app__search button {
		min-width: 64px;
		border-radius: 0 11px 11px 0;
		font-size: 12px;
	}

	.tl-shop-app--main .tl-shop-app__search button {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		min-width: 0;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
		white-space: nowrap !important;
	}

	.tl-shop-app__section-title {
		margin: 24px 0 13px;
		font-size: 20px;
	}

	.tl-shop-app__need-heading {
		margin-top: 22px;
	}

	.tl-shop-app__need-heading .tl-shop-app__section-title {
		margin: 0;
	}

	.tl-shop-app__all-needs {
		min-height: 36px;
		padding: 6px 10px;
		font-size: 12px;
	}

	.tl-shop-app__needs {
		gap: 7px;
		margin: 10px -10px 0;
		padding: 2px 10px 10px;
		scrollbar-width: none;
	}

	.tl-shop-app__needs::-webkit-scrollbar {
		display: none;
	}

	.tl-shop-app__need-scroll-hint {
		max-width: 285px;
		gap: 6px;
		margin-top: 2px;
	}

	.tl-shop-app__need-scroll-track {
		height: 5px;
	}

	.tl-shop-app__need-scroll-label {
		font-size: 10px;
	}

	.tl-shop-app__need {
		min-width: 82px;
		flex: 0 0 82px;
		gap: 6px;
		padding: 2px;
		font-size: 10px;
		font-weight: 750;
	}

	.tl-shop-app__need-icon {
		width: 47px;
		height: 47px;
	}

	.tl-shop-app__need-icon svg {
		width: 27px;
		height: 27px;
	}

	.tl-shop-app__needs.is-expanded {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px 7px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.tl-shop-app__needs.is-expanded .tl-shop-app__need {
		width: auto;
		min-width: 0;
	}

	.tl-shop-app__needs--compact .tl-shop-app__need {
		min-width: 82px;
		flex-basis: 82px;
	}

	.tl-shop-app__needs--compact .tl-shop-app__need-icon {
		width: 45px;
		height: 45px;
	}

	.tl-shop-app__needs--compact .tl-shop-app__need-icon svg {
		width: 25px;
		height: 25px;
	}

	.tl-shop-app__shortcut-title {
		margin: 16px 2px 0;
		font-size: 15px;
	}

	.tl-shop-app__category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}

	.tl-shop-app__category {
		border-radius: 10px;
	}

	.tl-shop-app__category img {
		aspect-ratio: 1 / .9;
	}

	.tl-shop-app__category span {
		min-height: 46px;
		padding: 7px 5px;
		font-size: 12px;
	}

	.tl-shop-app__all-categories {
		min-height: 46px !important;
		margin-top: 14px;
		font-size: 13px;
	}

	.tl-shop-app--main .tl-shop-app__products-heading {
		margin-top: 22px;
	}

	.tl-shop-app__shortcuts {
		display: flex;
		gap: 6px;
		margin: 9px -10px 0;
		padding: 8px 10px 11px;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.tl-shop-app__shortcuts::-webkit-scrollbar {
		display: none;
	}

	.tl-shop-app__shortcut {
		min-width: 76px;
		flex: 0 0 76px;
		flex-direction: column;
		gap: 5px;
		padding: 5px 2px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: center;
		font-size: 11px;
		line-height: 1.15;
	}

	.tl-shop-app__shortcut:hover,
	.tl-shop-app__shortcut:focus-visible {
		box-shadow: none;
		transform: none;
	}

	.tl-shop-app__shortcut-icon {
		width: 39px;
		height: 39px;
		flex-basis: 39px;
		border: 1px solid #d7e6da;
		background: #fbfdfb;
	}

	.tl-shop-app__shortcut-icon svg {
		width: 23px;
		height: 23px;
	}

	.tl-shop-app__products-heading {
		margin: 0 -10px;
		padding: 10px 12px;
		border-top: 1px solid var(--tl-shop-border);
	}

	.tl-shop-app__products-heading h2 {
		font-size: 20px;
		letter-spacing: -.02em;
	}

	.tl-shop-app__sort summary {
		min-height: 40px;
		padding: 7px 11px;
		font-size: 12px;
	}

	body.woocommerce-shop .shop-loop-head,
	body.tax-product_cat .shop-loop-head {
		position: sticky;
		z-index: 40;
		top: 0;
		display: flex;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		margin: 0 -10px 10px;
		padding: 8px 12px;
		border-top: 1px solid var(--tl-shop-border);
		border-bottom: 1px solid var(--tl-shop-border);
		background: rgb(255 255 255 / 96%);
		box-shadow: 0 5px 12px rgb(0 0 0 / 5%);
		backdrop-filter: blur(8px);
	}

	body.woocommerce-shop .shop-loop-head > .wd-shop-tools,
	body.tax-product_cat .shop-loop-head > .wd-shop-tools {
		width: auto;
		flex: 0 1 auto;
	}

	body.woocommerce-shop .shop-loop-head > .wd-shop-tools:first-child,
	body.tax-product_cat .shop-loop-head > .wd-shop-tools:first-child {
		display: flex;
		flex: 1 1 auto !important;
		align-items: center;
	}

	body.woocommerce-shop .shop-loop-head > .wd-shop-tools:last-child,
	body.tax-product_cat .shop-loop-head > .wd-shop-tools:last-child {
		display: flex;
		width: auto !important;
		flex: 0 0 auto !important;
		align-items: center;
	}

	body.woocommerce-shop .woocommerce-result-count,
	body.tax-product_cat .woocommerce-result-count {
		margin: 0;
		font-size: 12px;
		color: var(--tl-shop-muted);
	}

	body.woocommerce-shop .wd-products-shop-view,
	body.tax-product_cat .wd-products-shop-view,
	body.woocommerce-shop .wd-filter-buttons,
	body.tax-product_cat .wd-filter-buttons {
		display: none !important;
	}

	body.woocommerce-shop .wd-show-sidebar-btn,
	body.tax-product_cat .wd-show-sidebar-btn {
		min-height: 42px;
		margin: 0;
	}

	body.woocommerce-shop .wd-show-sidebar-btn a,
	body.tax-product_cat .wd-show-sidebar-btn a {
		display: inline-flex;
		min-height: 42px;
		align-items: center;
		font-size: 12px;
		font-weight: 800;
	}

	body.woocommerce-shop .wd-products,
	body.tax-product_cat .wd-products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		margin: 0 !important;
	}

	body.tax-product_cat .wd-products > .category-grid-item {
		padding: 7px !important;
		border-radius: 12px;
	}

	body.tax-product_cat .category-grid-item .category-image-wrapp {
		margin-bottom: 6px;
	}

	body.tax-product_cat .category-grid-item .wd-entities-title {
		font-size: 12px;
		line-height: 1.25;
	}

	body.woocommerce-shop .wd-products > .product-grid-item,
	body.tax-product_cat .wd-products > .product-grid-item {
		width: auto !important;
		min-width: 0;
		margin: 0 !important;
		padding: 0 0 10px !important;
		border: 1px solid var(--tl-shop-border);
		border-radius: var(--tl-shop-radius);
		background: #fff;
		box-shadow: 0 3px 10px rgb(0 0 0 / 4%);
		overflow: hidden;
	}

	body.woocommerce-shop .product-grid-item .product-wrapper,
	body.tax-product_cat .product-grid-item .product-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	body.woocommerce-shop .product-grid-item .product-element-top,
	body.tax-product_cat .product-grid-item .product-element-top {
		aspect-ratio: 1 / 1;
		margin: 0;
		background: #fff;
		overflow: hidden;
	}

	body.woocommerce-shop .product-grid-item .product-element-top img,
	body.tax-product_cat .product-grid-item .product-element-top img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	body.woocommerce-shop .product-grid-item .product-element-bottom,
	body.tax-product_cat .product-grid-item .product-element-bottom {
		display: flex;
		flex: 1;
		flex-direction: column;
		align-items: stretch;
		padding: 9px 10px 0;
	}

	body.woocommerce-shop .product-grid-item .wd-entities-title,
	body.tax-product_cat .product-grid-item .wd-entities-title {
		display: -webkit-box;
		min-height: 39px;
		margin: 0 0 4px;
		overflow: hidden;
		color: var(--tl-shop-text);
		font-size: 13px;
		font-weight: 700;
		line-height: 1.45;
		text-align: left;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.woocommerce-shop .product-grid-item .wd-product-brands,
	body.tax-product_cat .product-grid-item .wd-product-brands,
	body.woocommerce-shop .product-grid-item .wd-product-brands-links,
	body.tax-product_cat .product-grid-item .wd-product-brands-links,
	body.woocommerce-shop .product-grid-item .wd-product-cats,
	body.tax-product_cat .product-grid-item .wd-product-cats {
		display: none !important;
	}

	body.woocommerce-shop .product-grid-item .stock,
	body.tax-product_cat .product-grid-item .stock {
		display: block;
		width: 100%;
		margin: 0 0 4px;
		font-size: 11px;
		line-height: 1.25;
		text-align: center !important;
	}

	body.woocommerce-shop .product-grid-item .price,
	body.tax-product_cat .product-grid-item .price {
		display: block;
		width: 100%;
		margin: 2px 0 5px;
		color: #26312b !important;
		font-size: 15px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		text-align: center !important;
	}

	body.woocommerce-shop .product-grid-item .price .amount,
	body.tax-product_cat .product-grid-item .price .amount,
	body.woocommerce-shop .product-grid-item .price bdi,
	body.tax-product_cat .product-grid-item .price bdi {
		color: #26312b !important;
		font-size: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-box,
	body.tax-product_cat .product-grid-item .tl-coin-box {
		margin: 0 0 8px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-row,
	body.tax-product_cat .product-grid-item .tl-coin-row {
		display: flex !important;
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		gap: 2px !important;
		width: 100%;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-pill,
	body.tax-product_cat .product-grid-item .tl-coin-pill {
		width: max-content;
		min-width: 0;
		margin: 0 auto;
		padding: 4px 7px !important;
		font-size: 11px !important;
		white-space: nowrap;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-pay,
	body.tax-product_cat .product-grid-item .tl-coin-pay {
		display: inline-flex !important;
		position: static !important;
		width: 100% !important;
		min-width: 0;
		align-items: baseline;
		justify-content: center;
		margin: 0 !important;
		padding: 0 !important;
		color: #68716c !important;
		font-size: 10px !important;
		line-height: 1.2;
		text-align: center;
		white-space: nowrap;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-pay strong,
	body.tax-product_cat .product-grid-item .tl-coin-pay strong {
		margin-left: 3px;
		color: #075b3b !important;
		font-size: 12px !important;
		font-weight: 800;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-pay strong .amount,
	body.tax-product_cat .product-grid-item .tl-coin-pay strong .amount,
	body.woocommerce-shop .product-grid-item .tl-coin-pay strong bdi,
	body.tax-product_cat .product-grid-item .tl-coin-pay strong bdi {
		margin: 0 !important;
		color: #075b3b !important;
		font-size: inherit !important;
		font-weight: inherit !important;
	}

	body.woocommerce-shop .product-grid-item .tl-coin-tier,
	body.tax-product_cat .product-grid-item .tl-coin-tier,
	body.woocommerce-shop .product-grid-item .tl-coin-details,
	body.tax-product_cat .product-grid-item .tl-coin-details,
	body.woocommerce-shop .product-grid-item .quantity,
	body.tax-product_cat .product-grid-item .quantity {
		display: none !important;
	}

	body.woocommerce-shop .product-grid-item .wd-add-btn,
	body.tax-product_cat .product-grid-item .wd-add-btn,
	body.woocommerce-shop .product-grid-item .wd-bottom-actions,
	body.tax-product_cat .product-grid-item .wd-bottom-actions {
		margin-top: auto;
	}

	body.woocommerce-shop .product-grid-item .add_to_cart_button,
	body.tax-product_cat .product-grid-item .add_to_cart_button,
	body.woocommerce-shop .product-grid-item .button,
	body.tax-product_cat .product-grid-item .button {
		display: inline-flex;
		width: 100%;
		height: auto !important;
		min-height: 38px !important;
		align-items: center;
		justify-content: center;
		margin: auto 0 0;
		padding: 7px 6px !important;
		border-radius: 9px;
		background: var(--tl-shop-green) !important;
		color: #fff !important;
		font-size: 10px !important;
		font-weight: 800 !important;
		line-height: 1.05 !important;
		text-align: center;
	}

	body.woocommerce-shop .product-grid-item .add_to_cart_button:hover,
	body.tax-product_cat .product-grid-item .add_to_cart_button:hover,
	body.woocommerce-shop .product-grid-item .button:hover,
	body.tax-product_cat .product-grid-item .button:hover {
		background: #0a7049 !important;
	}

	body.woocommerce-shop .tl-product-coin-badge,
	body.tax-product_cat .tl-product-coin-badge {
		padding: 5px 7px !important;
		font-size: 10px !important;
	}

	body.woocommerce-shop .tl-reward-fab-wrap,
	body.tax-product_cat .tl-reward-fab-wrap {
		bottom: 84px !important;
		left: 8px !important;
		transform: scale(.88);
		transform-origin: bottom left;
	}

	body.woocommerce-shop .site-content,
	body.tax-product_cat .site-content {
		padding-bottom: 104px;
	}

	.tl-shop-app__toast {
		right: 50%;
		bottom: 88px;
		transform: translate(50%, 12px);
	}

	.tl-shop-app__toast.is-visible {
		transform: translate(50%, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-shop-app__shortcut,
	.tl-shop-app__toast {
		transition: none;
	}
}

/* Keep the hero search action visible after the legacy mobile search rules. */
@media (max-width: 767px) {
	.tl-shop-app--main .tl-shop-app__hero-search {
		margin: 0 12px 20px;
		border-radius: 6px;
	}

	.tl-shop-app--main .tl-shop-app__hero-search button {
		position: static !important;
		width: auto !important;
		height: auto !important;
		min-width: 70px;
		overflow: visible !important;
		clip: auto !important;
		border-radius: 0 5px 5px 0;
		white-space: normal !important;
	}
}
