/*
Theme Name: Systemavit WPBakery
Theme URI: https://systemavit.com/
Author: Systemavit
Author URI: https://systemavit.com/
Description: A fast, accessible and visually editable WPBakery theme for the Systemavit pet supplement brand.
Version: 2.9.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: systemavit-one
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--sv-navy: #092f42;
	--sv-navy-deep: #062433;
	--sv-teal: #057f83;
	--sv-teal-dark: #05666a;
	--sv-teal-bright: #12a3a2;
	--sv-teal-pale: #e7f5f3;
	--sv-gold: #d7b66f;
	--sv-gold-pale: #f7f0df;
	--sv-red: #d9272e;
	--sv-ink: #17333f;
	--sv-muted: #5c6f77;
	--sv-text-soft: #65767e;
	--sv-line: #dce7e8;
	--sv-cream: #fbfaf6;
	--sv-white: #ffffff;
	--sv-shadow: 0 20px 60px rgba(6, 36, 51, 0.12);
	--sv-shadow-soft: 0 10px 30px rgba(6, 36, 51, 0.08);
	--sv-radius-sm: 12px;
	--sv-radius: 22px;
	--sv-radius-lg: 34px;
	--sv-container: 1200px;
	--sv-content: 760px;
	--sv-header-height: 84px;
	--sv-page-gutter: 28px;
	--sv-page-title-size: clamp(2.45rem, 5vw, 4.45rem);
	--sv-page-header-space: clamp(64px, 8vw, 104px);
	--sv-section-space: clamp(72px, 9vw, 126px);
	--sv-section-space-compact: clamp(54px, 6vw, 84px);
	--sv-card-space: clamp(24px, 3vw, 36px);
	--sv-font: "Mulish", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--sv-header-height) + 24px);
}

body {
	margin: 0;
	background: var(--sv-white);
	color: var(--sv-ink);
	font-family: var(--sv-font);
	font-size: 18px;
	line-height: 1.65;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

svg {
	fill: currentColor;
}

.sv-icon-sprite {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.sv-line-icon {
	fill: none;
	height: 1em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 1em;
}

a {
	color: var(--sv-teal-dark);
	text-underline-offset: 0.16em;
	text-decoration-thickness: 0.08em;
}

a:hover {
	color: var(--sv-navy);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4 {
	color: var(--sv-navy);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin: 0 0 0.65em;
}

h1 {
	font-size: clamp(2.65rem, 7vw, 5.5rem);
}

h2 {
	font-size: clamp(2.1rem, 4.4vw, 3.55rem);
}

h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

h4 {
	font-size: 1.15rem;
	letter-spacing: -0.02em;
}

p {
	margin: 0 0 1.25em;
}

.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--sv-white);
	clip: auto !important;
	clip-path: none;
	color: var(--sv-navy);
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	height: auto;
	left: 12px;
	padding: 12px 18px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

:focus-visible {
	outline: 3px solid var(--sv-gold);
	outline-offset: 4px;
}

.sv-container {
	margin-inline: auto;
	max-width: var(--sv-container);
	padding-inline: var(--sv-page-gutter);
	width: 100%;
}

.sv-narrow {
	margin-inline: auto;
	max-width: var(--sv-content);
}

.sv-section {
	padding-block: var(--sv-section-space);
	position: relative;
}

.sv-section--compact {
	padding-block: var(--sv-section-space-compact);
}

.sv-section--cream {
	background: var(--sv-cream);
}

.sv-section--pale {
	background: var(--sv-teal-pale);
}

.sv-section--navy {
	background: var(--sv-navy);
	color: rgba(255, 255, 255, 0.84);
}

.sv-section--navy h1,
.sv-section--navy h2,
.sv-section--navy h3,
.sv-section--navy h4,
.sv-section--navy a:not(.sv-button) {
	color: var(--sv-white);
}

.sv-kicker {
	color: var(--sv-teal);
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.sv-section--navy .sv-kicker {
	color: var(--sv-gold);
}

.sv-lead {
	color: var(--sv-muted);
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
	line-height: 1.65;
	max-width: 760px;
}

.sv-section--navy .sv-lead {
	color: rgba(255, 255, 255, 0.78);
}

.sv-heading {
	margin-bottom: clamp(36px, 5vw, 64px);
	max-width: 800px;
}

.sv-heading > :last-child {
	margin-bottom: 0;
}

.sv-heading--center {
	margin-inline: auto;
	text-align: center;
}

.sv-heading--center .sv-lead {
	margin-inline: auto;
}

.sv-wpb-richtext {
	max-width: 900px;
}

.sv-heading--center + .sv-wpb-richtext {
	margin-inline: auto;
}

.sv-heading--center + .sv-wpb-richtext,
.sv-heading--center + .sv-wpb-richtext > * {
	text-align: inherit;
}

.sv-wpb-richtext > :last-child {
	margin-bottom: 0;
}

/* Keep action rows visually separated when rich text removes its final margin. */
.sv-wpb-richtext + .sv-stack,
.sv-wpb-hero-copy + .sv-stack {
	margin-top: 30px;
}

.sv-hero-content > :last-child,
.sv-page-hero-content > :last-child,
.sv-product-hero-copy > :last-child,
.sv-split-copy > :last-child,
.sv-wpb-hero-copy > :last-child {
	margin-bottom: 0;
}

.sv-grid {
	display: grid;
	gap: 28px;
}

.sv-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sv-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sv-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.sv-stack--center {
	justify-content: center;
}

.sv-button,
.wp-block-button__link,
button.sv-button,
input[type="submit"].sv-button {
	align-items: center;
	background: var(--sv-teal);
	border: 2px solid var(--sv-teal);
	border-radius: 999px;
	box-shadow: 0 10px 25px rgba(5, 127, 131, 0.22);
	color: var(--sv-white) !important;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-height: 52px;
	padding: 14px 24px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sv-button:hover,
.wp-block-button__link:hover {
	background: var(--sv-navy);
	border-color: var(--sv-navy);
	box-shadow: 0 14px 30px rgba(6, 36, 51, 0.24);
	color: var(--sv-white);
	transform: translateY(-2px);
}

.sv-button--secondary {
	background: transparent;
	border-color: var(--sv-navy);
	box-shadow: none;
	color: var(--sv-navy) !important;
}

.sv-button--secondary:hover {
	background: var(--sv-navy);
	border-color: var(--sv-navy);
	color: var(--sv-white) !important;
}

.sv-button--light {
	background: var(--sv-white);
	border-color: var(--sv-white);
	box-shadow: none;
	color: var(--sv-navy) !important;
}

.sv-button--light:hover {
	background: var(--sv-gold-pale);
	border-color: var(--sv-gold-pale);
	color: var(--sv-navy) !important;
}

.sv-button--outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	box-shadow: none;
	color: var(--sv-white) !important;
}

.sv-button--outline-light:hover {
	background: var(--sv-white);
	border-color: var(--sv-white);
	color: var(--sv-navy) !important;
}

.sv-text-link {
	align-items: center;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	text-decoration: none;
}

.sv-text-link::after {
	content: "→";
	transition: transform 180ms ease;
}

.sv-text-link--light {
	color: var(--sv-white);
}

.sv-text-link--light:hover {
	color: var(--sv-gold-pale);
}

.sv-benefit-line {
	border-left: 3px solid var(--sv-gold);
	color: var(--sv-navy);
	font-size: 0.98rem;
	font-weight: 800;
	margin: 24px 0;
	padding-left: 16px;
}

.sv-benefit-line--light {
	color: var(--sv-white);
}

.sv-cta-note {
	color: var(--sv-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.015em;
	margin: 18px 0 0;
}

.sv-cta-note--light {
	color: rgba(255, 255, 255, 0.72);
}

.sv-centered-action {
	margin: 38px 0 0;
	text-align: center;
}

.sv-rich-section-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.sv-section--navy .sv-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--sv-white) !important;
}

