/*
 * SDF Global Design System 2026
 * Source of truth: computed styles from page 97948 at 1536, 1280, 390 and 360 px.
 * The reference page and legacy homepage are excluded both at enqueue time and here.
 */

/* === PHASE 2: TOKENS === */
:root {
	--sdf-ds-font-heading: "Arimo", sans-serif;
	--sdf-ds-font-body: Arial, sans-serif;
	--sdf-ds-ink: #10283d;
	--sdf-ds-ink-hover: #193d55;
	--sdf-ds-text: #10283d;
	--sdf-ds-muted: #526979;
	--sdf-ds-link: #1f719a;
	--sdf-ds-link-hover: #185a7b;
	--sdf-ds-line: #d9e5e9;
	--sdf-ds-surface: #ffffff;
	--sdf-ds-mist: #edf7f8;
	--sdf-ds-ivory: #fff9ee;
	--sdf-ds-sage: #eaf3ee;
	--sdf-ds-rose: #f8eff1;
	--sdf-ds-gold: #c79032;
	--sdf-ds-gold-soft: #f7e8c5;
	--sdf-ds-h1: 52px;
	--sdf-ds-h1-line: 1.07;
	--sdf-ds-h2: 40px;
	--sdf-ds-h2-line: 1.14;
	--sdf-ds-h3: 21px;
	--sdf-ds-h3-line: 1.2;
	--sdf-ds-h4: 18px;
	--sdf-ds-body: 16px;
	--sdf-ds-body-line: 1.6;
	--sdf-ds-intro: 17px;
	--sdf-ds-secondary: 15px;
	--sdf-ds-radius-card: 8px;
	--sdf-ds-radius-control: 6px;
	--sdf-ds-control-height: 48px;
	--sdf-ds-section-space: 72px;
	--sdf-ds-reading-width: 800px;
	--sdf-ds-shadow-card: 0 8px 20px rgba(16, 40, 61, 0.06);
}

/* === PHASE 3: EDITORIAL AND BLOG === */
body:not(.page-id-15587):not(.page-id-97948) #main {
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
	font-size: var(--sdf-ds-body);
	font-weight: 400;
	line-height: var(--sdf-ds-body-line);
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(h1, h2, h3, h4, h5, h6) {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-heading);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	overflow-wrap: break-word;
}

body:not(.page-id-15587):not(.page-id-97948) #main h1 {
	font-size: var(--sdf-ds-h1);
	line-height: var(--sdf-ds-h1-line);
}

body:not(.page-id-15587):not(.page-id-97948) #main h2 {
	font-size: var(--sdf-ds-h2);
	line-height: var(--sdf-ds-h2-line);
}

body:not(.page-id-15587):not(.page-id-97948) #main h3 {
	font-size: var(--sdf-ds-h3);
	line-height: var(--sdf-ds-h3-line);
}

