:root {
	--n24-green: #245f3a;
	--n24-green-dark: #17482a;
	--n24-green-soft: #edf5ef;
	--n24-accent: #32985a;
	--n24-ink: #19211c;
	--n24-muted: #667069;
	--n24-line: #dfe6e1;
	--n24-bg: #f7f8f5;
	--n24-white: #ffffff;
	--n24-shadow: 0 18px 45px rgba(23, 55, 33, .10);
}

body {
	color: var(--n24-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.n24-new-home .site-content > .ast-container,
.n24-new-product .site-content > .ast-container {
	display: block;
	max-width: none;
	padding: 0;
}

.n24-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.n24-section {
	padding-block: 96px;
}

.n24-product-page,
.n24-product-page button,
.n24-product-page input,
.n24-product-page select,
.n24-product-page textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

.n24-product-page h1,
.n24-product-page h2,
.n24-product-page h3,
.n24-product-page h4,
.n24-product-page b,
.n24-product-page strong {
	font-family: Arial, Helvetica, sans-serif;
}

.n24-kicker {
	margin: 0 0 12px;
	color: var(--n24-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.n24-button,
.woocommerce .n24-button,
.n24-add-to-cart .single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border: 0;
	border-radius: 9px;
	background: var(--n24-green);
	box-shadow: 0 9px 22px rgba(36, 95, 58, .18);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: .18s ease;
}

.n24-button:hover,
.n24-add-to-cart .single_add_to_cart_button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover {
	background: var(--n24-green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.n24-button-light {
	background: #fff;
	box-shadow: none;
	color: var(--n24-green);
}

.n24-price-tax {
	display: inline;
	color: var(--n24-muted);
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
}

/* Homepage */
.n24-home-hero {
	padding: 72px 0 82px;
	background: linear-gradient(135deg, #f3f7f2 0%, #fff 62%);
}

.n24-home-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 82px;
	align-items: center;
}

.n24-home-hero-copy h1 {
	max-width: 650px;
	margin: 0 0 22px;
	font-size: clamp(44px, 5vw, 68px);
	letter-spacing: -.055em;
	line-height: 1.02;
}

.n24-home-hero-copy > p:not(.n24-kicker) {
	max-width: 610px;
	margin: 0 0 28px;
	color: var(--n24-muted);
	font-size: 18px;
	line-height: 1.65;
}

.n24-hero-actions {
	display: flex;
	gap: 22px;
	align-items: center;
}

.n24-text-button {
	color: var(--n24-green);
	font-size: 14px;
	font-weight: 800;
	text-underline-offset: 4px;
}

.n24-home-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 38px;
	padding-top: 25px;
	border-top: 1px solid var(--n24-line);
}

.n24-home-proof span,
.n24-home-proof b {
	display: block;
}

.n24-home-proof span {
	color: var(--n24-muted);
	font-size: 11px;
}

.n24-home-proof b {
	margin-bottom: 4px;
	color: var(--n24-ink);
	font-size: 18px;
}

.n24-home-hero-product {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
	border: 1px solid var(--n24-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--n24-shadow);
}

.n24-home-hero-product > a img {
	width: 100%;
	max-height: 440px;
	object-fit: contain;
}

.n24-home-product-tag {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 3px 18px;
	padding: 17px 20px;
	border: 1px solid var(--n24-line);
	border-radius: 13px;
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(8px);
}

.n24-home-product-tag small {
	grid-column: 1 / -1;
	color: var(--n24-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.n24-home-product-tag b { font-size: 14px; }
.n24-home-product-tag span { font-size: 18px; font-weight: 800; }
.n24-home-product-tag del { color: #9ba39d; font-size: 12px; }

.n24-section-heading {
	max-width: 720px;
	margin: 0 auto 46px;
	text-align: center;
}

.n24-section-heading.n24-left {
	margin-inline: 0;
	text-align: left;
}

.n24-section-heading h2,
.n24-product-value h2,
.n24-specs h2 {
	margin: 0 0 16px;
	font-size: clamp(32px, 4vw, 44px);
	letter-spacing: -.04em;
	line-height: 1.1;
}

.n24-section-heading > p:not(.n24-kicker),
.n24-product-value p:not(.n24-kicker),
.n24-specs p:not(.n24-kicker) {
	color: var(--n24-muted);
	font-size: 16px;
	line-height: 1.7;
}

.n24-home-product-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.n24-home-product-card {
	position: relative;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	min-height: 510px;
	overflow: hidden;
	border: 1px solid var(--n24-line);
	border-radius: 20px;
	background: #fff;
}

.n24-home-product-card.is-featured { border: 2px solid #82b591; }

.n24-card-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 8px 10px;
	border-radius: 999px;
	background: var(--n24-green);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.n24-card-image {
	display: grid;
	place-items: center;
	padding: 28px 12px;
	background: #f8faf7;
}

.n24-card-image img {
	width: 100%;
	height: 390px;
	object-fit: contain;
}

.n24-card-copy {
	display: flex;
	flex-direction: column;
	padding: 34px 30px;
}

.n24-card-rating {
	margin-bottom: 11px;
	color: #d6951b;
	font-size: 12px;
	font-weight: 800;
}

.n24-card-copy h3 {
	margin: 0 0 20px;
	font-size: 25px;
	line-height: 1.15;
}

.n24-card-copy h3 a { color: var(--n24-ink); text-decoration: none; }
.n24-card-copy ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.n24-card-copy li { position: relative; padding-left: 22px; color: #4e5952; font-size: 13px; }
.n24-card-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--n24-accent); font-weight: 900; }
.n24-card-bottom { margin-top: auto; }
.n24-card-bottom strong { display: block; margin: 22px 0 13px; font-size: 25px; }
.n24-card-bottom del { color: #9aa29d; font-size: 13px; }
.n24-card-bottom .n24-button { width: 100%; }

.n24-home-uses { background: var(--n24-bg); }
.n24-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.n24-use-grid article { display: flex; gap: 15px; min-height: 165px; padding: 25px; border: 1px solid var(--n24-line); border-radius: 14px; background: #fff; }
.n24-use-grid article > span { display: grid; flex: none; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #e2f1e6; color: var(--n24-green); font-weight: 900; }
.n24-use-grid h3 { margin: 2px 0 8px; font-size: 16px; }
.n24-use-grid p { margin: 0; color: var(--n24-muted); font-size: 13px; line-height: 1.6; }

.n24-home-videos { background: #173d26; }
.n24-home-videos .n24-section-heading h2 { color: #fff; }
.n24-home-videos .n24-kicker { color: #91cba3; }
.n24-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.n24-video-grid iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 14px; background: #0d2416; }

.n24-home-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.n24-home-review-grid blockquote { margin: 0; padding: 28px; border: 1px solid var(--n24-line); border-radius: 15px; background: #fff; box-shadow: 0 8px 25px rgba(20,40,25,.05); }
.n24-home-review-grid blockquote span { color: #e2a326; letter-spacing: .08em; }
.n24-home-review-grid blockquote p { min-height: 56px; margin: 16px 0 22px; font-size: 16px; line-height: 1.55; }
.n24-home-review-grid cite { color: var(--n24-muted); font-size: 12px; font-style: normal; font-weight: 700; }

.n24-home-final,
.n24-final-product-cta { padding-block: 60px; background: var(--n24-green); color: #fff; }
.n24-home-final .n24-shell,
.n24-final-product-cta .n24-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.n24-home-final .n24-kicker,
.n24-final-product-cta .n24-kicker { color: #a8d8b6; }
.n24-home-final h2,
.n24-final-product-cta h2 { margin: 0 0 8px; color: #fff; font-size: 34px; }
.n24-home-final p,
.n24-final-product-cta p { margin-bottom: 0; color: #d4e5d9; }

/* Product pages */
.n24-breadcrumb-wrap { padding-top: 22px; }
.n24-breadcrumb-wrap .woocommerce-breadcrumb { margin: 0; color: #879089; font-size: 11px; }
.n24-breadcrumb-wrap .woocommerce-breadcrumb a { color: var(--n24-green); }
.n24-breadcrumb-wrap .woocommerce-breadcrumb span { padding-inline: 8px; }

.n24-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
	gap: 64px;
	padding-top: 26px;
	padding-bottom: 70px;
}

.n24-product-main-image {
	position: relative;
	display: grid;
	height: 590px;
	overflow: hidden;
	place-items: center;
	border: 1px solid var(--n24-line);
	border-radius: 20px;
	background: #fafbf9;
}
.n24-product-main-image img { width: 100%; height: 100%; object-fit: contain; }
.n24-stock-pill { position: absolute; top: 17px; left: 17px; padding: 8px 11px; border-radius: 999px; background: #fff; box-shadow: 0 7px 25px rgba(20,50,28,.12); color: var(--n24-green); font-size: 11px; font-weight: 800; }
.n24-product-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.n24-product-thumbs button { height: 88px; padding: 4px; overflow: hidden; border: 1px solid var(--n24-line); border-radius: 10px; background: #fff; }
.n24-product-thumbs button.is-active { border: 2px solid var(--n24-green); padding: 3px; }
.n24-product-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.n24-buybox { padding-top: 6px; }
.n24-product-rating { display: inline-flex; gap: 8px; color: #dc9b1f; font-size: 13px; font-weight: 800; text-decoration: none; }
.n24-product-rating u { color: var(--n24-green); text-underline-offset: 3px; }
.n24-buybox h1 { margin: 0 0 10px; font-size: clamp(36px, 3.7vw, 46px); font-weight: 750; letter-spacing: -.04em; line-height: 1.08; }
.n24-product-name { margin: 0 0 16px; color: var(--n24-green); font-size: 13px; font-weight: 800; }
.n24-product-lead { margin: 0 0 22px; color: var(--n24-muted); font-size: 16px; line-height: 1.62; }

.n24-quick-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 19px; border: 1px solid var(--n24-line); border-radius: 13px; background: #fbfcfa; }
.n24-quick-benefits span { display: grid; grid-template-columns: 22px 1fr; gap: 1px 9px; }
.n24-quick-benefits i { grid-row: 1 / 3; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #ddf0e2; color: var(--n24-green); font-size: 11px; font-style: normal; font-weight: 900; }
.n24-quick-benefits b { font-size: 12px; line-height: 1.3; }
.n24-quick-benefits small { color: #7a847d; font-size: 10px; }

.n24-product-price { margin: 22px 0 15px; color: var(--n24-ink); font-size: 34px; font-weight: 850; letter-spacing: -.035em; }
.n24-product-price del { margin-right: 9px; color: #939b96; font-size: 15px; font-weight: 500; }
.n24-product-price ins { text-decoration: none; }

.n24-delivery-card { display: flex; gap: 13px; align-items: center; padding: 13px 14px; border: 1px solid #cce0d1; border-radius: 11px; background: var(--n24-green-soft); }
.n24-delivery-card > span { display: grid; flex: none; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: var(--n24-green); }
.n24-delivery-card > span svg { width: 21px; height: 21px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.n24-delivery-card b,.n24-delivery-card small { display: block; }
.n24-delivery-card b { font-size: 12px; }
.n24-delivery-card small { margin-top: 3px; color: #68736b; font-size: 10px; }

.n24-add-to-cart form.cart { display: flex !important; gap: 9px; margin: 14px 0 0 !important; }
.n24-add-to-cart .quantity .qty { width: 68px; min-height: 52px; border: 1px solid #cfd8d1; border-radius: 8px; }
.n24-add-to-cart .single_add_to_cart_button { flex: 1; margin: 0 !important; }
.n24-under-cart { margin: 9px 0 16px; color: #737c76; font-size: 10px; text-align: center; }
.n24-payment-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.n24-payment-row span { min-height: 58px; padding: 9px; border: 1px solid var(--n24-line); border-radius: 8px; }
.n24-payment-row b,.n24-payment-row small { display: block; }
.n24-payment-row b { margin-bottom: 3px; font-size: 10px; }
.n24-payment-row small { color: #7b847e; font-size: 9px; }

.n24-proof-bar { border-block: 1px solid var(--n24-line); background: #fafbf9; }
.n24-proof-bar .n24-shell { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 23px; }
.n24-proof-bar span { padding: 0 28px; border-left: 1px solid var(--n24-line); }
.n24-proof-bar span:first-child { padding-left: 0; border-left: 0; }
.n24-proof-bar b,.n24-proof-bar small { display: block; }
.n24-proof-bar b { margin-bottom: 3px; color: var(--n24-green); font-size: 22px; }
.n24-proof-bar small { color: var(--n24-muted); font-size: 11px; line-height: 1.35; }

.n24-product-value { background: var(--n24-bg); }
.n24-value-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.n24-included-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.n24-included-list span { display: flex; gap: 10px; align-items: center; min-height: 50px; padding: 10px 12px; border: 1px solid var(--n24-line); border-radius: 9px; background: #fff; font-size: 12px; font-weight: 700; }
.n24-included-list i { display: grid; flex: none; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e3f1e6; color: var(--n24-green); font-size: 11px; font-style: normal; }

.n24-product-page .n24-product-value h2,
.n24-product-page .n24-specs h2,
.n24-product-page .n24-section-heading h2,
.n24-product-page .n24-how-it-works h2,
.n24-product-page .n24-honest-info h2 {
	font-size: clamp(30px, 3.5vw, 39px);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.n24-product-page .n24-section-heading > p:not(.n24-kicker),
.n24-product-page .n24-product-value p:not(.n24-kicker),
.n24-product-page .n24-specs p:not(.n24-kicker) {
	font-size: 15px;
	line-height: 1.65;
}

.n24-product-page .n24-included-list span {
	font-size: 13px;
	line-height: 1.35;
}

.n24-use-cases { background: #fff; }
.n24-use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.n24-use-case-grid article { display: flex; gap: 13px; min-height: 150px; padding: 23px; border: 1px solid var(--n24-line); border-radius: 13px; background: #fbfcfa; }
.n24-use-case-grid article > span { display: grid; flex: none; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #dff0e3; color: var(--n24-green); font-size: 11px; font-weight: 800; }
.n24-use-case-grid h3 { margin: 2px 0 7px; font-size: 16px; font-weight: 750; line-height: 1.25; }
.n24-use-case-grid p { margin: 0; color: var(--n24-muted); font-size: 13px; line-height: 1.55; }

.n24-how-it-works { background: var(--n24-bg); }
.n24-how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.n24-how-image { height: 500px; overflow: hidden; border: 1px solid var(--n24-line); border-radius: 18px; background: #fff; }
.n24-how-image img { width: 100%; height: 100%; object-fit: cover; }
.n24-step-list { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; counter-reset: n24-step; }
.n24-step-list li { position: relative; min-height: 88px; padding: 5px 0 24px 58px; border-left: 1px solid #bcd3c3; counter-increment: n24-step; }
.n24-step-list li:last-child { min-height: 0; padding-bottom: 0; border-left-color: transparent; }
.n24-step-list li::before { position: absolute; top: 0; left: -19px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--n24-green); color: #fff; content: counter(n24-step); font-size: 13px; font-weight: 800; }
.n24-step-list b,.n24-step-list span { display: block; }
.n24-step-list b { margin-bottom: 5px; font-size: 15px; }
.n24-step-list span { color: var(--n24-muted); font-size: 13px; line-height: 1.55; }

.n24-honest-info { padding-block: 76px; background: #173d26; color: #fff; }
.n24-honest-info .n24-shell { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.n24-honest-info .n24-kicker { color: #9dd0ac; }
.n24-honest-info h2 { margin: 0; color: #fff; }
.n24-limit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.n24-limit-grid article { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); }
.n24-limit-grid b { display: block; margin-bottom: 7px; color: #fff; font-size: 14px; }
.n24-limit-grid p { margin: 0; color: #c9dacd; font-size: 12px; line-height: 1.55; }

.n24-existing-product-content { padding-bottom: 40px; }
.n24-existing-product-content > .n24-shell { max-width: 1080px; }
.n24-existing-product-content .elementor-section-wrap > .elementor-section:first-child,
.n24-existing-product-content > .n24-shell > p:empty { display: none; }
.n24-existing-product-content h2 { letter-spacing: -.03em; }
.n24-existing-product-content img { border-radius: 13px; }

.n24-specs { background: var(--n24-bg); }
.n24-spec-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; }
.n24-specs dl { margin: 0; border-top: 1px solid #cfd6cf; }
.n24-specs dl > div { display: grid; grid-template-columns: 1fr 1fr; padding: 16px 4px; border-bottom: 1px solid #d8ddd8; }
.n24-specs dt { color: var(--n24-muted); font-size: 12px; }
.n24-specs dd { margin: 0; font-size: 12px; font-weight: 800; }

.n24-faq { background: #fff; }
.n24-faq-wrap { max-width: 820px; }
.n24-faq .n24-section-heading { margin-bottom: 28px; }
.n24-faq details { border-top: 1px solid var(--n24-line); }
.n24-faq details:last-child { border-bottom: 1px solid var(--n24-line); }
.n24-faq summary { position: relative; padding: 20px 42px 20px 0; color: var(--n24-ink); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.n24-faq summary::-webkit-details-marker { display: none; }
.n24-faq summary::after { position: absolute; top: 17px; right: 5px; color: var(--n24-green); content: "+"; font-size: 24px; font-weight: 400; }
.n24-faq details[open] summary::after { content: "−"; }
.n24-faq details p { margin: 0; padding: 0 42px 20px 0; color: var(--n24-muted); font-size: 13px; line-height: 1.65; }

.n24-product-reviews { max-width: none; margin-inline: auto; background: var(--n24-bg); }
.n24-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.n24-review-grid article { min-height: 185px; padding: 21px; border: 1px solid var(--n24-line); border-radius: 13px; background: #fff; }
.n24-review-meta { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; }
.n24-review-meta b { font-size: 14px; }
.n24-review-meta time { color: #879089; font-size: 10px; }
.n24-review-stars { display: block; margin: 8px 0 12px; color: #d99518; font-size: 14px; letter-spacing: .06em; }
.n24-review-grid article p { margin: 0; color: #424c45; font-size: 13px; line-height: 1.6; }
.n24-no-reviews { padding: 25px; border: 1px solid var(--n24-line); border-radius: 12px; background: #fff; color: var(--n24-muted); text-align: center; }
.n24-review-form-only { max-width: 760px; margin: 32px auto 0; }
.n24-review-form-only .woocommerce-Reviews-title,
.n24-review-form-only .commentlist { display: none !important; }
.n24-review-form-only .comment-reply-title { display: block; margin-bottom: 16px; font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: 750; }
.n24-review-form-only .comment-form-rating label,
.n24-review-form-only .comment-form-comment label { font-size: 12px; font-weight: 700; }
.n24-review-form-only textarea { min-height: 130px; border: 1px solid #cfd9d1; border-radius: 8px; }
.n24-review-form-only .form-submit input { min-height: 46px; border-radius: 8px; background: var(--n24-green); color: #fff; font-size: 13px; font-weight: 750; }

.n24-final-product-cta .n24-shell > div:last-child { min-width: 270px; text-align: center; }
.n24-final-product-cta strong { display: block; margin-bottom: 9px; color: #fff; font-size: 28px; }
.n24-final-product-cta strong small { font-size: 10px; font-weight: 600; opacity: .72; }
.n24-final-product-cta .n24-button { width: 100%; background: #fff; color: var(--n24-green); }
.n24-mobile-buybar { display: none; }

/* Cart and checkout */
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content { background: #f7f8f6; }
.woocommerce-cart .site-content > .ast-container,
.woocommerce-checkout .site-content > .ast-container { max-width: 1180px; padding-top: 42px; padding-bottom: 70px; }
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header { display: none; }
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content { margin-top: 0; }

.n24-checkout-steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 580px; margin: 0 auto 34px; }
.n24-step { position: relative; display: flex; gap: 8px; align-items: center; justify-content: center; color: #97a099; font-size: 11px; font-weight: 700; }
.n24-step::before { position: absolute; z-index: 0; top: 9px; right: 50%; width: 100%; height: 2px; background: #dce2dd; content: ""; }
.n24-step:first-child::before { display: none; }
.n24-step i { z-index: 1; width: 20px; height: 20px; border: 2px solid #cbd4cd; border-radius: 50%; background: #f7f8f6; }
.n24-step.is-complete,.n24-step.is-active { color: var(--n24-green); }
.n24-step.is-complete i { border-color: var(--n24-green); background: var(--n24-green); }
.n24-step.is-complete::before,.n24-step.is-active::before { background: var(--n24-green); }
.n24-step.is-active i { border: 6px solid var(--n24-green); background: #fff; }

.n24-flow-heading { margin-bottom: 27px; text-align: center; }
.n24-flow-heading p { margin: 0 0 5px; color: var(--n24-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.n24-flow-heading h1 { margin: 0; font-size: 34px; letter-spacing: -.04em; }

.woocommerce-cart .woocommerce { display: grid; grid-template-columns: 1.35fr .65fr; gap: 26px; }
.woocommerce-cart .n24-checkout-steps,
.woocommerce-cart .n24-flow-heading,
.woocommerce-cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals { width: auto !important; margin: 0 !important; }
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart_totals,
.woocommerce-checkout form.checkout { border: 1px solid var(--n24-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 35px rgba(25,50,30,.06); }
.woocommerce-cart .woocommerce-cart-form table { margin: 0; border: 0; }
.woocommerce-cart .woocommerce-cart-form th { padding: 17px 15px; border: 0; background: #f5f7f4; color: #68716b; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce-cart .woocommerce-cart-form td { padding: 20px 15px; border-color: var(--n24-line); }
.woocommerce-cart td.product-thumbnail img { width: 82px; border-radius: 8px; }
.woocommerce-cart td.product-name a { color: var(--n24-ink); font-size: 13px; font-weight: 800; }
.woocommerce-cart .coupon { display: flex; gap: 8px; }
.woocommerce-cart .coupon .input-text { min-width: 180px; border: 1px solid #cfd8d1 !important; border-radius: 7px; }
.woocommerce-cart .button { min-height: 43px; border-radius: 7px !important; }
.woocommerce-cart .cart_totals { float: none !important; width: 100% !important; padding: 24px; }
.woocommerce-cart .cart_totals h2 { margin: 0 0 16px; font-size: 22px; }
.woocommerce-cart .cart_totals table { margin-bottom: 17px; border: 0; }
.woocommerce-cart .cart_totals th,.woocommerce-cart .cart_totals td { padding: 13px 0; border-color: var(--n24-line); font-size: 12px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width: 100%; margin: 0; }
.n24-cart-assurance { display: grid; gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--n24-line); }
.n24-cart-assurance span { color: var(--n24-muted); font-size: 11px; }
.n24-cart-assurance b { margin-right: 6px; color: var(--n24-green); }

.woocommerce-checkout form.checkout { display: grid; grid-template-columns: 1fr .82fr; gap: 0 42px; padding: 34px; }
.woocommerce-checkout form.checkout > .col2-set { width: auto; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { width: auto; }
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading { margin: 0 0 18px; font-size: 20px; letter-spacing: -.025em; }
.woocommerce-checkout .form-row { margin-bottom: 12px; }
.woocommerce-checkout .form-row label { margin-bottom: 5px; color: #4f5952; font-size: 11px; font-weight: 750; }
.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection { min-height: 45px; border: 1px solid #cbd7ce !important; border-radius: 7px !important; background: #fff; }
.woocommerce-checkout .woocommerce-checkout-review-order-table { border: 0; border-radius: 10px; background: #f7f9f6; }
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td { padding: 13px; border-color: var(--n24-line); font-size: 11px; }
.woocommerce-checkout #payment { border: 1px solid var(--n24-line); border-radius: 11px; background: #fff; }
.woocommerce-checkout #payment ul.payment_methods { padding: 16px; }
.woocommerce-checkout #payment li.wc_payment_method { margin-bottom: 8px; padding: 11px; border: 1px solid var(--n24-line); border-radius: 8px; }
.woocommerce-checkout #payment li.wc_payment_method > label { display: inline-flex; gap: 8px; align-items: center; font-size: 12px; font-weight: 700; }
.woocommerce-checkout #payment li.wc_payment_method img { max-height: 28px; width: auto; margin: 0 4px; }
.woocommerce-checkout #payment div.payment_box { margin: 12px 0 0; padding: 13px; background: #f7f9f6; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #f7f9f6; }
.woocommerce-checkout .payment_method_paysera .payment_box ul,
.woocommerce-checkout .payment_box.payment_method_paysera ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 0; padding: 0; }
.woocommerce-checkout .payment_method_paysera .payment_box li,
.woocommerce-checkout .payment_box.payment_method_paysera li { margin: 0; padding: 8px; border: 1px solid var(--n24-line); border-radius: 6px; background: #fff; }
.woocommerce-checkout .payment_method_paysera .payment_box img,
.woocommerce-checkout .payment_box.payment_method_paysera img { max-width: 100px; max-height: 32px; }
.woocommerce-checkout #payment .place-order { padding: 16px; }
.woocommerce-checkout #payment #place_order { float: none; width: 100%; }
.n24-checkout-assurance { margin: 4px 0 14px; padding: 13px; border: 1px solid #cfe1d3; border-radius: 8px; background: var(--n24-green-soft); }
.n24-checkout-assurance b,.n24-checkout-assurance span { display: block; }
.n24-checkout-assurance b { margin-bottom: 3px; color: var(--n24-green); font-size: 11px; }
.n24-checkout-assurance span { color: #68736b; font-size: 9px; line-height: 1.45; }

@media (max-width: 980px) {
	.n24-home-hero-grid,
	.n24-value-grid,
	.n24-spec-grid,
	.n24-how-grid,
	.n24-honest-info .n24-shell { grid-template-columns: 1fr; gap: 42px; }
	.n24-home-product-card { grid-template-columns: 1fr; }
	.n24-card-image img { height: 300px; }
	.n24-use-grid { grid-template-columns: repeat(2, 1fr); }
	.n24-product-hero { grid-template-columns: 1fr; gap: 34px; }
	.n24-product-main-image { height: 540px; }
	.n24-use-case-grid { grid-template-columns: repeat(2, 1fr); }
	.woocommerce-cart .woocommerce { grid-template-columns: 1fr; }
	.woocommerce-cart .n24-checkout-steps,
	.woocommerce-cart .n24-flow-heading,
	.woocommerce-cart .woocommerce-notices-wrapper { grid-column: auto; }
	.woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
	.woocommerce-checkout #order_review_heading { margin-top: 30px; }
}

@media (max-width: 680px) {
	body.n24-new-product { padding-bottom: 72px; }
	.n24-shell { width: calc(100% - 28px); }
	.n24-section { padding-block: 54px; }
	.n24-home-hero { padding: 40px 0 54px; }
	.n24-home-hero-grid { gap: 32px; }
	.n24-home-hero-copy h1 { font-size: 39px; }
	.n24-home-hero-copy > p:not(.n24-kicker) { font-size: 15px; }
	.n24-hero-actions { align-items: stretch; flex-direction: column; }
	.n24-text-button { text-align: center; }
	.n24-home-proof { gap: 8px; }
	.n24-home-proof b { font-size: 15px; }
	.n24-home-proof span { font-size: 9px; }
	.n24-home-hero-product { min-height: 410px; border-radius: 16px; }
	.n24-home-product-grid,
	.n24-use-grid,
	.n24-video-grid,
	.n24-home-review-grid { grid-template-columns: 1fr; }
	.n24-home-product-card { min-height: 0; }
	.n24-card-copy { padding: 25px 22px; }
	.n24-card-image { padding-top: 34px; }
	.n24-card-image img { height: 260px; }
	.n24-section-heading h2,.n24-product-value h2,.n24-specs h2 { font-size: 29px; }
	.n24-home-final .n24-shell,
	.n24-final-product-cta .n24-shell { align-items: stretch; flex-direction: column; text-align: center; }
	.n24-home-final h2,.n24-final-product-cta h2 { font-size: 29px; }

	.n24-breadcrumb-wrap { padding-top: 10px; }
	.n24-product-hero { gap: 20px; padding-top: 10px; padding-bottom: 42px; }
	.n24-product-main-image { height: 380px; border-radius: 14px; }
	.n24-product-thumbs { grid-template-columns: repeat(5, 1fr); }
	.n24-product-thumbs button { height: 60px; }
	.n24-buybox h1 { font-size: 32px; font-weight: 750; letter-spacing: -.035em; line-height: 1.09; }
	.n24-product-lead { font-size: 14px; }
	.n24-quick-benefits { grid-template-columns: 1fr; }
	.n24-product-price { font-size: 31px; }
	.n24-add-to-cart form.cart { align-items: stretch; }
	.n24-payment-row { grid-template-columns: repeat(3, 1fr); }
	.n24-payment-row span { padding: 7px 5px; }
	.n24-payment-row b { font-size: 9px; }
	.n24-payment-row small { font-size: 8px; }
	.n24-proof-bar .n24-shell { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
	.n24-proof-bar span { padding: 8px 12px; }
	.n24-proof-bar span:nth-child(3) { border-left: 0; }
	.n24-proof-bar b { font-size: 18px; }
	.n24-included-list { grid-template-columns: 1fr; }
	.n24-specs dl > div { grid-template-columns: 1.1fr .9fr; }
	.n24-existing-product-content > .n24-shell { width: 100%; }
	.n24-product-page .n24-product-value h2,
	.n24-product-page .n24-specs h2,
	.n24-product-page .n24-section-heading h2,
	.n24-product-page .n24-how-it-works h2,
	.n24-product-page .n24-honest-info h2 { font-size: 29px; line-height: 1.14; }
	.n24-product-page .n24-section-heading { margin-bottom: 28px; }
	.n24-product-page .n24-section-heading > p:not(.n24-kicker),
	.n24-product-page .n24-product-value p:not(.n24-kicker),
	.n24-product-page .n24-specs p:not(.n24-kicker) { font-size: 14px; line-height: 1.6; }
	.n24-use-case-grid { grid-template-columns: 1fr; }
	.n24-use-case-grid article { min-height: 0; padding: 18px; }
	.n24-use-case-grid h3 { font-size: 15px; }
	.n24-use-case-grid p { font-size: 12px; }
	.n24-how-grid { gap: 30px; }
	.n24-how-image { height: 310px; border-radius: 13px; }
	.n24-step-list { margin-top: 22px; }
	.n24-step-list li { min-height: 82px; padding-left: 49px; }
	.n24-step-list li::before { left: -16px; width: 32px; height: 32px; }
	.n24-step-list b { font-size: 14px; }
	.n24-step-list span { font-size: 12px; }
	.n24-honest-info { padding-block: 52px; }
	.n24-honest-info .n24-shell { gap: 26px; }
	.n24-limit-grid { grid-template-columns: 1fr; }
	.n24-limit-grid article { padding: 17px; }
	.n24-specs dt,.n24-specs dd { font-size: 11px; }
	.n24-faq summary { padding-block: 18px; font-size: 13px; }
	.n24-faq details p { font-size: 12px; }
	.n24-review-grid { grid-template-columns: 1fr; }
	.n24-review-grid article { min-height: 0; padding: 18px; }
	.n24-review-grid article p { font-size: 12px; }
	.n24-review-form-only { margin-top: 26px; }
	.n24-final-product-cta { padding-block: 44px; }
	.n24-final-product-cta .n24-shell { gap: 22px; }

	.n24-mobile-buybar { position: fixed; z-index: 999; right: 0; bottom: 0; left: 0; display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 10px 14px; border-top: 1px solid var(--n24-line); background: #fff; box-shadow: 0 -8px 28px rgba(20,45,28,.13); }
	.n24-mobile-buybar small,.n24-mobile-buybar strong { display: block; }
	.n24-mobile-buybar small { max-width: 170px; overflow: hidden; color: var(--n24-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
	.n24-mobile-buybar strong { font-size: 17px; }
	.n24-mobile-buybar del { display: none; }
	.n24-mobile-buybar button { min-width: 135px; min-height: 45px; border: 0; border-radius: 8px; background: var(--n24-green); color: #fff; font-size: 13px; font-weight: 800; }

	.woocommerce-cart .site-content > .ast-container,
	.woocommerce-checkout .site-content > .ast-container { padding: 25px 14px 50px; }
	.n24-checkout-steps { margin-bottom: 26px; }
	.n24-step { flex-direction: column; gap: 5px; font-size: 9px; }
	.n24-step::before { top: 9px; }
	.n24-flow-heading h1 { font-size: 29px; }
	.woocommerce-cart form.woocommerce-cart-form { overflow: hidden; }
	.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive tr { padding: 10px 13px; border-bottom: 1px solid var(--n24-line); }
	.woocommerce-cart .woocommerce-cart-form td { padding: 8px 0 !important; }
	.woocommerce-cart .woocommerce-cart-form td.product-thumbnail { display: block; }
	.woocommerce-cart td.product-thumbnail img { width: 92px; }
	.woocommerce-cart .coupon { flex-direction: column; }
	.woocommerce-cart .coupon .input-text { width: 100% !important; }
	.woocommerce-checkout form.checkout { padding: 19px 15px; }
	.woocommerce-checkout .payment_method_paysera .payment_box ul,
	.woocommerce-checkout .payment_box.payment_method_paysera ul { grid-template-columns: 1fr; }
}

/* ================================================================
   N24 TYPE & SPACING SYSTEM — v1.2
   One restrained hierarchy shared by Home, Hilda and Linex.
   ================================================================ */
:root {
	--n24-type-display: 46px;
	--n24-type-h2: 34px;
	--n24-type-h3: 18px;
	--n24-type-body: 16px;
	--n24-type-small: 13px;
	--n24-type-label: 11px;
	--n24-weight-heading: 700;
	--n24-weight-subheading: 650;
	--n24-weight-label: 700;
	--n24-leading-heading: 1.12;
	--n24-leading-body: 1.68;
	--n24-leading-small: 1.55;
	--n24-gap-xs: 8px;
	--n24-gap-sm: 14px;
	--n24-gap-md: 22px;
	--n24-gap-lg: 34px;
	--n24-gap-xl: 52px;
	--n24-section-space: 88px;
}

.n24-home,
.n24-product-page,
.n24-home button,
.n24-product-page button,
.n24-home input,
.n24-product-page input,
.n24-home select,
.n24-product-page select,
.n24-home textarea,
.n24-product-page textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

.n24-home h1,
.n24-home h2,
.n24-home h3,
.n24-product-page h1,
.n24-product-page h2,
.n24-product-page h3 {
	margin-top: 0;
	color: var(--n24-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: var(--n24-weight-heading);
	letter-spacing: -.032em;
}

.n24-home h1,
.n24-product-page h1,
.n24-buybox h1 {
	margin-bottom: var(--n24-gap-sm);
	font-size: var(--n24-type-display);
	font-weight: var(--n24-weight-heading);
	letter-spacing: -.038em;
	line-height: var(--n24-leading-heading);
}

.n24-home h2,
.n24-product-page h2,
.n24-section-heading h2,
.n24-product-page .n24-product-value h2,
.n24-product-page .n24-specs h2,
.n24-product-page .n24-how-it-works h2,
.n24-product-page .n24-honest-info h2 {
	margin-bottom: var(--n24-gap-sm);
	font-size: var(--n24-type-h2);
	font-weight: var(--n24-weight-heading);
	letter-spacing: -.03em;
	line-height: 1.16;
}

.n24-home h3,
.n24-product-page h3,
.n24-card-copy h3,
.n24-use-grid h3,
.n24-use-case-grid h3 {
	margin-bottom: var(--n24-gap-xs);
	font-size: var(--n24-type-h3);
	font-weight: var(--n24-weight-subheading);
	letter-spacing: -.015em;
	line-height: 1.3;
}

.n24-home p,
.n24-product-page p,
.n24-home li,
.n24-product-page li {
	font-size: var(--n24-type-body);
	font-weight: 400;
	line-height: var(--n24-leading-body);
}

.n24-home small,
.n24-product-page small,
.n24-use-grid p,
.n24-use-case-grid p,
.n24-step-list span,
.n24-limit-grid p,
.n24-review-grid article p,
.n24-faq details p {
	font-size: var(--n24-type-small);
	font-weight: 400;
	line-height: var(--n24-leading-small);
}

.n24-kicker,
.n24-home .n24-kicker,
.n24-product-page .n24-kicker {
	margin: 0 0 12px;
	font-size: var(--n24-type-label);
	font-weight: var(--n24-weight-label);
	letter-spacing: .11em;
	line-height: 1.45;
}

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

.n24-section-heading {
	margin-bottom: 42px;
}

.n24-section-heading > p:not(.n24-kicker),
.n24-product-page .n24-section-heading > p:not(.n24-kicker),
.n24-home .n24-section-heading > p:not(.n24-kicker) {
	max-width: 680px;
	margin: 0 auto;
	font-size: var(--n24-type-body);
	line-height: var(--n24-leading-body);
}

.n24-section-heading.n24-left > p:not(.n24-kicker) {
	margin-left: 0;
}

/* Product reading rhythm */
.n24-product-rating + .n24-kicker {
	margin-top: 18px;
}

.n24-product-name {
	margin: 0 0 var(--n24-gap-md);
	font-size: var(--n24-type-small) !important;
	font-weight: var(--n24-weight-subheading) !important;
	line-height: var(--n24-leading-small) !important;
}

.n24-product-lead {
	max-width: 610px;
	margin: 0 0 26px;
	font-size: var(--n24-type-body) !important;
	line-height: var(--n24-leading-body) !important;
}

.n24-quick-benefits {
	gap: 18px;
	padding: 22px;
}

.n24-quick-benefits b {
	font-size: 13px;
	font-weight: var(--n24-weight-subheading);
	line-height: 1.4;
}

.n24-quick-benefits small {
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.45;
}

.n24-product-price {
	margin: 28px 0 19px;
}

.n24-delivery-card {
	padding: 15px;
}

.n24-delivery-card b {
	font-size: 13px;
	font-weight: var(--n24-weight-subheading);
	line-height: 1.4;
}

.n24-delivery-card small {
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.45;
}

.n24-add-to-cart form.cart {
	margin-top: 16px !important;
}

.n24-under-cart {
	margin: 11px 0 18px;
	font-size: 11px !important;
	line-height: 1.45 !important;
}

.n24-payment-row {
	gap: 9px;
}

.n24-payment-row span {
	min-height: 64px;
	padding: 11px;
}

.n24-payment-row b {
	font-size: 11px;
	font-weight: var(--n24-weight-subheading);
}

.n24-payment-row small {
	font-size: 10px;
	line-height: 1.4;
}

.n24-proof-bar .n24-shell {
	padding-block: 28px;
}

.n24-proof-bar b {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: var(--n24-weight-heading);
}

.n24-proof-bar small {
	font-size: 12px;
	line-height: 1.45;
}

.n24-value-grid,
.n24-how-grid,
.n24-spec-grid {
	gap: 80px;
}

.n24-product-value p:not(.n24-kicker),
.n24-specs p:not(.n24-kicker) {
	margin: 0;
	font-size: var(--n24-type-body) !important;
	line-height: var(--n24-leading-body) !important;
}

.n24-included-list,
.n24-use-case-grid,
.n24-use-grid,
.n24-limit-grid,
.n24-review-grid {
	gap: 16px;
}

.n24-included-list span {
	min-height: 58px;
	padding: 13px 14px;
	font-size: var(--n24-type-small) !important;
	font-weight: var(--n24-weight-subheading);
}

.n24-use-case-grid article,
.n24-use-grid article {
	padding: 25px;
}

.n24-step-list {
	margin-top: 30px;
}

.n24-step-list li {
	min-height: 96px;
}

.n24-step-list b {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: var(--n24-weight-subheading);
}

.n24-honest-info {
	padding-block: 80px;
}

.n24-honest-info .n24-shell {
	gap: 76px;
}

.n24-limit-grid article {
	padding: 22px;
}

.n24-limit-grid b {
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: var(--n24-weight-subheading);
}

.n24-specs dl > div {
	padding: 18px 5px;
}

.n24-specs dt,
.n24-specs dd {
	font-size: 13px;
	line-height: 1.45;
}

.n24-faq .n24-section-heading {
	margin-bottom: 32px;
}

.n24-faq summary {
	padding-block: 22px;
	font-size: 15px;
	font-weight: var(--n24-weight-subheading);
}

.n24-faq details p {
	padding-bottom: 22px;
}

.n24-review-grid article {
	min-height: 190px;
	padding: 23px;
}

.n24-review-meta b {
	font-size: 14px;
	font-weight: var(--n24-weight-subheading);
}

.n24-review-stars {
	margin: 10px 0 14px;
}

/* Home uses exactly the same hierarchy */
.n24-home-hero {
	padding-block: 76px 84px;
}

.n24-home-hero-copy h1 {
	max-width: 650px;
	margin-bottom: 20px;
	font-size: var(--n24-type-display);
	line-height: var(--n24-leading-heading);
}

.n24-home-hero-copy > p:not(.n24-kicker) {
	margin-bottom: 30px;
	font-size: var(--n24-type-body);
	line-height: var(--n24-leading-body);
}

.n24-hero-actions {
	gap: 24px;
}

.n24-home-proof {
	gap: 20px;
	margin-top: 42px;
	padding-top: 28px;
}

.n24-home-proof b {
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: var(--n24-weight-subheading);
}

.n24-home-proof span {
	font-size: 11px;
	line-height: 1.45;
}

.n24-card-copy {
	padding: 34px;
}

.n24-card-copy h3 {
	margin-bottom: 22px;
	font-size: 21px;
}

.n24-card-copy li {
	font-size: 13px;
	line-height: 1.55;
}

.n24-card-bottom strong {
	margin: 26px 0 15px;
}

.n24-home-review-grid blockquote {
	padding: 30px;
}

.n24-home-review-grid blockquote p {
	margin: 18px 0 24px;
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 680px) {
	:root {
		--n24-type-display: 34px;
		--n24-type-h2: 29px;
		--n24-type-h3: 16px;
		--n24-type-body: 15px;
		--n24-type-small: 12px;
		--n24-type-label: 10px;
		--n24-gap-md: 20px;
		--n24-gap-lg: 28px;
		--n24-gap-xl: 40px;
		--n24-section-space: 60px;
	}

	.n24-section-heading {
		margin-bottom: 30px;
	}

	.n24-home h1,
	.n24-product-page h1,
	.n24-buybox h1,
	.n24-home-hero-copy h1 {
		font-size: var(--n24-type-display);
		line-height: 1.13;
	}

	.n24-home h2,
	.n24-product-page h2,
	.n24-section-heading h2,
	.n24-product-page .n24-product-value h2,
	.n24-product-page .n24-specs h2,
	.n24-product-page .n24-how-it-works h2,
	.n24-product-page .n24-honest-info h2 {
		font-size: var(--n24-type-h2);
		line-height: 1.18;
	}

	.n24-product-rating + .n24-kicker {
		margin-top: 16px;
	}

	.n24-product-lead {
		margin-bottom: 24px;
	}

	.n24-quick-benefits {
		gap: 16px;
		padding: 19px;
	}

	.n24-product-price {
		margin-top: 24px;
	}

	.n24-proof-bar .n24-shell {
		padding-block: 26px;
	}

	.n24-proof-bar span {
		padding-block: 12px;
	}

	.n24-value-grid,
	.n24-how-grid,
	.n24-spec-grid {
		gap: 34px;
	}

	.n24-included-list,
	.n24-use-case-grid,
	.n24-use-grid,
	.n24-limit-grid,
	.n24-review-grid {
		gap: 13px;
	}

	.n24-use-case-grid article,
	.n24-use-grid article {
		padding: 19px;
	}

	.n24-honest-info {
		padding-block: 58px;
	}

	.n24-honest-info .n24-shell {
		gap: 30px;
	}

	.n24-limit-grid article {
		padding: 18px;
	}

	.n24-faq summary {
		padding-block: 19px;
		font-size: 14px;
	}

	.n24-review-grid article {
		min-height: 0;
		padding: 19px;
	}

	.n24-home-hero {
		padding-block: 52px 60px;
	}

	.n24-home-hero-copy > p:not(.n24-kicker) {
		margin-bottom: 26px;
	}

	.n24-home-proof {
		margin-top: 34px;
		padding-top: 24px;
	}

	.n24-card-copy {
		padding: 26px 22px;
	}

	.n24-card-copy h3 {
		margin-bottom: 18px;
		font-size: 19px;
	}
}

/* Hilda real-use photo proof. Kept product-specific in the PHP template. */
.n24-hilda-media {
	background: #fff;
}

.n24-hilda-media .n24-section-heading {
	max-width: 760px;
}

.n24-hilda-media-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px;
}

.n24-hilda-media-grid figure {
	grid-column: span 6;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--n24-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(20, 45, 28, .06);
}

.n24-hilda-media-grid figure.is-large {
	grid-column: span 7;
}

.n24-hilda-media-grid figure.is-portrait {
	grid-column: span 6;
	justify-self: center;
	width: min(100%, 360px);
}

.n24-hilda-media-grid figure.is-work {
	grid-column: span 4;
}

.n24-hilda-media-image {
	height: 390px;
	overflow: hidden;
	background: #eef2ee;
}

.n24-hilda-media-grid figure.is-work .n24-hilda-media-image {
	height: 290px;
}

.n24-hilda-media-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n24-hilda-media-grid figure.is-portrait .n24-hilda-media-image img {
	object-fit: contain;
	background: #182019;
}

.n24-hilda-media-grid figure.is-portrait .n24-hilda-media-image {
	height: auto;
	aspect-ratio: 9 / 16;
}

.n24-hilda-media-grid figure.is-level-portrait .n24-hilda-media-image img {
	object-fit: cover;
	object-position: center bottom;
	background: #eef2ee;
}

.n24-hilda-media-grid figcaption {
	padding: 15px 17px 16px;
	color: var(--n24-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.4;
}

@media (max-width: 900px) {
	.n24-hilda-media-grid figure,
	.n24-hilda-media-grid figure.is-large,
	.n24-hilda-media-grid figure.is-portrait,
	.n24-hilda-media-grid figure.is-work {
		grid-column: span 6;
	}
}

@media (max-width: 680px) {
	.n24-hilda-media-grid {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.n24-hilda-media-grid figure,
	.n24-hilda-media-grid figure.is-large,
	.n24-hilda-media-grid figure.is-portrait,
	.n24-hilda-media-grid figure.is-work {
		grid-column: 1;
	}

	.n24-hilda-media-image,
	.n24-hilda-media-grid figure.is-work .n24-hilda-media-image {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.n24-hilda-media-grid figure.is-portrait .n24-hilda-media-image {
		aspect-ratio: 9 / 16;
	}

	.n24-hilda-media-grid figcaption {
		padding: 13px 14px 14px;
		font-size: 12px;
	}
}

/* ================================================================
   ELEMENTOR CHECKOUT CORRECTION — v1.4.1
   The installed Elementor checkout widget wraps all WooCommerce
   fields inside one .e-checkout__container. The outer form must not
   be the two-column grid; the Elementor container owns that layout.
   ================================================================ */
.woocommerce-checkout .n24-legacy-checkout-title {
	display: none !important;
}

.woocommerce-checkout form.checkout.n24-elementor-checkout,
.woocommerce-checkout form.checkout:has(> .e-checkout__container) {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-checkout form.checkout > .e-checkout__container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 24px !important;
	align-items: start !important;
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-checkout .e-checkout__column-start,
.woocommerce-checkout .e-checkout__column-end {
	box-sizing: border-box;
	align-self: start !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	padding: 32px !important;
	border: 1px solid var(--n24-line) !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 10px 35px rgba(25, 50, 30, .06) !important;
}

.woocommerce-checkout .e-checkout__column-inner,
.woocommerce-checkout .e-checkout__order_review,
.woocommerce-checkout .e-checkout__order_review-2,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
	box-sizing: border-box;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	margin: 0 !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .e-checkout__order_review {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-checkout .e-checkout__order_review {
	margin: 0 0 28px !important;
}

.woocommerce-checkout .e-checkout__order_review-2 {
	height: auto !important;
}

.woocommerce-checkout #payment {
	margin: 0 !important;
	padding: 28px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--n24-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 !important;
}

.woocommerce-checkout #payment .place-order {
	padding: 16px 0 0 !important;
}

.woocommerce-checkout .e-checkout__column-start input.input-text,
.woocommerce-checkout .e-checkout__column-start select,
.woocommerce-checkout .e-checkout__column-start .select2-container,
.woocommerce-checkout .e-checkout__column-start .select2-selection {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
}

@media (max-width: 900px) {
	.woocommerce-checkout form.checkout > .e-checkout__container {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
	}
}

@media (max-width: 680px) {
	.woocommerce-checkout form.checkout.n24-elementor-checkout,
	.woocommerce-checkout form.checkout:has(> .e-checkout__container) {
		padding: 0 !important;
	}

	.woocommerce-checkout .e-checkout__column-start,
	.woocommerce-checkout .e-checkout__column-end {
		padding: 20px 15px !important;
		border-radius: 13px !important;
	}
}

/* ================================================================
   CART + CHECKOUT STABILITY — v1.3
   ================================================================ */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-cart button,
.woocommerce-checkout button,
.woocommerce-cart input,
.woocommerce-checkout input,
.woocommerce-cart select,
.woocommerce-checkout select,
.woocommerce-cart textarea,
.woocommerce-checkout textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-cart .page-title,
.woocommerce-checkout .page-title {
	display: none !important;
}

.woocommerce-cart .site-content > .ast-container,
.woocommerce-checkout .site-content > .ast-container {
	padding-top: 34px;
}

.woocommerce-cart .woocommerce {
	display: grid;
	grid-auto-rows: max-content;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
	column-gap: 26px;
	row-gap: 24px;
	align-content: start;
	align-items: start;
}

.woocommerce-cart .n24-checkout-steps,
.woocommerce-cart .n24-flow-heading,
.woocommerce-cart .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

.woocommerce-cart .n24-checkout-steps,
.woocommerce-cart .n24-flow-heading {
	margin-block: 0;
}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals {
	height: auto;
	min-height: 0;
	align-self: start;
}

.woocommerce-cart form.woocommerce-cart-form {
	min-width: 0;
}

.woocommerce-cart .cart-collaterals {
	min-width: 0;
}

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator {
	display: none;
}

.n24-checkout-steps {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 560px;
	margin: 0 auto 28px;
}

.n24-step {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	color: #96a099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
	text-align: center;
}

.n24-step::before {
	top: 9px;
	right: 50%;
	z-index: 0;
	height: 2px;
}

.n24-step i {
	z-index: 1;
	flex: none;
}

.n24-flow-heading {
	margin: 0 0 30px;
	text-align: center;
}

.woocommerce-cart .n24-flow-heading,
.woocommerce-checkout .n24-flow-heading {
	margin-bottom: 30px;
}

.woocommerce-cart .n24-flow-heading p,
.woocommerce-checkout .n24-flow-heading p {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.45;
}

.woocommerce-cart .n24-flow-heading h1,
.woocommerce-checkout .n24-flow-heading h1 {
	margin: 0;
	color: var(--n24-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -.032em;
	line-height: 1.14;
}

.woocommerce-cart .woocommerce-cart-form th,
.woocommerce-cart .cart_totals th,
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.4;
}

.woocommerce-cart .woocommerce-cart-form td,
.woocommerce-cart .cart_totals td,
.woocommerce-cart .cart_totals p,
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.woocommerce-cart td.product-name a,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-cart .cart_totals h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.woocommerce-cart td.product-name a {
	font-size: 15px;
	line-height: 1.4;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
	font-size: 23px;
	letter-spacing: -.022em;
	line-height: 1.2;
}

.woocommerce-cart .includes_tax,
.woocommerce-checkout .includes_tax {
	display: block;
	margin-top: 4px;
	color: #7c857f;
	font-size: 11px;
	line-height: 1.4;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-areas:
		"customer heading"
		"customer review";
	grid-template-columns: minmax(0, 1fr) minmax(370px, .82fr);
	gap: 0 38px;
	align-items: start;
	padding: 34px;
}

.woocommerce-checkout form.checkout > #customer_details {
	grid-area: customer;
	min-width: 0;
}

.woocommerce-checkout form.checkout > #order_review_heading {
	grid-area: heading;
	min-width: 0;
}

.woocommerce-checkout form.checkout > #order_review {
	grid-area: review;
	min-width: 0;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
	margin: 0 0 22px;
}

.woocommerce-checkout .form-row {
	margin-bottom: 16px;
}

.woocommerce-checkout .form-row label {
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.4;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection {
	min-height: 48px;
	padding-inline: 13px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

.woocommerce-checkout #order_review {
	font-size: 14px;
}

.woocommerce-checkout #payment li.wc_payment_method > label {
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.woocommerce-checkout .n24-checkout-assurance {
	margin-block: 18px;
	padding: 16px;
}

.woocommerce-checkout .n24-checkout-assurance b {
	font-size: 12px;
	font-weight: 650;
}

.woocommerce-checkout .n24-checkout-assurance span {
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.5;
}

.woocommerce-checkout #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.n24-add-to-cart .single_add_to_cart_button.is-loading {
	cursor: wait;
	opacity: .72;
	pointer-events: none;
}

.n24-final-product-cta [data-n24-add-product].is-loading,
.n24-mobile-buybar [data-n24-add-product].is-loading {
	cursor: wait;
	opacity: .72;
	pointer-events: none;
}

/* HILDA product picker */
.n24-product-picker {
	min-width: 0;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
}

.n24-product-picker legend {
	display: block;
	width: 100%;
	margin: 0 0 11px;
	padding: 0;
	color: var(--n24-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.n24-product-picker-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.n24-product-option {
	position: relative;
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 12px;
	min-height: 116px;
	margin: 0;
	padding: 12px;
	overflow: hidden;
	border: 1px solid #d7dfd9;
	border-radius: 12px;
	background: #fff;
	color: var(--n24-ink);
}

label.n24-product-option {
	cursor: pointer;
}

.n24-product-option.is-selected {
	border: 2px solid var(--n24-green);
	padding: 11px;
	background: #f8fcf9;
	box-shadow: 0 0 0 3px rgba(35, 103, 60, .07);
}

.n24-product-option.is-sold-out {
	background: #f5f6f5;
	color: #747c76;
}

.n24-product-option > img {
	width: 70px;
	height: 88px;
	align-self: center;
	border-radius: 7px;
	background: #fff;
	object-fit: contain;
}

.n24-product-option-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
}

.n24-product-option-copy b,
.n24-product-option-copy small,
.n24-product-option-copy strong {
	display: block;
}

.n24-product-option-copy b {
	margin: 0 22px 4px 0;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.n24-product-option-copy small {
	margin: 0 0 8px;
	color: #717a73;
	font-size: 10px;
	line-height: 1.4;
}

.n24-product-option-copy strong {
	color: var(--n24-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.25;
}

.n24-product-option-copy strong del {
	margin-right: 4px;
	color: #959d97;
	font-size: 10px;
	font-weight: 500;
}

.n24-product-option-copy strong ins {
	text-decoration: none;
}

.n24-product-option-copy .n24-price-tax {
	display: none;
}

.n24-product-option > i {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 50%;
	background: var(--n24-green);
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.n24-product-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.n24-product-option:has(input:focus-visible) {
	outline: 3px solid rgba(35, 103, 60, .24);
	outline-offset: 2px;
}

.n24-sold-out-badge {
	align-self: flex-start;
	margin: 0 0 5px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #e7e9e7;
	color: #5f6761;
	font-size: 9px;
	font-weight: 750;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .06em;
}

@media (max-width: 980px) {
	.woocommerce-cart .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .n24-checkout-steps,
	.woocommerce-cart .n24-flow-heading,
	.woocommerce-cart .woocommerce-notices-wrapper {
		grid-column: 1;
	}

	.woocommerce-checkout form.checkout {
		grid-template-areas:
			"customer"
			"heading"
			"review";
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 34px;
	}
}

@media (max-width: 680px) {
	.n24-product-picker {
		margin-bottom: 22px;
	}

	.n24-product-picker-options {
		grid-template-columns: 1fr;
	}

	.n24-product-option {
		grid-template-columns: 76px minmax(0, 1fr);
		min-height: 108px;
	}

	.n24-product-option > img {
		width: 76px;
		height: 82px;
	}

	.n24-product-option-copy b {
		font-size: 14px;
	}

	.n24-product-option-copy small {
		font-size: 11px;
	}

	.n24-product-option-copy strong {
		font-size: 16px;
	}

	.woocommerce-cart .site-content > .ast-container,
	.woocommerce-checkout .site-content > .ast-container {
		padding-top: 22px;
	}

	.n24-checkout-steps {
		margin-bottom: 24px;
	}

	.woocommerce-cart .n24-flow-heading,
	.woocommerce-checkout .n24-flow-heading {
		margin-bottom: 24px;
	}

	.woocommerce-cart .n24-flow-heading h1,
	.woocommerce-checkout .n24-flow-heading h1 {
		font-size: 31px;
		line-height: 1.16;
	}

	.woocommerce-cart .n24-flow-heading p,
	.woocommerce-checkout .n24-flow-heading p {
		font-size: 10px;
	}

	.woocommerce-checkout form.checkout {
		padding: 20px 15px;
	}

	.woocommerce-checkout .form-row label {
		font-size: 12px;
	}

	.woocommerce-checkout .input-text,
	.woocommerce-checkout select,
	.woocommerce-checkout .select2-selection {
		font-size: 14px;
	}

	.woocommerce-cart .cart_totals h2,
	.woocommerce-checkout #customer_details h3,
	.woocommerce-checkout #order_review_heading {
		font-size: 21px;
	}
}

/* Dark surfaces must stay high-contrast after the shared type rules. */
.n24-product-page .n24-honest-info h2,
.n24-product-page .n24-final-product-cta h2,
.n24-home .n24-home-videos h2,
.n24-home .n24-home-final h2 {
	color: #fff;
}

.n24-product-page .n24-honest-info p,
.n24-product-page .n24-final-product-cta p,
.n24-home .n24-home-videos p,
.n24-home .n24-home-final p {
	color: #d4e5d9;
}

.n24-product-page .n24-honest-info .n24-kicker,
.n24-product-page .n24-final-product-cta .n24-kicker,
.n24-home .n24-home-videos .n24-kicker,
.n24-home .n24-home-final .n24-kicker {
	color: #a8d8b6;
}

.n24-customer-proof {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 15px 0 18px;
	color: var(--n24-green);
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.n24-customer-proof span {
	display: grid;
	flex: none;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: #e0f1e5;
	font-size: 11px;
	font-weight: 800;
}

.n24-customer-proof b {
	font-size: 12px;
	font-weight: 650;
}

/* ================================================================
   CHECKOUT LAYOUT + NEUTRAL SHIPPING — v1.4
   Keep cart and checkout progress identical, use the available
   desktop width, and collapse to one readable column on small screens.
   ================================================================ */
.woocommerce-cart .n24-checkout-steps,
.woocommerce-checkout .n24-checkout-steps {
	width: 100%;
	max-width: none;
	margin: 0 0 32px;
}

.woocommerce-cart .n24-step,
.woocommerce-checkout .n24-step {
	gap: 10px;
	font-size: 12px;
	font-weight: 650;
}

.woocommerce-cart .n24-step::before,
.woocommerce-checkout .n24-step::before {
	top: 10px;
}

.woocommerce-cart .n24-step i,
.woocommerce-checkout .n24-step i {
	width: 22px;
	height: 22px;
}

.woocommerce-cart .n24-step.is-active i,
.woocommerce-checkout .n24-step.is-active i {
	border-width: 6px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-checkout form.checkout {
	width: 100%;
	max-width: none;
}

.woocommerce-checkout form.checkout {
	grid-template-areas:
		"customer heading"
		"customer review";
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 48px;
	align-items: start;
}

.woocommerce-checkout form.checkout > #customer_details,
.woocommerce-checkout form.checkout > #order_review_heading,
.woocommerce-checkout form.checkout > #order_review {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review > *,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
}

/* Courier choices and the order table should read as neutral white cards. */
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-shipping-totals,
.woocommerce-checkout .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-shipping-totals td,
.woocommerce-checkout ul#shipping_method,
.woocommerce-checkout ul#shipping_method li,
.woocommerce-checkout ul#shipping_method label {
	background-color: #fff !important;
}

.woocommerce-checkout ul#shipping_method {
	margin: 0;
	padding: 0;
}

.woocommerce-checkout ul#shipping_method li {
	padding-block: 8px;
}

/* Prevent Astra/Woo heading rules from enlarging this checkbox label. */
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout #ship-to-different-address label,
.woocommerce-checkout #ship-to-different-address label span {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 650 !important;
	letter-spacing: 0 !important;
	line-height: 1.45 !important;
	text-transform: none !important;
}

.woocommerce-checkout #ship-to-different-address {
	margin: 8px 0 22px !important;
}

.woocommerce-checkout #ship-to-different-address label {
	display: inline-flex !important;
	gap: 10px;
	align-items: center;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
	flex: none;
	width: 18px;
	height: 18px;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.woocommerce-checkout form.checkout {
		grid-template-areas:
			"customer"
			"heading"
			"review";
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 34px;
	}
}

@media (max-width: 680px) {
	.woocommerce-cart .n24-checkout-steps,
	.woocommerce-checkout .n24-checkout-steps {
		margin-bottom: 26px;
	}

	.woocommerce-cart .n24-step,
	.woocommerce-checkout .n24-step {
		gap: 7px;
		font-size: 10px;
		line-height: 1.25;
	}

	.woocommerce-checkout form.checkout {
		width: 100%;
		padding: 20px 15px;
	}

	.woocommerce-checkout #ship-to-different-address,
	.woocommerce-checkout #ship-to-different-address label,
	.woocommerce-checkout #ship-to-different-address label span {
		font-size: 15px !important;
	}
}