.sv-section--navy .sv-button--secondary:hover,
.sv-section--navy .sv-button--secondary:focus-visible {
	background: var(--sv-white);
	border-color: var(--sv-white);
	color: var(--sv-navy) !important;
}

.sv-regulatory-note {
	border-top: 1px solid rgba(9, 47, 66, 0.12);
	color: var(--sv-muted);
	font-size: 0.76rem;
	line-height: 1.55;
	margin: 30px 0 0;
	padding-top: 20px;
}

.sv-regulatory-note--light {
	border-top-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.74);
}

.sv-purchase-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 20px;
}

.sv-purchase-points span {
	align-items: center;
	color: var(--sv-muted);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 800;
	gap: 7px;
}

.sv-purchase-points span::before {
	align-items: center;
	background: var(--sv-teal-pale);
	border-radius: 50%;
	color: var(--sv-teal);
	content: "✓";
	display: inline-flex;
	font-size: 0.62rem;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.sv-purchase-points--light span {
	color: rgba(255, 255, 255, 0.82);
}

.sv-purchase-points--light span::before {
	background: rgba(255, 255, 255, 0.12);
	color: var(--sv-gold-pale);
}

.sv-quote-follow {
	margin-top: 34px;
}

.sv-text-link:hover::after {
	transform: translateX(4px);
}

/* Header */
.sv-notice {
	background: var(--sv-navy-deep);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.82rem;
	font-weight: 700;
	padding: 9px 20px;
	text-align: center;
}

.sv-notice a {
	color: var(--sv-white);
}

.site-header {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(9, 47, 66, 0.08);
	box-shadow: 0 4px 18px rgba(6, 36, 51, 0.035);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.sv-header-inner {
	align-items: center;
	display: flex;
	height: var(--sv-header-height);
	justify-content: space-between;
}

.site-branding {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.custom-logo-link,
.sv-default-logo {
	display: block;
}

.custom-logo,
.sv-default-logo img {
	height: auto;
	max-width: 205px;
	width: 205px;
}

.sv-nav-wrap {
	align-items: center;
	display: flex;
	gap: 24px;
}

.primary-menu,
.primary-menu ul {
	align-items: center;
	display: flex;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	border-radius: 999px;
	color: var(--sv-navy);
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	padding: 11px 13px;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	background: var(--sv-teal-pale);
	color: var(--sv-teal);
}

.sv-header-buy {
	min-height: 46px;
	padding: 11px 20px;
}

.sv-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--sv-navy);
	display: none;
	gap: 10px;
	padding: 10px;
}

.sv-menu-icon {
	display: grid;
	gap: 5px;
	width: 24px;
}

.sv-menu-icon span {
	background: currentColor;
	border-radius: 2px;
	display: block;
	height: 2px;
	width: 100%;
}

/* Hero */
.sv-hero {
	background: var(--sv-navy);
	color: var(--sv-white);
	isolation: isolate;
	min-height: clamp(650px, 48vw, 760px);
	overflow: hidden;
	padding-block: clamp(66px, 9vw, 116px);
	position: relative;
}

.sv-hero::before {
	background:
		linear-gradient(90deg, rgba(4, 31, 48, 0.97) 0%, rgba(4, 31, 48, 0.90) 30%, rgba(4, 31, 48, 0.72) 44%, rgba(4, 31, 48, 0.28) 56%, rgba(4, 31, 48, 0.08) 67%, rgba(4, 31, 48, 0.03) 100%),
		linear-gradient(0deg, rgba(4, 31, 48, 0.18) 0%, transparent 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.sv-hero-media,
.sv-hero-media picture {
	inset: 0;
	position: absolute;
}

.sv-hero-media {
	z-index: 0;
}

.sv-hero-media picture {
	display: block;
}

.sv-hero-lifestyle {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 50% center;
	width: 100%;
}

.sv-hero-grid {
	align-items: center;
	display: flex;
	min-height: clamp(518px, 38vw, 590px);
	position: relative;
	z-index: 2;
}

.sv-hero-content {
	max-width: 690px;
	width: min(56%, 690px);
}

.sv-hero h1 {
	color: var(--sv-white);
	font-size: clamp(2.75rem, 6vw, 4.9rem);
	line-height: 1.04;
	max-width: 760px;
}

.sv-hero .sv-kicker {
	color: #a9ecea;
}

.sv-hero .sv-lead {
	color: rgba(255, 255, 255, 0.94);
	max-width: 665px;
}

.sv-hero .sv-benefit-line {
	color: var(--sv-white);
}

.sv-hero-product {
	isolation: isolate;
	min-height: 560px;
	position: relative;
}

.sv-hero-product::before {
	background: var(--sv-white);
	border-radius: 50%;
	box-shadow: var(--sv-shadow);
	content: "";
	inset: 8% 2% 4% 6%;
	position: absolute;
	z-index: -1;
}

.sv-hero-product img {
	filter: drop-shadow(0 30px 25px rgba(6, 36, 51, 0.16));
	height: 590px;
	margin: auto;
	object-fit: contain;
	width: 100%;
}

.sv-proof-strip {
	background: var(--sv-white);
	border-bottom: 1px solid var(--sv-line);
}

.sv-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.sv-proof-grid > br {
	display: none;
}

.sv-proof {
	align-items: center;
	border-right: 1px solid var(--sv-line);
	display: flex;
	gap: 14px;
	justify-content: flex-start;
	min-height: 94px;
	padding: 18px;
}

.sv-proof:last-child {
	border-right: 0;
}

.sv-proof-icon {
	align-items: center;
	background: var(--sv-teal-pale);
	border-radius: 50%;
	color: var(--sv-teal);
	display: flex;
	flex: 0 0 42px;
	font-size: 1.3rem;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.sv-proof strong {
	color: var(--sv-navy);
	display: block;
	font-size: 0.9rem;
	line-height: 1.3;
}

.sv-proof > div > span {
	color: var(--sv-muted);
	display: block;
	font-size: 0.74rem;
	line-height: 1.35;
}

/* Cards and content */
.sv-card {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow-soft);
	height: 100%;
	overflow: hidden;
	padding: var(--sv-card-space);
}

.sv-grid > .sv-card {
	display: flex;
	flex-direction: column;
}

.sv-card--flat {
	box-shadow: none;
}

.sv-card--gold {
	background: var(--sv-gold-pale);
	border-color: rgba(215, 182, 111, 0.45);
}

.sv-card--dark {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
	color: rgba(255, 255, 255, 0.78);
}

.sv-card--dark h3 {
	color: var(--sv-white);
}

.sv-card--dark .sv-icon {
	background: rgba(255, 255, 255, 0.1);
	color: var(--sv-gold-pale);
}

.sv-icon {
	align-items: center;
	background: var(--sv-teal-pale);
	border-radius: 15px;
	color: var(--sv-teal);
	display: flex;
	font-size: 1.55rem;
	height: 52px;
	justify-content: center;
	margin-bottom: 22px;
	width: 52px;
}

.sv-step-number {
	align-items: center;
	background: var(--sv-teal);
	border-radius: 50%;
	color: var(--sv-white);
	display: flex;
	font-size: 0.95rem;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	margin-bottom: 22px;
	width: 44px;
}

.sv-card p:last-child {
	margin-bottom: 0;
}

.sv-sign-card {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius-sm);
	box-shadow: var(--sv-shadow-soft);
	padding: 24px;
}

.sv-sign-icon {
	align-items: center;
	background: var(--sv-teal-pale);
	border-radius: 50%;
	color: var(--sv-teal);
	display: flex;
	font-size: 1.3rem;
	height: 44px;
	justify-content: center;
	margin-bottom: 18px;
	width: 44px;
}

.sv-sign-card strong {
	color: var(--sv-navy);
	display: block;
	font-size: 1.02rem;
	margin-bottom: 6px;
}

.sv-sign-card > span:last-child {
	color: var(--sv-muted);
	display: block;
	font-size: 0.88rem;
	line-height: 1.55;
}

.sv-split {
	align-items: center;
	display: grid;
	gap: clamp(42px, 7vw, 94px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sv-split--reverse .sv-split-media {
	order: 2;
}

.sv-split-media {
	position: relative;
}

.sv-split-media img {
	border-radius: var(--sv-radius-lg);
	width: 100%;
}

.sv-product-stage {
	background: linear-gradient(135deg, var(--sv-teal-pale), var(--sv-white));
	border-radius: var(--sv-radius-lg);
	min-height: 560px;
	overflow: hidden;
	padding: 20px;
}

.sv-product-stage img {
	height: 540px;
	object-fit: contain;
}

.sv-lifestyle-stage {
	background: var(--sv-teal-pale);
	border-radius: var(--sv-radius-lg);
	overflow: hidden;
}

.sv-lifestyle-stage img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

/* Homepage care story: a clean square image, without the old framed/circular feel. */
.sv-home-care .sv-lifestyle-stage {
	background: transparent;
	border-radius: var(--sv-radius);
}

.sv-home-care .sv-lifestyle-stage img {
	aspect-ratio: 1;
	border-radius: var(--sv-radius);
	object-fit: cover;
	object-position: center;
}

/* Product suitability story: clean square photography without the old frame. */
.sv-product-suitability .sv-lifestyle-stage {
	background: transparent;
	border-radius: var(--sv-radius);
}

.sv-product-suitability .sv-lifestyle-stage img {
	aspect-ratio: 1;
	border-radius: var(--sv-radius);
	object-fit: cover;
	object-position: center;
}

/* Collagen science story: credible square laboratory photography without a product frame. */
.sv-collagen-science .sv-lifestyle-stage {
	background: transparent;
	border-radius: var(--sv-radius);
}

.sv-collagen-science .sv-lifestyle-stage img {
	aspect-ratio: 1;
	border-radius: var(--sv-radius);
	object-fit: cover;
	object-position: center;
}

.sv-check-list {
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.sv-check-list li {
	padding: 7px 0 7px 34px;
	position: relative;
}

.sv-check-list li::before {
	align-items: center;
	background: var(--sv-teal-pale);
	border-radius: 50%;
	color: var(--sv-teal);
	content: "✓";
	display: flex;
	font-size: 0.72rem;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 10px;
	width: 22px;
}

.sv-pill {
	background: var(--sv-teal-pale);
	border-radius: 999px;
	color: var(--sv-navy);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 7px 13px;
}

.sv-formula-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sv-serving-summary {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto 28px;
	max-width: 920px;
}

.sv-serving-summary > div {
	background: var(--sv-navy);
	border-radius: var(--sv-radius-sm);
	color: rgba(255, 255, 255, 0.82);
	display: grid;
	gap: 4px;
	padding: 19px 22px;
}

.sv-serving-summary strong {
	color: var(--sv-white);
	font-size: 1rem;
}

.sv-serving-summary span {
	font-size: 0.86rem;
}

.sv-serving-tabs {
	display: none;
}

.sv-ingredient {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	height: 100%;
	min-height: 210px;
	padding: 26px;
	position: relative;
}

.sv-ingredient::before {
	background: var(--sv-gold);
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin-bottom: 20px;
	width: 34px;
}

.sv-ingredient h3 {
	color: var(--sv-teal);
	font-size: 1.18rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.sv-ingredient p {
	color: var(--sv-muted);
	font-size: 0.9rem;
	margin: 0;
}

.sv-formula-grid--facts .sv-ingredient {
	min-height: 260px;
}

.sv-ingredient-amounts {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 4px 0 16px;
}

.sv-ingredient-amounts > span {
	background: var(--sv-cream);
	border: 1px solid var(--sv-line);
	border-radius: 10px;
	display: grid;
	gap: 5px;
	padding: 12px;
}

.sv-ingredient-amounts small {
	color: var(--sv-muted);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.3;
}

.sv-ingredient-amounts strong,
.sv-ingredient-amount {
	color: var(--sv-navy);
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.sv-ingredient-role {
	background: var(--sv-teal-pale);
	border-radius: 999px;
	color: var(--sv-teal-dark);
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin-bottom: 12px;
	padding: 6px 10px;
	text-transform: uppercase;
}

.sv-feature {
	align-items: start;
	border-top: 1px solid var(--sv-line);
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	padding-block: 34px;
}

.sv-feature h3 {
	margin: 0;
}

.sv-feature p:last-child {
	margin-bottom: 0;
}

.sv-feature-amount {
	color: var(--sv-teal);
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0;
	margin-top: 10px;
}

.sv-quote {
	border: 0;
	color: var(--sv-navy);
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

.sv-quote::before {
	color: var(--sv-gold);
	content: "“";
	display: block;
	font-size: 4rem;
	height: 48px;
	line-height: 1;
}

.sv-section--navy .sv-quote {
	color: var(--sv-white);
}

.sv-testimonial {
	background: var(--sv-white);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow-soft);
	padding: 30px;
}

.sv-stars {
	color: #c39221;
	font-size: 1.05rem;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
}

.sv-review-note {
	color: var(--sv-muted);
	font-size: 0.78rem;
}

.sv-review-note--roomy {
	margin-top: 16px;
}

.sv-inline-buy {
	align-items: center;
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow-soft);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 36px;
	padding: 24px 28px;
}

.sv-inline-buy > div {
	display: grid;
	gap: 3px;
}

.sv-inline-buy strong {
	color: var(--sv-navy);
	font-size: 1rem;
}

.sv-inline-buy span {
	color: var(--sv-muted);
	font-size: 0.84rem;
	line-height: 1.5;
}

.sv-inline-buy .sv-button {
	flex: 0 0 auto;
}

.sv-cta {
	background:
		radial-gradient(circle at 82% 18%, rgba(18, 163, 162, 0.35), transparent 32%),
		var(--sv-navy);
	border-radius: var(--sv-radius-lg);
	color: rgba(255, 255, 255, 0.82);
	overflow: hidden;
	padding: clamp(40px, 7vw, 76px);
	position: relative;
}

.sv-cta h2,
.sv-cta h3 {
	color: var(--sv-white);
}

.sv-cta .sv-kicker {
	color: var(--sv-gold-pale);
}

.sv-cta .sv-lead {
	color: rgba(255, 255, 255, 0.9);
}

.sv-cta--purchase {
	align-items: center;
	display: grid;
	gap: clamp(30px, 6vw, 80px);
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
}

.sv-cta--purchase h2 {
	margin-bottom: 0.35em;
}

.sv-cta--purchase .sv-lead {
	margin-bottom: 0;
}

.sv-cta-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sv-cta-actions .sv-text-link {
	justify-content: center;
}

/* Product page */
.sv-page-hero {
	background: linear-gradient(135deg, var(--sv-navy) 0%, #0c5667 100%);
	color: rgba(255, 255, 255, 0.92);
	padding-block: var(--sv-page-header-space);
}

.sv-page-hero h1,
.sv-page-hero h2 {
	color: var(--sv-white);
}

.sv-page-hero h1 {
	font-size: var(--sv-page-title-size);
}

.sv-page-hero .sv-kicker {
	color: var(--sv-gold-pale);
}

.sv-page-hero .sv-lead {
	color: #f4f7f4;
}

/*
 * Page heroes always sit on the navy-to-teal background. Apply their light
 * palette by context so supporting copy never inherits light-background text
 * colours when a helper class is omitted by a page-builder component.
 */
.sv-page-hero .sv-benefit-line {
	border-left-color: var(--sv-gold-pale);
	color: var(--sv-white);
}

.sv-page-hero .sv-purchase-points span {
	color: #f4f7f4;
}

.sv-page-hero .sv-purchase-points span::before {
	background: rgba(255, 255, 255, 0.14);
	color: var(--sv-gold-pale);
}

.sv-page-hero .sv-regulatory-note {
	border-top-color: rgba(255, 255, 255, 0.26);
	color: #edf4f4;
}

.sv-page-hero > .sv-container:not(.sv-product-hero) {
	max-width: var(--sv-container);
}

.sv-amazon-reviews {
	font-size: 0.86rem;
	font-weight: 800;
	margin: 16px 0 0;
}

.sv-amazon-reviews a {
	color: var(--sv-white);
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.45);
	text-underline-offset: 4px;
}

.sv-amazon-reviews a:hover {
	text-decoration-color: var(--sv-white);
}

/* Full-width lifestyle page heroes with live, editable page copy. */
.sv-page-hero--lifestyle {
	background: var(--sv-navy);
	isolation: isolate;
	min-height: clamp(720px, 53vw, 850px);
	overflow: hidden;
	padding-block: clamp(58px, 6.5vw, 90px);
	position: relative;
}

.sv-page-hero--lifestyle::before {
	background:
		linear-gradient(90deg, rgba(4, 31, 48, 0.98) 0%, rgba(4, 31, 48, 0.94) 27%, rgba(4, 31, 48, 0.82) 39%, rgba(4, 31, 48, 0.52) 49%, rgba(4, 31, 48, 0.16) 61%, rgba(4, 31, 48, 0.03) 74%, rgba(4, 31, 48, 0) 100%),
		linear-gradient(0deg, rgba(4, 31, 48, 0.28) 0%, rgba(4, 31, 48, 0.04) 34%, transparent 60%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.sv-page-hero-media,
.sv-page-hero-media picture {
	inset: 0;
	position: absolute;
}

.sv-page-hero-media {
	z-index: 0;
}

.sv-page-hero-media picture {
	display: block;
}

.sv-page-hero-lifestyle-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.sv-page-hero-layout {
	align-items: center;
	display: flex;
	min-height: clamp(604px, 41vw, 690px);
	position: relative;
	z-index: 2;
}

.sv-page-hero--lifestyle > .sv-container {
	max-width: var(--sv-container);
}

.sv-page-hero--lifestyle .sv-page-hero-content {
	max-width: 700px;
	width: min(57%, 700px);
}

.sv-page-hero--lifestyle h1 {
	font-size: var(--sv-page-title-size);
	max-width: 700px;
}

.sv-page-hero--lifestyle .sv-lead {
	max-width: 650px;
}

.sv-page-hero--lifestyle .sv-regulatory-note {
	max-width: 650px;
}

.sv-product-hero {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 96px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.sv-product-image-stage {
	background: var(--sv-white);
	border-radius: var(--sv-radius-lg);
	box-shadow: 0 24px 70px rgba(2, 24, 34, 0.2);
	padding: 30px;
}

.sv-product-image-stage picture,
.sv-hero-product picture,
.sv-split-media picture {
	display: block;
}

.sv-product-image {
	display: block;
	height: min(520px, 54vw);
	object-fit: contain;
	width: 100%;
}

.sv-product-image-stage img {
	height: min(560px, 62vw);
	object-fit: contain;
	width: 100%;
}

.sv-mini-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0;
}

.sv-mini-facts span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: var(--sv-white);
	font-size: 0.78rem;
	font-weight: 700;
	padding: 8px 13px;
}

.sv-table-wrap {
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	overflow-x: auto;
}

.sv-table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.sv-table th,
.sv-table td {
	border-bottom: 1px solid var(--sv-line);
	padding: 15px 20px;
	text-align: left;
}

.sv-table th {
	background: var(--sv-teal-pale);
	color: var(--sv-navy);
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sv-table td:last-child,
.sv-table th:last-child {
	text-align: right;
}

.sv-table tr:last-child td {
	border-bottom: 0;
}

.sv-dosage {
	align-items: stretch;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 920px;
}

.sv-dose {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	padding: 30px;
	text-align: center;
}

.sv-dose > :last-child {
	margin-bottom: 0;
}

.sv-dose-number {
	color: var(--sv-teal);
	display: block;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	margin: 12px 0;
}

.sv-alert {
	background: var(--sv-gold-pale);
	border-left: 4px solid var(--sv-gold);
	border-radius: var(--sv-radius-sm);
	padding: 22px 24px;
}

.sv-alert p:last-child {
	margin-bottom: 0;
}

.sv-alert--regulatory {
	margin-top: 32px;
}

.sv-expectation {
	align-items: center;
	background: var(--sv-navy);
	border-radius: var(--sv-radius);
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin: 24px 0 30px;
	padding: 24px 28px;
}

.sv-expectation > div {
	display: grid;
	gap: 4px;
}

.sv-expectation strong {
	color: var(--sv-white);
	font-size: 0.98rem;
}

.sv-expectation span {
	font-size: 0.86rem;
	line-height: 1.5;
}

.sv-expectation .sv-text-link {
	color: var(--sv-gold-pale);
	flex: 0 0 auto;
}

.sv-fact-callout {
	background: var(--sv-gold-pale);
	border-radius: var(--sv-radius-sm);
	display: grid;
	gap: 4px;
	margin-top: 28px;
	padding: 20px 22px;
}

.sv-fact-callout strong {
	color: var(--sv-navy);
	font-size: 0.82rem;
	text-transform: uppercase;
}

.sv-fact-callout span {
	color: var(--sv-teal);
	font-size: 1.15rem;
	font-weight: 900;
}

.sv-collagen-compare {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.sv-collagen-compare > div {
	background: var(--sv-cream);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius-sm);
	padding: 20px;
}

.sv-collagen-compare > div:first-child {
	border-color: rgba(5, 127, 131, 0.42);
}

.sv-collagen-compare h3 {
	font-size: 1.18rem;
	margin: 12px 0 6px;
}

.sv-collagen-compare p {
	font-size: 0.88rem;
	margin: 0;
}

.sv-comparison {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sv-comparison-card {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	padding: clamp(26px, 4vw, 42px);
}

.sv-comparison-card--featured {
	border-color: rgba(5, 127, 131, 0.42);
	box-shadow: var(--sv-shadow-soft);
}

.sv-comparison-card .sv-pill {
	margin-bottom: 20px;
}

.sv-comparison-card .sv-check-list {
	margin-bottom: 0;
}

/* FAQs */
.sv-faq {
	border-bottom: 1px solid var(--sv-line);
}

.sv-faq summary {
	color: var(--sv-navy);
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 800;
	list-style: none;
	padding: 22px 46px 22px 0;
	position: relative;
}

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

.sv-faq summary::after {
	align-items: center;
	background: var(--sv-teal-pale);
	border-radius: 50%;
	content: "+";
	display: flex;
	font-size: 1.25rem;
	height: 32px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 18px;
	width: 32px;
}

.sv-faq[open] summary::after {
	content: "–";
}

.sv-faq > div {
	color: var(--sv-muted);
	padding: 0 46px 22px 0;
}

.sv-faq-list {
	max-width: 960px;
}

.sv-faq p:last-child {
	margin-bottom: 0;
}

/* Advice */
.sv-product-jump-section {
	border-bottom: 1px solid var(--sv-line);
}

.sv-jump-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.sv-jump-nav a {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	color: var(--sv-navy);
	font-size: 0.82rem;
	font-weight: 800;
	padding: 10px 15px;
	text-decoration: none;
}

.sv-jump-nav a:hover,
.sv-jump-nav a:focus-visible {
	background: var(--sv-teal-pale);
	border-color: var(--sv-teal);
	color: var(--sv-teal-dark);
}

.sv-section[id] {
	scroll-margin-top: calc(var(--sv-header-height) + 22px);
}

.sv-advice-hero {
	background: var(--sv-teal-pale);
	padding-block: var(--sv-page-header-space);
	text-align: center;
}

.sv-advice-hero h1 {
	font-size: var(--sv-page-title-size);
}

.sv-advice-hero .sv-lead {
	margin-inline: auto;
}

.sv-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 42px;
}

.sv-filter {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: 999px;
	color: var(--sv-navy);
	font-size: 0.8rem;
	font-weight: 800;
	padding: 9px 14px;
	text-decoration: none;
}

.sv-filter:hover,
.sv-filter.is-active {
	background: var(--sv-navy);
	border-color: var(--sv-navy);
	color: var(--sv-white);
}

.sv-post-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-blog-layout {
	align-items: start;
	display: grid;
	gap: clamp(36px, 5vw, 68px);
	grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
}

.sv-blog-list {
	display: grid;
	gap: 28px;
}

.sv-blog-list .sv-post-card {
	display: grid;
	grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1fr);
}

.sv-blog-list .sv-post-card-media {
	aspect-ratio: auto;
	min-height: 260px;
}

.sv-post-card {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow-soft);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sv-post-card:hover {
	border-color: rgba(5, 127, 131, 0.32);
	box-shadow: 0 16px 42px rgba(6, 36, 51, 0.12);
	transform: translateY(-3px);
}

.sv-post-card-media {
	aspect-ratio: 1.48 / 1;
	background: var(--sv-teal-pale);
	overflow: hidden;
}

.sv-post-card-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.sv-post-card:hover .sv-post-card-media img {
	transform: scale(1.035);
}

.sv-post-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.sv-post-category {
	color: var(--sv-teal-dark);
	display: inline-flex;
	font-size: 0.73rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.sv-post-category:hover {
	color: var(--sv-navy);
}

.sv-post-card h2,
.sv-post-card h3 {
	font-size: 1.3rem;
}

.sv-post-card h2 a,
.sv-post-card h3 a {
	color: inherit;
	text-decoration: none;
}

.sv-post-card p {
	color: var(--sv-muted);
	font-size: 0.9rem;
}

.sv-post-card .sv-text-link {
	margin-top: auto;
}

.sv-blog-sidebar {
	display: grid;
	gap: 22px;
	position: sticky;
	top: calc(var(--sv-header-height) + 24px);
}

.sv-sidebar-card {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow-soft);
	padding: 26px;
}

.sv-sidebar-card h2 {
	font-size: 1.18rem;
	margin-bottom: 18px;
}

.sv-sidebar-card p {
	color: var(--sv-muted);
	font-size: 0.9rem;
}

.sv-sidebar-card--product {
	background: var(--sv-teal-pale);
	border-color: rgba(5, 127, 131, 0.2);
}

.sv-category-list,
.sv-recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-category-list li,
.sv-recent-list li {
	border-top: 1px solid var(--sv-line);
	margin: 0;
}

.sv-category-list li:first-child,
.sv-recent-list li:first-child {
	border-top: 0;
}

.sv-category-list a {
	align-items: center;
	color: var(--sv-navy);
	display: flex;
	font-size: 0.88rem;
	font-weight: 750;
	justify-content: space-between;
	padding-block: 11px;
	text-decoration: none;
}

.sv-category-list a span:last-child {
	align-items: center;
	background: var(--sv-cream);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.72rem;
	height: 28px;
	justify-content: center;
	min-width: 28px;
	padding-inline: 7px;
}

.sv-recent-list a {
	color: var(--sv-navy);
	display: block;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.45;
	padding-block: 12px;
	text-decoration: none;
}

.sv-category-list a:hover,
.sv-recent-list a:hover {
	color: var(--sv-teal-dark);
}

.sv-meta {
	color: var(--sv-muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 50px;
}

.nav-links .page-numbers {
	align-items: center;
	border: 1px solid var(--sv-line);
	border-radius: 50%;
	color: var(--sv-navy);
	display: flex;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	text-decoration: none;
	width: 44px;
}

.nav-links .current,
.nav-links a:hover {
	background: var(--sv-navy);
	border-color: var(--sv-navy);
	color: var(--sv-white);
}

/* Article */
.sv-article-header {
	background: var(--sv-cream);
	padding-block: var(--sv-page-header-space);
}

.sv-article-header h1 {
	font-size: var(--sv-page-title-size);
	max-width: 950px;
}

.sv-breadcrumbs {
	font-size: 0.78rem;
	font-weight: 750;
	margin-bottom: 28px;
}

.sv-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sv-breadcrumbs li {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: 0;
}

.sv-breadcrumbs li:not(:last-child)::after {
	color: var(--sv-muted);
	content: "/";
}

.sv-breadcrumbs a {
	color: var(--sv-teal-dark);
	text-decoration: none;
}

.sv-breadcrumbs a:hover {
	text-decoration: underline;
}

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

.sv-page-hero .sv-breadcrumbs a,
.sv-page-hero .sv-breadcrumbs span,
.sv-page-hero .sv-breadcrumbs li::after {
	color: #f4f7f4;
}

.sv-page-hero .sv-breadcrumbs a:hover {
	color: var(--sv-white);
}

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

.sv-article-figure {
	margin: -42px auto 0;
	max-width: 1100px;
	padding-inline: var(--sv-page-gutter);
	position: relative;
}

.sv-article-figure img {
	aspect-ratio: 1.8 / 1;
	border-radius: var(--sv-radius-lg);
	box-shadow: var(--sv-shadow);
	object-fit: cover;
	width: 100%;
}

.sv-article-content {
	font-size: 1.05rem;
	margin-inline: auto;
	max-width: var(--sv-content);
	padding-block: clamp(62px, 8vw, 100px);
}

.sv-article-content > * {
	max-width: 100%;
}

.sv-article-content h2 {
	font-size: clamp(1.8rem, 3.6vw, 2.55rem);
	margin-top: 1.65em;
}

.sv-article-content h3 {
	margin-top: 1.5em;
}

.sv-article-content ul,
.sv-article-content ol {
	padding-left: 1.25em;
}

.sv-article-content li {
	margin-bottom: 0.45em;
}

.sv-article-content blockquote {
	background: var(--sv-teal-pale);
	border-left: 4px solid var(--sv-teal);
	margin: 2em 0;
	padding: 24px 28px;
}

.sv-article-content a {
	font-weight: 700;
}

.sv-article-disclaimer {
	background: var(--sv-cream);
	border-radius: var(--sv-radius-sm);
	color: var(--sv-muted);
	font-size: 0.8rem;
	margin-top: 40px;
	padding: 22px;
}

.sv-form-confirmation {
	background: var(--sv-teal-pale);
	border: 1px solid rgba(5, 127, 131, 0.25);
	border-radius: var(--sv-radius-sm);
	color: var(--sv-navy);
	padding: 24px;
}

.sv-form-confirmation p {
	margin: 6px 0 0;
}

/* CookieAdmin compatibility: remove unfinished labels and empty placeholders. */
.cookieadmin_law_container,
.cookieadmin_cookie_modal {
	font-family: var(--sv-font) !important;
}

.cookieadmin_remark:not(.cookieadmin_act),
.cookieadmin-nocookie-cat {
	display: none !important;
}

.cookieadmin_cookie_modal .stitle,
.cookieadmin_cookie_modal .cookieadmin_preference_title {
	color: var(--sv-navy) !important;
	font-weight: 800 !important;
}

.cookieadmin_cookie_modal .cookieadmin_desc,
.cookieadmin_cookie_modal .cookieadmin_preference {
	color: var(--sv-muted) !important;
}

.cookieadmin_btn:focus-visible,
.cookieadmin_toggle input:focus-visible + .cookieadmin_slider,
.cookieadmin_show_pref_cookies:focus-visible {
	outline: 3px solid var(--sv-gold) !important;
	outline-offset: 3px !important;
}

/* Gravity Forms contact form */
.sv-gravity-contact {
	max-width: 880px;
}

.sv-gravity-contact > .sv-heading {
	margin-bottom: clamp(28px, 4vw, 42px);
}

.sv-gravity-form {
	background: var(--sv-white);
	border: 1px solid var(--sv-line);
	border-radius: var(--sv-radius);
	box-shadow: var(--sv-shadow);
	padding: clamp(26px, 5vw, 48px);
}

.sv-gravity-form .gform_wrapper {
	margin: 0;
}

.sv-gravity-form .gform_wrapper .gform_fields {
	column-gap: 20px;
	row-gap: 22px;
}

.sv-gravity-form .gform_wrapper .gfield_label,
.sv-gravity-form .gform_wrapper .gform-field-label {
	color: var(--sv-navy);
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 8px;
}

.sv-gravity-form .gform_wrapper .gfield_required {
	color: #9c3137;
	font-size: 0.78rem;
}

.sv-gravity-form .gform_wrapper input[type="text"],
.sv-gravity-form .gform_wrapper input[type="email"],
.sv-gravity-form .gform_wrapper input[type="tel"],
.sv-gravity-form .gform_wrapper input[type="url"],
.sv-gravity-form .gform_wrapper input[type="number"],
.sv-gravity-form .gform_wrapper input[type="search"],
.sv-gravity-form .gform_wrapper select,
.sv-gravity-form .gform_wrapper textarea {
	background: var(--sv-white);
	border: 1px solid #9fb8bc;
	border-radius: 10px;
	box-shadow: none;
	color: var(--sv-ink);
	font: inherit;
	font-size: 1rem;
	line-height: 1.45;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.sv-gravity-form .gform_wrapper textarea {
	min-height: 160px;
	resize: vertical;
}

.sv-gravity-form .gform_wrapper input:focus,
.sv-gravity-form .gform_wrapper select:focus,
.sv-gravity-form .gform_wrapper textarea:focus {
	border-color: var(--sv-teal);
	box-shadow: 0 0 0 3px rgba(5, 127, 131, 0.16);
	outline: 0;
}

.sv-gravity-form .gform_wrapper input[type="checkbox"],
.sv-gravity-form .gform_wrapper input[type="radio"] {
	accent-color: var(--sv-teal);
	height: 20px;
	margin: 0 8px 0 0;
	width: 20px;
}

.sv-gravity-form .gform_wrapper .gchoice {
	align-items: flex-start;
	display: flex;
	gap: 4px;
	margin-block: 7px;
}

.sv-gravity-form .gform_wrapper .gchoice label {
	color: var(--sv-ink);
	font-size: 0.94rem;
	line-height: 1.45;
}

.sv-gravity-form .gform_wrapper .gfield_description,
.sv-gravity-form .gform_wrapper .gfield_validation_message {
	font-size: 0.82rem;
	line-height: 1.5;
	padding-top: 7px;
}

.sv-gravity-form .gform_wrapper .gfield_description {
	color: var(--sv-muted);
}

.sv-gravity-form .gform_wrapper .gfield_error input,
.sv-gravity-form .gform_wrapper .gfield_error select,
.sv-gravity-form .gform_wrapper .gfield_error textarea,
.sv-gravity-form .gform_wrapper [aria-invalid="true"] {
	border-color: #ad333b;
}

.sv-gravity-form .gform_wrapper .gfield_validation_message,
.sv-gravity-form .gform_wrapper .validation_message {
	background: #fff2f2;
	border: 0;
	border-radius: 8px;
	color: #7a2026;
	font-weight: 700;
	margin-top: 8px;
	padding: 9px 11px;
}

.sv-gravity-form .gform_wrapper .gform_validation_errors {
	background: #fff2f2;
	border: 1px solid #d4868b;
	border-radius: 10px;
	box-shadow: none;
	color: #7a2026;
	margin: 0 0 24px;
	padding: 16px 18px;
}

.sv-gravity-form .gform_wrapper .gform_validation_errors h2 {
	color: inherit;
	font-family: inherit;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.sv-gravity-form .gform_wrapper .gform_footer,
.sv-gravity-form .gform_wrapper .gform_page_footer {
	margin: 28px 0 0;
	padding: 0;
}

.sv-gravity-form .gform_wrapper .gform_button,
.sv-gravity-form .gform_wrapper input[type="submit"],
.sv-gravity-form .gform_wrapper button[type="submit"] {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background: var(--sv-teal) !important;
	border: 2px solid var(--sv-teal) !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 25px rgba(5, 127, 131, 0.22) !important;
	color: var(--sv-white) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--sv-font) !important;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.25;
	min-height: 52px;
	min-width: 174px;
	padding: 14px 26px !important;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: auto;
}

.sv-gravity-form .gform_wrapper .gform_button:hover,
.sv-gravity-form .gform_wrapper .gform_button:focus-visible,
.sv-gravity-form .gform_wrapper input[type="submit"]:hover,
.sv-gravity-form .gform_wrapper input[type="submit"]:focus-visible,
.sv-gravity-form .gform_wrapper button[type="submit"]:hover,
.sv-gravity-form .gform_wrapper button[type="submit"]:focus-visible {
	background: var(--sv-navy) !important;
	border-color: var(--sv-navy) !important;
	box-shadow: 0 14px 30px rgba(6, 36, 51, 0.24) !important;
	color: var(--sv-white) !important;
	transform: translateY(-2px);
}

.sv-gravity-form .gform_wrapper .gform_button:focus-visible,
.sv-gravity-form .gform_wrapper input[type="submit"]:focus-visible,
.sv-gravity-form .gform_wrapper button[type="submit"]:focus-visible {
	outline: 3px solid var(--sv-gold);
	outline-offset: 3px;
}

.sv-gravity-form .gform_wrapper .gform_button:active,
.sv-gravity-form .gform_wrapper input[type="submit"]:active,
.sv-gravity-form .gform_wrapper button[type="submit"]:active {
	box-shadow: 0 6px 16px rgba(6, 36, 51, 0.2) !important;
	transform: translateY(0);
}

.sv-gravity-form .gform_wrapper .gform_button:disabled,
.sv-gravity-form .gform_wrapper input[type="submit"]:disabled,
.sv-gravity-form .gform_wrapper button[type="submit"]:disabled {
	cursor: wait;
	opacity: 0.62;
	transform: none;
}

.sv-gravity-form .gform_confirmation_message {
	background: #e8f6f1;
	border: 1px solid #9bcfbe;
	border-radius: 10px;
	color: #155243;
	font-weight: 700;
	line-height: 1.6;
	padding: 18px 20px;
}

.sv-gravity-form .gform_ajax_spinner {
	height: 24px;
	margin-left: 12px;
	width: 24px;
}

.sv-form-privacy {
	color: var(--sv-muted);
	font-size: 0.8rem;
	line-height: 1.55;
	margin: 18px auto 0;
	max-width: 680px;
	text-align: center;
}

.sv-gf-fallback {
	text-align: center;
}

.sv-gf-fallback > :last-child {
	margin-bottom: 0;
}

.sv-search-form input[type="search"] {
	background: var(--sv-white);
	border: 1px solid #b9cbce;
	border-radius: 10px;
	color: var(--sv-ink);
	padding: 13px 15px;
	width: 100%;
}

.sv-search-form input[type="search"]:focus {
	border-color: var(--sv-teal);
	outline: 3px solid rgba(5, 127, 131, 0.16);
}

.sv-search-form {
	display: flex;
	gap: 10px;
	margin: 30px auto 0;
	max-width: 600px;
}

/* Footer */
.site-footer {
	background: var(--sv-navy-deep);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.86rem;
	padding-top: 72px;
}

.sv-footer-brand > :last-child,
.site-footer > .sv-container > :last-child,
.site-footer p:last-child {
	margin-bottom: 0;
}

.sv-footer-grid {
	display: grid;
	gap: 50px;
	grid-template-columns: 1.5fr 0.75fr 0.75fr 1fr;
	padding-bottom: 64px;
}

.sv-footer-logo {
	filter: none;
	height: auto;
	margin-bottom: 22px;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	width: 205px;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
	color: var(--sv-white);
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin: 7px 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--sv-white);
	text-decoration: underline;
}

.sv-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: 22px;
}

.sv-footer-bottom-inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.sv-footer-legal {
	align-items: flex-end;
	display: grid;
	gap: 5px;
	justify-items: end;
}

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

.sv-footer-bottom p {
	margin: 0;
}

.sv-section-footnote {
	color: var(--sv-text-soft);
	font-size: 0.76rem;
	line-height: 1.5;
	margin: 24px 0 0;
	text-align: center;
}

.sv-registered-mark {
	font-size: 0.58em;
	line-height: 0;
	vertical-align: super;
}

/* WordPress */
.alignwide {
	margin-left: calc(50% - min(50vw, 600px));
	margin-right: calc(50% - min(50vw, 600px));
	max-width: 1200px;
	width: auto;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.wp-block-image img {
	border-radius: var(--sv-radius);
}

.wp-block-separator {
	border-color: var(--sv-line);
}

.page-content > :not(.alignfull):not(.alignwide):not(.vc_row):not(.wpb-content-wrapper) {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--sv-content);
}

.page-content > :not(.alignfull):not(.alignwide):not(.vc_row):not(.wpb-content-wrapper) {
	width: calc(100% - (2 * var(--sv-page-gutter)));
}

.sv-wpb-page > .wpb-content-wrapper {
	max-width: none;
	width: 100%;
}

.sv-wpb-page > .vc_row,
.sv-wpb-page > .wpb-content-wrapper > .vc_row {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.sv-wpb-page > .vc_row > .wpb_column > .vc_column-inner,
.sv-wpb-page > .wpb-content-wrapper > .vc_row > .wpb_column > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.sv-wpb-page > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element,
.sv-wpb-page > .wpb-content-wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element {
	margin-bottom: 0;
}

.page-content > .sv-section,
.page-content > .sv-hero,
.page-content > .sv-proof-strip,
.page-content > .sv-page-hero,
.page-content > .sv-advice-hero {
	max-width: none;
}

.sv-standard-page {
	padding-block: var(--sv-page-header-space);
}

.sv-standard-page > .sv-container {
	max-width: 850px;
}

.sv-standard-page h1 {
	font-size: var(--sv-page-title-size);
}

.error404 .sv-section h1 {
	font-size: var(--sv-page-title-size);
}

.sv-page-content h2 {
	margin-top: 1.5em;
}

.sv-page-content table {
	border-collapse: collapse;
	width: 100%;
}

.sv-page-content td,
.sv-page-content th {
	border: 1px solid var(--sv-line);
	padding: 12px;
	text-align: left;
}

/* Responsive */
@media (max-width: 1080px) {
	.sv-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-blog-layout {
		grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
	}

	.sv-blog-list .sv-post-card {
		grid-template-columns: 1fr;
	}

	.sv-blog-list .sv-post-card-media {
		aspect-ratio: 1.6 / 1;
		min-height: 0;
	}

	.sv-footer-grid {
		grid-template-columns: 1.25fr 0.75fr 0.75fr;
	}

	.sv-footer-brand {
		grid-column: 1 / -1;
		max-width: 600px;
	}

	.sv-menu-toggle {
		display: inline-flex;
	}

	.sv-nav-wrap {
		background: var(--sv-white);
		border-bottom: 1px solid var(--sv-line);
		box-shadow: var(--sv-shadow);
		display: none;
		left: 0;
		padding: 12px var(--sv-page-gutter) 24px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.sv-nav-wrap.is-open {
		display: block;
	}

	.primary-menu,
	.primary-menu ul {
		align-items: stretch;
		display: block;
	}

	.primary-menu a {
		border-bottom: 1px solid var(--sv-line);
		border-radius: 0;
		padding: 13px 4px;
	}

	.sv-header-buy {
		margin-top: 18px;
		width: 100%;
	}
}

@media (max-width: 840px) {
	:root {
		--sv-page-gutter: 22px;
	}

	body {
		font-size: 17px;
	}

	.sv-article-content {
		padding-inline: var(--sv-page-gutter);
	}

	.sv-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-proof:nth-child(2) {
		border-right: 0;
	}

	.sv-proof:nth-child(-n + 2) {
		border-bottom: 1px solid var(--sv-line);
	}

	.sv-gravity-form {
		padding: 24px 20px;
	}

	.sv-gravity-form .gform_wrapper .gform_button,
	.sv-gravity-form .gform_wrapper input[type="submit"],
	.sv-gravity-form .gform_wrapper button[type="submit"] {
		max-width: none;
		width: 100% !important;
	}

	.sv-hero-grid,
	.sv-product-hero,
	.sv-split,
	.sv-cta--purchase {
		grid-template-columns: 1fr;
	}

	.sv-cta--purchase {
		align-items: start;
	}

	.sv-cta-actions {
		max-width: 340px;
	}

	.sv-hero-content {
		max-width: 610px;
		text-align: left;
		width: 72%;
	}

	.sv-page-hero--lifestyle .sv-page-hero-content {
		max-width: 590px;
		width: 59%;
	}

	.sv-hero .sv-lead {
		margin-inline: 0;
	}

	.sv-hero .sv-benefit-line {
		display: inline-block;
		text-align: left;
	}

	.sv-hero .sv-stack {
		justify-content: flex-start;
	}

	.sv-hero .sv-purchase-points {
		justify-content: center;
	}

	.sv-hero .sv-regulatory-note {
		margin-inline: auto;
		max-width: 680px;
		text-align: left;
	}

	.sv-hero-product {
		min-height: 390px;
	}

	.sv-hero-product img {
		height: 420px;
	}

	.sv-product-stage {
		min-height: 440px;
	}

	.sv-product-stage img {
		height: 420px;
	}

	.sv-split--reverse .sv-split-media {
		order: initial;
	}

	.sv-feature {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

/* Keep product decision cards composed as rows until space is genuinely tight. */
@media (max-width: 760px) {
	.sv-formula-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-serving-summary {
		display: none;
	}

	html.sv-js .sv-serving-tabs {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 0 0 22px;
	}

	.sv-serving-tabs button {
		background: var(--sv-white);
		border: 1px solid var(--sv-line);
		border-radius: var(--sv-radius-sm);
		color: var(--sv-navy);
		cursor: pointer;
		font: inherit;
		font-size: 0.86rem;
		font-weight: 900;
		min-height: 68px;
		padding: 12px;
	}

	.sv-serving-tabs button span {
		color: var(--sv-muted);
		display: block;
		font-size: 0.7rem;
		font-weight: 700;
		margin-top: 4px;
	}

	.sv-serving-tabs button[aria-selected="true"] {
		background: var(--sv-navy);
		border-color: var(--sv-navy);
		color: var(--sv-white);
	}

	.sv-serving-tabs button[aria-selected="true"] span {
		color: rgba(255, 255, 255, 0.75);
	}

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

	.sv-ingredient-amounts > span[hidden] {
		display: none;
	}
}

@media (max-width: 680px) {
	.sv-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-grid--3 > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: calc(50% - 9px);
		width: 100%;
	}

	.sv-proof-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sv-proof:nth-child(2) {
		border-right: 0;
	}

	.sv-proof:nth-child(-n + 2) {
		border-bottom: 1px solid var(--sv-line);
	}
}

@media (max-width: 600px) {
	:root {
		--sv-header-height: 72px;
		--sv-page-title-size: clamp(2.35rem, 11vw, 3.35rem);
		--sv-section-space: 62px;
		--sv-section-space-compact: 48px;
		--sv-card-space: 24px;
	}

	h1 {
		font-size: clamp(2.35rem, 12vw, 3.45rem);
	}

	h2 {
		font-size: clamp(1.85rem, 9vw, 2.55rem);
	}

	.sv-article-content {
		padding-inline: var(--sv-page-gutter);
	}

	body.single-post .sv-breadcrumb-current-post {
		display: none;
	}

	body.single-post .sv-breadcrumbs li:nth-last-child(2)::after {
		content: none;
	}

	.sv-heading {
		margin-bottom: 32px;
	}

	.custom-logo,
	.sv-default-logo img {
		width: 165px;
	}

	.sv-grid--2,
	.sv-grid--4,
	.sv-post-grid,
	.sv-footer-grid,
	.sv-comparison {
		grid-template-columns: 1fr;
	}

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

	.sv-blog-sidebar {
		position: static;
	}

	.sv-jump-nav {
		align-items: stretch;
		flex-direction: column;
	}

	.sv-jump-nav a {
		text-align: center;
	}

	.sv-hero {
		min-height: 0;
		padding: clamp(400px, 108vw, 470px) 0 58px;
	}

	.sv-page-hero--lifestyle {
		min-height: 0;
		padding: clamp(315px, 84vw, 360px) 0 58px;
	}

	.sv-page-hero--lifestyle::before {
		background: linear-gradient(
			180deg,
			rgba(4, 31, 48, 0.02) 0,
			rgba(4, 31, 48, 0.08) 170px,
			rgba(4, 31, 48, 0.36) 235px,
			rgba(4, 31, 48, 0.92) 310px,
			var(--sv-navy) 365px,
			var(--sv-navy) 100%
		);
	}

	.sv-page-hero-media,
	.sv-page-hero-media picture {
		bottom: auto;
		height: clamp(340px, 90vw, 390px);
	}

	.sv-page-hero-lifestyle-image {
		object-position: 85% center;
	}

	.sv-page-hero--why .sv-page-hero-lifestyle-image {
		object-position: 79% center;
	}

	.sv-page-hero-layout {
		min-height: 0;
	}

	.sv-page-hero--lifestyle .sv-page-hero-content {
		max-width: none;
		width: 100%;
	}

	.sv-page-hero--lifestyle h1 {
		font-size: var(--sv-page-title-size);
	}

	.sv-hero::before {
		background: linear-gradient(
			180deg,
			rgba(4, 31, 48, 0.06) 0%,
			rgba(4, 31, 48, 0.12) 25%,
			rgba(4, 31, 48, 0.72) 39%,
			rgba(4, 31, 48, 0.97) 48%,
			var(--sv-navy) 56%,
			var(--sv-navy) 100%
		);
	}

	.sv-hero-media,
	.sv-hero-media picture {
		bottom: auto;
		height: clamp(420px, 116vw, 510px);
	}

	.sv-hero-lifestyle {
		object-position: 75% center;
	}

	.sv-hero-grid {
		min-height: 0;
	}

	.sv-hero-content {
		max-width: none;
		width: 100%;
	}

	.sv-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.45rem);
	}

	.sv-hero-product {
		min-height: 330px;
	}

	.sv-hero-product img {
		height: 350px;
	}

	.sv-proof {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 16px 14px;
	}

	.sv-proof-icon {
		flex-basis: 36px;
		height: 36px;
		width: 36px;
	}

	.sv-product-stage {
		min-height: 350px;
	}

	.sv-product-stage img {
		height: 340px;
	}

	.sv-product-image-stage {
		padding: 18px;
	}

	.sv-product-image-stage img {
		height: min(78vw, 420px);
	}

	.sv-card,
	.sv-sign-card,
	.sv-dose {
		padding: var(--sv-card-space);
	}

	.sv-comparison-card,
	.sv-post-card-body,
	.sv-testimonial {
		padding: 24px;
	}

	.sv-ingredient {
		min-height: 0;
		padding: 24px;
	}

	.sv-formula-grid--facts .sv-ingredient {
		min-height: 0;
	}

	.sv-cta {
		border-radius: var(--sv-radius);
		padding: 34px 24px;
	}

	.sv-article-content blockquote {
		padding: 20px 22px;
	}

	.sv-stack .sv-button {
		width: 100%;
	}

	.sv-rich-section-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sv-rich-section-actions .sv-button {
		width: 100%;
	}

	.sv-cta-actions {
		max-width: none;
		width: 100%;
	}

	.sv-inline-buy {
		align-items: stretch;
		flex-direction: column;
		padding: 22px;
	}

	.sv-inline-buy .sv-button {
		width: 100%;
	}

	.sv-purchase-points {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.sv-hero .sv-purchase-points {
		align-items: center;
	}

	.sv-expectation {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding: 22px;
	}

	.sv-expectation .sv-text-link {
		flex: auto;
	}

	.sv-feature {
		padding-block: 26px;
	}

	.sv-footer-brand {
		grid-column: auto;
	}

	.sv-footer-grid {
		gap: 36px;
		padding-bottom: 48px;
	}

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

	.sv-footer-legal {
		align-items: flex-start;
		justify-items: start;
	}

	.site-footer {
		padding-top: 56px;
	}

	.sv-search-form {
		flex-direction: column;
	}

	.sv-search-form .sv-button {
		width: 100%;
	}

	body.sv-has-mobile-buy {
		padding-bottom: calc(78px + env(safe-area-inset-bottom));
	}

	.sv-mobile-buy {
		align-items: center;
		background: rgba(255, 255, 255, 0.98);
		border-top: 1px solid var(--sv-line);
		bottom: 0;
		box-shadow: 0 -8px 30px rgba(6, 36, 51, 0.12);
		display: flex;
		gap: 12px;
		justify-content: space-between;
		left: 0;
		padding: 10px 14px max(10px, env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 1200;
	}

	.sv-mobile-buy > div {
		display: grid;
		line-height: 1.25;
		min-width: 0;
	}

	.sv-mobile-buy strong {
		color: var(--sv-navy);
		font-size: 0.78rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sv-mobile-buy span {
		color: var(--sv-muted);
		font-size: 0.67rem;
	}

	.sv-mobile-buy .sv-button {
		flex: 0 0 auto;
		font-size: 0.78rem;
		min-height: 44px;
		padding: 10px 18px;
	}

	.sv-table {
		font-size: 0.82rem;
		min-width: 0;
		table-layout: fixed;
	}

	.sv-table-wrap {
		overflow-x: hidden;
	}

	.sv-table th,
	.sv-table td {
		overflow-wrap: anywhere;
		padding: 12px 10px;
		vertical-align: top;
	}

	.sv-table th:first-child,
	.sv-table td:first-child {
		width: 72%;
	}

	.sv-table th:last-child,
	.sv-table td:last-child {
		white-space: nowrap;
		width: 28%;
	}
}

@media (max-width: 520px) {
	.sv-grid--3,
	.sv-formula-grid,
	.sv-dosage {
		grid-template-columns: 1fr;
	}

	.sv-grid--3 > :last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none;
	}
}

@media (max-width: 480px) {
	.sv-proof-grid {
		grid-template-columns: 1fr;
	}

	.sv-proof,
	.sv-proof:nth-child(2) {
		border-bottom: 1px solid var(--sv-line);
		border-right: 0;
		min-height: 78px;
		padding-inline: 14px;
	}

	.sv-proof:last-child {
		border-bottom: 0;
	}

	.sv-proof strong {
		font-size: 0.94rem;
	}

	.sv-proof > div > span {
		font-size: 0.78rem;
	}
}

/*
 * Desktop product compositions.
 * Keep these explicit and late in the cascade so intermediate responsive
 * rules cannot leave mobile-style card arrangements on desktop screens.
 */
@media (min-width: 841px) {
	/*
	 * WPBakery/WordPress can leave auto-formatting <br> elements between
	 * nested shortcodes. Inside a CSS grid those breaks become real grid
	 * items and push the cards into empty columns/rows. Keep them out of
	 * the desktop grid formatting context while leaving the approved
	 * mobile presentation untouched.
	 */
	.sv-proof-strip .sv-proof-grid > br,
	.sv-section .sv-grid > br,
	.sv-section .sv-dosage > br,
	.sv-section .sv-formula-grid > br {
		display: none;
	}

	.sv-proof-strip .sv-proof-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sv-proof-strip .sv-proof {
		border-bottom: 0;
		border-right: 1px solid var(--sv-line);
	}

	.sv-proof-strip .sv-proof:last-child {
		border-right: 0;
	}

	.sv-section .sv-grid.sv-grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sv-section .sv-grid.sv-grid--3 > * {
		grid-column: auto;
		justify-self: stretch;
		max-width: none;
		width: auto;
	}

	.sv-section .sv-dosage {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 860px;
	}

}

@media (min-width: 1100px) {
	.sv-section .sv-formula-grid.sv-formula-grid--facts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