body:not(.page-id-15587):not(.page-id-97948) #main h4 {
	font-size: var(--sdf-ds-h4);
	line-height: 1.3;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(p, li, dd, dt) {
	letter-spacing: 0;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.entry-content, .page-inner, .sdf-soro-blog-template-v1) > p {
	color: var(--sdf-ds-text);
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.lead, .page-header-excerpt, .sdf-fusion-intro) {
	color: var(--sdf-ds-muted);
	font-size: var(--sdf-ds-intro);
	line-height: 1.6;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.is-small, small, .post-meta, .entry-meta, .woocommerce-breadcrumb) {
	color: var(--sdf-ds-muted);
	font-size: var(--sdf-ds-secondary);
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(p, li, td, th) a:not(.button):not(.btn):not([class*="button"]) {
	color: var(--sdf-ds-link);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(p, li, td, th) a:not(.button):not(.btn):not([class*="button"]):hover {
	color: var(--sdf-ds-link-hover);
	text-decoration: underline;
}

body:not(.page-id-15587):not(.page-id-97948) #main a:focus-visible,
body:not(.page-id-15587):not(.page-id-97948) #main button:focus-visible,
body:not(.page-id-15587):not(.page-id-97948) #main input:focus-visible,
body:not(.page-id-15587):not(.page-id-97948) #main select:focus-visible,
body:not(.page-id-15587):not(.page-id-97948) #main textarea:focus-visible {
	outline: 3px solid rgba(31, 113, 154, 0.34);
	outline-offset: 2px;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.button, .btn, button[type="submit"], input[type="submit"], input[type="button"]):not(.mfp-close):not(.sdf-mobile-filter-close) {
	min-height: var(--sdf-ds-control-height);
	padding: 11px 19px;
	border: 1px solid var(--sdf-ds-ink);
	border-radius: var(--sdf-ds-radius-control);
	background: var(--sdf-ds-ink);
	color: #fff;
	font-family: var(--sdf-ds-font-body);
	font-size: var(--sdf-ds-body);
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: none;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.button, .btn, button[type="submit"], input[type="submit"], input[type="button"]):not(.mfp-close):not(.sdf-mobile-filter-close):hover {
	border-color: var(--sdf-ds-ink-hover);
	background: var(--sdf-ds-ink-hover);
	color: #fff;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.button.is-outline, .button.secondary, .button.alt, .btn-outline) {
	border-color: var(--sdf-ds-ink);
	background: #fff;
	color: var(--sdf-ds-ink);
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(.button.is-outline, .button.secondary, .button.alt, .btn-outline):hover {
	background: var(--sdf-ds-mist);
	color: var(--sdf-ds-ink);
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], input[type="url"], select, textarea) {
	min-height: var(--sdf-ds-control-height);
	border: 1px solid var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-control);
	background: #fff;
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
	font-size: var(--sdf-ds-body);
	line-height: 1.5;
	box-shadow: none;
}

body:not(.page-id-15587):not(.page-id-97948) #main :is(input, select, textarea):focus {
	border-color: var(--sdf-ds-link);
	box-shadow: 0 0 0 3px rgba(31, 113, 154, 0.14);
}

body:not(.page-id-15587):not(.page-id-97948) #main label {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-body);
	font-weight: 700;
}

body.single-post:not(.page-id-15587):not(.page-id-97948) #main :is(.entry-title, article > header h1),
body.page:not(.page-id-15587):not(.page-id-97948) #main :is(.page-title, .entry-title) {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

body.single-post:not(.page-id-15587):not(.page-id-97948) #main :is(.entry-content, .sdf-soro-blog-template-v1) > :is(p, ul, ol, blockquote),
body.page:not(.woocommerce-page):not(.page-id-15587):not(.page-id-97948) #main .entry-content > :is(p, ul, ol, blockquote) {
	max-width: var(--sdf-ds-reading-width);
	margin-right: auto;
	margin-left: auto;
}

body.blog:not(.page-id-15587):not(.page-id-97948) #main :is(.post-item .box, article.post),
body.archive:not(.woocommerce):not(.page-id-15587):not(.page-id-97948) #main :is(.post-item .box, article.post) {
	border: 1px solid var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-card);
	background: var(--sdf-ds-surface);
	box-shadow: var(--sdf-ds-shadow-card);
	overflow: hidden;
}

/* Existing SDF editorial templates use earlier important declarations. */
body.page:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-existing-page-v1 .page-header, main.sdf-buy-v2) h1,
body.single-post:not(.page-id-15587):not(.page-id-97948) #main h1.entry-title {
	color: var(--sdf-ds-ink) !important;
	font-family: var(--sdf-ds-font-heading) !important;
	font-size: var(--sdf-ds-h1) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h1-line) !important;
	letter-spacing: 0 !important;
}

body.page:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-existing-page-v1 .page-header, main.sdf-buy-v2) h2,
body.single-post:not(.page-id-15587):not(.page-id-97948) #main .sdf-soro-blog-template-v1 > h2 {
	color: var(--sdf-ds-ink) !important;
	font-family: var(--sdf-ds-font-heading) !important;
	font-size: var(--sdf-ds-h2) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h2-line) !important;
	letter-spacing: 0 !important;
}

