:root {
	--sv-ink: #1e1718;
	--sv-muted: #6b6265;
	--sv-sage: #7f927e;
	--sv-sage-dark: #314339;
	--sv-mist: #edf3ef;
	--sv-petal: #f6dfe7;
	--sv-cream: #fbf7f0;
	--sv-porcelain: #fffefd;
	--sv-line: #e4d9d0;
	--sv-action: #bd1f6a;
	--sv-action-dark: #811646;
	--sv-cobalt: #005de8;
	--sv-copper: #ab7558;
}

body {
	background: var(--sv-cream);
	color: var(--sv-ink);
	overflow-x: hidden;
}

html,
#page,
.site,
.site-content,
.col-full,
.content-area {
	max-width: 100vw;
	overflow-x: hidden;
}

a,
.site-header-cart .cart-contents,
.main-navigation ul li a,
.site-title a {
	color: var(--sv-ink);
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 3px solid rgba(168, 41, 104, 0.32);
	outline-offset: 3px;
}

::selection {
	background: var(--sv-petal);
	color: var(--sv-ink);
}

.site-header {
	backdrop-filter: blur(18px);
	background: rgba(231, 238, 233, 0.92);
	border-bottom: 1px solid var(--sv-line);
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	position: sticky;
	top: 0;
	z-index: 30;
}