body.page:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-existing-page-v1 .page-header, main.sdf-buy-v2) h3,
body.single-post:not(.page-id-15587):not(.page-id-97948) #main .sdf-soro-blog-template-v1 > h3 {
	color: var(--sdf-ds-ink) !important;
	font-family: var(--sdf-ds-font-heading) !important;
	font-size: var(--sdf-ds-h3) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h3-line) !important;
	letter-spacing: 0 !important;
}

/* === PHASE 4: CATALOGUE AND ARCHIVES === */
body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main :is(.woocommerce-products-header__title, .page-title) {
	font-size: var(--sdf-ds-h2);
	line-height: var(--sdf-ds-h2-line);
}

body.tax-product_cat:not(.page-id-15587):not(.page-id-97948) #main .sdf-category-hero h1,
body.page-id-16402:not(.page-id-15587):not(.page-id-97948) #main .hero-copy h1 {
	color: var(--sdf-ds-ink) !important;
	font-family: var(--sdf-ds-font-heading) !important;
	font-size: var(--sdf-ds-h2) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h2-line) !important;
	letter-spacing: 0 !important;
}

body.tax-product_cat:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-category-section, .sdf-category-bottom) h2,
body.page-id-16402:not(.page-id-15587):not(.page-id-97948) #main :is(.section-head, .sdf-offers-locked-v4__inner, .sdf-v2-category-offers-block) > h2 {
	font-size: var(--sdf-ds-h2) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h2-line) !important;
}

body.tax-product_cat:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-category-section, .sdf-category-bottom) h3,
body.page-id-16402:not(.page-id-15587):not(.page-id-97948) #main :is(.card-body, .sdf-offers-locked-v4__body, .sdf-v2-category-offer-body) h3 {
	font-size: var(--sdf-ds-h3) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h3-line) !important;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .products .product-small .box {
	height: 100%;
	border: 1px solid var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-card);
	background: var(--sdf-ds-surface);
	box-shadow: var(--sdf-ds-shadow-card);
	overflow: hidden;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .products .product-small .box-text {
	padding: 15px;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .products .product-small .name {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-heading);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .products .price {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-body);
	font-weight: 800;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .products .price del {
	color: var(--sdf-ds-muted);
	font-weight: 400;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .nav-pagination .page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	border: 1px solid var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-control);
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-body);
	font-weight: 700;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .nav-pagination .page-number.current {
	border-color: var(--sdf-ds-ink);
	background: var(--sdf-ds-ink);
	color: #fff;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .sdf-smart-filters {
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-smart-filters__group, .sdf-mobile-filter-panel) {
	border-color: var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-card);
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-smart-filters__title, .sdf-smart-filters__legend) {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-heading);
	font-weight: 400;
}

body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main :is(.sdf-mobile-filter-button, .sdf-smart-filters__reset) {
	border-radius: var(--sdf-ds-radius-control);
	font-family: var(--sdf-ds-font-body);
	letter-spacing: 0;
	text-transform: none;
}

/* === PHASE 5: PRODUCT PAGES === */
body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-title {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-heading);
	font-size: 40px !important;
	font-weight: 400 !important;
	line-height: 1.14 !important;
	letter-spacing: 0;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-info .price {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-body);
	font-weight: 800;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-info .price del {
	color: var(--sdf-ds-muted);
	font-weight: 400;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-info .price ins {
	color: var(--sdf-ds-ink);
	text-decoration: none;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-footer .woocommerce-tabs {
	border-top-color: var(--sdf-ds-line);
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-footer .panel.entry-content h2 {
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-footer .panel.entry-content h3 {
	font-size: var(--sdf-ds-h3) !important;
	font-weight: 400 !important;
	line-height: var(--sdf-ds-h3-line) !important;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-footer .panel.entry-content > :is(p, ul, ol, h2, h3, h4) {
	max-width: var(--sdf-ds-reading-width);
	margin-right: auto;
	margin-left: auto;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main :is(.tm-extra-product-options, .tc-extra-product-options) {
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main :is(.tm-extra-product-options, .tc-extra-product-options) :is(.tm-epo-field-label, .tc-epo-label, .tm-section-label) {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-heading);
	font-weight: 400;
	letter-spacing: 0;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main :is(.tm-extra-product-options, .tc-extra-product-options) :is(input, select, textarea) {
	border-color: var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-control);
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .single_add_to_cart_button {
	min-height: var(--sdf-ds-control-height);
	border-color: var(--sdf-ds-ink) !important;
	border-radius: var(--sdf-ds-radius-control) !important;
	background: var(--sdf-ds-ink) !important;
	color: var(--sdf-ds-surface) !important;
	font-family: var(--sdf-ds-font-body);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product:not(.page-id-15587):not(.page-id-97948) #main .single_add_to_cart_button:hover {
	border-color: var(--sdf-ds-ink-hover) !important;
	background: var(--sdf-ds-ink-hover) !important;
}

/* === PHASE 6: CART, CHECKOUT AND ACCOUNT === */
body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account):not(.page-id-15587):not(.page-id-97948) #main :is(.woocommerce, .woocommerce-form, .checkout, .cart_totals, .woocommerce-MyAccount-content) {
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
}

body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account):not(.page-id-15587):not(.page-id-97948) #main :is(.woocommerce-form, .checkout_coupon, .cart_totals, .woocommerce-MyAccount-content) {
	border-color: var(--sdf-ds-line);
	border-radius: var(--sdf-ds-radius-card);
}

body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account):not(.page-id-15587):not(.page-id-97948) #main :is(table.shop_table, table.woocommerce-checkout-review-order-table) {
	border-color: var(--sdf-ds-line);
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
}

body:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account):not(.page-id-15587):not(.page-id-97948) #main :is(table.shop_table, table.woocommerce-checkout-review-order-table) :is(th, td) {
	border-color: var(--sdf-ds-line);
}

body.woocommerce-checkout:not(.page-id-15587):not(.page-id-97948) #main :is(#order_review, #customer_details) h3 {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-heading);
	font-size: var(--sdf-ds-h3);
	font-weight: 400;
}

body.woocommerce-checkout:not(.page-id-15587):not(.page-id-97948) #main .payment_methods {
	color: var(--sdf-ds-text);
	font-family: var(--sdf-ds-font-body);
}

body.woocommerce-checkout:not(.page-id-15587):not(.page-id-97948) #main .payment_box {
	border-radius: var(--sdf-ds-radius-card);
	background: var(--sdf-ds-mist);
}

body.woocommerce-account:not(.page-id-15587):not(.page-id-97948) #main .woocommerce-MyAccount-navigation a {
	color: var(--sdf-ds-ink);
	font-family: var(--sdf-ds-font-body);
	font-weight: 700;
}

@media only screen and (max-width: 760px) {
	:root {
		--sdf-ds-h1: 38px;
		--sdf-ds-h2: 30px;
		--sdf-ds-h3: 18px;
		--sdf-ds-h4: 17px;
		--sdf-ds-body: 15px;
		--sdf-ds-section-space: 50px;
	}

	body:not(.page-id-15587):not(.page-id-97948) #main :is(.button, .btn, button[type="submit"], input[type="submit"], input[type="button"]):not(.mfp-close):not(.sdf-mobile-filter-close) {
		font-size: 15px;
	}

	body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-title {
		font-size: 30px !important;
		line-height: 1.14;
	}

	body.single-product:not(.page-id-15587):not(.page-id-97948) #main .product-footer .panel.entry-content h2 {
		font-size: 26px !important;
	}

	body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main :is(.woocommerce-products-header__title, .page-title) {
		font-size: 30px;
	}

	body.woocommerce.archive:not(.page-id-15587):not(.page-id-97948) #main .products .product-small .box-text {
		padding: 13px;
	}
}

@media only screen and (max-width: 374px) {
	:root {
		--sdf-ds-h1: 34px;
	}
}