.site-header .col-full {
	align-items: center;
	display: flex !important;
	gap: 1.4rem;
	justify-content: space-between;
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.storefront-primary-navigation .col-full {
	align-items: center;
	display: flex !important;
	gap: 1.4rem;
	justify-content: center;
	padding-bottom: 0.2rem !important;
	padding-top: 0.2rem !important;
}

.storefront-primary-navigation {
	background: transparent;
	border-top: 1px solid rgba(226, 216, 207, 0.7);
	margin: 0 !important;
}

.sv-announcement {
	align-items: center;
	background: #f7f4ea;
	border-bottom: 1px solid rgba(16, 17, 14, 0.14);
	color: #10110e;
	display: flex;
	font-size: 0.86rem;
	gap: 0.8rem;
	justify-content: center;
	min-height: 2.4rem;
	padding: 0.45rem 1rem;
	text-align: center;
	z-index: 31;
}

.sv-announcement span {
	color: #10110e;
	flex: 0 1 auto;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
	min-width: 0;
}

.sv-announcement strong {
	font-weight: 600;
}

.sv-conversion-nav {
	align-items: center;
	backdrop-filter: blur(16px);
	background: rgba(231, 238, 233, 0.92);
	border-bottom: 1px solid rgba(16, 17, 14, 0.16);
	display: grid;
	gap: 1.125rem;
	grid-template-columns: auto 1fr auto;
	min-height: 4.125rem;
	padding: 0 clamp(1.125rem, 4vw, 3.5rem);
	position: sticky;
	top: 0;
	z-index: 30;
}

.sv-conversion-nav a {
	color: #10110e;
	text-decoration: none;
}

.sv-conversion-nav__brand {
	align-items: center;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 900;
	gap: 0.75rem;
	white-space: nowrap;
}

.sv-conversion-nav__brand span {
	align-items: center;
	background: #10110e;
	border-radius: 999px;
	color: #e7eee9;
	display: grid;
	font-weight: 900;
	height: 2.125rem;
	justify-content: center;
	width: 2.125rem;
}

.sv-conversion-nav__links,
.sv-conversion-nav__tools {
	align-items: center;
	display: flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: clamp(1rem, 3vw, 2.375rem);
	text-transform: uppercase;
}

.sv-conversion-nav__links {
	justify-content: center;
}

.sv-conversion-nav__tools {
	justify-content: flex-end;
}

.site-branding .site-title {
	font-size: 1.18rem;
	font-weight: 900;
	letter-spacing: 0;
}

.site-header .site-branding {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.site-branding .site-description {
	color: var(--sv-muted);
	font-size: 0.82rem;
}

.main-navigation ul li a {
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.9rem 0.95rem !important;
}

.main-navigation {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.site-search .woocommerce-product-search {
	position: relative;
}

.site-search,
.site-header-cart {
	display: none !important;
	visibility: hidden !important;
}

.site-content {
	padding-top: 0 !important;
}

.site-search .search-field {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	box-shadow: none;
	font-size: 0.9rem;
	min-height: 2.85rem;
	padding: 0 1rem;
}

.site-search .woocommerce-product-search button {
	display: none;
}

.site-header-cart .cart-contents {
	font-size: 0.9rem;
	font-weight: 800;
	padding: 1rem 0;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--sv-action);
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 0.9rem 1.25rem;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--sv-action-dark);
	color: #fff;
}

.site-main,
.content-area {
	width: 100%;
}

.site-content .col-full,
.col-full {
	max-width: 1180px;
}

.sv-home {
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
}

.sv-home *,
.sv-home *::before,
.sv-home *::after {
	box-sizing: border-box;
}

.home .entry-header {
	display: none;
}

.home .site-main {
	margin-bottom: 0;
	padding-top: 0;
}

.home .site-content .col-full {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.home .content-area {
	margin: 0;
}

.home .sv-home > .sv-section,
.home .sv-trust {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: calc(100% - 2.8315em);
}

.sv-brand-hero {
	align-items: center;
	background-image:
		linear-gradient(90deg, rgba(251, 247, 240, 0.9) 0%, rgba(251, 247, 240, 0.5) 38%, rgba(251, 247, 240, 0.78) 100%),
		var(--sv-hero-bg);
	background-position: center;
	background-size: cover;
	display: grid;
	margin-inline: calc(50% - 50vw);
	min-height: calc(100vh - 104px);
	overflow: hidden;
	padding: clamp(4rem, 9vw, 9rem) max(1.41575em, calc(50vw - 590px));
	position: relative;
}

.sv-brand-hero::before {
	background: radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 42%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.sv-brand-hero::after {
	background: linear-gradient(180deg, transparent, var(--sv-cream));
	bottom: 0;
	content: "";
	height: 18%;
	left: 0;
	position: absolute;
	right: 0;
}

.sv-brand-hero__inner {
	display: grid;
	gap: 1.15rem;
	justify-items: center;
	margin-inline: auto;
	max-width: 960px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.sv-brand-mark {
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(30, 23, 24, 0.12);
	border-radius: 28px;
	box-shadow: 0 22px 70px rgba(30, 23, 24, 0.16);
	display: grid;
	height: clamp(5rem, 10vw, 7.6rem);
	place-items: center;
	width: clamp(5rem, 10vw, 7.6rem);
}

.sv-brand-mark span {
	align-items: center;
	background: var(--sv-ink);
	border-radius: 22px;
	color: #fff;
	display: grid;
	font-size: clamp(2.5rem, 6vw, 4.9rem);
	font-weight: 900;
	height: 78%;
	line-height: 1;
	place-items: center;
	width: 78%;
}

.sv-brand-hero h1 {
	color: var(--sv-ink);
	font-size: clamp(4.2rem, 12vw, 10.5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.88;
	margin: 0;
	text-wrap: balance;
}

.sv-brand-hero p {
	color: var(--sv-ink);
	font-size: clamp(1.1rem, 2.2vw, 1.7rem);
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.sv-brand-hero__signal {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.sv-brand-hero__signal span {
	background: var(--sv-ink);
	border-radius: 999px;
	display: block;
	height: 0.5rem;
	opacity: 0.28;
	width: 0.5rem;
}

.sv-brand-hero__signal span:nth-child(2) {
	background: var(--sv-action);
	opacity: 0.75;
	width: 2.3rem;
}

.sv-brand-hero__signal span:nth-child(3) {
	background: var(--sv-cobalt);
	opacity: 0.65;
}

.sv-intro-band {
	align-items: center;
	border-bottom: 1px solid var(--sv-line);
	display: grid;
	margin-inline: calc(50% - 50vw);
	padding: clamp(1.4rem, 3vw, 2.4rem) max(1.41575em, calc(50vw - 590px));
}

.sv-intro-band p {
	color: var(--sv-muted);
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	line-height: 1.55;
	margin: 0;
	max-width: 72ch;
}

.sv-hero {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.8fr);
	min-height: 52vh;
	padding: clamp(3rem, 6vw, 6rem) 0 clamp(2.5rem, 6vw, 5.5rem);
}

.sv-hero__copy {
	max-width: 620px;
	min-width: 0;
}

.sv-kicker {
	color: var(--sv-sage-dark);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.sv-hero h1 {
	font-size: clamp(3.4rem, 7.8vw, 6rem);
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0 0 1.35rem;
	max-width: 760px;
	overflow-wrap: anywhere;
}

.sv-hero p {
	color: var(--sv-muted);
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	line-height: 1.62;
	margin-bottom: 1.5rem;
	max-width: 60ch;
}

.sv-hero__microcopy {
	color: var(--sv-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	font-weight: 750;
	gap: 0.55rem;
	margin-top: 1.35rem;
}

.sv-hero__microcopy span {
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	padding: 0.46rem 0.7rem;
}

.sv-hero__actions,
.sv-product-cta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.sv-hero__actions br,
.sv-product-cta br {
	display: none;
}

.sv-price {
	color: var(--sv-sage-dark);
	font-size: 1.05rem;
	font-weight: 800;
}

.sv-price del {
	color: var(--sv-muted);
	font-weight: 600;
	margin-left: 0.35rem;
}

.sv-hero__media img,
.sv-feature img,
.sv-image-strip img,
.sv-proof img {
	border-radius: 12px;
	box-shadow: 0 28px 80px rgba(54, 42, 38, 0.18);
	display: block;
	height: auto;
	width: 100%;
}

.sv-hero__media,
.sv-feature > div,
.sv-proof > div {
	min-width: 0;
}

.sv-hero--catalog {
	align-items: stretch;
}

.sv-catalog-rail {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.sv-hero__media {
	background: var(--sv-porcelain);
	border: 1px solid var(--sv-line);
	border-radius: 16px;
	box-shadow: 0 32px 90px rgba(54, 42, 38, 0.12);
	padding: clamp(1.2rem, 3vw, 2.4rem);
	position: relative;
}

.sv-hero__media img {
	box-shadow: none;
	margin-inline: auto;
	max-width: 500px;
}

.sv-hero-card {
	background: rgba(30, 23, 24, 0.94);
	border-radius: 12px;
	bottom: 1.1rem;
	color: #fff;
	max-width: 18rem;
	padding: 0.95rem 1rem;
	position: absolute;
	right: 1.1rem;
}

.sv-hero-card strong,
.sv-hero-card span {
	display: block;
}

.sv-hero-card span {
	color: #eadbd7;
	font-size: 0.9rem;
	line-height: 1.45;
	margin-top: 0.25rem;
	overflow-wrap: anywhere;
}

.sv-trust {
	border-block: 1px solid var(--sv-line);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.sv-trust__item {
	background: rgba(255, 255, 255, 0.76);
	padding: 1.25rem 1.1rem;
}

.sv-trust__item strong {
	display: block;
	margin-bottom: 0.25rem;
}

.sv-trust__item span {
	color: var(--sv-muted);
	display: block;
}

.sv-showcase {
	margin: clamp(3rem, 8vw, 6.5rem) 0;
}

.sv-showcase__intro {
	margin-bottom: 2rem;
	max-width: 760px;
}

.sv-showcase__intro h2,
.sv-compare-copy h2,
.sv-accordion-section h2,
.sv-newsletter h2 {
	font-size: clamp(2rem, 4.5vw, 3.75rem);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 1rem;
	max-width: 820px;
	overflow-wrap: anywhere;
}

.sv-showcase__intro p,
.sv-compare-copy p,
.sv-newsletter p,
.sv-accordion p {
	color: var(--sv-muted);
	font-size: 1.06rem;
	line-height: 1.65;
}

.sv-split {
	align-items: stretch;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.sv-split__media,
.sv-split__panel,
.sv-compare,
.sv-newsletter {
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	overflow: hidden;
}

.sv-split__media {
	background: #fff;
}

.sv-split__media img {
	display: block;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.sv-split__panel {
	background: var(--sv-porcelain);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.sv-split__panel h3 {
	color: var(--sv-sage-dark);
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.sv-split__panel p {
	color: var(--sv-muted);
	line-height: 1.65;
	margin: 1rem 0 1.3rem;
}

.sv-swatches {
	display: flex;
	gap: 0.55rem;
	margin-top: 1rem;
}

.sv-swatches i {
	background: var(--swatch);
	border: 2px solid #fff;
	border-radius: 999px;
	box-shadow: 0 0 0 1px var(--sv-line);
	display: block;
	height: 2rem;
	width: 2rem;
}

.sv-section {
	margin: clamp(3rem, 8vw, 6.5rem) 0;
}

.sv-section h2 {
	font-size: clamp(2rem, 4.5vw, 3.75rem);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 1rem;
	max-width: 820px;
	overflow-wrap: anywhere;
}

.sv-section > p {
	color: var(--sv-muted);
	font-size: 1.12rem;
	line-height: 1.65;
	max-width: 68ch;
}

.sv-benefits {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2rem;
}

.sv-collection {
	border-block: 1px solid var(--sv-line);
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.sv-product-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 2rem;
}

.sv-product-card {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--sv-line);
	border-radius: 12px;
	color: var(--sv-ink);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sv-product-card:hover {
	border-color: rgba(119, 141, 111, 0.55);
	box-shadow: 0 20px 50px rgba(54, 42, 38, 0.12);
	color: var(--sv-ink);
	transform: translateY(-2px);
}

.sv-product-card img {
	aspect-ratio: 1 / 1;
	background: var(--sv-porcelain);
	display: block;
	object-fit: cover;
	width: 100%;
}

.sv-product-card > span,
.sv-product-card > strong,
.sv-product-card > em {
	display: block;
	padding-inline: 0.9rem;
}

.sv-product-card > span {
	color: var(--sv-sage-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin-top: 0.85rem;
	text-transform: uppercase;
}

.sv-product-card > strong {
	font-size: 1rem;
	line-height: 1.22;
	margin-top: 0.35rem;
	overflow-wrap: anywhere;
}

.sv-product-card > em {
	color: var(--sv-muted);
	font-style: normal;
	font-weight: 800;
	margin-block: auto 0.9rem;
	padding-top: 0.85rem;
}

.sv-product-card > em del {
	color: var(--sv-muted);
	font-weight: 600;
}

.sv-benefit {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid var(--sv-line);
	border-radius: 14px;
	padding: 1.25rem;
}

.sv-benefit strong {
	display: block;
	font-size: 1.08rem;
	letter-spacing: 0;
	line-height: 1.22;
	margin-bottom: 0.5rem;
}

.sv-benefit span {
	color: var(--sv-muted);
}

.sv-feature {
	align-items: center;
	background: var(--sv-mist);
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	margin-inline: calc(50% - 50vw);
	padding: clamp(3rem, 7vw, 6rem) max(1.41575em, calc(50vw - 590px));
}

.sv-feature__copy h2 {
	letter-spacing: 0;
}

.sv-editorial {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.sv-home--conversion {
	--sv-ink: #10110e;
	--sv-paper: #f7f5eb;
	--sv-surface: #e7eee9;
	--sv-soft: #edf2ef;
	--sv-rule: rgba(16, 17, 14, 0.16);
	--sv-muted: #555950;
	--sv-sale: #b50f24;
	--sv-action: #c8ff39;
	--sv-blue: #2856d9;
	background: var(--sv-surface);
	color: var(--sv-ink);
	font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.home .sv-home--conversion > .sv-section {
	max-width: none;
	width: auto;
}

.sv-shopify-hero {
	align-items: end;
	background:
		linear-gradient(104deg, rgba(16, 17, 14, 0.07) 0 18%, transparent 18% 100%),
		linear-gradient(155deg, transparent 0 58%, rgba(40, 86, 217, 0.08) 58% 100%),
		radial-gradient(circle at 82% 18%, rgba(200, 255, 57, 0.36), transparent 26%),
		var(--sv-surface);
	border-bottom: 1px solid var(--sv-ink);
	display: grid;
	gap: clamp(1.75rem, 5vw, 4.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.45fr);
	margin-inline: calc(50% - 50vw);
	min-height: clamp(38.75rem, calc(100vh - 104px), 53.75rem);
	padding: clamp(2.625rem, 6vw, 5.25rem) max(1.41575em, calc(50vw - 590px)) 2.125rem;
}

.sv-shopify-hero h1 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4.875rem, 10vw, 10rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.78;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: nowrap;
}

.sv-campaign-hero {
	background:
		linear-gradient(90deg, rgba(247, 245, 235, 0.95) 0%, rgba(247, 245, 235, 0.72) 34%, rgba(247, 245, 235, 0.16) 64%, rgba(247, 245, 235, 0.02) 100%),
		linear-gradient(0deg, rgba(231, 238, 233, 0.2), rgba(231, 238, 233, 0.2)),
		url("../img/nexapick-hero-bg.png") center / cover no-repeat;
	border-bottom: 1px solid rgba(16, 17, 14, 0.8);
	color: var(--sv-ink);
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin-inline: calc(50% - 50vw);
	min-height: clamp(40rem, calc(100vh - 104px), 56rem);
	overflow: hidden;
	padding: clamp(3.25rem, 6vw, 6rem) max(1.41575em, calc(50vw - 590px)) 2.1rem;
	position: relative;
}

.sv-campaign-hero::before {
	background: linear-gradient(180deg, rgba(16, 17, 14, 0.04), rgba(16, 17, 14, 0));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.sv-campaign-hero__copy {
	align-self: end;
	display: grid;
	gap: clamp(0.9rem, 2vw, 1.35rem);
	max-width: 56rem;
	position: relative;
	z-index: 1;
}

.sv-campaign-hero__copy > span {
	align-items: center;
	color: #384038;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-campaign-hero__copy > span::before {
	background: var(--sv-ink);
	border-radius: 999px;
	content: "";
	height: 0.48rem;
	margin-right: 0.72rem;
	width: 0.48rem;
}

.sv-campaign-hero h1 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(5.2rem, 11.4vw, 10.4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.78;
	margin: 0;
	max-width: 100%;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: normal;
}

.sv-campaign-hero p {
	color: #1d231d;
	font-size: clamp(1.12rem, 1.9vw, 1.55rem);
	font-weight: 750;
	line-height: 1.32;
	margin: 0;
	max-width: 38rem;
}

.sv-campaign-hero__trust {
	align-items: center;
	border-top: 1px solid rgba(16, 17, 14, 0.2);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: space-between;
	margin-top: clamp(2rem, 5vw, 4.5rem);
	padding-top: 1rem;
	position: relative;
	z-index: 1;
}

.sv-campaign-hero__trust span {
	color: #323932;
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1.2;
}

.sv-cover-hero {
	align-items: stretch;
	background:
		linear-gradient(110deg, rgba(247, 245, 235, 0.96) 0 42%, rgba(231, 238, 233, 0.92) 42% 100%),
		radial-gradient(circle at 72% 32%, rgba(200, 255, 57, 0.44), transparent 27%),
		var(--sv-paper);
	border-bottom: 1px solid rgba(16, 17, 14, 0.82);
	gap: clamp(1.5rem, 4vw, 3.25rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.46fr);
	overflow: hidden;
	padding-bottom: 2.35rem;
	position: relative;
}

.sv-cover-hero::before {
	background: #10110e;
	clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%);
	content: "";
	inset: 0 auto 0 0;
	opacity: 0.035;
	position: absolute;
	width: clamp(11rem, 22vw, 19rem);
}

.sv-cover-hero::after {
	background: linear-gradient(90deg, rgba(16, 17, 14, 0.12), transparent);
	bottom: clamp(6rem, 14vw, 10rem);
	content: "";
	height: 1px;
	left: max(1.41575em, calc(50vw - 590px));
	position: absolute;
	right: max(1.41575em, calc(50vw - 590px));
}

.sv-cover-hero__mark {
	align-items: center;
	aspect-ratio: 1;
	background: rgba(200, 255, 57, 0.22);
	border: 1px solid rgba(16, 17, 14, 0.14);
	border-radius: 50%;
	color: rgba(16, 17, 14, 0.08);
	display: grid;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18rem, 38vw, 35rem);
	font-weight: 700;
	inset: clamp(2rem, 6vw, 5rem) max(-10rem, -8vw) auto auto;
	justify-items: center;
	line-height: 0.78;
	pointer-events: none;
	position: absolute;
	width: clamp(26rem, 48vw, 46rem);
}

.sv-cover-hero__mark span {
	transform: translateY(-0.02em);
}

.sv-cover-hero__mast {
	align-self: end;
	display: grid;
	gap: clamp(1rem, 2.4vw, 1.8rem);
	max-width: 49rem;
	position: relative;
	z-index: 1;
}

.sv-cover-hero__label {
	align-items: center;
	color: #4c534b;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-cover-hero__label::before {
	background: var(--sv-ink);
	border-radius: 999px;
	content: "";
	height: 0.55rem;
	margin-right: 0.65rem;
	width: 0.55rem;
}

.sv-cover-hero h1 {
	display: grid;
	font-size: clamp(5.5rem, 11.8vw, 11.25rem);
	gap: 0.08em;
	line-height: 0.74;
	white-space: normal;
}

.sv-cover-hero h1 span:nth-child(2) {
	padding-left: clamp(2.5rem, 7vw, 7rem);
}

.sv-cover-hero__mast p {
	color: #242922;
	font-size: clamp(1.08rem, 1.7vw, 1.42rem);
	font-weight: 650;
	line-height: 1.38;
	margin: 0;
	max-width: 34rem;
}

.sv-hero-board {
	align-self: center;
	display: grid;
	gap: 1.45rem;
	margin-bottom: 0.875rem;
	max-width: 25.75rem;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.sv-hero-board p {
	color: #292d28;
	font-size: clamp(1.16rem, 1.9vw, 1.62rem);
	letter-spacing: 0;
	line-height: 1.27;
	margin: 0;
	max-width: 25rem;
}

.sv-proof-stack {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	display: grid;
	gap: 0.7rem;
	position: relative;
}

.sv-proof-stack div {
	background: rgba(247, 245, 235, 0.82);
	border: 1px solid rgba(16, 17, 14, 0.2);
	border-radius: 14px;
	box-sizing: border-box;
	box-shadow: 0 20px 54px rgba(16, 17, 14, 0.09);
	display: grid;
	gap: 0.42rem 1rem;
	grid-template-columns: 4.65rem 1fr;
	padding: 1rem;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sv-proof-stack div:nth-child(2) {
	transform: translateX(-0.85rem);
}

.sv-proof-stack div:nth-child(3) {
	transform: translateX(0.55rem);
}

.sv-proof-stack div:hover {
	box-shadow: 0 20px 44px rgba(16, 17, 14, 0.14);
	transform: translateY(-2px);
}

.sv-proof-stack div:nth-child(2):hover {
	transform: translate(-0.85rem, -2px);
}

.sv-proof-stack div:nth-child(3):hover {
	transform: translate(0.55rem, -2px);
}

.sv-proof-stack span {
	align-items: center;
	align-self: start;
	background: var(--sv-ink);
	border-radius: 999px;
	color: #e9f5dd;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 900;
	grid-row: span 2;
	justify-content: center;
	justify-self: start;
	letter-spacing: 0.02em;
	min-width: 4.9rem;
	min-height: 1.82rem;
	padding: 0.18rem 0.8rem 0;
	text-transform: uppercase;
}

.sv-proof-stack strong {
	display: block;
	font-size: clamp(0.98rem, 1.35vw, 1.14rem);
	letter-spacing: 0;
	line-height: 1.12;
}

.sv-proof-stack em {
	color: #444940;
	display: block;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 750;
	line-height: 1.35;
	max-width: 18rem;
}

.sv-hero-foot {
	color: #41463f;
	display: flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: 1.5rem;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 0.25rem;
	position: relative;
	z-index: 1;
}

.sv-home--conversion .sv-section {
	margin: 0;
	padding: clamp(4rem, 8vw, 6.875rem) max(1.41575em, calc(50vw - 590px));
}

.sv-section-head {
	align-items: end;
	display: grid;
	gap: clamp(1.75rem, 6vw, 4.5rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(18.75rem, 0.42fr);
	margin-bottom: 2.125rem;
}

.sv-section-head h2,
.sv-conversion-proof h2,
.sv-buybox-preview h2 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.625rem, 7vw, 6rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
	max-width: 58rem;
}

.sv-section-head p {
	color: var(--sv-muted);
	font-size: 1.06rem;
	line-height: 1.6;
	margin: 0;
}

.sv-conversion-grid {
	display: grid;
	gap: 0.875rem;
	grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 0.72fr));
}

.sv-conversion-card {
	background: var(--sv-paper);
	border: 1px solid var(--sv-ink);
	color: var(--sv-ink);
	display: grid;
	grid-template-rows: minmax(17.5rem, 1fr) auto auto;
	min-height: 29.375rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease;
}

.sv-home--conversion .sv-conversion-card,
.sv-home--conversion .sv-conversion-card *,
.sv-home--conversion .sv-conversion-card:hover,
.sv-home--conversion .sv-conversion-card:focus {
	text-decoration: none !important;
}

.sv-conversion-card:hover {
	background: #fffdf5;
	color: var(--sv-ink);
	transform: translateY(-2px);
}

.sv-conversion-card.is-lead {
	grid-row: span 2;
	min-height: 50.625rem;
}

.sv-card-badge {
	align-items: center;
	background: var(--sv-action);
	border: 1px solid var(--sv-ink);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 900;
	left: 0.875rem;
	min-height: 2rem;
	padding: 0 0.75rem;
	position: absolute;
	text-transform: uppercase;
	top: 0.875rem;
	z-index: 2;
}

.sv-conversion-card.is-lead .sv-card-badge {
	background: var(--sv-sale);
	color: #fff;
}

.sv-card-media {
	align-items: center;
	background: var(--sv-soft);
	border-bottom: 1px solid var(--sv-rule);
	display: grid;
	min-height: 18.75rem;
	padding: 1.375rem;
	place-items: center;
}

.sv-conversion-card.is-lead .sv-card-media {
	min-height: 38.125rem;
}

.sv-card-media img {
	aspect-ratio: 1 / 1;
	border-radius: 0;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	width: 100%;
	mix-blend-mode: multiply;
}

.sv-card-copy {
	display: grid;
	gap: 0.55rem;
	padding: 1.125rem 1.125rem 0;
}

.sv-card-copy strong {
	font-size: 1.32rem;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.sv-card-copy em {
	color: var(--sv-muted);
	font-size: 0.92rem;
	font-style: normal;
	line-height: 1.5;
}

.sv-card-commerce {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr auto;
	padding: 0.875rem 1.125rem 1.125rem;
}

.sv-card-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-weight: 900;
	gap: 0.5rem;
}

.sv-card-price del {
	color: #595c55;
	font-size: 0.84rem;
	font-weight: 700;
}

.sv-card-price ins {
	background: transparent;
}

.sv-card-action {
	align-items: center;
	background: var(--sv-ink);
	color: var(--sv-paper);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	min-height: 2.625rem;
	padding: 0 1rem;
	text-transform: uppercase;
}

.sv-conversion-bar {
	background: var(--sv-paper);
	color: var(--sv-ink);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: calc(50% - 50vw);
	padding: 1.75rem max(1.41575em, calc(50vw - 590px));
}

.sv-conversion-bar div {
	border: 1px solid var(--sv-line);
	min-height: 9.25rem;
	padding: 1.375rem;
}

.sv-conversion-bar strong {
	display: block;
	font-size: 1.12rem;
	margin-bottom: 0.75rem;
}

.sv-conversion-bar span {
	color: var(--sv-muted);
	display: block;
	font-size: 0.92rem;
	line-height: 1.55;
}

.sv-pdp-preview {
	background: var(--sv-paper);
	color: var(--sv-ink);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) 25.625rem;
	margin-inline: calc(50% - 50vw);
	padding: clamp(1.25rem, 4vw, 3.5rem) max(1.41575em, calc(50vw - 590px));
}

.sv-pdp-gallery {
	background: rgba(247, 245, 235, 0.22);
	border: 1px solid rgba(247, 245, 235, 0.22);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, 1fr);
}

.sv-pdp-gallery div {
	align-items: center;
	background: var(--sv-soft);
	display: grid;
	min-height: 20.625rem;
	padding: 1.125rem;
	place-items: center;
}

.sv-pdp-gallery img {
	height: 100%;
	object-fit: contain;
	width: 100%;
	mix-blend-mode: multiply;
}

.sv-buybox-preview {
	align-content: start;
	border: 1px solid rgba(247, 245, 235, 0.22);
	border-left: 0;
	display: grid;
	gap: 1.125rem;
	padding: 2.125rem;
}

.sv-buybox-preview h2 {
	color: var(--sv-paper);
	font-size: clamp(2.375rem, 4.8vw, 3.875rem);
}

.sv-buybox-preview p {
	color: rgba(247, 245, 235, 0.74);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

.sv-variant-preview {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.sv-variant-preview span {
	align-items: center;
	border: 1px solid rgba(247, 245, 235, 0.42);
	display: grid;
	font-weight: 900;
	justify-content: center;
	min-height: 2.75rem;
}

.sv-variant-preview span:first-child {
	background: var(--sv-paper);
	color: var(--sv-ink);
}

.sv-atc-preview {
	align-items: center;
	background: var(--sv-action);
	color: var(--sv-ink);
	display: grid;
	font-weight: 900;
	justify-content: center;
	min-height: 3.625rem;
	text-transform: uppercase;
}

.sv-policy-strip {
	border-top: 1px solid rgba(247, 245, 235, 0.24);
	color: rgba(247, 245, 235, 0.76);
	display: grid;
	font-size: 0.9rem;
	gap: 0.65rem;
	padding-top: 1.125rem;
}

.sv-conversion-proof {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.46fr) minmax(0, 1fr);
}

.sv-proof-list {
	border-top: 1px solid var(--sv-ink);
	display: grid;
}

.sv-proof-row {
	border-bottom: 1px solid var(--sv-ink);
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 5.75rem minmax(0, 1fr);
	padding: 1.75rem 0;
}

.sv-proof-row > span {
	color: var(--sv-muted);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sv-proof-row strong {
	display: block;
	font-size: 1.68rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.sv-proof-row p {
	color: var(--sv-muted);
	font-size: 1rem;
	line-height: 1.62;
	margin: 0;
}

.sv-feature__copy ul,
.sv-product-notes {
	color: var(--sv-muted);
	line-height: 1.7;
	margin-left: 1.2rem;
}

.sv-image-strip {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2rem;
}

.sv-image-strip img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.sv-proof {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.sv-compare-section {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
}

.sv-compare {
	--split: 50%;
	aspect-ratio: 16 / 11;
	background: #fff;
	box-shadow: 0 24px 70px rgba(37, 45, 39, 0.12);
	position: relative;
}

.sv-compare img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sv-compare__after {
	clip-path: inset(0 0 0 var(--split));
	inset: 0;
	position: absolute;
}

.sv-compare input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: ew-resize;
	height: 100%;
	inset: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.sv-compare input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 3px solid var(--sv-action);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(23, 33, 27, 0.25);
	height: 2.2rem;
	width: 2.2rem;
}

.sv-compare input[type="range"]::-moz-range-thumb {
	background: #fff;
	border: 3px solid var(--sv-action);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(23, 33, 27, 0.25);
	height: 2rem;
	width: 2rem;
}

.sv-compare::before {
	background: #fff;
	content: "";
	height: 100%;
	left: var(--split);
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 3px;
	z-index: 2;
}

.sv-compare__label {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	color: var(--sv-ink);
	font-size: 0.82rem;
	font-weight: 800;
	padding: 0.35rem 0.7rem;
	position: absolute;
	top: 1rem;
	z-index: 4;
}

.sv-compare__label--left {
	left: 1rem;
}

.sv-compare__label--right {
	right: 1rem;
}

.sv-compare br {
	display: none;
}

.sv-accordion-section {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
}

.sv-accordion {
	border-top: 1px solid var(--sv-line);
}

.sv-accordion details {
	background: #fff;
	border-bottom: 1px solid var(--sv-line);
}

.sv-accordion summary {
	cursor: pointer;
	font-weight: 800;
	list-style: none;
	padding: 1rem 0.8rem;
}

.sv-accordion summary::-webkit-details-marker {
	display: none;
}

.sv-accordion summary::after {
	color: var(--sv-action);
	content: "+";
	float: right;
	font-size: 1.2rem;
	line-height: 1;
}

.sv-accordion details[open] summary::after {
	content: "-";
}

.sv-accordion details > p,
.sv-accordion details > ul {
	margin: 0;
	padding: 0 0.8rem 1rem;
}

.sv-newsletter {
	align-items: center;
	background: #2a2021;
	color: #fff;
	display: grid;
	gap: clamp(1rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
	margin: clamp(3rem, 8vw, 6.5rem) 0;
	padding: clamp(1.4rem, 4vw, 3rem);
}

.sv-newsletter p {
	color: #eadbd7;
}

.sv-newsletter form label {
	color: #f2cbc7;
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.sv-newsletter form div {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.sv-newsletter input[type="email"] {
	background: #fff;
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	box-shadow: none;
	min-height: 3rem;
	padding: 0 1rem;
	width: 100%;
}

.sv-newsletter button[disabled],
.sv-newsletter input[disabled] {
	opacity: 0.7;
}

.sv-note {
	background: var(--sv-porcelain);
	border: 1px solid var(--sv-line);
	border-radius: 14px;
	color: var(--sv-muted);
	padding: 1rem;
}

.single-product div.product .summary {
	color: var(--sv-ink);
}

.single-product div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.8rem);
	letter-spacing: 0;
	line-height: 1.05;
}

.woocommerce-product-details__short-description {
	color: var(--sv-muted);
	font-size: 1.06rem;
	line-height: 1.65;
}

.product_meta,
.woocommerce-tabs .panel {
	color: var(--sv-muted);
}

.woocommerce-tabs ul.tabs li.active a {
	color: var(--sv-action);
}

.single-product div.product {
	margin-top: 2rem;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .summary {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--sv-line);
	border-radius: 16px;
}

.single-product div.product .summary {
	padding: clamp(1.5rem, 3vw, 2.4rem);
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	padding: clamp(1rem, 3vw, 2rem);
}

.woocommerce div.product form.cart .variations select,
.quantity .qty {
	background: #fff;
	border: 1px solid var(--sv-line);
	border-radius: 10px;
	box-shadow: none;
	min-height: 2.9rem;
}

.site-footer {
	background: #f7f4ea;
	border-top: 1px solid rgba(16, 17, 14, 0.16);
	color: #10110e;
	padding: 0;
}

.site-footer .col-full {
	max-width: none;
	margin: 0;
	padding: 0;
}

.sv-footer-hub {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(30rem, 0.95fr);
	gap: clamp(2.5rem, 7vw, 6rem);
	padding: clamp(4rem, 8vw, 6.75rem) clamp(1.25rem, 4vw, 3.5rem) 1.875rem;
}

.sv-footer-hub__brand > span {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.25rem, 8vw, 6rem);
	font-weight: 700;
	line-height: 0.9;
	margin-bottom: 1.2rem;
}

.sv-footer-hub__brand p {
	color: var(--sv-muted);
	font-size: 1.05rem;
	max-width: 27rem;
}

.sv-footer-signup {
	max-width: 32rem;
	margin-top: 1.6rem;
}

.sv-footer-signup label {
	color: rgba(247, 245, 235, 0.58);
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.sv-footer-signup div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 3.875rem;
	min-height: 3.625rem;
	background: #f7f5eb;
	border: 1px solid rgba(247, 245, 235, 0.28);
}

.sv-footer-signup input {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #10110e;
	min-width: 0;
	padding: 0 1rem;
}

.sv-footer-signup button {
	background: #c8ff39;
	border: 0;
	color: #10110e;
	font-size: 1.4rem;
	font-weight: 900;
	padding: 0;
}

.sv-footer-hub__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 3rem);
	padding-top: 0.75rem;
}

.sv-footer-group h2 {
	color: rgba(247, 245, 235, 0.52);
	font-family: inherit;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 1.15rem;
	text-transform: uppercase;
}

.sv-footer-group a {
	color: #f7f5eb;
	display: block;
	font-size: 0.98rem;
	font-weight: 800;
	margin-bottom: 0.8rem;
	text-decoration: none;
}

.sv-footer-group a:hover {
	color: #c8ff39;
}

.sv-footer-hub__bottom {
	align-items: center;
	border-top: 1px solid rgba(247, 245, 235, 0.16);
	color: rgba(247, 245, 235, 0.58);
	display: flex;
	font-size: 0.78rem;
	gap: 1.5rem;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 1.8rem;
}

.sv-mobile-buybar {
	display: none;
}

.storefront-sticky-add-to-cart {
	display: none !important;
}

.storefront-product-pagination {
	display: none !important;
}

@media (max-width: 820px) {
	.sv-hero,
	.sv-feature,
	.sv-proof,
	.sv-split,
	.sv-compare-section,
	.sv-accordion-section,
	.sv-newsletter,
	.sv-editorial {
		grid-template-columns: 1fr;
	}

	.sv-footer-hub {
		grid-template-columns: 1fr;
	}

	.sv-footer-hub__links {
		grid-template-columns: 1fr;
	}

	.sv-footer-hub__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.sv-announcement {
		display: grid;
		font-size: 0.74rem;
		gap: 0.55rem 1rem;
		grid-template-columns: 1fr;
		justify-content: stretch;
		padding: 0.55rem 1rem;
		text-align: left;
	}

	.sv-conversion-nav {
		grid-template-columns: 1fr auto;
		min-height: 3.9rem;
		padding: 0 1rem;
	}

	.sv-conversion-nav__links {
		display: none;
	}

	.sv-conversion-nav__tools {
		gap: 0.85rem;
	}

	.sv-shopify-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		overflow: hidden;
		padding: 2rem 1rem 1.5rem;
	}

	.sv-cover-hero {
		gap: 1.65rem;
		padding-top: 2.6rem;
	}

	.sv-cover-hero::before {
		width: 7.8rem;
	}

	.sv-cover-hero::after {
		bottom: 7.2rem;
		left: 1rem;
		right: 1rem;
	}

	.sv-cover-hero__mark {
		font-size: clamp(11rem, 52vw, 15rem);
		inset: 6.4rem -5.4rem auto auto;
		opacity: 0.82;
		width: clamp(15.5rem, 78vw, 22rem);
	}

	.sv-shopify-hero > * {
		max-width: calc(100vw - 2rem);
	}

	.sv-shopify-hero h1 {
		font-size: clamp(3rem, 13.6vw, 4rem);
		line-height: 0.9;
		word-break: break-word;
		white-space: normal;
	}

	.sv-campaign-hero {
		background:
			linear-gradient(180deg, rgba(247, 245, 235, 0.98) 0%, rgba(247, 245, 235, 0.9) 34%, rgba(247, 245, 235, 0.28) 100%),
			url("../img/nexapick-hero-bg.png") 46% center / cover no-repeat;
		min-height: 40rem;
		padding: 2.25rem 1rem 1.45rem;
	}

	.sv-campaign-hero__copy {
		align-self: center;
		gap: 0.8rem;
	}

	.sv-campaign-hero__copy > span {
		font-size: 0.64rem;
	}

	.sv-campaign-hero h1 {
		font-size: clamp(3.35rem, 15.5vw, 4.25rem);
		line-height: 0.82;
		white-space: nowrap;
	}

	.sv-campaign-hero p {
		font-size: 1rem;
		max-width: 18.75rem;
	}

	.sv-campaign-hero__trust {
		align-items: flex-start;
		display: grid;
		gap: 0.58rem;
		justify-content: stretch;
		margin-top: 1.65rem;
	}

	.sv-campaign-hero__trust span {
		font-size: 0.78rem;
	}

	.sv-cover-hero h1 {
		font-size: clamp(4.2rem, 19vw, 5.5rem);
		line-height: 0.78;
		word-break: normal;
	}

	.sv-cover-hero h1 span:nth-child(2) {
		padding-left: 1.45rem;
	}

	.sv-cover-hero__label {
		font-size: 0.66rem;
	}

	.sv-cover-hero__mast p {
		font-size: 1rem;
		max-width: 19rem;
	}

	.sv-hero-board,
	.sv-hero-board p,
	.sv-proof-stack {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.sv-hero-board p {
		font-size: 1.08rem;
		max-width: 21rem;
		overflow-wrap: break-word;
	}

	.sv-proof-stack div,
	.sv-section-head,
	.sv-conversion-proof,
	.sv-pdp-preview {
		grid-template-columns: 1fr;
	}

	.sv-proof-stack div {
		gap: 0.45rem;
		grid-template-columns: 1fr;
		padding: 0.95rem;
		transform: none;
	}

	.sv-proof-stack div:nth-child(2),
	.sv-proof-stack div:nth-child(3) {
		transform: none;
	}

	.sv-proof-stack span {
		grid-row: auto;
		padding-top: 0.18rem;
	}

	.sv-proof-stack div:hover,
	.sv-proof-stack div:nth-child(2):hover,
	.sv-proof-stack div:nth-child(3):hover {
		transform: none;
	}

	.sv-hero-foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}

	.sv-home--conversion .sv-section {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.sv-conversion-grid {
		grid-template-columns: 1fr;
	}

	.sv-conversion-card,
	.sv-conversion-card.is-lead {
		min-height: auto;
	}

	.sv-card-media,
	.sv-conversion-card.is-lead .sv-card-media {
		min-height: 20.625rem;
	}

	.sv-conversion-bar {
		grid-template-columns: 1fr;
		padding-bottom: 1.125rem;
		padding-top: 1.125rem;
	}

	.sv-conversion-bar div {
		min-height: auto;
	}

	.sv-pdp-gallery {
		grid-template-columns: 1fr;
	}

	.sv-buybox-preview {
		border-left: 1px solid rgba(247, 245, 235, 0.22);
		border-top: 0;
	}

	.sv-proof-row {
		gap: 0.5rem;
		grid-template-columns: 1fr;
	}

	.sv-brand-hero {
		background-position: center;
		min-height: calc(100vh - 76px);
		padding: 4rem 1.41575em 5rem;
	}

	.sv-brand-hero::before {
		background: radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 48%);
	}

	.sv-brand-mark {
		border-radius: 22px;
	}

	.sv-brand-mark span {
		border-radius: 17px;
	}

	.sv-brand-hero h1 {
		font-size: clamp(3.25rem, 18vw, 5.5rem);
		line-height: 0.92;
		max-width: 100%;
	}

	.sv-brand-hero p,
	.sv-intro-band p {
		max-width: 19rem;
	}

	.sv-intro-band {
		padding: 1.4rem 1.41575em;
	}

	.sv-hero {
		display: block;
		min-height: 0;
		padding-top: 2rem;
	}

	.sv-hero__copy,
	.sv-hero__media,
	.sv-feature > div,
	.sv-proof > div {
		max-width: 100%;
		width: 100%;
	}

	.sv-trust,
	.sv-benefits,
	.sv-image-strip,
	.sv-product-grid {
		grid-template-columns: 1fr;
	}

	.sv-catalog-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 1.6rem;
	}

	.sv-catalog-rail .sv-product-card:nth-child(n+5) {
		display: none;
	}

	.sv-product-card > strong {
		font-size: 0.92rem;
	}

	.site-header {
		padding-bottom: 1rem;
		padding-top: 1.1rem;
		top: 0;
	}

	.site-header .col-full,
	.storefront-primary-navigation .col-full {
		display: block;
	}

	.storefront-primary-navigation {
		display: none !important;
	}

	.site-search,
	.site-header-cart {
		display: none;
	}

	.site-branding {
		margin-bottom: 0.7rem;
	}

	.sv-hero h1 {
		font-size: clamp(2.35rem, 10vw, 3rem);
		line-height: 0.95;
		max-width: 20rem;
	}

	.sv-hero__microcopy {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 20rem;
	}

	.sv-hero__microcopy span {
		width: fit-content;
	}

	.sv-section h2,
	.sv-showcase__intro h2,
	.sv-compare-copy h2,
	.sv-accordion-section h2,
	.sv-newsletter h2 {
		font-size: clamp(1.55rem, 6.8vw, 2rem);
		line-height: 1.12;
		max-width: 20rem;
	}

	.sv-hero p,
	.sv-section p,
	.sv-showcase__intro p,
	.sv-compare-copy p,
	.sv-newsletter p,
	.sv-benefit span,
	.sv-trust__item span {
		max-width: 20rem;
		overflow-wrap: break-word;
	}

	.sv-hero__media img,
	.sv-feature img,
	.sv-image-strip img,
	.sv-split__media img {
		max-width: calc(100vw - 2.8315em);
	}

	.sv-hero__media {
		margin-top: 1.6rem;
		max-width: calc(100vw - 2.8315em);
		padding: 1rem;
		width: auto;
	}

	.sv-hero-card {
		box-sizing: border-box;
		margin-top: 0.75rem;
		max-width: none;
		position: static;
		width: auto;
	}

	.sv-hero-card span {
		font-size: 0.86rem;
	}

	.sv-split__media img {
		min-height: 260px;
	}

	.sv-compare {
		aspect-ratio: 4 / 5;
	}

	.sv-newsletter form div {
		grid-template-columns: 1fr;
	}

	.sv-mobile-buybar {
		align-items: center;
		background: rgba(251, 250, 246, 0.96);
		border-top: 1px solid var(--sv-line);
		box-sizing: border-box;
		bottom: 0;
		box-shadow: 0 -16px 40px rgba(23, 33, 27, 0.14);
		display: grid;
		gap: 0.5rem;
		grid-template-columns: minmax(0, 1fr) 8.15rem;
		left: 0;
		max-width: 100vw;
		padding: 0.75rem 0.75rem max(0.75rem, env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		width: 100vw;
		z-index: 40;
	}

	.sv-mobile-buybar > div {
		min-width: 0;
	}

	.sv-mobile-buybar > div > strong,
	.sv-mobile-buybar > div > span {
		display: block;
		font-size: 0.84rem;
		line-height: 1.25;
		max-width: 9.8rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sv-mobile-buybar > div > span {
		color: var(--sv-muted);
	}

	.sv-mobile-buybar .screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal;
	}

	.sv-buybar-action {
		align-self: center;
		background: var(--sv-action);
		border-radius: 999px;
		color: #fff;
		display: block;
		font-size: 0.76rem;
		font-weight: 800;
		line-height: 1;
		padding: 0.78rem 0.5rem;
		text-align: center;
		white-space: nowrap;
	}

	.sv-buybar-action:hover {
		background: var(--sv-action-dark);
		color: #fff;
	}

	.storefront-handheld-footer-bar {
		display: none;
	}

	.single-product {
		padding-bottom: 4.6rem;
	}
}

/* NexaPick light canvas lock: remove remaining dark background bands. */
.sv-announcement {
	background: var(--sv-paper) !important;
	border-bottom: 1px solid var(--sv-line);
	color: var(--sv-ink) !important;
}

.sv-announcement span {
	color: var(--sv-ink) !important;
}

.sv-conversion-bar {
	background: var(--sv-paper) !important;
	border-bottom: 1px solid var(--sv-line);
	border-top: 1px solid var(--sv-line);
	color: var(--sv-ink) !important;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: clamp(1.4rem, 3vw, 2rem);
	padding-top: clamp(1.4rem, 3vw, 2rem);
}

.sv-conversion-bar div {
	background: transparent;
	border: 0 !important;
	min-height: 0;
	padding: 0;
}

.sv-conversion-bar > div {
	background: rgba(238, 243, 239, 0.62);
	border-color: var(--sv-line) !important;
}

.sv-trust-card {
	background: rgba(247, 244, 234, 0.96);
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	display: grid;
	grid-template-rows: clamp(9.25rem, 14vw, 12.25rem) auto auto;
	min-height: 17.25rem;
	overflow: hidden;
}

.sv-trust-card figure {
	background: #edf2ef;
	border-bottom: 1px solid var(--sv-line);
	margin: 0;
	overflow: hidden;
}

.sv-trust-card img {
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	width: 100%;
}

.sv-trust-card strong {
	align-self: end;
	display: block;
	font-size: clamp(1.02rem, 1.4vw, 1.22rem);
	line-height: 1.1;
	margin: 0;
	padding: 1rem 1rem 0.35rem;
}

.sv-conversion-bar span {
	color: var(--sv-muted) !important;
}

.sv-trust-card > span {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0 1rem 1rem;
}

.sv-pdp-preview {
	background: var(--sv-paper) !important;
	color: var(--sv-ink) !important;
}

.sv-buybox-preview {
	background: rgba(238, 243, 239, 0.72) !important;
	border: 1px solid var(--sv-line) !important;
	color: var(--sv-ink) !important;
}

.sv-buybox-preview h2,
.sv-buybox-preview p {
	color: var(--sv-ink) !important;
}

.sv-variant-preview span {
	border-color: var(--sv-line) !important;
	color: var(--sv-ink);
}

.site-footer {
	background: var(--sv-paper) !important;
	border-top: 1px solid var(--sv-line);
	color: var(--sv-ink) !important;
}

.sv-footer-signup label,
.sv-footer-group h2,
.sv-footer-hub__bottom {
	color: var(--sv-muted) !important;
}

.sv-footer-signup div {
	background: #fffdf7;
	border-color: var(--sv-line);
}

.sv-footer-group a {
	color: var(--sv-ink) !important;
}

.sv-footer-group a:hover {
	color: #536f12 !important;
}

.sv-footer-hub__bottom {
	border-top-color: var(--sv-line);
}

/* NexaPick system pass: unify backgrounds, type scale, and commerce surfaces. */
:root {
	--sv-ink: #10110e;
	--sv-muted: #52584f;
	--sv-paper: #f7f4ea;
	--sv-surface: #e9efeb;
	--sv-soft: #eef3ef;
	--sv-line: rgba(16, 17, 14, 0.16);
	--sv-rule: rgba(16, 17, 14, 0.12);
	--sv-action: #c8ff39;
	--sv-action-dark: #9fd820;
	--sv-sale: #b50f24;
}

body,
.site,
.site-content,
.hentry,
.entry-content {
	background: var(--sv-surface);
	color: var(--sv-ink);
	font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.55;
}

h1,
h2,
h3,
h4,
.page-title,
.entry-title,
.woocommerce-products-header__title,
.woocommerce-loop-product__title,
.product_title {
	color: var(--sv-ink);
	letter-spacing: 0;
}

.home .entry-content,
.sv-home--conversion {
	background: var(--sv-paper);
}

.sv-campaign-hero {
	background:
		linear-gradient(90deg, rgba(247, 244, 234, 0.96) 0%, rgba(247, 244, 234, 0.72) 34%, rgba(247, 244, 234, 0.16) 64%, rgba(247, 244, 234, 0.02) 100%),
		linear-gradient(0deg, rgba(233, 239, 235, 0.18), rgba(233, 239, 235, 0.18)),
		url("../img/nexapick-hero-bg.png") center / cover no-repeat;
}

.sv-home--conversion .sv-section {
	background: var(--sv-paper);
	border-top: 1px solid var(--sv-line);
	padding-bottom: clamp(4.25rem, 7vw, 6.25rem);
	padding-top: clamp(4.25rem, 7vw, 6.25rem);
}

.sv-section-head {
	align-items: start;
	margin-bottom: clamp(1.75rem, 3.4vw, 2.75rem);
}

.sv-section-head h2,
.sv-conversion-proof h2,
.sv-buybox-preview h2,
.single-product div.product .product_title,
.woocommerce-products-header__title,
.page-title,
.entry-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.35rem, 5.2vw, 4.75rem);
	font-weight: 700;
	line-height: 0.98;
	max-width: 58rem;
}

.sv-section-head p,
.woocommerce-product-details__short-description,
.entry-content p,
.entry-content li {
	color: var(--sv-muted);
	font-size: 1rem;
	line-height: 1.62;
}

.sv-conversion-grid {
	gap: 1rem;
}

.sv-conversion-card,
.woocommerce ul.products li.product {
	background: rgba(247, 244, 234, 0.96);
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	box-shadow: 0 20px 58px rgba(16, 17, 14, 0.07);
	overflow: hidden;
}

.sv-conversion-card:hover,
.woocommerce ul.products li.product:hover {
	background: #fbf8ef;
	box-shadow: 0 24px 66px rgba(16, 17, 14, 0.1);
}

.sv-card-media,
.sv-conversion-card.is-lead .sv-card-media {
	background: var(--sv-soft);
	border-bottom: 1px solid var(--sv-line);
}

.sv-card-badge {
	background: var(--sv-action);
	border: 1px solid rgba(16, 17, 14, 0.18);
	color: var(--sv-ink);
	font-size: 0.68rem;
	min-height: 1.8rem;
}

.sv-card-copy strong,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--sv-ink);
	font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
	font-size: 1.08rem !important;
	font-weight: 850;
	line-height: 1.18;
}

.sv-conversion-card.is-lead .sv-card-copy strong {
	font-size: 1.28rem !important;
}

.sv-card-copy em {
	color: var(--sv-muted);
	font-size: 0.9rem;
	line-height: 1.48;
}

.sv-card-action,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
button,
input[type="submit"] {
	background: var(--sv-ink);
	border: 0;
	border-radius: 999px;
	color: var(--sv-paper);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sv-card-action:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
	background: var(--sv-action);
	color: var(--sv-ink);
}

.sv-conversion-bar {
	background: var(--sv-paper);
	border-top: 1px solid var(--sv-line);
	color: var(--sv-ink);
}

.sv-conversion-bar div {
	border-color: var(--sv-line);
	min-height: 8rem;
}

.sv-conversion-bar strong {
	font-size: 1rem;
	line-height: 1.2;
}

.sv-conversion-bar span,
.sv-policy-strip,
.sv-buybox-preview p {
	font-size: 0.88rem;
	line-height: 1.55;
}

.sv-pdp-preview {
	background: var(--sv-paper);
	border-top: 1px solid var(--sv-line);
	color: var(--sv-ink);
	gap: 1rem;
}

.sv-pdp-gallery {
	background: var(--sv-line);
	border-color: var(--sv-line);
	border-radius: 8px;
	overflow: hidden;
}

.sv-pdp-gallery div {
	background: var(--sv-soft);
}

.sv-buybox-preview {
	background: rgba(238, 243, 239, 0.72);
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	color: var(--sv-ink);
}

.sv-buybox-preview h2 {
	color: var(--sv-ink);
	font-size: clamp(2rem, 4vw, 3.35rem);
}

.sv-variant-preview span {
	border-color: rgba(247, 244, 234, 0.34);
	border-radius: 999px;
	min-height: 2.55rem;
}

.sv-atc-preview {
	background: var(--sv-action);
	border-radius: 999px;
	color: var(--sv-ink);
}

.sv-conversion-proof {
	background: var(--sv-surface) !important;
}

.sv-proof-list {
	border-top-color: var(--sv-line);
}

.sv-proof-row {
	border-bottom-color: var(--sv-line);
	padding: 1.45rem 0;
}

.sv-proof-row strong {
	font-size: clamp(1.12rem, 2vw, 1.42rem);
	line-height: 1.24;
}

.sv-proof-row p,
.sv-proof-row > span {
	color: var(--sv-muted);
}

.archive.woocommerce .site-main,
.single-product .site-main,
.page:not(.home) .site-main {
	background: var(--sv-surface);
	padding: clamp(1.75rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 5rem);
}

.archive.woocommerce .site-main > *,
.single-product .site-main > *,
.page:not(.home) .site-main > * {
	max-width: 1180px;
}

.woocommerce-products-header,
.page:not(.home) .entry-header {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	text-align: left;
}

.woocommerce-breadcrumb {
	color: var(--sv-muted);
	font-size: 0.86rem;
	margin: 0 0 clamp(2rem, 4vw, 3.25rem);
}

.woocommerce-products-header__title,
.page-title,
.entry-title {
	margin: 0;
	text-align: left;
}

.storefront-sorting {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.25rem;
	justify-content: space-between;
	margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.storefront-sorting .woocommerce-result-count,
.storefront-sorting .woocommerce-ordering {
	color: var(--sv-muted);
	float: none;
	font-size: 0.9rem;
	margin: 0;
}

.woocommerce ul.products li.product {
	padding: 1rem;
}

.woocommerce ul.products li.product img {
	background: var(--sv-soft);
	border-radius: 6px;
	margin-bottom: 1rem;
	mix-blend-mode: multiply;
}

.woocommerce ul.products li.product .price,
.single-product div.product p.price,
.single-product div.product span.price {
	color: var(--sv-ink);
	font-size: 1rem;
	font-weight: 900;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .summary,
.woocommerce-tabs,
.related.products {
	background: rgba(247, 244, 234, 0.96);
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	box-shadow: 0 20px 58px rgba(16, 17, 14, 0.06);
}

.woocommerce-tabs,
.related.products {
	margin-top: 1.25rem;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.woocommerce-tabs {
	display: block;
}

.woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--sv-line);
	display: flex;
	float: none;
	gap: 0.5rem;
	margin: 0 0 1.5rem;
	padding: 0 0 0.8rem;
	width: 100%;
}

.woocommerce-tabs ul.tabs li {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

.woocommerce-tabs ul.tabs li a {
	background: var(--sv-soft);
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	color: var(--sv-muted);
	display: block;
	font-size: 0.84rem;
	font-weight: 900;
	padding: 0.55rem 0.9rem;
	text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active a {
	background: var(--sv-ink);
	color: var(--sv-paper);
}

.woocommerce-tabs .panel {
	background: transparent;
	border: 0;
	color: var(--sv-muted);
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.woocommerce-tabs .panel h2 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3.2vw, 2.6rem);
	line-height: 1;
	margin: 0 0 1rem;
}

.woocommerce-tabs .panel .sv-section {
	padding: 0;
}

.woocommerce-tabs .panel .sv-section + .sv-section {
	margin-top: 2rem;
}

.site-footer {
	background: var(--sv-paper);
}

.sv-footer-hub__brand > span {
	font-size: clamp(3rem, 6.2vw, 5.25rem);
}

@media (max-width: 820px) {
	body,
	.site,
	.site-content,
	.hentry,
	.entry-content {
		font-size: 15px;
	}

	.sv-campaign-hero {
		background:
			linear-gradient(180deg, rgba(247, 244, 234, 0.98) 0%, rgba(247, 244, 234, 0.9) 34%, rgba(247, 244, 234, 0.3) 100%),
			url("../img/nexapick-hero-bg.png") 46% center / cover no-repeat;
	}

	.sv-home--conversion .sv-section {
		padding: 3.4rem 1rem;
	}

	.sv-section-head h2,
	.sv-conversion-proof h2,
	.sv-buybox-preview h2,
	.single-product div.product .product_title,
	.woocommerce-products-header__title,
	.page-title,
	.entry-title {
		font-size: clamp(2.05rem, 10vw, 3rem);
		line-height: 1.02;
		max-width: 21rem;
	}

	.sv-section-head p,
	.woocommerce-product-details__short-description,
	.entry-content p,
	.entry-content li {
		font-size: 0.96rem;
		line-height: 1.58;
	}

	.sv-card-copy strong,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 1.02rem !important;
	}

	.sv-conversion-card.is-lead .sv-card-copy strong {
		font-size: 1.08rem !important;
	}

	.sv-conversion-nav__tools a:first-child {
		display: none;
	}

	.sv-conversion-bar,
	.sv-pdp-preview {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sv-buybox-preview {
		border-left: 0;
	}

	.archive.woocommerce .site-main,
	.single-product .site-main,
	.page:not(.home) .site-main {
		padding: 1.5rem 0 3.5rem;
	}

	.woocommerce-breadcrumb {
		margin-bottom: 1.35rem;
	}

	.storefront-sorting {
		align-items: flex-start;
		gap: 0.7rem;
		justify-content: flex-start;
	}

	.single-product div.product .woocommerce-product-gallery__wrapper,
	.single-product div.product .summary,
	.woocommerce-tabs,
	.related.products {
		border-radius: 8px;
	}

	.woocommerce-tabs ul.tabs {
		overflow-x: auto;
		padding-bottom: 0.65rem;
	}

	.woocommerce-tabs ul.tabs li a {
		white-space: nowrap;
	}
}

/* NexaPick system lock: stronger overrides for WooCommerce/Storefront defaults. */
body,
.site {
	background: var(--sv-paper);
}

.site-content,
.archive.woocommerce .site-content,
.single-product .site-content,
.page:not(.home) .site-content {
	background:
		linear-gradient(180deg, rgba(247, 244, 234, 1) 0%, rgba(233, 239, 235, 0.96) 100%);
}

.archive.woocommerce .content-area,
.single-product .content-area,
.page:not(.home) .content-area {
	background: transparent;
}

.archive.woocommerce .site-main,
.single-product .site-main,
.page:not(.home) .site-main {
	padding-top: clamp(1.25rem, 2.8vw, 2.35rem);
}

.archive.woocommerce .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb,
.page:not(.home) .woocommerce-breadcrumb {
	margin-bottom: clamp(1rem, 2vw, 1.45rem) !important;
}

.archive.woocommerce .woocommerce-products-header,
.storefront-full-width-content .woocommerce-products-header,
.page:not(.home) .entry-header {
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.85rem) !important;
	padding: 0 !important;
	text-align: left !important;
}

.archive.woocommerce .woocommerce-products-header__title,
.page:not(.home) .page-title,
.page:not(.home) .entry-title {
	font-size: clamp(2.6rem, 5vw, 4.35rem);
	line-height: 0.98;
	margin: 0 !important;
	max-width: 54rem;
}

.archive.woocommerce .storefront-sorting {
	margin: 0 0 clamp(1.35rem, 2.5vw, 2rem) !important;
}

.archive.woocommerce ul.products {
	margin-top: 0 !important;
}

.single-product div.product {
	align-items: stretch;
}

.single-product div.product .summary {
	padding: clamp(1.35rem, 3vw, 2.2rem);
}

.single-product div.product .product_title {
	font-size: clamp(2.35rem, 4.4vw, 4rem);
	line-height: 0.98;
	margin-bottom: 1rem;
}

.single-product div.product .woocommerce-product-details__short-description p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0.95rem;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .summary,
.single-product .woocommerce-tabs,
.single-product .related.products {
	background: rgba(247, 244, 234, 0.98) !important;
}

.single-product .woocommerce-tabs,
.storefront-full-width-content.single-product div.product .woocommerce-tabs {
	clear: both !important;
	display: block !important;
	float: none !important;
	margin-top: 1.5rem !important;
	padding: clamp(1.25rem, 3vw, 2rem) !important;
	width: 100% !important;
}

.single-product .woocommerce-tabs ul.tabs,
.storefront-full-width-content .woocommerce-tabs ul.tabs,
.storefront-full-width-content.single-product div.product .woocommerce-tabs ul.tabs {
	align-items: center !important;
	border-bottom: 1px solid var(--sv-line) !important;
	display: flex !important;
	float: none !important;
	gap: 0.55rem !important;
	margin: 0 0 1.5rem !important;
	max-width: 100% !important;
	overflow-x: auto;
	padding: 0 0 0.8rem !important;
	width: 100% !important;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after {
	content: none !important;
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li,
.storefront-full-width-content .woocommerce-tabs ul.tabs li,
.storefront-full-width-content.single-product div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	content: none !important;
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li a,
.storefront-full-width-content .woocommerce-tabs ul.tabs li a {
	background: var(--sv-soft) !important;
	border: 1px solid var(--sv-line) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--sv-muted) !important;
	display: block !important;
	font-size: 0.82rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	padding: 0.66rem 0.95rem !important;
	white-space: nowrap !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.storefront-full-width-content .woocommerce-tabs ul.tabs li.active a {
	background: var(--sv-ink) !important;
	color: var(--sv-paper) !important;
}

.single-product .woocommerce-tabs .panel,
.storefront-full-width-content .woocommerce-tabs .panel,
.storefront-full-width-content.single-product div.product .woocommerce-tabs .panel {
	background: transparent !important;
	border: 0 !important;
	clear: both !important;
	color: var(--sv-muted) !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding: 0 !important;
	width: 100% !important;
}

.single-product .woocommerce-tabs .panel > h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.8vw, 2.4rem);
	line-height: 1.05;
	margin: 0 0 1rem;
}

.single-product .woocommerce-tabs .panel .sv-section {
	background: transparent;
	border: 0;
	padding: 0;
}

.single-product .woocommerce-tabs .panel .sv-section-head h2 {
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	max-width: 42rem;
}

.single-product .related.products > h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.9rem, 3.4vw, 3rem);
	line-height: 1.02;
	text-align: left !important;
}

/* NexaPick refinement: one page canvas and a steadier type ramp. */
.site-content,
.archive.woocommerce .site-content,
.single-product .site-content,
.page:not(.home) .site-content,
.home .entry-content,
.sv-home--conversion,
.sv-home--conversion .sv-section,
.sv-conversion-proof,
.sv-pdp-preview {
	background: var(--sv-paper) !important;
}

.archive.woocommerce .site-main,
.single-product .site-main,
.page:not(.home) .site-main {
	background: transparent !important;
}

.sv-section-head h2,
.sv-conversion-proof h2,
.woocommerce-products-header__title,
.page-title,
.entry-title {
	font-size: clamp(2.15rem, 4vw, 3.85rem);
	line-height: 1.02;
	max-width: 52rem;
}

.single-product div.product .product_title {
	font-size: clamp(2rem, 3.6vw, 3.35rem);
	line-height: 1.02;
	max-width: 38rem;
}

.sv-buybox-preview h2,
.single-product .related.products > h2 {
	font-size: clamp(1.9rem, 3vw, 2.75rem);
	line-height: 1.04;
}

.sv-campaign-hero h1 {
	font-size: clamp(5rem, 13vw, 10.75rem);
	line-height: 0.88;
}

.sv-campaign-hero p,
.sv-section-head p,
.sv-card-copy em,
.woocommerce-product-details__short-description,
.entry-content p,
.entry-content li {
	font-weight: 500;
}

.woocommerce ul.products li.product {
	background: rgba(247, 244, 234, 0.98);
}

.woocommerce ul.products li.product img,
.sv-card-media,
.sv-conversion-card.is-lead .sv-card-media {
	background: #edf2ef;
}

.archive.woocommerce .storefront-sorting select,
.single-product div.product form.cart select {
	background: #fffdf7;
	border: 1px solid var(--sv-line);
	border-radius: 6px;
	color: var(--sv-ink);
	font-size: 0.9rem;
	min-height: 2.45rem;
	padding: 0.45rem 0.7rem;
}

.single-product div.product .summary .stock {
	font-size: 0.95rem;
	font-weight: 800;
}

@media (max-width: 820px) {
	.site-content,
	.archive.woocommerce .site-content,
	.single-product .site-content,
	.page:not(.home) .site-content {
		background: var(--sv-paper);
	}

	.archive.woocommerce .woocommerce-products-header__title,
	.page:not(.home) .page-title,
	.page:not(.home) .entry-title,
	.single-product div.product .product_title {
		font-size: clamp(2rem, 9vw, 2.75rem);
		max-width: 22rem;
	}

	.single-product .woocommerce-tabs ul.tabs {
		padding-bottom: 0.7rem !important;
	}

	.single-product .woocommerce-tabs .panel .sv-section-head h2,
	.single-product .related.products > h2 {
		font-size: clamp(1.65rem, 7vw, 2.25rem);
	}

	.sv-campaign-hero h1 {
		font-size: clamp(3.25rem, 14.2vw, 3.95rem);
	}

	.sv-section-head h2,
	.sv-conversion-proof h2,
	.woocommerce-products-header__title,
	.page-title,
	.entry-title,
	.single-product div.product .product_title {
		font-size: clamp(1.95rem, 8vw, 2.6rem);
		line-height: 1.04;
	}

	.sv-conversion-bar {
		gap: 0.75rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 1rem;
	}

	.sv-trust-card {
		grid-template-rows: 7.9rem auto auto;
		min-height: 13.9rem;
	}

	.sv-trust-card strong {
		font-size: 0.98rem;
		padding: 0.85rem 0.85rem 0.3rem;
	}

	.sv-trust-card > span {
		font-size: 0.78rem;
		padding: 0 0.85rem 0.85rem;
	}

	.sv-card-commerce {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.sv-card-action {
		justify-content: center;
		width: 100%;
	}
}

/* NexaPick Q&A lab: buyer-facing answers with a stronger visual anchor. */
.sv-qa-lab {
	align-items: stretch;
	box-sizing: border-box;
	display: grid;
	gap: clamp(0.9rem, 2vw, 1.25rem);
	grid-template-columns: minmax(21rem, 0.86fr) minmax(0, 1.14fr);
	max-width: 100%;
}

.sv-qa-lab__visual {
	background: linear-gradient(150deg, #f7f3e8 0%, #eef3ef 54%, #dfe9e4 100%);
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	display: block;
	min-height: clamp(34rem, 43vw, 42rem);
	min-width: 0;
	overflow: hidden;
	padding: clamp(1.15rem, 2.5vw, 1.55rem) clamp(1.15rem, 2.7vw, 1.9rem);
	position: relative;
}

.sv-qa-lab__visual::before {
	background:
		linear-gradient(180deg, rgba(247, 244, 234, 0.96) 0%, rgba(247, 244, 234, 0.78) 34%, rgba(247, 244, 234, 0.08) 66%),
		linear-gradient(90deg, rgba(30, 23, 24, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(30, 23, 24, 0.08) 1px, transparent 1px);
	background-size: 100% 100%, 3.25rem 3.25rem, 3.25rem 3.25rem;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.sv-qa-kicker {
	color: var(--sv-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.sv-qa-lab__visual h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.15rem, 3.65vw, 3.65rem);
	line-height: 0.98;
	margin: 0;
	max-width: 8.9em;
	padding: 0.35rem 0 0;
	position: relative;
	z-index: 2;
}

.sv-qa-lab__visual figure {
	inset: 0;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	position: absolute;
}

.sv-qa-lab__visual img {
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	opacity: 0.92;
	width: 100%;
}

.sv-qa-lab__visual figcaption {
	align-items: center;
	background: rgba(251, 247, 240, 0.9);
	border: 1px solid rgba(30, 23, 24, 0.16);
	border-radius: 999px;
	bottom: 1rem;
	box-shadow: 0 1.4rem 3rem rgba(30, 23, 24, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	left: 1rem;
	margin: 0;
	padding: 0.35rem;
	position: absolute;
	right: 1rem;
	z-index: 3;
}

.sv-qa-lab__visual figcaption span {
	background: var(--sv-porcelain);
	border: 1px solid rgba(30, 23, 24, 0.1);
	border-radius: 999px;
	color: var(--sv-ink);
	flex: 1 1 7.5rem;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	min-height: 2.15rem;
	padding: 0.58rem 0.75rem;
	text-align: center;
	text-transform: uppercase;
}

.sv-qa-board {
	display: grid;
	gap: 0.7rem;
	min-width: 0;
}

.sv-qa-card {
	align-items: start;
	background: #fffdf7;
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	box-shadow: 0 1.1rem 2.8rem rgba(30, 23, 24, 0.04);
	display: grid;
	gap: clamp(0.85rem, 1.7vw, 1.15rem);
	grid-template-columns: 3.25rem minmax(0, 1fr);
	max-width: 100%;
	min-height: 7.45rem;
	min-width: 0;
	padding: clamp(1rem, 1.8vw, 1.25rem);
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sv-qa-card:hover {
	border-color: rgba(189, 31, 106, 0.35);
	box-shadow: 0 1.35rem 3.3rem rgba(30, 23, 24, 0.08);
	transform: translateY(-2px);
}

.sv-qa-card.is-open {
	background: linear-gradient(135deg, #fffdf7 0%, #f8e8ee 100%);
	border-color: rgba(189, 31, 106, 0.32);
}

.sv-qa-card__index {
	align-items: center;
	background: var(--sv-ink);
	border-radius: 50%;
	color: var(--sv-porcelain);
	display: grid;
	font-size: 0.82rem;
	font-weight: 700;
	height: 3.25rem;
	letter-spacing: 0.02em;
	line-height: 1;
	place-items: center;
	width: 3.25rem;
}

.sv-qa-card.is-open .sv-qa-card__index {
	background: var(--sv-action);
	color: var(--sv-ink);
}

.sv-qa-label {
	color: var(--sv-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.sv-qa-card__copy {
	min-width: 0;
}

.sv-qa-card strong {
	color: var(--sv-ink);
	display: block;
	font-size: clamp(1.18rem, 1.75vw, 1.48rem);
	line-height: 1.12;
	margin-bottom: 0.55rem;
	overflow-wrap: anywhere;
}

.sv-qa-card p {
	color: var(--sv-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
	max-width: 42rem;
	overflow-wrap: anywhere;
}

.sv-qa-card p span {
	color: var(--sv-action-dark);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-right: 0.4rem;
	text-transform: uppercase;
}

@media (max-width: 820px) {
	.sv-qa-lab.sv-conversion-proof {
		display: grid !important;
		grid-template-columns: 1fr;
		overflow: hidden;
		width: 100%;
	}

	.sv-qa-lab__visual {
		display: grid;
		grid-template-rows: auto auto 16rem;
		min-height: 0;
		padding: 0;
		width: 100%;
	}

	.sv-qa-lab__visual h2 {
		font-size: clamp(2rem, 8.2vw, 2.75rem);
		padding: 0.35rem clamp(1.15rem, 2.7vw, 1.9rem) clamp(0.9rem, 2vw, 1.2rem);
	}

	.sv-qa-kicker {
		padding: clamp(1.15rem, 2.5vw, 1.55rem) clamp(1.15rem, 2.7vw, 1.9rem) 0;
	}

	.sv-qa-lab__visual figure {
		inset: auto;
		position: relative;
	}

	.sv-qa-lab__visual img {
		opacity: 1;
	}

	.sv-qa-lab__visual figcaption {
		border-radius: 8px;
		display: grid;
		gap: 0.28rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		left: 0.65rem;
		right: 0.65rem;
		width: auto;
	}

	.sv-qa-lab__visual figcaption span {
		flex: initial;
		font-size: 0.58rem;
		letter-spacing: 0;
		min-height: 1.8rem;
		min-width: 0;
		padding: 0.48rem 0.25rem;
		white-space: normal;
	}

	.sv-qa-board {
		width: 100%;
	}

	.sv-qa-card {
		display: flex;
		gap: 0.85rem;
		min-height: auto;
		width: 100%;
	}

	.sv-qa-card__index {
		flex: 0 0 2.75rem;
		font-size: 0.74rem;
		height: 2.75rem;
		width: 2.75rem;
	}

	.sv-qa-card__copy {
		flex: 1 1 auto;
		min-width: 0;
	}

	.sv-qa-card strong {
		font-size: 1.15rem;
		max-width: 100%;
	}

	.sv-qa-card p {
		font-size: 0.9rem;
		max-width: 100%;
	}
}

/* NexaPick footer hub: policy clarity without the old dark-theme residue. */
.site-footer {
	background:
		linear-gradient(180deg, rgba(247, 244, 234, 0) 0%, rgba(226, 236, 228, 0.48) 100%),
		var(--sv-paper) !important;
	border-top: 1px solid var(--sv-line) !important;
	color: var(--sv-ink) !important;
	overflow: hidden;
}

.sv-footer-hub {
	display: grid;
	gap: clamp(2.2rem, 5vw, 4.5rem);
	grid-template-columns: minmax(22rem, 0.9fr) minmax(0, 1.1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(3.6rem, 7vw, 5.8rem) 1rem 1.7rem;
}

.sv-footer-hub__brand {
	min-width: 0;
}

.sv-footer-hub__brand > span {
	color: var(--sv-ink);
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.1rem, 6vw, 5.2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.92;
	margin-bottom: 1rem;
}

.sv-footer-hub__brand p {
	color: var(--sv-muted);
	font-size: clamp(1rem, 1.6vw, 1.12rem);
	line-height: 1.55;
	margin: 0;
	max-width: 34rem;
}

.sv-footer-proof {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.35rem;
	max-width: 36rem;
}

.sv-footer-proof strong {
	align-items: center;
	background: #fffdf7;
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	color: var(--sv-ink);
	display: grid;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.1;
	min-height: 2.4rem;
	padding: 0.55rem 0.75rem;
	place-items: center;
	text-align: center;
	text-transform: uppercase;
}

.sv-footer-signup {
	margin-top: 1.35rem;
	max-width: 36rem;
}

.sv-footer-signup label,
.sv-footer-group h2,
.sv-footer-hub__bottom {
	color: var(--sv-muted) !important;
}

.sv-footer-signup label,
.sv-footer-group h2 {
	display: block;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.sv-footer-signup div {
	background: #fffdf7 !important;
	border: 1px solid var(--sv-line) !important;
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 5.2rem;
	min-height: 3.5rem;
	overflow: hidden;
}

.sv-footer-signup input {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--sv-ink) !important;
	font-size: 1rem;
	min-width: 0;
	padding: 0 1rem;
}

.sv-footer-signup button {
	background: var(--sv-action) !important;
	border: 0 !important;
	border-left: 1px solid rgba(16, 17, 14, 0.12) !important;
	color: var(--sv-ink) !important;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0;
	text-transform: uppercase;
}

.sv-footer-hub__links {
	align-content: start;
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 0.25rem;
}

.sv-footer-group {
	background: rgba(255, 253, 247, 0.62);
	border: 1px solid var(--sv-line);
	border-radius: 8px;
	min-width: 0;
	padding: 1rem;
}

.sv-footer-group h2 {
	margin-bottom: 0.95rem;
}

.sv-footer-group a {
	border-top: 1px solid rgba(16, 17, 14, 0.08);
	color: var(--sv-ink) !important;
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	padding: 0.7rem 0;
	text-decoration: none;
}

.sv-footer-group a:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.sv-footer-group a:last-child {
	padding-bottom: 0;
}

.sv-footer-group a:hover {
	color: var(--sv-action-dark) !important;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.sv-footer-hub__bottom {
	align-items: center;
	border-top: 1px solid var(--sv-line) !important;
	display: flex;
	font-size: 0.78rem;
	gap: 1.4rem;
	grid-column: 1 / -1;
	justify-content: space-between;
	line-height: 1.45;
	padding-top: 1.35rem;
}

.sv-footer-hub__bottom span {
	min-width: 0;
}

@media (max-width: 820px) {
	.sv-footer-hub {
		grid-template-columns: 1fr;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sv-footer-hub__brand > span {
		font-size: clamp(3rem, 14vw, 4.1rem);
	}

	.sv-footer-proof {
		grid-template-columns: 1fr;
	}

	.sv-footer-signup div {
		grid-template-columns: minmax(0, 1fr) 4.7rem;
	}

	.sv-footer-hub__links {
		grid-template-columns: 1fr;
	}

	.sv-footer-group {
		padding: 1rem 1.05rem;
	}

	.sv-footer-hub__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* NexaPick compact footer: keep policy navigation inside the footer, not as a page block. */
.site-footer {
	background: #eef3ef !important;
	border-top: 1px solid rgba(16, 17, 14, 0.14) !important;
	color: var(--sv-ink) !important;
}

.site-footer .col-full {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

.sv-footer-hub {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.4rem);
	grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(1.35rem, 3vw, 2.15rem) 1rem 1rem;
}

.sv-footer-hub__brand > span {
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 0.92;
	margin-bottom: 0.55rem;
}

.sv-footer-hub__brand p {
	font-size: 0.95rem;
	line-height: 1.45;
	max-width: 24rem;
}

.sv-footer-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.85rem;
	max-width: 28rem;
}

.sv-footer-proof strong {
	background: rgba(255, 253, 247, 0.7);
	border: 1px solid rgba(16, 17, 14, 0.12);
	border-radius: 999px;
	font-size: 0.66rem;
	min-height: 2rem;
	padding: 0.45rem 0.7rem;
}

.sv-footer-signup {
	margin-top: 0.85rem;
	max-width: 25rem;
}

.sv-footer-signup label,
.sv-footer-group h2 {
	font-size: 0.68rem;
	letter-spacing: 0;
	margin-bottom: 0.45rem;
}

.sv-footer-signup div {
	border-radius: 999px;
	grid-template-columns: minmax(0, 1fr) 4.4rem;
	min-height: 2.85rem;
}

.sv-footer-signup input {
	font-size: 0.92rem;
	padding: 0 0.95rem;
}

.sv-footer-signup button {
	border-radius: 999px;
	font-size: 0.7rem;
	letter-spacing: 0;
	margin: 0.2rem;
}

.sv-footer-hub__links {
	display: grid;
	gap: clamp(1.2rem, 3vw, 2.2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 0;
}

.sv-footer-group {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.sv-footer-group h2 {
	margin-bottom: 0.55rem;
}

.sv-footer-group a {
	border-top: 0;
	color: var(--sv-ink) !important;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.25;
	padding: 0.28rem 0;
}

.sv-footer-hub__bottom {
	border-top: 1px solid rgba(16, 17, 14, 0.12) !important;
	font-size: 0.72rem;
	grid-column: 1 / -1;
	margin-top: 0.15rem;
	padding-top: 0.85rem;
}

@media (max-width: 820px) {
	.sv-footer-hub {
		gap: 1.65rem;
		grid-template-columns: 1fr;
		padding: 1.35rem 1rem 1rem;
	}

	.sv-footer-hub__brand > span {
		font-size: clamp(2.45rem, 13vw, 3.4rem);
	}

	.sv-footer-hub__brand p {
		max-width: 20rem;
	}

	.sv-footer-proof {
		display: grid;
		grid-template-columns: 1fr;
		max-width: none;
	}

	.sv-footer-signup {
		max-width: none;
	}

	.sv-footer-hub__links {
		gap: 1.25rem;
		grid-template-columns: 1fr 1fr;
	}

	.sv-footer-group:last-child {
		grid-column: 1 / -1;
	}

	.sv-footer-hub__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.55rem;
	}
}

/* NexaPick QA drawer: light decision accordion aligned with the store canvas. */
.sv-qa-drawer.sv-conversion-proof {
	align-items: start;
	background:
		linear-gradient(180deg, rgba(238, 243, 239, 0.78), rgba(247, 244, 234, 1)),
		var(--sv-paper) !important;
	border-bottom: 1px solid var(--sv-line);
	border-top: 1px solid var(--sv-line);
	color: var(--sv-ink);
	display: grid;
	gap: clamp(2rem, 7vw, 5.5rem);
	grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 1fr);
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
	padding-top: clamp(3rem, 6vw, 5.5rem);
	position: relative;
}

.sv-qa-drawer__aside {
	min-width: 0;
	padding-top: 0.25rem;
	position: sticky;
	top: 6rem;
}

.sv-qa-drawer__aside h2 {
	color: var(--sv-ink);
	font-family: inherit !important;
	font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
	font-weight: 650;
	line-height: 1.15 !important;
	margin: 0 0 1rem;
	max-width: none !important;
}

.sv-qa-drawer__aside span {
	align-items: center;
	background: rgba(206, 231, 174, 0.52);
	border: 1px solid rgba(92, 120, 72, 0.18);
	border-radius: 999px;
	color: var(--sv-action-dark);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 800;
	gap: 0.4rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.58rem 0.78rem;
	text-transform: uppercase;
}

.sv-qa-drawer__list {
	border-top: 1px solid rgba(12, 14, 10, 0.14);
	min-width: 0;
}

.sv-qa-drawer__item {
	border-bottom: 1px solid rgba(12, 14, 10, 0.14);
	color: var(--sv-ink);
	transition: background-color 180ms ease, border-color 180ms ease;
}

.sv-qa-drawer__item summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	font-size: clamp(1.2rem, 2.15vw, 1.75rem);
	font-weight: 620;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) 2.35rem;
	line-height: 1.2;
	list-style: none;
	min-height: 5.25rem;
	padding: 1.25rem 0;
	transition: color 180ms ease;
}

.sv-qa-drawer__item summary::-webkit-details-marker {
	display: none;
}

.sv-qa-drawer__item summary::after {
	align-items: center;
	background: rgba(255, 253, 247, 0.78);
	border: 1px solid rgba(12, 14, 10, 0.14);
	border-radius: 999px;
	color: var(--sv-action-dark);
	content: "+";
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.05rem;
	justify-content: center;
	justify-self: end;
	line-height: 1;
	width: 2.05rem;
}

.sv-qa-drawer__item[open] summary::after {
	content: "-";
}

.sv-qa-drawer__item[open] {
	background: rgba(255, 253, 247, 0.64);
	border-bottom-color: rgba(12, 14, 10, 0.2);
	padding-left: clamp(0.9rem, 2vw, 1.2rem);
	padding-right: clamp(0.9rem, 2vw, 1.2rem);
}

.sv-qa-drawer__item summary:hover,
.sv-qa-drawer__item summary:focus-visible {
	color: var(--sv-action-dark);
}

.sv-qa-drawer__item summary:focus-visible {
	outline: 2px solid rgba(109, 143, 78, 0.72);
	outline-offset: 0.35rem;
}

.sv-qa-drawer__item p {
	color: var(--sv-muted);
	font-size: clamp(1rem, 1.35vw, 1.16rem);
	line-height: 1.58;
	margin: -0.4rem 3.6rem 1.55rem 0;
	max-width: 48rem;
}

@media (max-width: 820px) {
	.sv-qa-drawer.sv-conversion-proof {
		gap: 2rem;
		grid-template-columns: 1fr;
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	.sv-qa-drawer__aside {
		display: flex;
		gap: 1rem;
		justify-content: space-between;
		position: static;
	}

	.sv-qa-drawer__aside h2 {
		font-size: 1.2rem !important;
		margin: 0;
	}

	.sv-qa-drawer__aside span {
		font-size: 0.74rem;
		padding: 0.5rem 0.66rem;
		text-align: right;
		white-space: nowrap;
	}

	.sv-qa-drawer__item summary {
		font-size: clamp(1.1rem, 5vw, 1.45rem);
		min-height: 4.7rem;
		padding: 1rem 0;
	}

	.sv-qa-drawer__item[open] {
		padding-left: 0.78rem;
		padding-right: 0.78rem;
	}

	.sv-qa-drawer__item p {
		font-size: 0.96rem;
		margin: -0.35rem 2.8rem 1.15rem 0;
	}
}

/* NexaPick PDP conversion system: reusable WooCommerce product landing layer. */
.single-product .site-main {
	padding-bottom: clamp(1.25rem, 3vw, 2rem) !important;
	padding-top: 0.75rem !important;
}

.single-product div.product {
	align-items: start !important;
	display: grid !important;
	gap: clamp(1.25rem, 3.4vw, 3rem);
	grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.68fr);
	margin-top: 0 !important;
	position: relative;
}

.single-product div.product > .onsale {
	background: var(--sv-action);
	border: 0;
	border-radius: 999px;
	color: #fffdf7;
	font-size: 0.74rem;
	font-weight: 900;
	left: clamp(1rem, 2vw, 1.4rem);
	letter-spacing: 0;
	line-height: 1;
	min-height: auto;
	padding: 0.62rem 0.78rem;
	position: absolute;
	text-transform: uppercase;
	top: clamp(1rem, 2vw, 1.4rem);
	z-index: 4;
}

.single-product div.product .woocommerce-product-gallery {
	float: none !important;
	grid-column: 1;
	grid-row: 1;
	margin: 0 !important;
	min-width: 0;
	width: auto !important;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	background:
		linear-gradient(135deg, rgba(237, 243, 239, 0.88), rgba(251, 247, 240, 0.98)) !important;
	display: block;
	margin: 0 !important;
	padding: clamp(1rem, 2.2vw, 1.5rem) !important;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	background: #fffefd;
	border: 1px solid rgba(30, 23, 24, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: clamp(1rem, 4vw, 2.25rem);
}

.single-product div.product div.images .flex-control-thumbs {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0.9rem 0 0 !important;
}

.single-product div.product div.images .flex-control-thumbs li {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.single-product div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	background: #fffefd;
	border: 1px solid rgba(30, 23, 24, 0.1);
	border-radius: 8px;
	object-fit: cover;
	opacity: 1;
	padding: 0.2rem;
}

.single-product div.product .summary {
	align-self: start;
	background: rgba(255, 253, 247, 0.96) !important;
	display: flex;
	flex-direction: column;
	float: none !important;
	gap: 0.95rem;
	grid-column: 2;
	grid-row: 1;
	margin: 0 !important;
	padding: clamp(1.35rem, 3vw, 2.35rem) !important;
	position: static;
	width: auto !important;
}

.single-product .storefront-breadcrumb {
	margin-bottom: 0 !important;
	padding-bottom: 0.55rem !important;
	padding-top: 0.7rem !important;
}

.single-product .woocommerce-breadcrumb {
	margin-bottom: 0 !important;
}

.single-product div.product .product_title {
	margin: 0 !important;
}

.single-product div.product p.price,
.single-product div.product span.price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.55rem, 2.6vw, 2.25rem);
	gap: 0.5rem;
	line-height: 1;
	margin: 0 !important;
}

.single-product div.product p.price del,
.single-product div.product span.price del {
	color: var(--sv-muted);
	font-size: 0.72em;
	font-weight: 650;
	opacity: 0.7;
}

.single-product div.product p.price ins,
.single-product div.product span.price ins {
	background: transparent;
	color: var(--sv-ink);
	font-weight: 950;
	text-decoration: none;
}

.single-product div.product .woocommerce-product-details__short-description {
	border-bottom: 1px solid rgba(30, 23, 24, 0.12);
	margin: 0;
	padding-bottom: 0.95rem;
}

.sv-pdp-decision {
	border-top: 1px solid rgba(30, 23, 24, 0.12);
	display: grid;
	gap: 0.78rem;
	padding-top: 0.85rem;
}

.sv-pdp-decision__lead {
	color: var(--sv-ink);
	font-size: 1.02rem;
	font-weight: 680;
	line-height: 1.45;
	margin: 0;
}

.sv-pdp-proofline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.sv-pdp-proofline--top {
	margin-top: -0.2rem;
}

.sv-pdp-proofline span {
	background: rgba(206, 231, 174, 0.54);
	border: 1px solid rgba(49, 67, 57, 0.12);
	border-radius: 999px;
	color: var(--sv-sage-dark);
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1;
	padding: 0.58rem 0.72rem;
	text-transform: uppercase;
}

.sv-pdp-points {
	display: grid;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-pdp-points li {
	background: rgba(237, 243, 239, 0.72);
	border-radius: 8px;
	display: grid;
	gap: 0.24rem;
	padding: 0.72rem 0.85rem;
}

.sv-pdp-points strong {
	color: var(--sv-ink);
	font-size: 0.95rem;
	line-height: 1.2;
}

.sv-pdp-points span {
	color: var(--sv-muted);
	font-size: 0.9rem;
	font-weight: 520;
	line-height: 1.45;
}

.single-product div.product form.cart {
	border-top: 1px solid rgba(30, 23, 24, 0.12);
	margin: 0 !important;
	padding-top: 0.9rem;
}

.single-product div.product form.cart table.variations {
	margin: 0 0 0.9rem;
}

.single-product div.product form.cart table.variations td,
.single-product div.product form.cart table.variations th {
	background: transparent;
	display: block;
	padding: 0;
}

.single-product div.product form.cart table.variations label {
	color: var(--sv-ink);
	display: block;
	font-size: 0.86rem;
	font-weight: 900;
	margin-bottom: 0.42rem;
	text-transform: uppercase;
}

.single-product div.product form.cart .variations select {
	width: min(100%, 15rem);
}

.single-product div.product form.cart div.quantity {
	float: none !important;
	margin: 0 !important;
}

.single-product div.product form.cart .quantity .qty {
	text-align: center;
	width: 4.6rem;
}

.single-product div.product form.cart .single_add_to_cart_button {
	background: var(--sv-ink);
	border-radius: 999px;
	color: #fffdf7;
	float: none !important;
	font-size: 0.88rem;
	font-weight: 950;
	min-height: 3.35rem;
	padding: 0 1.7rem;
	text-transform: uppercase;
}

.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product div.product form.cart .single_add_to_cart_button:focus-visible {
	background: var(--sv-action-dark);
	color: #fffdf7;
}

.single-product div.product .woocommerce-variation-add-to-cart {
	align-items: center;
	display: grid;
	gap: 0.78rem;
	grid-template-columns: auto minmax(0, 1fr);
}

.sv-pdp-reassurance {
	border-top: 1px solid rgba(30, 23, 24, 0.12);
	display: grid;
	gap: 0;
	margin-top: -0.2rem;
	padding-top: 0.35rem;
}

.sv-pdp-reassurance a {
	border-bottom: 1px solid rgba(30, 23, 24, 0.1);
	color: var(--sv-ink);
	display: grid;
	gap: 0.25rem;
	padding: 0.78rem 0;
	text-decoration: none;
}

.sv-pdp-reassurance a:hover strong,
.sv-pdp-reassurance a:focus-visible strong {
	color: var(--sv-action-dark);
}

.sv-pdp-reassurance strong {
	font-size: 0.92rem;
	line-height: 1.15;
}

.sv-pdp-reassurance span {
	color: var(--sv-muted);
	font-size: 0.86rem;
	font-weight: 520;
	line-height: 1.35;
}

.sv-pdp-landing {
	background: transparent;
	border: 0;
	border-radius: 0;
	clear: both;
	display: grid;
	gap: clamp(1.4rem, 3vw, 2.4rem);
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: clamp(1.25rem, 3vw, 2rem);
	padding: clamp(1.25rem, 3vw, 2.35rem) 0 0;
}

.single-product .woocommerce-tabs,
.single-product .related.products {
	grid-column: 1 / -1;
}

.single-product .woocommerce-tabs {
	grid-row: 3;
}

.single-product .related.products {
	grid-row: 4;
}

.single-product .related.products {
	background: rgba(255, 253, 247, 0.82) !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	gap: clamp(1.4rem, 3vw, 2.2rem);
	grid-template-columns: 1fr;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: clamp(1.5rem, 4vw, 3rem) !important;
	min-height: 0 !important;
	overflow: visible;
	padding: clamp(2rem, 4.6vw, 3.6rem) 0 !important;
	width: 100%;
}

.single-product .related.products > h2 {
	color: var(--sv-ink);
	font-family: inherit;
	font-size: clamp(2rem, 3vw, 3rem) !important;
	font-weight: 840;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 !important;
	max-width: none;
	text-align: center !important;
}

.single-product .related.products ul.products {
	display: grid !important;
	gap: clamp(1rem, 2vw, 1.55rem) !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: stretch;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
	content: none !important;
	display: none !important;
}

.single-product .related.products ul.products li.product {
	background: transparent !important;
	border: 0 !important;
	clear: none !important;
	box-shadow: none !important;
	float: none !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	position: relative;
	text-align: left !important;
	width: auto !important;
}

.single-product .related.products ul.products li.product::after {
	background: #fffdf7;
	border: 1px solid rgba(30, 23, 24, 0.14);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(30, 23, 24, 0.12);
	content: "";
	height: 2.45rem;
	position: absolute;
	right: 0.72rem;
	top: 0.72rem;
	width: 2.45rem;
	z-index: 3;
}

.single-product .related.products ul.products li.product::before {
	background:
		linear-gradient(var(--sv-ink), var(--sv-ink)) center / 0.86rem 2px no-repeat,
		linear-gradient(var(--sv-ink), var(--sv-ink)) center / 2px 0.86rem no-repeat;
	border-radius: 999px;
	content: "";
	height: 2.45rem;
	position: absolute;
	right: 0.72rem;
	top: 0.72rem;
	width: 2.45rem;
	z-index: 4;
}

.single-product .related.products ul.products li.product .onsale {
	background: var(--sv-action);
	border: 0;
	border-radius: 5px;
	color: #fffdf7;
	font-size: 0.78rem;
	font-weight: 950;
	left: 0.55rem;
	line-height: 1;
	margin: 0 !important;
	padding: 0.52rem 0.58rem;
	position: absolute;
	text-transform: none;
	top: 0.55rem;
	z-index: 5;
}

.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link {
	color: var(--sv-ink);
	display: block;
	text-decoration: none;
}

.single-product .related.products ul.products li.product img {
	aspect-ratio: 1 / 1;
	background: #f1eee5;
	border-radius: 8px;
	display: block;
	height: auto !important;
	margin: 0 0 0.9rem !important;
	mix-blend-mode: normal !important;
	object-fit: cover;
	overflow: hidden;
	width: 100% !important;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	color: var(--sv-ink);
	font-size: clamp(1rem, 1.25vw, 1.2rem) !important;
	font-weight: 760;
	line-height: 1.25;
	margin: 0 0 0.58rem !important;
	min-height: 3em;
	padding: 0 !important;
	text-align: left;
}

.single-product .related.products ul.products li.product .price {
	color: var(--sv-ink);
	display: flex;
	font-size: clamp(1.1rem, 1.6vw, 1.38rem) !important;
	font-weight: 900;
	gap: 0.5rem;
	justify-content: flex-start;
	line-height: 1;
	margin: 0 0 0.72rem !important;
	text-align: left;
}

.single-product .related.products ul.products li.product .price del {
	color: var(--sv-muted);
	font-size: 0.72em;
	font-weight: 780;
	opacity: 0.62;
}

.single-product .related.products ul.products li.product .price ins {
	color: var(--sv-ink);
	text-decoration: none;
}

.sv-related-product-note {
	color: var(--sv-muted);
	font-size: 0.95rem;
	font-weight: 520;
	line-height: 1.38;
	margin: 0 0 1rem;
	min-height: 2.65em;
}

.single-product .related.products ul.products li.product .button {
	background: #050505;
	border-radius: 4px;
	color: #fffdf7;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 820;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.95rem 1rem;
	text-transform: none;
	width: 100%;
}

.single-product .related.products ul.products li.product .button:hover,
.single-product .related.products ul.products li.product .button:focus-visible {
	background: var(--sv-action-dark);
	color: #fffdf7;
}

@media (max-width: 1020px) {
	.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.single-product .related.products {
		overflow: hidden;
	}

	.single-product .related.products > h2 {
		font-size: clamp(1.85rem, 10vw, 2.6rem) !important;
		text-align: left !important;
	}

	.single-product .related.products ul.products {
		display: flex !important;
		gap: 0.9rem !important;
		overflow-x: auto;
		padding-bottom: 0.4rem !important;
		scroll-snap-type: x mandatory;
	}

	.single-product .related.products ul.products li.product {
		flex: 0 0 min(78vw, 20rem);
		scroll-snap-align: start;
	}
}

.sv-pdp-landing__intro {
	align-items: end;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(19rem, 0.58fr);
}

.sv-pdp-landing__intro h2 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.45rem);
	line-height: 1;
	margin: 0 0 0.8rem;
	max-width: 52rem;
}

.sv-pdp-landing__intro p {
	color: var(--sv-muted);
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	font-weight: 540;
	line-height: 1.58;
	margin: 0;
	max-width: 58rem;
}

.sv-pdp-media-strip {
	display: grid;
	gap: 0.55rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-pdp-media-strip figure {
	background: var(--sv-mist);
	border: 1px solid rgba(30, 23, 24, 0.09);
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
}

.sv-pdp-media-strip img {
	aspect-ratio: 1 / 1;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sv-pdp-landing__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.sv-pdp-routine,
.sv-pdp-fit {
	background: rgba(237, 243, 239, 0.58);
	border-radius: 8px;
	padding: clamp(1rem, 2vw, 1.35rem);
}

.sv-pdp-routine h3,
.sv-pdp-fit h3 {
	color: var(--sv-ink);
	font-size: clamp(1.18rem, 1.9vw, 1.55rem);
	line-height: 1.1;
	margin: 0 0 1rem;
}

.sv-pdp-routine ol {
	counter-reset: routine;
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-pdp-routine li {
	align-items: start;
	color: var(--sv-muted);
	counter-increment: routine;
	display: grid;
	font-size: 0.96rem;
	font-weight: 540;
	gap: 0.7rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	line-height: 1.45;
}

.sv-pdp-routine li::before {
	align-items: center;
	background: var(--sv-ink);
	border-radius: 999px;
	color: #fffdf7;
	content: counter(routine);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	width: 2rem;
}

.sv-pdp-fit {
	display: grid;
	gap: 0;
}

.sv-pdp-fit div {
	border-top: 1px solid rgba(30, 23, 24, 0.13);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: minmax(6rem, 0.3fr) minmax(0, 1fr);
	padding: 0.9rem 0;
}

.sv-pdp-fit div:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.sv-pdp-fit div:last-of-type {
	padding-bottom: 0;
}

.sv-pdp-fit strong {
	color: var(--sv-action-dark);
	font-size: 0.82rem;
	font-weight: 950;
	text-transform: uppercase;
}

.sv-pdp-fit span {
	color: var(--sv-muted);
	font-size: 0.96rem;
	font-weight: 540;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.single-product div.product {
		grid-template-columns: 1fr;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary,
	.sv-pdp-landing,
	.single-product .woocommerce-tabs,
	.single-product .related.products {
		grid-column: 1;
		grid-row: auto;
	}

	.single-product div.product .summary {
		position: static;
	}

	.sv-pdp-landing__intro,
	.sv-pdp-landing__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.single-product div.product {
		gap: 1rem;
		margin-top: 0 !important;
	}

	.single-product div.product .woocommerce-product-gallery__wrapper,
	.single-product div.product .summary,
	.sv-pdp-landing {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		margin-left: -1rem !important;
		margin-right: -1rem !important;
	}

	.single-product div.product .summary {
		gap: 0.82rem;
	}

	.single-product div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.single-product div.product p.price,
	.single-product div.product span.price {
		font-size: 1.55rem;
	}

	.sv-pdp-proofline span {
		font-size: 0.68rem;
		padding: 0.52rem 0.58rem;
	}

	.single-product div.product .woocommerce-variation-add-to-cart {
		grid-template-columns: 4.25rem minmax(0, 1fr);
	}

	.single-product div.product form.cart .single_add_to_cart_button {
		padding-left: 1rem;
		padding-right: 1rem;
		width: 100%;
	}

	.sv-pdp-media-strip {
		grid-template-columns: repeat(3, minmax(7rem, 1fr));
		overflow-x: auto;
		padding-bottom: 0.2rem;
	}

	.sv-pdp-fit div {
		grid-template-columns: 1fr;
		gap: 0.24rem;
	}
}

/* PDP long-form landing layer inspired by high-conversion product pages. */
.single-product .woocommerce-tabs {
	display: none !important;
}

.single-product div.product .summary {
	box-shadow: 0 22px 70px rgba(30, 23, 24, 0.08);
	gap: 0.72rem;
	padding: clamp(1.15rem, 2.4vw, 1.7rem) !important;
}

body.single-product,
.single-product #page,
.single-product .site-content,
.single-product .content-area,
.single-product .site-main {
	background: linear-gradient(180deg, #fbf7f0 0%, #f8f4eb 48%, #f4f0e8 100%) !important;
}

.single-product div.product .product_title {
	font-size: clamp(2.25rem, 3.45vw, 3.35rem);
	line-height: 0.98;
}

.single-product div.product .woocommerce-product-details__short-description {
	padding-bottom: 0.72rem;
}

.single-product div.product form.cart .variations select {
	background: #fffefd;
	border: 1px solid rgba(30, 23, 24, 0.18);
	border-radius: 999px;
	color: var(--sv-ink);
	font-weight: 780;
	min-height: 2.7rem;
	padding-inline: 1rem;
}

.single-product div.product form.cart .single_variation_wrap {
	display: grid;
	gap: 0.62rem;
}

.single-product div.product form.cart .woocommerce-variation {
	margin: 0;
	min-height: 0;
}

.sv-pdp-offer-panel {
	background: #10110e;
	border-radius: 8px;
	color: #fffdf7;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
}

.sv-pdp-offer-panel div {
	display: grid;
	gap: 0.45rem;
	padding: clamp(1rem, 2vw, 1.45rem);
}

.sv-pdp-offer-panel div + div {
	border-left: 1px solid rgba(255, 253, 247, 0.18);
}

.sv-pdp-offer-panel strong {
	color: #fffdf7;
	font-size: clamp(1rem, 1.5vw, 1.24rem);
	line-height: 1.08;
}

.sv-pdp-offer-panel span {
	color: rgba(255, 253, 247, 0.72);
	font-size: 0.88rem;
	font-weight: 560;
	line-height: 1.45;
}

.sv-pdp-drawers {
	background: rgba(255, 253, 247, 0.88);
	border: 1px solid rgba(30, 23, 24, 0.1);
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(30, 23, 24, 0.06);
	color: var(--sv-ink);
	display: grid;
	gap: clamp(1.1rem, 4vw, 3rem);
	grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 1fr);
	padding: clamp(1.2rem, 3vw, 2.4rem);
}

.sv-pdp-drawers__aside h3 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	line-height: 0.98;
	margin: 0 0 0.9rem;
	max-width: 9ch;
}

.sv-pdp-drawers__aside span {
	color: var(--sv-action-dark);
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sv-pdp-drawers__list {
	border-top: 1px solid rgba(30, 23, 24, 0.16);
}

.sv-pdp-drawer {
	border-bottom: 1px solid rgba(30, 23, 24, 0.13);
}

.sv-pdp-drawer summary {
	align-items: center;
	color: var(--sv-ink);
	cursor: pointer;
	display: grid;
	font-size: clamp(1.05rem, 1.7vw, 1.34rem);
	font-weight: 720;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) 1.6rem;
	list-style: none;
	padding: 1.28rem 0;
}

.sv-pdp-drawer summary::-webkit-details-marker {
	display: none;
}

.sv-pdp-drawer summary i {
	height: 1.1rem;
	position: relative;
	width: 1.1rem;
}

.sv-pdp-drawer summary i::before,
.sv-pdp-drawer summary i::after {
	background: var(--sv-action-dark);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sv-pdp-drawer summary i::before {
	height: 2px;
	width: 1.1rem;
}

.sv-pdp-drawer summary i::after {
	height: 1.1rem;
	transition: transform 180ms ease;
	width: 2px;
}

.sv-pdp-drawer[open] summary i::after {
	transform: translate(-50%, -50%) scaleY(0);
}

.sv-pdp-drawer__body {
	color: var(--sv-muted);
	font-size: 1rem;
	font-weight: 520;
	line-height: 1.62;
	margin: -0.36rem 0 1.35rem;
	max-width: 58rem;
}

.sv-pdp-drawer__body p {
	margin: 0;
}

.sv-pdp-routine-list {
	counter-reset: drawer-routine;
	display: grid;
	gap: 0.72rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-pdp-routine-list li {
	align-items: start;
	counter-increment: drawer-routine;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 2rem minmax(0, 1fr);
}

.sv-pdp-routine-list li::before {
	align-items: center;
	background: rgba(206, 231, 174, 0.58);
	border: 1px solid rgba(49, 67, 57, 0.16);
	border-radius: 999px;
	color: var(--sv-sage-dark);
	content: counter(drawer-routine);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	width: 2rem;
}

.sv-pdp-fit-list {
	display: grid;
	gap: 0;
}

.sv-pdp-fit-list div {
	border-top: 1px solid rgba(30, 23, 24, 0.1);
	display: grid;
	gap: 0.8rem;
	grid-template-columns: minmax(6rem, 0.22fr) minmax(0, 1fr);
	padding: 0.78rem 0;
}

.sv-pdp-fit-list div:first-child {
	border-top: 0;
	padding-top: 0;
}

.sv-pdp-fit-list div:last-child {
	padding-bottom: 0;
}

.sv-pdp-fit-list strong {
	color: var(--sv-action-dark);
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1.2;
	text-transform: uppercase;
}

.sv-pdp-fit-list span,
.sv-pdp-fit-list a {
	color: var(--sv-muted);
	font-size: 1rem;
	font-weight: 520;
	line-height: 1.55;
}

.sv-pdp-fit-list a {
	text-decoration-color: rgba(129, 22, 70, 0.36);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.sv-pdp-drawer summary:focus-visible {
	border-radius: 6px;
	outline: 3px solid rgba(168, 41, 104, 0.26);
	outline-offset: 4px;
}

.sv-pdp-story-stack {
	display: grid;
	gap: clamp(0.9rem, 2vw, 1.2rem);
}

.sv-pdp-story-panel {
	align-items: stretch;
	background: #fffdf7;
	border: 1px solid rgba(30, 23, 24, 0.12);
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1fr);
	min-height: clamp(22rem, 39vw, 33rem);
	overflow: hidden;
}

.sv-pdp-story-panel:nth-child(even) {
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
}

.sv-pdp-story-panel:nth-child(even) figure {
	grid-column: 2;
}

.sv-pdp-story-panel:nth-child(even) > div {
	grid-column: 1;
	grid-row: 1;
}

.sv-pdp-story-panel figure {
	background: var(--sv-mist);
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.sv-pdp-story-panel img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sv-pdp-story-panel > div {
	align-content: center;
	display: grid;
	gap: clamp(0.8rem, 2vw, 1.1rem);
	padding: clamp(1.45rem, 4vw, 3.2rem);
}

.sv-pdp-story-panel > div > span {
	color: var(--sv-action-dark);
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.sv-pdp-story-panel h3 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.6vw, 4rem);
	line-height: 0.98;
	margin: 0;
	max-width: 10ch;
}

.sv-pdp-story-panel p {
	color: var(--sv-muted);
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	font-weight: 540;
	line-height: 1.62;
	margin: 0;
	max-width: 34rem;
}

.sv-pdp-qa {
	background: #10110e;
	border-radius: 8px;
	color: #fffdf7;
	display: grid;
	gap: clamp(1.2rem, 4vw, 3rem);
	grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
	padding: clamp(1.2rem, 3vw, 2.4rem);
}

.sv-pdp-qa__aside h3 {
	color: #fffdf7;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3.4vw, 3.35rem);
	line-height: 0.98;
	margin: 0 0 0.9rem;
	max-width: 9ch;
}

.sv-pdp-qa__aside span {
	color: #d4b25f;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.sv-pdp-qa__list {
	border-top: 1px solid rgba(255, 253, 247, 0.2);
}

.sv-pdp-qa__item {
	border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.sv-pdp-qa__item summary {
	align-items: center;
	color: #fffdf7;
	cursor: pointer;
	display: grid;
	font-size: clamp(1.05rem, 1.7vw, 1.34rem);
	font-weight: 720;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) 1.4rem;
	list-style: none;
	padding: 1.25rem 0;
}

.sv-pdp-qa__item summary::-webkit-details-marker {
	display: none;
}

.sv-pdp-qa__item summary i {
	color: #d4b25f;
	font-style: normal;
	font-weight: 900;
	text-align: right;
}

.sv-pdp-qa__item[open] summary i {
	transform: rotate(45deg);
}

.sv-pdp-qa__item p {
	color: rgba(255, 253, 247, 0.68);
	font-size: 1rem;
	font-weight: 520;
	line-height: 1.62;
	margin: -0.4rem 0 1.35rem;
	max-width: 54rem;
}

.sv-pdp-qa__item summary:focus-visible {
	outline: 3px solid rgba(212, 178, 95, 0.42);
	outline-offset: 4px;
}

@media (max-width: 980px) {
	.sv-pdp-offer-panel,
	.sv-pdp-qa,
	.sv-pdp-drawers {
		grid-template-columns: 1fr;
	}

	.sv-pdp-offer-panel div + div {
		border-left: 0;
		border-top: 1px solid rgba(255, 253, 247, 0.18);
	}

	.sv-pdp-story-panel,
	.sv-pdp-story-panel:nth-child(even) {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.sv-pdp-story-panel:nth-child(even) figure,
	.sv-pdp-story-panel:nth-child(even) > div {
		grid-column: auto;
		grid-row: auto;
	}

	.sv-pdp-story-panel figure {
		min-height: clamp(18rem, 75vw, 30rem);
	}

	.sv-pdp-story-panel h3 {
		max-width: 12ch;
	}
}

@media (max-width: 820px) {
	.sv-pdp-offer-panel,
	.sv-pdp-story-panel,
	.sv-pdp-qa,
	.sv-pdp-drawers {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
	}

	.sv-pdp-story-panel > div {
		padding: 1.15rem;
	}

	.sv-pdp-story-panel h3 {
		font-size: clamp(1.75rem, 10vw, 2.6rem);
	}

	.sv-pdp-qa {
		padding: 1.2rem;
	}

	.sv-pdp-drawers {
		padding: 1.2rem;
	}

	.sv-pdp-fit-list div {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}
}

/* Fix WooCommerce gallery frame: prevent cropped oversized hero images and noisy overlays. */
.single-product div.product .woocommerce-product-gallery {
	background: #fffefd;
	border: 1px solid rgba(30, 23, 24, 0.12);
	border-radius: 12px;
	box-shadow: 0 22px 64px rgba(30, 23, 24, 0.06);
	overflow: hidden;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery__trigger {
	display: none !important;
}

.single-product div.product > .onsale {
	box-shadow: 0 10px 26px rgba(189, 31, 106, 0.22);
	left: 1.15rem;
	top: 1.15rem;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	background: #fffefd !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.single-product div.product div.images .flex-viewport {
	background: #fffefd;
	border: 0 !important;
	border-radius: 0 !important;
	height: auto !important;
	overflow: hidden !important;
}

.single-product div.product div.images .woocommerce-product-gallery__image {
	background: #fffefd;
	min-height: 0;
}

.single-product div.product div.images .woocommerce-product-gallery__image a {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fffefd;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.single-product div.product div.images .woocommerce-product-gallery__image img,
.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
	aspect-ratio: auto;
	display: block;
	height: 100% !important;
	max-height: min(68vh, 44rem);
	max-width: 100%;
	object-fit: contain;
	padding: clamp(1.25rem, 4vw, 3rem);
	width: 100% !important;
}

.single-product div.product div.images .flex-control-thumbs {
	background: var(--sv-cream);
	border-top: 1px solid rgba(30, 23, 24, 0.1);
	margin: 0 !important;
	padding: 0.95rem !important;
}

@media (max-width: 820px) {
	.single-product div.product .woocommerce-product-gallery {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
	}

	.single-product div.product > .onsale {
		left: 0.85rem;
		top: 0.85rem;
	}

	.single-product div.product div.images .woocommerce-product-gallery__image img,
	.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
		max-height: 34rem;
		padding: 1.1rem;
	}
}

/* Product gallery interaction: single-row thumbnails, stacked overflow, swipe controls. */
.single-product div.product div.images .flex-control-thumbs {
	align-items: stretch !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0.82rem;
	justify-content: stretch !important;
	max-width: none !important;
	width: 100% !important;
}

.single-product div.product div.images .flex-control-thumbs li {
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	display: block;
	flex: 1 1 0 !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transform: none !important;
	width: auto !important;
}

.single-product div.product div.images .flex-control-thumbs li.sv-thumb-hidden {
	display: none !important;
}

.single-product div.product div.images .flex-control-thumbs li.sv-thumb-stack {
	overflow: visible;
}

.single-product div.product div.images .flex-control-thumbs li.sv-thumb-stack::before,
.single-product div.product div.images .flex-control-thumbs .sv-thumb-more {
	border-radius: 10px;
	inset: 0;
	position: absolute;
}

.single-product div.product div.images .flex-control-thumbs li.sv-thumb-stack::before {
	background: rgba(255, 253, 247, 0.78);
	border: 1px solid rgba(30, 23, 24, 0.12);
	content: "";
	transform: translate(0.3rem, -0.3rem);
	z-index: 0;
}

.single-product div.product div.images .flex-control-thumbs .sv-thumb-more {
	align-items: center;
	background: rgba(16, 17, 14, 0.52);
	color: #fffdf7;
	display: flex;
	font-size: 1rem;
	font-weight: 950;
	justify-content: center;
	pointer-events: none;
	z-index: 2;
}

.single-product div.product div.images .flex-control-thumbs img {
	background: #fffefd;
	border-radius: 10px;
	display: block;
	height: 100% !important;
	object-fit: cover;
	padding: 0 !important;
	position: relative;
	width: 100% !important;
	z-index: 1;
}

.single-product div.product div.images .flex-control-thumbs li:first-child img {
	object-fit: contain;
	padding: 0.5rem !important;
	transform: scale(1.32);
}

.single-product div.product div.images .flex-control-thumbs li.sv-thumb-stack img {
	filter: saturate(0.88) brightness(0.94);
}

.single-product div.product div.images .flex-control-thumbs img.flex-active {
	box-shadow: 0 0 0 3px rgba(189, 31, 106, 0.24);
}

.sv-gallery-enhanced .woocommerce-product-gallery__wrapper,
.sv-gallery-enhanced .flex-viewport {
	cursor: grab;
	touch-action: pan-y;
}

.sv-gallery-enhanced .woocommerce-product-gallery__wrapper:active,
.sv-gallery-enhanced .flex-viewport:active {
	cursor: grabbing;
}

.sv-gallery-nav {
	display: flex;
	inset: 50% 0 auto;
	justify-content: space-between;
	padding: 0 0.9rem;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
	z-index: 5;
}

.sv-gallery-nav__button {
	align-items: center;
	background: rgba(255, 253, 247, 0.92);
	border: 1px solid rgba(30, 23, 24, 0.14);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(30, 23, 24, 0.12);
	display: inline-flex;
	height: 2.65rem;
	justify-content: center;
	min-height: 0;
	padding: 0;
	pointer-events: auto;
	width: 2.65rem;
}

.sv-gallery-nav__button span {
	border-color: var(--sv-ink);
	border-style: solid;
	border-width: 0 2px 2px 0;
	display: block;
	height: 0.58rem;
	width: 0.58rem;
}

.sv-gallery-nav__button--prev span {
	transform: rotate(135deg) translate(-1px, -1px);
}

.sv-gallery-nav__button--next span {
	transform: rotate(-45deg) translate(-1px, -1px);
}

.sv-gallery-nav__button:hover,
.sv-gallery-nav__button:focus-visible {
	background: var(--sv-action);
	border-color: var(--sv-action);
}

.sv-gallery-nav__button:hover span,
.sv-gallery-nav__button:focus-visible span {
	border-color: #fffdf7;
}

@media (max-width: 820px) {
	.single-product div.product div.images .flex-control-thumbs {
		gap: 0.55rem;
		padding: 0.75rem !important;
	}

	.sv-gallery-nav {
		padding: 0 0.65rem;
	}

	.sv-gallery-nav__button {
		height: 2.35rem;
		width: 2.35rem;
	}
}

/* PDP buybox v2: compact Shopify-style purchase path. */
.single-product div.product .summary {
	border: 1px solid rgba(30, 23, 24, 0.12);
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(30, 23, 24, 0.08);
	gap: 0.78rem;
	padding: clamp(1.3rem, 2.35vw, 1.85rem) !important;
}

.single-product div.product .product_title {
	font-size: clamp(1.92rem, 2.65vw, 2.72rem) !important;
	letter-spacing: 0;
	line-height: 1.02;
	max-width: 13ch;
}

.single-product div.product p.price,
.single-product div.product span.price {
	font-size: clamp(1.52rem, 2.05vw, 1.95rem) !important;
	margin-top: 0.1rem !important;
}

.sv-pdp-save-badge {
	align-self: flex-start;
	background: var(--sv-action);
	border-radius: 999px;
	color: #fffdf7;
	font-size: 0.84rem;
	font-weight: 950;
	line-height: 1;
	margin-top: -0.36rem;
	padding: 0.62rem 0.82rem;
	text-transform: uppercase;
}

.sv-pdp-save-badge .woocommerce-Price-amount,
.sv-pdp-save-badge .woocommerce-Price-currencySymbol {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.sv-pdp-proofline--top {
	background: rgba(237, 243, 239, 0.68);
	border: 1px solid rgba(49, 67, 57, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0.02rem 0 0;
	overflow: hidden;
}

.sv-pdp-proofline--top span {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--sv-sage-dark);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	padding: 0.74rem 0.55rem;
	text-align: center;
}

.sv-pdp-proofline--top span + span {
	border-left: 1px solid rgba(49, 67, 57, 0.1);
}

.single-product div.product form.cart {
	border-top: 1px solid rgba(30, 23, 24, 0.1);
	display: grid;
	gap: 0.82rem;
	padding-top: 0.95rem;
}

.single-product div.product form.cart table.variations {
	margin: 0 !important;
}

.single-product div.product form.cart table.variations tr {
	display: grid;
	gap: 0.55rem;
}

.single-product div.product form.cart table.variations label {
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	margin: 0;
}

.single-product div.product form.cart table.variations td.value {
	position: relative;
}

.single-product div.product form.cart table.variations td.value.sv-variant-ready select {
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 1px;
}

.single-product div.product form.cart table.variations .reset_variations {
	color: var(--sv-muted);
	display: inline-flex !important;
	font-size: 0.82rem;
	font-weight: 720;
	margin-top: 0.55rem;
	text-decoration-color: rgba(30, 23, 24, 0.22);
	text-underline-offset: 0.2em;
}

.sv-variant-picker {
	display: grid;
	gap: 0.62rem;
}

.sv-variant-current {
	color: var(--sv-muted);
	font-size: 0.9rem;
	font-weight: 640;
	line-height: 1.25;
}

.sv-variant-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.52rem;
}

.sv-variant-swatch {
	align-items: center;
	background: #fffefd;
	border: 1px solid rgba(30, 23, 24, 0.14);
	border-radius: 999px;
	color: var(--sv-ink);
	display: inline-flex;
	gap: 0.42rem;
	min-height: 2.42rem;
	padding: 0.38rem 0.72rem 0.38rem 0.45rem;
}

.sv-variant-swatch__dot {
	background: var(--swatch);
	border: 1px solid rgba(30, 23, 24, 0.22);
	border-radius: 999px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
	height: 1.44rem;
	width: 1.44rem;
}

.sv-variant-swatch__text {
	font-size: 0.88rem;
	font-weight: 780;
	line-height: 1;
}

.sv-variant-swatch.is-active {
	background: var(--sv-ink);
	border-color: var(--sv-ink);
	color: #fffdf7;
}

.sv-variant-swatch:hover,
.sv-variant-swatch:focus-visible {
	border-color: var(--sv-action);
	box-shadow: 0 0 0 3px rgba(189, 31, 106, 0.14);
}

.single-product div.product .woocommerce-variation-availability,
.single-product div.product p.stock {
	display: none !important;
}

.single-product div.product .woocommerce-variation {
	margin: 0;
	min-height: 0;
}

.single-product div.product form.cart .single_variation_wrap {
	gap: 0 !important;
}

.single-product div.product .woocommerce-variation-add-to-cart,
.single-product div.product form.cart .variations_button {
	align-items: stretch;
	display: grid !important;
	gap: 0.72rem;
	grid-auto-flow: row;
	grid-template-columns: 5.1rem minmax(0, 1fr);
	width: 100%;
}

.single-product div.product form.cart div.quantity,
.single-product div.product form.cart .variations_button div.quantity {
	display: block;
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: 100%;
}

.single-product div.product form.cart .quantity .qty {
	background: #fffefd;
	border: 1px solid rgba(30, 23, 24, 0.14);
	border-radius: 8px;
	color: var(--sv-ink);
	font-size: 1.08rem;
	font-weight: 780;
	height: 100%;
	min-height: 3.35rem;
	width: 100%;
}

.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product form.cart .variations_button .single_add_to_cart_button {
	border-radius: 8px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	grid-column: 2 !important;
	grid-row: 1 !important;
	min-height: 3.35rem;
	min-width: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	white-space: nowrap;
	width: 100%;
}

.single-product div.product .woocommerce-product-details__short-description {
	border-bottom: 0;
	border-top: 1px solid rgba(30, 23, 24, 0.1);
	color: var(--sv-muted);
	font-size: 0.98rem;
	font-weight: 540;
	line-height: 1.5;
	margin-top: 0.1rem;
	padding: 0.92rem 0 0;
}

.single-product div.product .woocommerce-product-details__short-description p {
	margin: 0;
}

.sv-pdp-reassurance {
	border-top: 1px solid rgba(30, 23, 24, 0.1);
	grid-template-columns: 1fr;
	margin: 0;
	padding-top: 0.18rem;
}

.sv-pdp-reassurance a {
	align-items: baseline;
	border-bottom: 1px solid rgba(30, 23, 24, 0.08);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: minmax(7.5rem, 0.42fr) minmax(0, 1fr);
	padding: 0.62rem 0;
}

.sv-pdp-reassurance strong {
	font-size: 0.86rem;
	font-weight: 880;
	text-transform: uppercase;
}

.sv-pdp-reassurance span {
	font-size: 0.84rem;
}

@media (max-width: 820px) {
	.single-product div.product .summary {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
	}

	.single-product div.product .product_title {
		font-size: clamp(1.86rem, 8.4vw, 2.55rem) !important;
		max-width: 12.5ch;
	}
}

@media (max-width: 520px) {
	.sv-pdp-proofline--top {
		grid-template-columns: 1fr;
	}

	.sv-pdp-proofline--top span + span {
		border-left: 0;
		border-top: 1px solid rgba(49, 67, 57, 0.1);
	}

	.single-product div.product .woocommerce-variation-add-to-cart {
		grid-template-columns: 4.7rem minmax(0, 1fr);
	}

	.sv-pdp-reassurance a {
		grid-template-columns: 1fr;
		gap: 0.18rem;
	}
}

/* Homepage conversion refinement: keep the hero, make the selling path consumer-facing. */
.home .sv-conversion-collection {
	padding-bottom: clamp(3.25rem, 5.5vw, 5rem) !important;
}

.home .sv-conversion-collection .sv-section-head {
	align-items: end;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 0.78fr) minmax(17rem, 0.42fr);
	margin-bottom: clamp(1.35rem, 3vw, 2.35rem);
}

.home .sv-conversion-collection .sv-section-head h2 {
	font-size: clamp(2.65rem, 5.6vw, 5.35rem);
	letter-spacing: 0;
	line-height: 0.96;
	max-width: 12ch;
}

.home .sv-conversion-collection .sv-section-head p {
	font-size: clamp(0.98rem, 1.25vw, 1.08rem);
	font-weight: 620;
	line-height: 1.52;
	max-width: 29rem;
}

.home .sv-conversion-grid {
	align-items: stretch;
	gap: clamp(0.8rem, 1.6vw, 1.15rem);
	grid-auto-rows: minmax(18.5rem, auto);
	grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 0.72fr));
}

.home .sv-conversion-card {
	border-color: rgba(16, 17, 14, 0.14);
	display: grid;
	grid-template-rows: minmax(11.5rem, 0.86fr) auto auto;
	min-height: 0;
}

.home .sv-conversion-card.is-lead {
	grid-row: span 2;
	min-height: 0;
}

.home .sv-card-media {
	min-height: clamp(11.5rem, 18vw, 15.25rem);
	padding: clamp(0.85rem, 1.5vw, 1.15rem);
}

.home .sv-conversion-card.is-lead .sv-card-media {
	min-height: clamp(21rem, 34vw, 28rem);
}

.home .sv-card-media img {
	filter: saturate(0.98) contrast(1.02);
	max-height: clamp(10rem, 28vw, 25rem);
}

.home .sv-card-copy {
	gap: 0.42rem;
	padding: clamp(0.86rem, 1.55vw, 1.1rem) clamp(0.86rem, 1.55vw, 1.1rem) 0;
}

.home .sv-card-copy strong {
	font-size: clamp(1rem, 1.45vw, 1.16rem) !important;
	line-height: 1.14;
}

.home .sv-conversion-card.is-lead .sv-card-copy strong {
	font-size: clamp(1.28rem, 2.1vw, 1.72rem) !important;
	line-height: 1.08;
	max-width: 18rem;
}

.home .sv-card-copy em {
	font-size: 0.86rem;
	font-weight: 590;
	line-height: 1.42;
}

.home .sv-conversion-card.is-lead .sv-card-copy em {
	font-size: 0.96rem;
	max-width: 24rem;
}

.home .sv-card-commerce {
	align-items: end;
	gap: 0.72rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 0.8rem clamp(0.86rem, 1.55vw, 1.1rem) clamp(0.86rem, 1.55vw, 1.1rem);
}

.home .sv-card-price {
	gap: 0.38rem 0.52rem;
	line-height: 1.05;
}

.home .sv-card-price > span {
	font-size: clamp(1.02rem, 1.5vw, 1.28rem);
}

.home .sv-card-price del {
	font-size: 0.76rem;
}

.home .sv-card-saving {
	background: rgba(200, 255, 57, 0.42);
	border: 1px solid rgba(16, 17, 14, 0.12);
	border-radius: 999px;
	color: #304215;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 920;
	line-height: 1;
	padding: 0.36rem 0.5rem;
	text-transform: uppercase;
}

.home .sv-card-action,
.home .sv-confidence-link {
	border-radius: 8px;
	font-size: 0.72rem;
	min-height: 2.55rem;
	white-space: nowrap;
}

.home .sv-conversion-card.is-lead .sv-card-action {
	background: var(--sv-action);
	color: var(--sv-ink);
}

.home .sv-conversion-bar {
	background: #fbf8ef !important;
	border-bottom: 1px solid var(--sv-line);
	border-top: 1px solid var(--sv-line);
	gap: clamp(0.7rem, 1.4vw, 1rem);
	padding-bottom: clamp(1.2rem, 2.4vw, 1.8rem);
	padding-top: clamp(1.2rem, 2.4vw, 1.8rem);
}

.home .sv-trust-card {
	background: rgba(238, 243, 239, 0.72);
	border-color: rgba(16, 17, 14, 0.1);
	border-radius: 8px;
	grid-template-columns: 5.1rem minmax(0, 1fr);
	grid-template-rows: auto auto;
	min-height: 7.4rem;
	padding: 0.72rem;
}

.home .sv-trust-card figure {
	align-self: stretch;
	border: 0;
	border-radius: 6px;
	grid-row: span 2;
	min-height: 5.8rem;
}

.home .sv-trust-card strong {
	align-self: end;
	font-size: 0.98rem;
	padding: 0.18rem 0.2rem 0;
}

.home .sv-trust-card > span {
	font-size: 0.78rem;
	line-height: 1.34;
	padding: 0.2rem 0.2rem 0.1rem;
}

.sv-shop-confidence {
	background:
		linear-gradient(90deg, rgba(238, 243, 239, 0.88), rgba(247, 244, 234, 0.98)),
		var(--sv-paper);
	border-top: 1px solid var(--sv-line);
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
	grid-template-columns: minmax(0, 0.96fr) minmax(20rem, 0.58fr);
	margin-inline: calc(50% - 50vw);
	padding: clamp(2.25rem, 5vw, 4.6rem) max(1.41575em, calc(50vw - 590px));
}

.sv-confidence-media {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-width: 0;
}

.sv-confidence-media img {
	aspect-ratio: 4 / 5;
	background: var(--sv-soft);
	border: 1px solid rgba(16, 17, 14, 0.1);
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sv-confidence-media img:nth-child(2),
.sv-confidence-media img:nth-child(4) {
	transform: translateY(1.1rem);
}

.sv-confidence-copy {
	align-content: center;
	display: grid;
	gap: 1rem;
	min-width: 0;
	padding-left: clamp(0.2rem, 1.4vw, 1rem);
}

.sv-confidence-copy h2 {
	color: var(--sv-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.15rem, 4.5vw, 4.4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 10.5ch;
}

.sv-confidence-copy p {
	color: var(--sv-muted);
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	font-weight: 600;
	line-height: 1.56;
	margin: 0;
	max-width: 31rem;
}

.sv-confidence-list {
	border-top: 1px solid rgba(16, 17, 14, 0.12);
	display: grid;
	margin-top: 0.25rem;
}

.sv-confidence-list span {
	border-bottom: 1px solid rgba(16, 17, 14, 0.1);
	color: var(--sv-muted);
	display: grid;
	font-size: 0.9rem;
	gap: 0.35rem;
	grid-template-columns: 7rem minmax(0, 1fr);
	line-height: 1.38;
	padding: 0.76rem 0;
}

.sv-confidence-list strong {
	color: var(--sv-ink);
	font-size: 0.84rem;
	font-weight: 900;
	text-transform: uppercase;
}

.sv-confidence-link {
	align-items: center;
	background: var(--sv-ink);
	color: var(--sv-paper) !important;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	justify-self: start;
	margin-top: 0.25rem;
	padding: 0 1rem;
	text-decoration: none !important;
	text-transform: uppercase;
}

.sv-confidence-link:hover,
.sv-confidence-link:focus-visible {
	background: var(--sv-action);
	color: var(--sv-ink) !important;
}

.home .sv-qa-drawer.sv-conversion-proof {
	background: var(--sv-paper) !important;
	border-top: 1px solid var(--sv-line);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	padding-top: clamp(2.8rem, 5.5vw, 4.75rem);
}

.home .sv-qa-drawer__aside h2 {
	font-size: clamp(1.7rem, 3.1vw, 2.7rem) !important;
	font-weight: 700;
}

.home .sv-qa-drawer__aside span {
	background: rgba(238, 243, 239, 0.9);
	color: #475b26;
}

@media (max-width: 960px) {
	.home .sv-conversion-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .sv-conversion-card.is-lead {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.home .sv-conversion-card.is-lead .sv-card-media {
		min-height: clamp(18rem, 46vw, 25rem);
	}

	.home .sv-conversion-bar,
	.sv-shop-confidence {
		grid-template-columns: 1fr 1fr;
	}

	.sv-shop-confidence {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 640px) {
	.home .sv-conversion-collection .sv-section-head,
	.home .sv-conversion-grid,
	.home .sv-conversion-bar,
	.sv-shop-confidence {
		grid-template-columns: 1fr;
	}

	.home .sv-conversion-collection .sv-section-head h2,
	.sv-confidence-copy h2 {
		max-width: 11ch;
	}

	.home .sv-card-media,
	.home .sv-conversion-card.is-lead .sv-card-media {
		min-height: 18rem;
	}

	.home .sv-card-commerce {
		grid-template-columns: 1fr;
	}

	.home .sv-card-action {
		width: 100%;
	}

	.sv-confidence-media {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-confidence-media img:nth-child(2),
	.sv-confidence-media img:nth-child(4) {
		transform: none;
	}

	.sv-confidence-copy {
		padding-left: 0;
	}

	.sv-confidence-list span {
		grid-template-columns: 1fr;
	}
}

/* Homepage product wall pass: tighter Shopify-style scan after the hero. */
.home .sv-home--conversion {
	background: #fbf8ef;
}

.home .sv-conversion-collection {
	background: #fbf8ef !important;
	padding-top: clamp(2.8rem, 5vw, 4.75rem) !important;
}

.home .sv-conversion-collection .sv-section-head {
	align-items: start;
	border-bottom: 1px solid rgba(16, 17, 14, 0.12);
	grid-template-columns: minmax(0, 0.92fr) minmax(17rem, 0.48fr);
	padding-bottom: clamp(1.1rem, 2vw, 1.45rem);
}

.home .sv-conversion-collection .sv-section-head h2 {
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	max-width: 13ch;
}

.home .sv-conversion-grid {
	display: grid;
	gap: clamp(0.74rem, 1.15vw, 1rem);
	grid-auto-rows: auto;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home .sv-conversion-card,
.home .sv-conversion-card.is-lead {
	background: #fffdf6;
	border-radius: 8px;
	display: grid;
	grid-column: auto;
	grid-row: auto;
	grid-template-rows: auto 1fr auto;
	min-height: 0;
	overflow: hidden;
}

.home .sv-card-media,
.home .sv-conversion-card.is-lead .sv-card-media {
	aspect-ratio: 1 / 1.08;
	background: #eef4f0;
	border-bottom: 1px solid rgba(16, 17, 14, 0.09);
	min-height: 0;
	padding: clamp(0.45rem, 0.9vw, 0.8rem);
}

.home .sv-card-media img,
.home .sv-conversion-card.is-lead .sv-card-media img {
	height: 100%;
	max-height: none;
	object-fit: contain;
	width: 100%;
}

.home .sv-card-copy {
	align-content: start;
	display: grid;
	gap: 0.42rem;
	padding: 0.85rem 0.82rem 0;
}

.home .sv-card-copy strong,
.home .sv-conversion-card.is-lead .sv-card-copy strong {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: clamp(0.98rem, 1.25vw, 1.12rem) !important;
	line-height: 1.12;
	margin: 0;
	max-width: none;
	overflow: hidden;
}

.home .sv-card-copy em,
.home .sv-conversion-card.is-lead .sv-card-copy em {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #5f655d;
	display: -webkit-box;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.34;
	max-width: none;
	min-height: 2.1em;
	overflow: hidden;
}

.home .sv-card-commerce {
	align-items: stretch;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: 1fr;
	padding: 0.82rem;
}

.home .sv-card-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.28rem 0.45rem;
	min-height: 2.2rem;
}

.home .sv-card-price > span {
	font-size: clamp(1.08rem, 1.5vw, 1.34rem);
	order: 1;
}

.home .sv-card-price del {
	font-size: 0.78rem;
	order: 2;
}

.home .sv-card-saving {
	align-self: center;
	font-size: 0.66rem;
	order: 3;
	padding: 0.36rem 0.5rem;
}

.home .sv-card-action,
.home .sv-conversion-card.is-lead .sv-card-action {
	background: #10110e;
	border-radius: 6px;
	color: #fffdf6;
	font-size: 0.72rem;
	justify-content: center;
	min-height: 2.7rem;
	padding: 0 0.8rem;
	width: 100%;
}

.home .sv-card-badge {
	border-radius: 999px;
	font-size: 0.62rem;
	left: 0.62rem;
	padding: 0.33rem 0.52rem;
	top: 0.62rem;
}

.home .sv-conversion-bar {
	background: #f3f5ed !important;
	border-color: rgba(16, 17, 14, 0.1);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .sv-trust-card {
	background: rgba(255, 253, 246, 0.76);
	box-shadow: none;
	min-height: 6.6rem;
}

.home .sv-shop-confidence {
	background: #fbf8ef;
	border-bottom: 1px solid rgba(16, 17, 14, 0.1);
}

.home .sv-confidence-media img {
	background: #eef4f0;
	object-fit: contain;
	padding: 0.28rem;
}

.home .sv-qa-drawer.sv-conversion-proof {
	background: #fbf8ef !important;
}

/* Homepage confidence deck: make the proof images feel composed, not dropped into columns. */
.home .sv-shop-confidence {
	align-items: center;
	background: #fbf8ef;
	gap: clamp(2rem, 4vw, 4.25rem);
	grid-template-columns: minmax(0, 1.02fr) minmax(21rem, 0.72fr);
	padding-bottom: clamp(3rem, 5.2vw, 5rem);
	padding-top: clamp(3rem, 5.2vw, 5rem);
}

.home .sv-confidence-media {
	align-self: center;
	display: grid;
	gap: clamp(0.68rem, 1.15vw, 0.95rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(6, minmax(3.8rem, 5.4vw));
	min-height: 0;
}

.home .sv-confidence-media img {
	background: #eef4f0;
	border: 1px solid rgba(16, 17, 14, 0.13);
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(65, 58, 42, 0.08);
	height: 100%;
	object-fit: contain;
	padding: clamp(0.34rem, 0.7vw, 0.58rem);
	transform: none !important;
	width: 100%;
}

.home .sv-confidence-media img:nth-child(1) {
	grid-column: 1 / 6;
	grid-row: 1 / 7;
	object-fit: cover;
	object-position: center top;
	padding: 0;
}

.home .sv-confidence-media img:nth-child(2) {
	grid-column: 6 / 10;
	grid-row: 1 / 4;
	object-fit: cover;
	object-position: center top;
	padding: 0;
}

.home .sv-confidence-media img:nth-child(3) {
	grid-column: 10 / 13;
	grid-row: 1 / 6;
	object-fit: cover;
	object-position: center top;
	padding: 0;
}

.home .sv-confidence-media img:nth-child(4) {
	grid-column: 6 / 10;
	grid-row: 4 / 7;
	object-fit: contain;
	padding: 0.45rem;
}

.home .sv-confidence-copy {
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.1);
	border-radius: 12px;
	box-shadow: 0 22px 52px rgba(65, 58, 42, 0.09);
	gap: clamp(0.95rem, 1.4vw, 1.2rem);
	padding: clamp(1.35rem, 2.5vw, 2.15rem);
}

.home .sv-confidence-copy h2 {
	font-size: clamp(2.1rem, 3.5vw, 3.65rem);
	line-height: 0.98;
	max-width: 11.5ch;
}

.home .sv-confidence-copy p {
	font-size: clamp(0.95rem, 1.05vw, 1.04rem);
	line-height: 1.48;
	max-width: 34rem;
}

.home .sv-confidence-list {
	margin-top: 0;
}

.home .sv-confidence-list span {
	align-items: baseline;
	font-size: clamp(0.86rem, 0.95vw, 0.94rem);
	grid-template-columns: minmax(6.8rem, 0.38fr) minmax(0, 1fr);
	padding: 0.72rem 0;
}

.home .sv-confidence-list strong {
	font-size: 0.76rem;
}

.home .sv-confidence-link {
	min-height: 2.85rem;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
}

@media (max-width: 960px) {
	.home .sv-shop-confidence {
		grid-template-columns: 1fr;
	}

	.home .sv-confidence-media {
		grid-template-rows: repeat(5, minmax(3.6rem, 9vw));
	}

	.home .sv-confidence-media img:nth-child(1) {
		grid-column: 1 / 7;
		grid-row: 1 / 6;
	}

	.home .sv-confidence-media img:nth-child(2) {
		grid-column: 7 / 13;
		grid-row: 1 / 3;
	}

	.home .sv-confidence-media img:nth-child(3) {
		grid-column: 7 / 10;
		grid-row: 3 / 6;
	}

	.home .sv-confidence-media img:nth-child(4) {
		grid-column: 10 / 13;
		grid-row: 3 / 6;
	}
}

@media (max-width: 640px) {
	.home .sv-confidence-media {
		display: flex;
		margin-inline: -1rem;
		overflow-x: auto;
		padding: 0 1rem 0.5rem;
		scroll-snap-type: x mandatory;
	}

	.home .sv-confidence-media img {
		aspect-ratio: 4 / 5;
		flex: 0 0 min(72vw, 18rem);
		height: auto;
		scroll-snap-align: start;
	}

	.home .sv-confidence-copy h2 {
		font-size: clamp(2rem, 13vw, 3rem);
	}

	.home .sv-confidence-list span {
		grid-template-columns: 1fr;
	}
}

/* Preserve infographic readability: no narrow crop for proof images with embedded text. */
.home .sv-confidence-media {
	align-items: start;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto auto;
}

.home .sv-confidence-media img {
	height: auto;
	object-fit: contain;
	object-position: center center;
	padding: 0.28rem;
	transform: none !important;
}

.home .sv-confidence-media img:nth-child(1),
.home .sv-confidence-media img:nth-child(2),
.home .sv-confidence-media img:nth-child(3) {
	aspect-ratio: 3 / 4;
	grid-row: 1;
	object-fit: contain;
	padding: 0.28rem;
}

.home .sv-confidence-media img:nth-child(1) {
	grid-column: 1;
}

.home .sv-confidence-media img:nth-child(2) {
	grid-column: 2;
	margin-top: clamp(1rem, 2.6vw, 1.8rem);
}

.home .sv-confidence-media img:nth-child(3) {
	grid-column: 3;
}

.home .sv-confidence-media img:nth-child(4) {
	aspect-ratio: 2.15 / 1;
	grid-column: 2 / 4;
	grid-row: 2;
	margin-top: clamp(0.7rem, 1.2vw, 0.9rem);
	object-fit: contain;
	padding: 0.45rem;
}

@media (max-width: 960px) {
	.home .sv-confidence-media {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: auto auto;
	}

	.home .sv-confidence-media img:nth-child(1),
	.home .sv-confidence-media img:nth-child(2),
	.home .sv-confidence-media img:nth-child(3),
	.home .sv-confidence-media img:nth-child(4) {
		grid-row: auto;
	}
}

@media (max-width: 640px) {
	.home .sv-confidence-media {
		display: flex;
	}

	.home .sv-confidence-media img:nth-child(1),
	.home .sv-confidence-media img:nth-child(2),
	.home .sv-confidence-media img:nth-child(3),
	.home .sv-confidence-media img:nth-child(4) {
		aspect-ratio: 4 / 5;
		margin-top: 0;
	}
}

@media (max-width: 860px) {
	.home .sv-conversion-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 861px) and (max-width: 1180px) {
	.home .sv-conversion-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.home .sv-card-media,
	.home .sv-conversion-card.is-lead .sv-card-media {
		aspect-ratio: 1 / 1.02;
		padding: 0.45rem;
	}

	.home .sv-card-copy {
		padding-left: 0.64rem;
		padding-right: 0.64rem;
	}

	.home .sv-card-copy strong,
	.home .sv-conversion-card.is-lead .sv-card-copy strong {
		font-size: 0.86rem !important;
		line-height: 1.12;
	}

	.home .sv-card-copy em,
	.home .sv-conversion-card.is-lead .sv-card-copy em {
		font-size: 0.68rem;
		line-height: 1.28;
	}

	.home .sv-card-commerce {
		padding: 0.64rem;
	}

	.home .sv-card-price > span {
		font-size: 0.96rem;
	}

	.home .sv-card-price del {
		font-size: 0.62rem;
	}

	.home .sv-card-saving {
		font-size: 0.58rem;
		padding: 0.3rem 0.42rem;
	}

	.home .sv-card-action,
	.home .sv-conversion-card.is-lead .sv-card-action {
		font-size: 0.62rem;
		min-height: 2.35rem;
	}
}

@media (max-width: 760px) {
	.home .sv-conversion-collection .sv-section-head {
		grid-template-columns: 1fr;
	}

	.home .sv-conversion-grid {
		display: flex;
		margin-inline: -1rem;
		overflow-x: auto;
		padding: 0 1rem 0.45rem;
		scroll-snap-type: x mandatory;
	}

	.home .sv-conversion-card,
	.home .sv-conversion-card.is-lead {
		flex: 0 0 min(78vw, 20rem);
		scroll-snap-align: start;
	}

	.home .sv-conversion-bar {
		grid-template-columns: 1fr;
	}

	.home .sv-trust-card {
		grid-template-columns: 4.9rem minmax(0, 1fr);
	}
}

/* Homepage growth modules: reusable sections for a longer-term shop cadence. */
.home .sv-module-heading {
	align-items: end;
	display: grid;
	gap: clamp(1rem, 3vw, 2.5rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(16rem, 0.42fr);
	margin-bottom: clamp(1rem, 2.4vw, 1.75rem);
}

.home .sv-module-heading h2 {
	color: #10110e;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.15rem, 4.8vw, 4.8rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	max-width: 11ch;
}

.home .sv-module-heading p {
	color: #555b52;
	font-size: clamp(0.96rem, 1.15vw, 1.08rem);
	font-weight: 650;
	line-height: 1.48;
	margin: 0;
	max-width: 31rem;
}

.home .sv-need-shop,
.home .sv-routine-strip,
.home .sv-more-finds {
	background: #fbf8ef;
	margin-inline: calc(50% - 50vw);
	padding: clamp(3rem, 5.5vw, 5.75rem) max(1.41575em, calc(50vw - 590px));
}

.home .sv-need-shop {
	border-top: 1px solid rgba(16, 17, 14, 0.1);
}

.home .sv-need-panel {
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.12);
	border-radius: 14px;
	box-shadow: 0 28px 70px rgba(65, 58, 42, 0.08);
	display: grid;
	gap: clamp(1rem, 2vw, 1.6rem);
	grid-template-columns: minmax(15rem, 0.38fr) minmax(0, 1fr);
	padding: clamp(1rem, 2vw, 1.5rem);
}

.home .sv-need-panel__intro {
	align-content: space-between;
	background: #eef4f0;
	border-radius: 10px;
	color: #10110e;
	display: grid;
	min-height: 100%;
	padding: clamp(1rem, 2.2vw, 1.6rem);
}

.home .sv-need-panel__intro strong {
	color: #10110e;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 9ch;
}

.home .sv-need-panel__intro span {
	color: #6d9517;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home .sv-need-routes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home .sv-need-route {
	align-content: start;
	border-bottom: 1px solid rgba(16, 17, 14, 0.12);
	color: #10110e !important;
	display: grid;
	gap: 0.65rem;
	min-height: 12.5rem;
	padding: clamp(1rem, 2.2vw, 1.55rem);
	position: relative;
	text-decoration: none !important;
}

.home .sv-need-route:nth-child(odd) {
	border-right: 1px solid rgba(16, 17, 14, 0.12);
}

.home .sv-need-route:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.home .sv-need-route::after {
	background: #c8ff39;
	border-radius: 999px;
	content: "";
	height: 0.7rem;
	position: absolute;
	right: clamp(1rem, 2vw, 1.4rem);
	top: clamp(1rem, 2vw, 1.4rem);
	transition: transform 160ms ease, background 160ms ease;
	width: 0.7rem;
}

.home .sv-need-route:hover::after,
.home .sv-need-route:focus-visible::after {
	background: #10110e;
	transform: scale(1.35);
}

.home .sv-need-route span {
	color: #7ba818;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.home .sv-need-route strong {
	font-size: clamp(1.18rem, 1.65vw, 1.62rem);
	line-height: 1.08;
	max-width: 14ch;
	padding-right: 1rem;
}

.home .sv-need-route em {
	color: #555b52;
	font-size: clamp(0.88rem, 1.05vw, 0.98rem);
	font-style: normal;
	font-weight: 680;
	line-height: 1.42;
	max-width: 23rem;
}

.home .sv-need-route b {
	color: #10110e;
	font-size: 0.72rem;
	font-weight: 950;
	margin-top: auto;
	text-decoration: underline;
	text-decoration-color: rgba(123, 168, 24, 0.45);
	text-decoration-thickness: 0.1rem;
	text-underline-offset: 0.26rem;
	text-transform: uppercase;
}

.home .sv-deal-spotlight {
	align-items: stretch;
	background: #10110e;
	color: #fffdf6;
	display: grid;
	gap: clamp(1rem, 2.2vw, 1.8rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.66fr);
	margin-inline: calc(50% - 50vw);
	padding: clamp(2.4rem, 5vw, 4.8rem) max(1.41575em, calc(50vw - 590px));
}

.home .sv-deal-media {
	background: #eef4f0;
	border-radius: 12px;
	min-height: clamp(22rem, 42vw, 34rem);
	overflow: hidden;
	position: relative;
}

.home .sv-deal-media img {
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.home .sv-deal-media span {
	background: #c8ff39;
	border-radius: 999px;
	color: #10110e;
	font-size: 0.76rem;
	font-weight: 950;
	left: 1rem;
	padding: 0.55rem 0.72rem;
	position: absolute;
	text-transform: uppercase;
	top: 1rem;
}

.home .sv-deal-copy {
	align-content: center;
	display: grid;
	gap: 1rem;
}

.home .sv-deal-copy h2 {
	color: #fffdf6;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.35rem, 5vw, 5.2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	max-width: 9.8ch;
}

.home .sv-deal-copy p {
	color: rgba(255, 253, 246, 0.78);
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	font-weight: 620;
	line-height: 1.52;
	margin: 0;
	max-width: 34rem;
}

.home .sv-deal-price {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.home .sv-deal-price strong {
	color: #fffdf6;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
}

.home .sv-deal-price del {
	color: rgba(255, 253, 246, 0.5);
	font-size: 1.1rem;
	font-weight: 850;
}

.home .sv-deal-price span {
	background: #c8ff39;
	border-radius: 999px;
	color: #10110e;
	font-size: 0.82rem;
	font-weight: 950;
	padding: 0.48rem 0.68rem;
	text-transform: uppercase;
}

.home .sv-deal-copy ul {
	border-top: 1px solid rgba(255, 253, 246, 0.22);
	display: grid;
	gap: 0.64rem;
	list-style: none;
	margin: 0.3rem 0 0;
	padding: 1rem 0 0;
}

.home .sv-deal-copy li {
	color: rgba(255, 253, 246, 0.8);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.38;
	padding-left: 1.1rem;
	position: relative;
}

.home .sv-deal-copy li::before {
	background: #c8ff39;
	border-radius: 999px;
	content: "";
	height: 0.42rem;
	left: 0;
	position: absolute;
	top: 0.48rem;
	width: 0.42rem;
}

.home .sv-deal-copy a {
	align-items: center;
	background: #fffdf6;
	border-radius: 8px;
	color: #10110e !important;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 950;
	justify-content: center;
	justify-self: start;
	min-height: 3.1rem;
	padding: 0 1.25rem;
	text-decoration: none !important;
	text-transform: uppercase;
}

.home .sv-routine-strip {
	background: #eef4f0;
}

.home .sv-routine-grid {
	display: grid;
	gap: clamp(0.8rem, 1.4vw, 1.15rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home .sv-routine-grid a {
	background: #fffdf6;
	border-radius: 12px;
	color: #10110e !important;
	display: grid;
	grid-template-rows: auto auto 1fr;
	min-height: clamp(25rem, 34vw, 31rem);
	overflow: hidden;
	padding: clamp(1rem, 1.8vw, 1.35rem);
	position: relative;
	text-decoration: none !important;
}

.home .sv-routine-grid span {
	color: #576351;
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
}

.home .sv-routine-grid strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.55vw, 2.75rem);
	font-weight: 700;
	line-height: 1.02;
	margin-top: 0.5rem;
	max-width: 11ch;
	position: relative;
	z-index: 1;
}

.home .sv-routine-grid img {
	align-self: end;
	aspect-ratio: 1 / 1;
	background: #eef4f0;
	border-radius: 10px;
	height: auto;
	margin-top: 1rem;
	object-fit: contain;
	width: 100%;
}

.home .sv-more-finds {
	padding-top: clamp(2.8rem, 5vw, 4.9rem);
}

.home .sv-find-list {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home .sv-find-list a {
	align-items: center;
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.12);
	border-radius: 10px;
	color: #10110e !important;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 7rem minmax(0, 1fr) auto;
	padding: 0.75rem;
	text-decoration: none !important;
}

.home .sv-find-list img {
	aspect-ratio: 1 / 1;
	background: #eef4f0;
	border-radius: 8px;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.home .sv-find-list span {
	display: block;
	font-size: clamp(1rem, 1.3vw, 1.16rem);
	font-weight: 950;
	line-height: 1.1;
}

.home .sv-find-list em {
	color: #5f655d;
	display: block;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.34;
	margin-top: 0.28rem;
}

.home .sv-find-list strong {
	background: #c8ff39;
	border-radius: 999px;
	color: #10110e;
	font-size: 0.94rem;
	font-weight: 950;
	padding: 0.48rem 0.62rem;
	white-space: nowrap;
}

@media (max-width: 960px) {
	.home .sv-module-heading,
	.home .sv-deal-spotlight {
		grid-template-columns: 1fr;
	}

	.home .sv-routine-grid,
	.home .sv-find-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .sv-need-panel {
		grid-template-columns: 1fr;
	}

	.home .sv-need-panel__intro {
		min-height: 13rem;
	}

	.home .sv-find-list a {
		grid-template-columns: 6.2rem minmax(0, 1fr);
	}

	.home .sv-find-list strong {
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.home .sv-need-shop,
	.home .sv-routine-strip,
	.home .sv-more-finds {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.home .sv-routine-grid,
	.home .sv-find-list {
		grid-template-columns: 1fr;
	}

	.home .sv-need-routes {
		grid-template-columns: 1fr;
	}

	.home .sv-need-route,
	.home .sv-need-route:nth-child(odd),
	.home .sv-need-route:nth-last-child(-n + 2) {
		border-bottom: 1px solid rgba(16, 17, 14, 0.12);
		border-right: 0;
		min-height: 0;
	}

	.home .sv-need-route:last-child {
		border-bottom: 0;
	}

	.home .sv-deal-spotlight {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.home .sv-deal-media {
		min-height: 24rem;
	}

	.home .sv-deal-copy h2,
	.home .sv-module-heading h2 {
		max-width: 11ch;
	}

	.home .sv-routine-grid a {
		min-height: 0;
	}

	.home .sv-find-list a {
		grid-template-columns: 5.6rem minmax(0, 1fr);
	}
}

/* Homepage module refinement: keep the added depth without breaking the light store system. */
.home .sv-deal-spotlight {
	background: #eef4f0;
	border-bottom: 1px solid rgba(16, 17, 14, 0.1);
	border-top: 1px solid rgba(16, 17, 14, 0.1);
	color: #10110e;
	grid-template-columns: minmax(0, 0.96fr) minmax(21rem, 0.68fr);
}

.home .sv-deal-media {
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.1);
	box-shadow: 0 24px 54px rgba(65, 58, 42, 0.12);
	min-height: clamp(22rem, 39vw, 31rem);
}

.home .sv-deal-copy {
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.1);
	border-radius: 12px;
	box-shadow: 0 24px 54px rgba(65, 58, 42, 0.1);
	padding: clamp(1.25rem, 2.4vw, 2.15rem);
}

.home .sv-deal-copy h2 {
	color: #10110e;
	font-size: clamp(2.2rem, 4.4vw, 4.65rem);
	max-width: 10.5ch;
}

.home .sv-deal-copy p,
.home .sv-deal-copy li {
	color: #555b52;
}

.home .sv-deal-price strong {
	color: #10110e;
}

.home .sv-deal-price del {
	color: rgba(16, 17, 14, 0.42);
}

.home .sv-deal-copy ul {
	border-top-color: rgba(16, 17, 14, 0.13);
}

.home .sv-deal-copy a {
	background: #10110e;
	color: #fffdf6 !important;
}

.home .sv-find-list a {
	align-content: center;
	grid-template-columns: 6.4rem minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	min-height: 8.4rem;
}

.home .sv-find-list img {
	grid-column: 1;
	grid-row: 1 / 4;
}

.home .sv-find-list span {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	grid-column: 2;
	grid-row: 1;
	overflow: hidden;
	overflow-wrap: normal;
	word-break: normal;
}

.home .sv-find-list strong {
	grid-column: 2;
	grid-row: 2;
	justify-self: start;
}

.home .sv-find-list em {
	grid-column: 2;
	grid-row: 3;
}

@media (max-width: 960px) {
	.home .sv-deal-spotlight {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.home .sv-find-list a {
		grid-template-columns: 5.8rem minmax(0, 1fr);
	}
}

/* Homepage distill pass: less explanation, stronger scan rhythm. */
.home .sv-home--distilled .sv-campaign-hero__copy p {
	font-size: clamp(1rem, 1.35vw, 1.28rem);
	font-weight: 700;
	max-width: 26rem;
}

.home .sv-home--distilled .sv-campaign-hero__trust span {
	font-size: clamp(0.72rem, 0.9vw, 0.86rem);
}

.home .sv-home--distilled .sv-conversion-collection,
.home .sv-home--distilled .sv-need-shop,
.home .sv-home--distilled .sv-routine-strip,
.home .sv-home--distilled .sv-more-finds {
	padding-bottom: clamp(2.25rem, 4.2vw, 4.2rem) !important;
	padding-top: clamp(2.25rem, 4.2vw, 4.2rem) !important;
}

.home .sv-home--distilled .sv-section-head,
.home .sv-home--distilled .sv-module-heading {
	align-items: end;
	gap: clamp(1rem, 2.5vw, 2rem);
	grid-template-columns: minmax(0, 0.7fr) minmax(15rem, 0.34fr);
	margin-bottom: clamp(0.9rem, 1.8vw, 1.35rem);
}

.home .sv-home--distilled .sv-section-head h2,
.home .sv-home--distilled .sv-module-heading h2 {
	font-size: clamp(2.3rem, 4.2vw, 4.2rem);
	max-width: 9.5ch;
}

.home .sv-home--distilled .sv-section-head p,
.home .sv-home--distilled .sv-module-heading p {
	font-size: clamp(0.88rem, 1vw, 0.98rem);
	font-weight: 700;
	line-height: 1.38;
	max-width: 22rem;
}

.home .sv-home--distilled .sv-card-copy {
	min-height: 5.1rem;
	padding-bottom: 0;
}

.home .sv-home--distilled .sv-card-copy em {
	-webkit-line-clamp: 1;
	color: #6d7269;
	font-size: 0.7rem;
	letter-spacing: 0.03em;
	line-height: 1;
	min-height: 0;
	text-transform: uppercase;
}

.home .sv-home--distilled .sv-card-commerce {
	gap: 0.56rem;
}

.home .sv-home--distilled .sv-card-price {
	min-height: 1.9rem;
}

.home .sv-home--distilled .sv-card-action {
	min-height: 2.42rem;
}

.home .sv-home--distilled .sv-need-panel {
	gap: 0;
	grid-template-columns: minmax(13rem, 0.3fr) minmax(0, 1fr);
	padding: 0.8rem;
}

.home .sv-home--distilled .sv-need-panel__intro {
	min-height: 18rem;
	padding: clamp(1rem, 2vw, 1.4rem);
}

.home .sv-home--distilled .sv-need-panel__intro strong {
	font-size: clamp(1.85rem, 3vw, 2.75rem);
	max-width: 8ch;
}

.home .sv-home--distilled .sv-need-route {
	gap: 0.48rem;
	min-height: 9.6rem;
	padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.home .sv-home--distilled .sv-need-route strong {
	font-size: clamp(1rem, 1.35vw, 1.28rem);
	max-width: 15ch;
}

.home .sv-home--distilled .sv-need-route em {
	display: none;
}

.home .sv-home--distilled .sv-need-route b {
	font-size: 0.66rem;
}

.home .sv-home--distilled .sv-deal-spotlight {
	align-items: center;
	grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.52fr);
	padding-bottom: clamp(2.2rem, 4vw, 4rem);
	padding-top: clamp(2.2rem, 4vw, 4rem);
}

.home .sv-home--distilled .sv-deal-media {
	background: #fffdf6;
	min-height: clamp(18rem, 34vw, 28rem);
	padding: clamp(0.9rem, 2vw, 1.5rem);
}

.home .sv-home--distilled .sv-deal-media img {
	height: 100%;
	object-fit: contain;
	object-position: center center;
	width: 100%;
}

.home .sv-home--distilled .sv-deal-copy {
	gap: 0.78rem;
}

.home .sv-home--distilled .sv-deal-copy h2 {
	font-size: clamp(2.1rem, 4vw, 4.1rem);
	max-width: 8.6ch;
}

.home .sv-home--distilled .sv-deal-copy p {
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	font-weight: 760;
	max-width: 20rem;
}

.home .sv-home--distilled .sv-deal-copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.48rem;
	padding-top: 0.75rem;
}

.home .sv-home--distilled .sv-deal-copy li {
	background: rgba(200, 255, 57, 0.32);
	border-radius: 999px;
	color: #314339;
	font-size: 0.72rem;
	line-height: 1;
	padding: 0.48rem 0.62rem;
}

.home .sv-home--distilled .sv-deal-copy li::before {
	content: none;
}

.home .sv-home--distilled .sv-routine-grid a {
	grid-template-rows: auto auto minmax(0, 1fr);
	min-height: clamp(18rem, 26vw, 24rem);
	padding: clamp(0.85rem, 1.5vw, 1.12rem);
}

.home .sv-home--distilled .sv-routine-grid strong {
	font-size: clamp(1.35rem, 2.25vw, 2.25rem);
	max-width: 9ch;
}

.home .sv-home--distilled .sv-routine-grid img {
	margin-top: 0.6rem;
}

.home .sv-home--distilled .sv-more-finds {
	padding-top: clamp(2.1rem, 3.8vw, 3.7rem);
}

.home .sv-home--distilled .sv-find-list a {
	grid-template-columns: 5.4rem minmax(0, 1fr) auto;
	min-height: 7rem;
	padding: 0.62rem;
}

.home .sv-home--distilled .sv-find-list span {
	font-size: clamp(0.92rem, 1.12vw, 1.04rem);
}

.home .sv-home--distilled .sv-find-list em {
	font-size: 0.7rem;
	text-transform: uppercase;
}

.home .sv-home--distilled .sv-conversion-bar {
	padding-bottom: clamp(0.95rem, 1.8vw, 1.45rem);
	padding-top: clamp(0.95rem, 1.8vw, 1.45rem);
}

.home .sv-home--distilled .sv-trust-card {
	min-height: 5.8rem;
}

.home .sv-home--distilled .sv-trust-card figure {
	min-height: 4.8rem;
}

.home .sv-home--distilled .sv-trust-card strong {
	font-size: 0.9rem;
}

.home .sv-home--distilled .sv-trust-card > span {
	font-size: 0.72rem;
}

@media (max-width: 960px) {
	.home .sv-home--distilled .sv-section-head,
	.home .sv-home--distilled .sv-module-heading,
	.home .sv-home--distilled .sv-deal-spotlight,
	.home .sv-home--distilled .sv-need-panel {
		grid-template-columns: 1fr;
	}

	.home .sv-home--distilled .sv-need-panel__intro {
		min-height: 10rem;
	}
}

@media (max-width: 640px) {
	.home .sv-home--distilled .sv-section-head h2,
	.home .sv-home--distilled .sv-module-heading h2 {
		font-size: clamp(2rem, 13vw, 3.2rem);
	}

	.home .sv-home--distilled .sv-find-list a {
		grid-template-columns: 4.9rem minmax(0, 1fr);
	}
}

/* Homepage shopfront pass: turn the homepage from editorial panels into a selling storefront. */
.home .sv-home--shopfront {
	background: #fbf8ef;
}

.home .sv-home--shopfront .sv-campaign-hero {
	min-height: clamp(31rem, 70vh, 44rem);
}

.home .sv-home--shopfront .sv-campaign-hero__copy p {
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	font-weight: 780;
	max-width: 25rem;
}

.home .sv-home--shopfront .sv-campaign-hero__trust span {
	font-size: clamp(0.72rem, 0.9vw, 0.84rem);
}

.home .sv-home--shopfront .sv-conversion-collection,
.home .sv-home--shopfront .sv-category-shop,
.home .sv-home--shopfront .sv-deal-spotlight {
	margin-inline: calc(50% - 50vw);
	padding-left: max(1.41575em, calc(50vw - 590px));
	padding-right: max(1.41575em, calc(50vw - 590px));
}

.home .sv-home--shopfront .sv-conversion-collection,
.home .sv-home--shopfront .sv-category-shop {
	background: #fbf8ef !important;
	border-top: 1px solid rgba(16, 17, 14, 0.1);
	padding-bottom: clamp(2.15rem, 4vw, 3.6rem) !important;
	padding-top: clamp(2rem, 3.8vw, 3.35rem) !important;
}

.home .sv-home--shopfront .sv-shopfront-head,
.home .sv-home--shopfront .sv-section-head.sv-shopfront-head {
	align-items: center;
	border-bottom: 1px solid rgba(16, 17, 14, 0.12);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: clamp(1rem, 2vw, 1.45rem);
	padding-bottom: 0.85rem;
}

.home .sv-home--shopfront .sv-shopfront-head h2,
.home .sv-home--shopfront .sv-section-head.sv-shopfront-head h2 {
	color: #10110e;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.35rem, 2.3vw, 2.15rem) !important;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	text-transform: none;
}

.home .sv-home--shopfront .sv-shopfront-head a {
	align-items: center;
	background: #10110e;
	border-radius: 999px;
	color: #fffdf6 !important;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 950;
	min-height: 2.35rem;
	padding: 0 0.95rem;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.home .sv-home--shopfront .sv-conversion-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home .sv-home--shopfront .sv-conversion-card,
.home .sv-home--shopfront .sv-conversion-card.is-lead {
	border-radius: 8px;
	grid-column: auto;
	grid-row: auto;
	grid-template-rows: auto 1fr auto;
}

.home .sv-home--shopfront .sv-card-media,
.home .sv-home--shopfront .sv-conversion-card.is-lead .sv-card-media {
	aspect-ratio: 1 / 1.08;
	min-height: 0;
}

.home .sv-home--shopfront .sv-card-copy {
	min-height: 5rem;
}

.home .sv-home--shopfront .sv-card-copy strong,
.home .sv-home--shopfront .sv-conversion-card.is-lead .sv-card-copy strong {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(0.95rem, 1.18vw, 1.08rem) !important;
	font-weight: 950;
	line-height: 1.1;
}

.home .sv-home--shopfront .sv-card-copy em {
	-webkit-line-clamp: 1;
	color: #5f655d;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0.04em;
	min-height: 0;
	text-transform: uppercase;
}

.home .sv-home--shopfront .sv-card-action {
	background: #10110e;
	color: #fffdf6;
	min-height: 2.45rem;
}

.home .sv-category-grid {
	display: grid;
	gap: clamp(0.74rem, 1.3vw, 1rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .sv-category-card {
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.12);
	border-radius: 10px;
	color: #10110e !important;
	display: grid;
	grid-template-rows: auto auto auto auto;
	overflow: hidden;
	padding: 0.65rem;
	position: relative;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.home .sv-category-card:hover,
.home .sv-category-card:focus-visible {
	box-shadow: 0 18px 42px rgba(65, 58, 42, 0.12);
	transform: translateY(-2px);
}

.home .sv-category-card img {
	aspect-ratio: 4 / 3.15;
	background: #eef4f0;
	border-radius: 8px;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.home .sv-category-card span {
	background: #c8ff39;
	border-radius: 999px;
	color: #26331f;
	font-size: 0.66rem;
	font-weight: 950;
	justify-self: start;
	line-height: 1;
	margin-top: 0.78rem;
	padding: 0.42rem 0.58rem;
	text-transform: uppercase;
}

.home .sv-category-card strong {
	font-size: clamp(1.08rem, 1.45vw, 1.35rem);
	font-weight: 950;
	line-height: 1.08;
	margin-top: 0.6rem;
}

.home .sv-category-card b {
	border-top: 1px solid rgba(16, 17, 14, 0.1);
	font-size: 0.72rem;
	font-weight: 950;
	margin-top: 1rem;
	padding-top: 0.72rem;
	text-transform: uppercase;
}

.home .sv-home--shopfront .sv-deal-spotlight {
	background: #eef4f0;
	border-bottom: 1px solid rgba(16, 17, 14, 0.1);
	border-top: 1px solid rgba(16, 17, 14, 0.1);
	grid-template-columns: minmax(0, 0.85fr) minmax(19rem, 0.52fr);
	padding-bottom: clamp(2.3rem, 4.2vw, 4.25rem);
	padding-top: clamp(2.3rem, 4.2vw, 4.25rem);
}

.home .sv-home--shopfront .sv-deal-media {
	background: #fffdf6;
	min-height: clamp(18rem, 34vw, 27rem);
	padding: clamp(1rem, 2vw, 1.5rem);
}

.home .sv-home--shopfront .sv-deal-media img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.home .sv-home--shopfront .sv-deal-copy {
	background: #fffdf6;
	border: 1px solid rgba(16, 17, 14, 0.1);
	border-radius: 10px;
	box-shadow: 0 20px 52px rgba(65, 58, 42, 0.1);
	gap: 0.9rem;
	padding: clamp(1.25rem, 2.4vw, 2rem);
}

.home .sv-home--shopfront .sv-deal-copy h2 {
	color: #10110e;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 3.15rem);
	font-weight: 950;
	line-height: 0.98;
	max-width: 11ch;
}

.home .sv-home--shopfront .sv-deal-copy p {
	color: #555b52;
	font-size: clamp(0.95rem, 1.05vw, 1.02rem);
	font-weight: 700;
	line-height: 1.42;
	max-width: 23rem;
}

.home .sv-home--shopfront .sv-deal-copy ul {
	display: none;
}

.home .sv-home--shopfront .sv-deal-price strong {
	color: #10110e;
}

.home .sv-home--shopfront .sv-deal-copy a {
	background: #10110e;
	color: #fffdf6 !important;
}

.home .sv-home--shopfront .sv-conversion-bar {
	background: #fbf8ef !important;
	padding-bottom: clamp(1rem, 1.8vw, 1.45rem);
	padding-top: clamp(1rem, 1.8vw, 1.45rem);
}

.home .sv-home--shopfront .sv-qa-drawer.sv-conversion-proof {
	background: #fbf8ef !important;
}

@media (max-width: 960px) {
	.home .sv-home--shopfront .sv-conversion-grid,
	.home .sv-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home .sv-home--shopfront .sv-deal-spotlight {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.home .sv-home--shopfront .sv-conversion-collection,
	.home .sv-home--shopfront .sv-category-shop,
	.home .sv-home--shopfront .sv-deal-spotlight {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.home .sv-home--shopfront .sv-shopfront-head {
		align-items: flex-start;
	}

	.home .sv-home--shopfront .sv-conversion-grid,
	.home .sv-category-grid {
		display: flex;
		margin-inline: -1rem;
		overflow-x: auto;
		padding: 0 1rem 0.5rem;
		scroll-snap-type: x mandatory;
	}

	.home .sv-home--shopfront .sv-conversion-card,
	.home .sv-home--shopfront .sv-conversion-card.is-lead,
	.home .sv-category-card {
		flex: 0 0 min(78vw, 20rem);
		scroll-snap-align: start;
	}
}

/* Global ecommerce typography pass: one retail type system across navigation, products, and footer. */
:root {
	--sv-font-sans: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--sv-font-display: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--sv-font-num: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html,
body,
#page,
.site,
.woocommerce,
.sv-home,
.sv-conversion-nav,
.sv-footer-hub,
button,
input,
select,
textarea,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-font-smoothing: antialiased;
	font-family: var(--sv-font-sans) !important;
	text-rendering: optimizeLegibility;
}

body,
p,
li,
.entry-content,
.woocommerce,
.sv-card-copy em,
.sv-category-card strong,
.sv-category-card b,
.sv-deal-copy p,
.sv-footer-hub p,
.sv-footer-group a,
.sv-footer-hub__bottom {
	font-weight: 520;
	letter-spacing: 0;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.product_title,
.woocommerce-products-header__title,
.single-product div.product .product_title,
.home .sv-campaign-hero h1,
.home .sv-section-head h2,
.home .sv-shopfront-head h2,
.home .sv-home--shopfront .sv-shopfront-head h2,
.home .sv-home--shopfront .sv-section-head.sv-shopfront-head h2,
.home .sv-home--shopfront .sv-deal-copy h2,
.sv-module-heading h2,
.sv-qa-drawer__aside h2,
.sv-footer-hub__brand > span,
.related.products > h2,
.upsells.products > h2,
.cross-sells > h2 {
	font-family: var(--sv-font-display) !important;
	font-weight: 880;
	letter-spacing: 0;
	text-transform: none;
}

.home .sv-campaign-hero h1,
.entry-title,
.page-title,
.woocommerce-products-header__title,
.single-product div.product .product_title {
	font-weight: 920;
	line-height: 0.94;
}

.sv-announcement,
.sv-announcement span,
.sv-conversion-nav a,
.sv-conversion-nav__brand strong,
.sv-conversion-nav__links a,
.sv-conversion-nav__tools a,
.home .sv-card-badge,
.home .sv-card-action,
.home .sv-card-saving,
.home .sv-category-card span,
.home .sv-category-card b,
.single-product div.product form.cart .button,
.woocommerce ul.products li.product .button,
.sv-footer-proof strong,
.sv-footer-signup label,
.sv-footer-signup button,
.sv-footer-group h2,
.sv-footer-hub__bottom strong {
	font-family: var(--sv-font-sans) !important;
	font-weight: 820;
	letter-spacing: 0;
}

.sv-conversion-nav__brand strong,
.sv-footer-hub__brand > span {
	font-weight: 920;
}

.sv-conversion-nav__brand strong {
	font-size: clamp(1.05rem, 1.4vw, 1.28rem);
	line-height: 1;
}

.sv-conversion-nav__links a,
.sv-conversion-nav__tools a {
	font-size: 0.86rem;
	line-height: 1;
}

.home .sv-card-copy strong,
.home .sv-home--shopfront .sv-card-copy strong,
.home .sv-home--shopfront .sv-conversion-card.is-lead .sv-card-copy strong,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--sv-font-sans) !important;
	font-weight: 860;
	letter-spacing: 0;
	line-height: 1.12;
}

.price,
.sv-price,
.sv-card-price,
.sv-card-price *,
.home .sv-card-price,
.home .sv-card-price *,
.sv-deal-price,
.sv-deal-price *,
.woocommerce-Price-amount,
.single-product div.product p.price,
.single-product div.product span.price,
.woocommerce ul.products li.product .price,
.single-product .related.products ul.products li.product .price {
	font-family: var(--sv-font-num) !important;
	font-feature-settings: "tnum" 1, "lnum" 1;
	font-variant-numeric: tabular-nums lining-nums;
	letter-spacing: 0;
}

.single-product div.product .summary,
.single-product div.product .summary p,
.single-product div.product .woocommerce-product-details__short-description,
.single-product div.product .woocommerce-product-details__short-description p,
.sv-product-drawer,
.sv-product-drawer summary,
.sv-product-drawer p,
.sv-product-drawer li,
.sv-qa-drawer,
.sv-qa-drawer summary,
.sv-qa-drawer p {
	font-family: var(--sv-font-sans) !important;
	letter-spacing: 0;
	line-height: 1.48;
}

.single-product div.product .summary p,
.single-product div.product .woocommerce-product-details__short-description p,
.sv-product-drawer p,
.sv-product-drawer li,
.sv-qa-drawer p,
.sv-footer-hub p,
.sv-footer-group a {
	font-size: clamp(0.95rem, 0.98vw, 1.02rem);
	font-weight: 520;
}

.sv-product-drawer summary,
.sv-qa-drawer summary {
	font-weight: 820;
}

.sv-footer-hub__brand > span {
	line-height: 0.9;
}

.sv-footer-group h2,
.sv-footer-signup label,
.sv-footer-proof strong {
	font-size: 0.74rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.sv-footer-group a {
	line-height: 1.35;
}

/* Ecommerce typography refinement: cleaner Shopify-style weight, less poster-like heaviness. */
:root {
	--sv-font-sans: Inter, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--sv-font-display: Inter, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--sv-font-num: Inter, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
p,
li,
.entry-content,
.woocommerce,
.sv-card-copy em,
.sv-category-card strong,
.sv-category-card b,
.sv-deal-copy p,
.sv-footer-hub p,
.sv-footer-group a,
.sv-footer-hub__bottom {
	font-weight: 400;
}

.sv-announcement span,
.sv-conversion-nav a,
.sv-conversion-nav__brand strong,
.sv-conversion-nav__links a,
.sv-conversion-nav__tools a,
.sv-footer-group h2,
.sv-footer-signup label,
.sv-footer-proof strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.product_title,
.woocommerce-products-header__title,
.single-product div.product .product_title,
.home .sv-campaign-hero h1,
.home .sv-section-head h2,
.home .sv-shopfront-head h2,
.home .sv-home--shopfront .sv-shopfront-head h2,
.home .sv-home--shopfront .sv-section-head.sv-shopfront-head h2,
.home .sv-home--shopfront .sv-deal-copy h2,
.sv-module-heading h2,
.sv-qa-drawer__aside h2,
.sv-footer-hub__brand > span,
.related.products > h2,
.upsells.products > h2,
.cross-sells > h2 {
	font-weight: 760;
}

.home .sv-campaign-hero h1,
.entry-title,
.page-title,
.woocommerce-products-header__title,
.single-product div.product .product_title {
	font-weight: 800;
}

.home .sv-card-badge,
.home .sv-card-action,
.home .sv-card-saving,
.home .sv-category-card span,
.home .sv-category-card b,
.single-product div.product form.cart .button,
.woocommerce ul.products li.product .button,
.sv-footer-signup button {
	font-weight: 800;
}

.home .sv-card-copy strong,
.home .sv-home--shopfront .sv-card-copy strong,
.home .sv-home--shopfront .sv-conversion-card.is-lead .sv-card-copy strong,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title,
.sv-product-drawer summary,
.sv-qa-drawer summary {
	font-weight: 720;
}

.price,
.sv-price,
.sv-card-price,
.sv-card-price *,
.home .sv-card-price,
.home .sv-card-price *,
.sv-deal-price,
.sv-deal-price *,
.woocommerce-Price-amount,
.single-product div.product p.price,
.single-product div.product span.price,
.woocommerce ul.products li.product .price,
.single-product .related.products ul.products li.product .price {
	font-weight: 760;
}

/* Navigation and footer hardening: keep the store header visible while preserving the type pass. */
html,
body {
	overflow-x: clip !important;
	overflow-y: auto !important;
}

#page,
.site,
.site-content,
.content-area {
	overflow: visible !important;
}

.col-full {
	max-width: 100vw;
	overflow-x: clip !important;
	overflow-y: visible !important;
}

.sv-conversion-nav {
	align-items: center !important;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto !important;
	min-height: 4.125rem !important;
	opacity: 1 !important;
	overflow: visible !important;
	position: sticky !important;
	top: 0 !important;
	visibility: visible !important;
	z-index: 1000 !important;
}

.sv-conversion-nav__brand,
.sv-conversion-nav__links,
.sv-conversion-nav__tools {
	align-items: center !important;
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.sv-conversion-nav a,
.sv-conversion-nav span,
.sv-conversion-nav strong {
	color: #10110e !important;
	font-family: var(--sv-font-sans) !important;
	letter-spacing: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.sv-conversion-nav__brand span {
	color: #fffdf6 !important;
}

.sv-footer-hub,
.sv-footer-hub *,
.site-footer,
.site-footer * {
	font-family: var(--sv-font-sans) !important;
	letter-spacing: 0;
}

.sv-footer-hub__brand > span,
.site-footer .sv-footer-hub__brand > span {
	font-family: var(--sv-font-display) !important;
	font-weight: 800 !important;
	line-height: 0.92 !important;
}

/* Fixed retail header: keep navigation present on long selling pages. */
body {
	padding-top: 6.525rem;
}

.sv-announcement {
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 1001 !important;
}

.sv-conversion-nav {
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 2.4rem !important;
	width: 100% !important;
}

.admin-bar .sv-announcement {
	top: 32px !important;
}

.admin-bar .sv-conversion-nav {
	top: calc(32px + 2.4rem) !important;
}

@media (max-width: 782px) {
	.admin-bar .sv-announcement {
		top: 46px !important;
	}

	.admin-bar .sv-conversion-nav {
		top: calc(46px + 2.4rem) !important;
	}
}

@media (max-width: 640px) {
	body {
		padding-top: 6.3rem;
	}
}

/* Homepage product-card offer label: quieter saving cue, price remains the hero. */
.home .sv-home--shopfront .sv-card-commerce {
	align-items: end;
}

.home .sv-home--shopfront .sv-card-price {
	align-items: baseline !important;
	display: grid !important;
	grid-template-columns: auto auto;
	gap: 0.28rem 0.48rem !important;
	min-height: 3.2rem;
}

.home .sv-home--shopfront .sv-card-price > span {
	grid-column: 1 / -1;
	grid-row: 1;
	line-height: 1;
}

.home .sv-home--shopfront .sv-card-price del {
	grid-column: 1;
	grid-row: 2;
	line-height: 1;
}

.home .sv-home--shopfront .sv-card-saving {
	align-self: center !important;
	background: #edf3e9 !important;
	border: 1px solid rgba(64, 78, 58, 0.18) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #405032 !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	grid-column: 2 !important;
	grid-row: 2 !important;
	justify-self: start;
	line-height: 1 !important;
	padding: 0.26rem 0.48rem !important;
	text-transform: none !important;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.home .sv-home--shopfront .sv-card-price {
		min-height: 2.85rem;
	}

	.home .sv-home--shopfront .sv-card-saving {
		font-size: 0.62rem !important;
		padding: 0.24rem 0.42rem !important;
	}
}

/* Homepage product-card price redesign: savings read as price metadata, not a badge. */
.home .sv-home--shopfront .sv-card-commerce {
	align-items: end;
	gap: 0.74rem;
}

.home .sv-home--shopfront .sv-card-price {
	align-content: start !important;
	align-items: baseline !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.18rem 0.38rem !important;
	min-height: 2.86rem;
}

.home .sv-home--shopfront .sv-card-price > span:not(.sv-card-saving) {
	flex: 0 0 100%;
	font-size: clamp(1.02rem, 1.38vw, 1.2rem);
	font-weight: 760;
	line-height: 1;
	order: 1;
}

.home .sv-home--shopfront .sv-card-price del {
	color: #666b62 !important;
	flex: 0 0 auto;
	font-size: 0.75rem !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	opacity: 1 !important;
	order: 2 !important;
}

.home .sv-home--shopfront .sv-card-saving {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #687164 !important;
	display: inline !important;
	flex: 0 0 auto;
	font-size: 0.74rem !important;
	font-weight: 650 !important;
	grid-column: auto !important;
	grid-row: auto !important;
	line-height: 1.2 !important;
	order: 3 !important;
	padding: 0 !important;
	text-transform: none !important;
	white-space: nowrap;
}

.home .sv-home--shopfront .sv-card-saving::before {
	color: #9ca397;
	content: "/";
	font-weight: 500;
	margin-right: 0.38rem;
}

@media (max-width: 640px) {
	.home .sv-home--shopfront .sv-card-price {
		min-height: 2.72rem;
	}

	.home .sv-home--shopfront .sv-card-price del,
	.home .sv-home--shopfront .sv-card-saving {
		font-size: 0.68rem !important;
	}
}

/* Compare-at price clarity: original prices must read as crossed-out at a glance. */
del,
.price del,
.sv-price del,
.sv-card-price del,
.sv-deal-price del,
.woocommerce del,
.woocommerce .price del,
.single-product div.product p.price del,
.single-product div.product span.price del,
.woocommerce ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del {
	color: #687064 !important;
	opacity: 1 !important;
	text-decoration: line-through !important;
	text-decoration-color: rgba(16, 17, 14, 0.66) !important;
	text-decoration-line: line-through !important;
	text-decoration-skip-ink: none !important;
	text-decoration-style: solid !important;
	text-decoration-thickness: 0.1em !important;
}

del *,
.price del *,
.sv-price del *,
.sv-card-price del *,
.sv-deal-price del *,
.woocommerce .price del *,
.single-product div.product p.price del *,
.single-product div.product span.price del *,
.woocommerce ul.products li.product .price del *,
.single-product .related.products ul.products li.product .price del * {
	color: inherit !important;
	text-decoration: inherit !important;
	text-decoration-skip-ink: none !important;
}

.home .sv-home--shopfront .sv-card-price del {
	text-decoration-thickness: 0.11em !important;
}
