/*
Theme Name: Kitchenio Czech
Theme URI: https://bytovatechnika.cz/
Author: Kitchenio
Description: Editorial WooCommerce theme for a Czech kitchen appliance store.
Version: 5.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: kitchenio-czech
*/

:root {
	--navy: #102a43;
	--navy-deep: #071c2f;
	--blue: #1463d6;
	--yellow: #f4c400;
	--yellow-hover: #ffda2f;
	--ink: #17212b;
	--muted: #667382;
	--line: #dce2e7;
	--line-dark: #bdc8d1;
	--surface: #f4f6f7;
	--surface-blue: #eaf1f5;
	--surface-green: #edf3ef;
	--surface-warm: #f3f0ea;
	--green: #267054;
	--coral: #c9574d;
	--white: #ffffff;
	--wrap: 1430px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { letter-spacing: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }
.skip-link { position: fixed; left: -9999px; top: 14px; z-index: 9999; padding: 10px 14px; background: var(--white); color: var(--navy); border: 2px solid var(--navy); }
.skip-link:focus { left: 14px; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
:focus-visible { outline: 3px solid #2a7be4; outline-offset: 3px; }

/* Header */
.topline { background: var(--navy-deep); color: #c9d5df; font-size: 12px; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline-inner > div { display: flex; align-items: center; gap: 26px; }
.topline a:hover { color: var(--white); }
.site-header { position: relative; z-index: 30; background: var(--white); border-bottom: 1px solid var(--line); }
.header-main { min-height: 82px; display: grid; grid-template-columns: 190px minmax(320px, 1fr) auto; align-items: center; gap: 28px; }
.logo { --logo-ink: var(--navy-deep); --logo-accent: var(--coral); width: max-content; min-height: 36px; display: inline-flex; align-items: center; gap: 9px; color: var(--logo-ink); white-space: nowrap; }
.logo-symbol { width: 27px; height: 31px; flex: 0 0 auto; color: var(--logo-ink); }
.logo-symbol svg { width: 100%; height: 100%; display: block; overflow: visible; }
.logo-symbol-steam { fill: none; stroke: var(--logo-accent); stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.logo-symbol-bowl { fill: currentColor; }
.logo-symbol-rim, .logo-symbol-base { fill: none; stroke: currentColor; stroke-width: 2.05; stroke-linecap: round; }
.logo-name { color: var(--logo-ink); font-size: 26px; line-height: 1; font-weight: 850; text-transform: lowercase; }
.logo-name-accent { color: var(--logo-accent); }
.logo:hover .logo-symbol-steam { transform: translateY(-1px); }
.site-search { height: 48px; display: flex; overflow: hidden; background: var(--surface); border: 1px solid var(--line-dark); border-radius: 6px; }
.site-search:focus-within { background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.site-search input { min-width: 0; flex: 1; padding: 0 16px; background: transparent; color: var(--ink); border: 0; outline: 0; }
.site-search input::placeholder { color: #7c8792; }
.site-search button { min-width: 112px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; background: var(--yellow); color: var(--navy-deep); border: 0; font-weight: 800; cursor: pointer; }
.site-search button:hover { background: var(--yellow-hover); }
.site-search button .icon { width: 19px; height: 19px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.header-action { min-width: 70px; height: 52px; display: grid; grid-template-columns: auto auto; place-content: center; gap: 2px 8px; padding: 0 12px; color: var(--navy); border-radius: 6px; font-size: 12px; font-weight: 700; }
.header-action:hover { background: var(--surface); }
.header-action .icon { width: 23px; height: 23px; grid-row: 1 / 3; }
.cart-action { grid-template-columns: auto auto auto; }
.cart-count { min-width: 22px; height: 22px; display: inline-grid; place-items: center; padding: 0 5px; background: var(--yellow); color: var(--navy-deep); border-radius: 50%; font-size: 11px; }
.main-nav { background: var(--navy); color: var(--white); }
.nav-inner { min-height: 50px; display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 700; }
.nav-inner > a { white-space: nowrap; }
.nav-inner > a:hover { color: #ffdc42; }
.catalog-link { align-self: stretch; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; background: var(--yellow); color: var(--navy-deep); }
.catalog-link:hover { color: var(--navy-deep) !important; background: var(--yellow-hover); }
.catalog-link .icon { width: 18px; height: 18px; }
.advice-link { margin-left: auto; color: #ffdc42; }
.mobile-menu { display: none; position: relative; }

/* Shared section language */
.section { padding: 84px 0; }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-size: 12px; line-height: 1.2; font-weight: 850; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; gap: 60px; margin-bottom: 38px; }
.section-heading h2, .seo-intro h2, .faq-heading h2 { max-width: 780px; margin: 0; font-size: 39px; line-height: 1.12; font-weight: 790; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); line-height: 1.65; }
.section-footer-link { display: flex; justify-content: flex-end; margin-top: 28px; }
.section-footer-link a, .article-link, .footer-shop-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 800; }
.section-footer-link .icon, .article-link .icon, .footer-shop-link .icon { width: 17px; height: 17px; transition: transform .2s ease; }
.section-footer-link a:hover .icon, .article-link:hover .icon, .footer-shop-link:hover .icon { transform: translateX(3px); }
.button-primary, .button-secondary { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 6px; font-size: 14px; font-weight: 800; }
.button-primary { background: var(--yellow); color: var(--navy-deep); }
.button-primary:hover { background: var(--yellow-hover); }
.button-primary .icon { width: 18px; height: 18px; }
.button-secondary { background: var(--white); color: var(--navy); border: 1px solid var(--line-dark); }
.button-secondary:hover { border-color: var(--navy); }
.button-link { color: var(--blue); font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; }

/* Commerce-first homepage opening */
.commerce-home { background: var(--white); border-bottom: 1px solid var(--line); }
.commerce-intro { min-height: 174px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 56px; padding: 34px 0 28px; }
.commerce-intro .eyebrow { margin-bottom: 9px; }
.commerce-intro h1 { margin: 0 0 10px; color: var(--navy-deep); font-size: 44px; line-height: 1.08; font-weight: 790; }
.commerce-intro-copy > p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; }
.commerce-intro-actions { display: flex; align-items: center; gap: 22px; }
.commerce-category-links { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.commerce-category-link { min-width: 0; min-height: 78px; display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 12px 17px; border-right: 1px solid var(--line); }
.commerce-category-link:first-child { border-left: 1px solid var(--line); }
.commerce-category-link strong { overflow: hidden; font-size: 13px; line-height: 1.25; text-overflow: ellipsis; }
.commerce-category-link span { color: var(--muted); font-size: 11px; }
.commerce-category-link:hover { background: var(--surface); color: var(--blue); }
.commerce-preview { padding: 50px 0 70px; }
.storefront-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.storefront-heading .eyebrow { margin-bottom: 8px; }
.storefront-heading h2 { margin: 0; font-size: 31px; line-height: 1.15; }
.storefront-heading > a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 13px; font-weight: 800; white-space: nowrap; }
.storefront-heading > a .icon { width: 16px; height: 16px; }

/* Trust */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 84px; display: flex; align-items: center; gap: 14px; padding: 16px 32px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }
.trust-item > .icon { width: 25px; height: 25px; color: var(--green); }
.trust-item strong { display: block; font-size: 14px; }
.trust-item span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }

/* Category storefront */
.categories-section { background: var(--white); }
.category-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.category-tile { min-width: 0; min-height: 176px; position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.category-tile:nth-child(3n+2) { background: var(--surface-blue); }
.category-tile:nth-child(3n+3) { background: var(--surface-warm); }
.category-tile::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; border-radius: 8px; pointer-events: none; transition: border-color .2s ease; }
.category-tile:hover::after { border-color: var(--navy); }
.category-copy { max-width: 58%; position: relative; z-index: 2; padding: 24px; }
.category-copy > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 750; }
.category-copy h3 { margin: 0; font-size: 18px; line-height: 1.22; }
.category-copy b { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; color: var(--blue); font-size: 11px; }
.category-copy b .icon { width: 15px; height: 15px; }
.category-tile img { width: 48%; height: 88%; position: absolute; right: -2%; bottom: -4%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.category-tile:hover img { transform: translateY(-4px); }

/* Product cards */
.products-section { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; display: flex; flex-direction: column; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 8px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-card:hover { border-color: #9db0bf; box-shadow: 0 12px 28px rgba(16, 42, 67, .08); transform: translateY(-2px); }
.product-label { position: absolute; top: 14px; left: 14px; z-index: 3; padding: 5px 8px; background: #e5f2ea; color: var(--green); border-radius: 4px; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.product-image { height: 244px; display: flex; align-items: center; justify-content: center; margin: 15px 15px 0; padding: 12px; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 4px 18px 18px; border-top: 1px solid #eef1f3; }
.product-brand { margin: 13px 0 5px; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.product-card h3 { min-height: 47px; margin: 0 0 5px; font-size: 15px; line-height: 1.4; }
.product-model { min-height: 16px; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.35; letter-spacing: .02em; }
.product-card h3 a:hover { color: var(--blue); }
.buy-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; }
.product-price { color: var(--ink); line-height: 1.2; }
.product-price .price, .product-price > span, .product-price > bdi { font-size: inherit; }
.product-price del { display: block; color: var(--muted); font-size: 12px; font-weight: 500; }
.product-price ins { text-decoration: none; }
.product-price bdi { font-size: 20px; font-weight: 850; }
.product-price small { display: block; margin-top: 5px; color: var(--green); font-size: 10px; font-weight: 750; }
.button-cart { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; background: var(--yellow); color: var(--navy-deep); border-radius: 6px; font-size: 12px; font-weight: 850; white-space: nowrap; }
.button-cart:hover { background: var(--yellow-hover); }
.button-cart.added { background: #dfeee5; color: var(--green); }
.product-card .added_to_cart { display: none; }

/* Responsive AJAX cart drawer */
body.cart-drawer-open { overflow: hidden; }
.kitchenio-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 2000;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s linear .28s;
}
.kitchenio-cart-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}
.kitchenio-cart-drawer__backdrop {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	padding: 0;
	background: rgba(7, 28, 47, .52);
	border: 0;
	opacity: 0;
	backdrop-filter: blur(3px);
	cursor: pointer;
	transition: opacity .24s ease;
}
.kitchenio-cart-drawer.is-open .kitchenio-cart-drawer__backdrop { opacity: 1; }
.kitchenio-cart-drawer__panel {
	width: min(450px, 100%);
	height: 100dvh;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-left: 1px solid rgba(16, 42, 67, .12);
	box-shadow: -24px 0 70px rgba(7, 28, 47, .2);
	outline: 0;
	transform: translateX(102%);
	transition: transform .28s cubic-bezier(.22, .75, .25, 1);
}
.kitchenio-cart-drawer.is-open .kitchenio-cart-drawer__panel { transform: translateX(0); }
.kitchenio-cart-drawer__handle { display: none; }
.kitchenio-cart-drawer__header {
	min-height: 92px;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 13px;
	padding: 18px 22px;
	background: #fbfcfa;
	border-bottom: 1px solid #e2e7e2;
}
.kitchenio-cart-drawer__status-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	background: #e4f1e9;
	color: var(--green);
	border-radius: 50%;
}
.kitchenio-cart-drawer__status-icon .icon { width: 21px; height: 21px; stroke-width: 2.4; }
.kitchenio-cart-drawer__eyebrow { display: block; margin-bottom: 2px; color: var(--green); font-size: 10px; line-height: 1.2; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.kitchenio-cart-drawer__header h2 { margin: 0; color: var(--navy-deep); font-size: 24px; line-height: 1.16; font-weight: 800; letter-spacing: -.02em; }
.kitchenio-cart-drawer__close {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	padding: 0;
	background: #fff;
	color: var(--navy);
	border: 1px solid #dce3e4;
	border-radius: 50%;
	cursor: pointer;
	transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.kitchenio-cart-drawer__close:hover { background: var(--surface); border-color: #adbac1; transform: rotate(5deg); }
.kitchenio-cart-drawer__close .icon { width: 19px; height: 19px; }
.kitchenio-cart-drawer__contents { min-height: 0; flex: 1; display: flex; flex-direction: column; }
.kitchenio-cart-drawer__items {
	min-height: 132px;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 22px;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: #c7d0d1 transparent;
}
.kitchenio-cart-drawer__item {
	min-width: 0;
	position: relative;
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr) 34px;
	align-items: center;
	gap: 14px;
	padding: 17px 0;
	border-bottom: 1px solid #e7ebe8;
}
.kitchenio-cart-drawer__item:last-child { border-bottom: 0; }
.kitchenio-cart-drawer__image {
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 7px;
	background: #f5f7f3;
	border: 1px solid #e3e8e1;
	border-radius: 10px;
}
.kitchenio-cart-drawer__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.kitchenio-cart-drawer__item-copy { min-width: 0; }
.kitchenio-cart-drawer__item-name {
	display: -webkit-box;
	overflow: hidden;
	color: var(--navy-deep);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.kitchenio-cart-drawer__item-name:hover { color: var(--blue); }
.kitchenio-cart-drawer__item-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 9px; }
.kitchenio-cart-drawer__item-meta span { color: #728079; font-size: 12px; font-weight: 700; }
.kitchenio-cart-drawer__item-meta strong { color: var(--navy-deep); font-size: 14px; white-space: nowrap; }
.kitchenio-cart-drawer__remove {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	align-self: start;
	margin-top: 3px;
	background: transparent;
	color: #8a9690 !important;
	border-radius: 50%;
	transition: background .16s ease, color .16s ease;
}
.kitchenio-cart-drawer__remove:hover { background: #f9eae7; color: #b94f43 !important; }
.kitchenio-cart-drawer__remove .icon { width: 17px; height: 17px; }
.kitchenio-cart-drawer__delivery {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 22px;
	padding: 13px 15px;
	background: #eef4f0;
	color: var(--green);
	border: 1px solid #d9e7de;
	border-radius: 10px;
}
.kitchenio-cart-drawer__delivery .icon { width: 24px; height: 24px; }
.kitchenio-cart-drawer__delivery span,
.kitchenio-cart-drawer__delivery strong,
.kitchenio-cart-drawer__delivery small { display: block; }
.kitchenio-cart-drawer__delivery strong { font-size: 12px; line-height: 1.3; }
.kitchenio-cart-drawer__delivery small { margin-top: 2px; color: #667970; font-size: 10px; line-height: 1.35; }
.kitchenio-cart-drawer__summary { padding: 18px 22px 13px; }
.kitchenio-cart-drawer__summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.kitchenio-cart-drawer__summary span { color: #68756f; font-size: 13px; font-weight: 750; }
.kitchenio-cart-drawer__summary strong { color: var(--navy-deep); font-size: 24px; line-height: 1; font-weight: 850; }
.kitchenio-cart-drawer__summary > small { display: block; margin-top: 7px; color: #8a948f; font-size: 10px; line-height: 1.4; }
.kitchenio-cart-drawer__actions { display: grid; gap: 10px; padding: 0 22px max(22px, env(safe-area-inset-bottom)); }
.kitchenio-cart-drawer__checkout {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px;
	background: linear-gradient(135deg, #ffdc28 0%, #ffc400 55%, #ffb800 100%);
	color: var(--navy-deep);
	border: 1px solid #e8ac00;
	border-radius: 8px;
	box-shadow: 0 9px 22px rgba(218, 151, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .65);
	font-size: 14px;
	font-weight: 850;
	transition: filter .16s ease, transform .16s ease;
}
.kitchenio-cart-drawer__checkout:hover { filter: brightness(1.035); transform: translateY(-1px); }
.kitchenio-cart-drawer__checkout .icon { width: 18px; height: 18px; }
.kitchenio-cart-drawer__cart-link { min-height: 38px; display: grid; place-items: center; color: var(--blue); font-size: 12px; font-weight: 800; }
.kitchenio-cart-drawer__cart-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.kitchenio-cart-drawer__empty { flex: 1; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 40px 28px; text-align: center; }
.kitchenio-cart-drawer__empty-icon { width: 78px; height: 78px; display: grid; place-items: center; background: #eef2eb; color: var(--green); border-radius: 50%; }
.kitchenio-cart-drawer__empty-icon .icon { width: 34px; height: 34px; }
.kitchenio-cart-drawer__empty h3 { margin: 22px 0 7px; color: var(--navy-deep); font-size: 22px; }
.kitchenio-cart-drawer__empty p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; }
.kitchenio-cart-drawer__empty a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; padding: 0 20px; background: var(--yellow); color: var(--navy-deep); border-radius: 7px; font-size: 13px; font-weight: 850; }

body.admin-bar .kitchenio-cart-drawer__panel { top: 32px; height: calc(100dvh - 32px); }

@media (max-width: 700px) {
	.kitchenio-cart-drawer__panel {
		width: 100%;
		height: min(86dvh, 760px);
		min-height: 460px;
		top: auto;
		bottom: 0;
		border: 0;
		border-radius: 22px 22px 0 0;
		box-shadow: 0 -24px 70px rgba(7, 28, 47, .24);
		transform: translateY(102%);
	}
	.kitchenio-cart-drawer.is-open .kitchenio-cart-drawer__panel { transform: translateY(0); }
	.kitchenio-cart-drawer__handle { width: 42px; height: 4px; flex: 0 0 auto; display: block; margin: 9px auto 0; background: #cdd5d2; border-radius: 99px; }
	.kitchenio-cart-drawer__header { min-height: 76px; grid-template-columns: 38px minmax(0, 1fr) 40px; gap: 11px; padding: 11px 16px 13px; background: #fff; }
	.kitchenio-cart-drawer__status-icon { width: 38px; height: 38px; }
	.kitchenio-cart-drawer__header h2 { font-size: 21px; }
	.kitchenio-cart-drawer__close { width: 40px; height: 40px; }
	.kitchenio-cart-drawer__items { padding: 1px 16px; }
	.kitchenio-cart-drawer__item { grid-template-columns: 72px minmax(0, 1fr) 32px; gap: 11px; padding: 13px 0; }
	.kitchenio-cart-drawer__image { width: 72px; height: 72px; padding: 6px; }
	.kitchenio-cart-drawer__item-name { font-size: 13px; }
	.kitchenio-cart-drawer__item-meta { margin-top: 7px; }
	.kitchenio-cart-drawer__delivery { margin: 0 16px; padding: 10px 12px; }
	.kitchenio-cart-drawer__summary { padding: 15px 16px 10px; }
	.kitchenio-cart-drawer__summary strong { font-size: 22px; }
	.kitchenio-cart-drawer__actions { padding: 0 16px max(14px, env(safe-area-inset-bottom)); }
	.kitchenio-cart-drawer__checkout { min-height: 52px; }
	body.admin-bar .kitchenio-cart-drawer__panel { top: auto; height: min(82dvh, 720px); }
}

@media (max-width: 380px) {
	.kitchenio-cart-drawer__delivery small { display: none; }
	.kitchenio-cart-drawer__summary > small { display: none; }
	.kitchenio-cart-drawer__item { grid-template-columns: 64px minmax(0, 1fr) 30px; }
	.kitchenio-cart-drawer__image { width: 64px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
	.kitchenio-cart-drawer,
	.kitchenio-cart-drawer__backdrop,
	.kitchenio-cart-drawer__panel { transition-duration: 0s; }
}

/* Use cases */
.scenario-section { background: var(--white); }
.scenario-layout { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: 86px; }
.scenario-visual { align-self: start; position: sticky; top: 28px; padding-top: 4px; }
.scenario-visual h2 { max-width: 480px; margin: 0 0 17px; font-size: 39px; line-height: 1.12; }
.scenario-visual > p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.7; }
.scenario-list { border-top: 1px solid var(--line-dark); }
.scenario-row { min-height: 126px; display: grid; grid-template-columns: 115px minmax(0, 1fr) 28px; align-items: center; gap: 22px; border-bottom: 1px solid var(--line-dark); }
.scenario-row > span { color: var(--coral); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.scenario-row h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.25; }
.scenario-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.scenario-row > .icon { width: 20px; color: var(--blue); transition: transform .2s ease; }
.scenario-row:hover h3 { color: var(--blue); }
.scenario-row:hover > .icon { transform: translateX(4px); }

/* Brands */
.brand-strip { padding: 36px 0; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: center; gap: 40px; }
.brand-layout h2 { margin: 0; color: var(--muted); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.brand-list { display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; }
.brand-item { color: #405061; font-size: 17px; font-weight: 850; white-space: nowrap; }

/* Advice */
.advice-section { background: var(--surface); }
.advice-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: 34px; }
.featured-article { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.featured-article .article-image { height: 330px; display: block; background: var(--white); }
.featured-article .article-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.featured-article-copy { padding: 28px 30px 30px; }
.featured-article-copy > span, .article-teaser > div > span { color: var(--coral); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.featured-article h3 { margin: 8px 0 10px; font-size: 25px; line-height: 1.2; }
.featured-article h3 a:hover, .article-teaser h3 a:hover { color: var(--blue); }
.featured-article p { margin: 0 0 19px; color: var(--muted); font-size: 14px; }
.article-list { border-top: 1px solid var(--line-dark); }
.article-teaser { min-height: 186px; display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 22px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.article-teaser-image { height: 145px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.article-teaser-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.article-teaser h3 { margin: 6px 0 12px; font-size: 17px; line-height: 1.3; }

/* SEO content */
.seo-section { background: var(--white); }
.seo-layout { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 86px; }
.seo-intro { align-self: start; position: sticky; top: 28px; }
.seo-intro h2 { margin-bottom: 19px; }
.seo-intro > p:not(.eyebrow) { margin: 0 0 25px; color: var(--muted); line-height: 1.75; }
.seo-copy { border-top: 1px solid var(--line-dark); }
.seo-copy > div { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 34px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.seo-copy h3 { margin: 0; font-size: 18px; line-height: 1.3; }
.seo-copy p { margin: 0; color: #536170; font-size: 14px; line-height: 1.75; }
.seo-copy a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* FAQ */
.faq-section { background: var(--surface-blue); border-top: 1px solid #d5e0e7; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: 86px; }
.faq-heading { align-self: start; position: sticky; top: 28px; }
.faq-heading p:not(.eyebrow) { max-width: 350px; margin: 18px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid #b9c8d2; }
.faq-list details { border-bottom: 1px solid #b9c8d2; }
.faq-list summary { min-height: 74px; display: grid; grid-template-columns: minmax(0, 1fr) 28px; align-items: center; gap: 18px; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); border: 1px solid #9eb0bd; border-radius: 50%; font-size: 19px; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -2px 54px 24px 0; color: #536473; font-size: 14px; line-height: 1.7; }

/* Final CTA */
.final-cta { background: #17473f; color: var(--white); }
.final-cta-layout { min-height: 290px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 70px; }
.final-cta .eyebrow { color: #d1e4dc; }
.final-cta h2 { max-width: 760px; margin: 0 0 12px; font-size: 39px; line-height: 1.12; }
.final-cta p:not(.eyebrow) { max-width: 760px; margin: 0; color: #c6dbd3; }
.final-cta .button-primary { min-width: 230px; }

/* Footer */
.site-footer { padding: 64px 0 25px; background: var(--navy-deep); color: var(--white); }
.site-footer .logo { --logo-ink: var(--white); --logo-accent: #df7865; }
.footer-top { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 62px; }
.footer-brand p { max-width: 330px; margin: 19px 0; color: #adbfce; font-size: 14px; }
.footer-company { display: grid; gap: 4px; margin: 18px 0 22px; color: #adbfce; font-size: 12px; line-height: 1.45; }
.footer-company strong { color: #f5f8fa; font-size: 13px; }
.footer-company a { display: inline; margin: 0; color: #d4e3eb; font-size: 12px; }
.footer-shop-link { color: #ffdc42; }
.footer-column h2 { margin: 2px 0 18px; color: #91a7b9; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.footer-column a { display: block; margin: 10px 0; color: #d4dfe7; font-size: 13px; }
.footer-column a:hover { color: #ffdc42; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; color: #8097aa; border-top: 1px solid #244056; font-size: 11px; }

/* Blog, pages and article templates */
.content-shell { min-height: 55vh; padding: 70px 0 96px; background: var(--white); }
.content-shell-alt { background: var(--surface); }
.page-hero { padding: 64px 0 56px; background: var(--surface-blue); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 880px; margin: 0; font-size: 48px; line-height: 1.08; }
.page-hero p { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.blog-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: 275px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.blog-card-image { background: var(--surface); }
.blog-card-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.blog-card-copy { align-self: center; padding: 28px; }
.blog-card-copy > span { color: var(--coral); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.blog-card h2 { margin: 8px 0 10px; font-size: 21px; line-height: 1.25; }
.blog-card p { margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.article-header { padding: 66px 0 46px; background: var(--surface-blue); }
.article-header-inner { max-width: 940px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--blue); }
.article-header h1 { margin: 0; font-size: 50px; line-height: 1.08; }
.article-deck { max-width: 820px; margin: 20px 0 0; color: #536574; font-size: 18px; line-height: 1.65; }
.article-meta { margin-top: 20px; color: var(--muted); font-size: 12px; font-weight: 700; }
.article-featured { max-width: 1100px; height: 540px; margin: 0 auto; background: var(--white); }
.article-featured img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.article-body { max-width: 850px; margin: 0 auto; padding: 64px 28px 88px; }
.article-body h2 { margin: 48px 0 16px; font-size: 31px; line-height: 1.18; }
.article-body h3 { margin: 32px 0 12px; font-size: 22px; line-height: 1.25; }
.article-body p, .article-body li { color: #3f4e5b; line-height: 1.82; }
.article-body a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 14px; }
.article-body th, .article-body td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--surface); }
.generic-content { max-width: 900px; }
.generic-content h1 { margin: 0 0 28px; font-size: 44px; }
.generic-content h2 { margin-top: 36px; font-size: 28px; }
.generic-content p, .generic-content li { color: #465563; line-height: 1.78; }
.generic-content .legal-updated { margin: -12px 0 24px; color: #7a8994; font-size: 12px; }
.generic-content .legal-lead { max-width: 820px; margin: 0 0 25px; color: #334e44; font-size: 17px; line-height: 1.72; }
.generic-content .legal-toc { margin: 0 0 32px; padding: 15px 18px; background: #f4f7f3; border: 1px solid #dfe7df; border-radius: 7px; color: #56675f; font-size: 13px; line-height: 1.7; }
.generic-content .legal-toc strong { color: var(--home-forest-dark); }
.generic-content .legal-toc a { margin: 0 3px; }
.generic-content .legal-company-card { display: grid; gap: 5px; margin: 0 0 30px; padding: 22px 24px; background: #f4f7f3; border: 1px solid #dfe7df; border-left: 4px solid var(--home-clay); border-radius: 8px; color: #4d5d57; font-size: 14px; line-height: 1.5; }
.generic-content .legal-company-card strong { color: var(--home-forest-dark); font-size: 18px; }
.generic-content .legal-company-note { color: #718079; font-size: 12px; font-weight: 650; }
.generic-content .legal-reading-box { margin: 0 0 28px; padding: 18px 20px; background: #fffaf1; border: 1px solid #ead9b8; border-left: 4px solid var(--home-clay); border-radius: 7px; color: #5b5144; line-height: 1.7; }
.generic-content .legal-reading-box strong { color: var(--home-forest-dark); }
.generic-content table { width: 100%; margin: 24px 0 30px; border-collapse: collapse; font-size: 14px; }
.generic-content th, .generic-content td { padding: 13px 15px; border: 1px solid #dfe5df; text-align: left; vertical-align: top; }
.generic-content th { background: #f4f7f3; color: var(--home-forest-dark); font-weight: 780; }
.generic-content code { padding: 2px 5px; background: #eef2ee; border-radius: 3px; color: #42564c; font-size: .9em; }
.generic-content a { color: var(--home-clay); text-decoration: underline; text-underline-offset: 2px; }
.generic-content dl { margin: 22px 0 30px; }
.generic-content dt { margin-top: 15px; color: var(--home-forest-dark); }
.generic-content dt:first-child { margin-top: 0; }
.generic-content dd { margin: 4px 0 0 20px; color: #465563; line-height: 1.7; }
.generic-content details { margin: 12px 0; padding: 0 17px; background: #fbfcfa; border: 1px solid #dfe7df; border-radius: 7px; }
.generic-content details summary { padding: 16px 0; cursor: pointer; color: var(--home-forest-dark); font-weight: 760; }
.generic-content details p { margin: 0 0 17px; }
.generic-content .legal-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 24px 0 30px; }
.generic-content .legal-contact-grid > div { display: grid; align-content: start; gap: 5px; padding: 17px; background: #f4f7f3; border: 1px solid #dfe7df; border-radius: 7px; }
.generic-content .legal-contact-grid strong { color: var(--home-forest-dark); }
.generic-content .legal-contact-grid a, .generic-content .legal-contact-grid span { color: #465563; font-size: 14px; text-decoration: none; }
.generic-content .legal-contact-grid small { color: #718079; line-height: 1.45; }
.generic-content .legal-form-box { margin: 28px 0; padding: 24px; background: #fbfcfa; border: 1px dashed #b9c8bd; border-radius: 8px; }
.generic-content .legal-form-box p { margin: 13px 0; color: #374a42; }
.generic-content .legal-related { margin-top: 48px; padding-top: 26px; border-top: 1px solid #dfe7df; }
.generic-content .legal-related h2 { margin-top: 0; font-size: 22px; }
.generic-content .legal-related p { margin-bottom: 0; font-size: 14px; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.nav-links a, .nav-links span { min-width: 40px; height: 40px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }

/* WooCommerce */
.woocommerce-shell { min-height: 55vh; padding: 56px 0 90px; background: var(--surface); }
.woocommerce-shell .page-title { margin: 0 0 30px; font-size: 44px; line-height: 1.1; }
.woocommerce-breadcrumb { margin-bottom: 24px !important; color: var(--muted); font-size: 12px !important; }
.woocommerce-breadcrumb a { color: var(--blue); }
.woocommerce .term-description { max-width: 900px; margin: -10px 0 30px; color: var(--muted); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: var(--muted); font-size: 13px; }
.woocommerce select { padding: 10px 13px; background: var(--white); border: 1px solid var(--line-dark); border-radius: 5px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 30px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; min-height: 100%; float: none; display: flex; flex-direction: column; margin: 0; padding: 17px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; transition: border-color .2s, box-shadow .2s; }
.woocommerce-shell ul.products.columns-4 li.product { width: auto; float: none; margin: 0; }
.woocommerce ul.products li.product:hover { border-color: #9db0bf; box-shadow: 0 12px 28px rgba(16, 42, 67, .08); }
.woocommerce ul.products li.product a img { height: 245px; margin: 0 0 10px; object-fit: contain; mix-blend-mode: multiply; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 7px 0 0; font-size: 15px; line-height: 1.45; }
.woocommerce ul.products li.product .price { margin-top: auto; color: var(--ink); font-size: 20px; font-weight: 850; }
.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce button.button, .woocommerce a.button { width: max-content; margin-top: 15px; padding: 12px 15px; background: var(--yellow); color: var(--navy-deep); border-radius: 6px; font-weight: 850; }
.woocommerce ul.products li.product .button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover { background: var(--yellow-hover); color: var(--navy-deep); }
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; margin: 0 3px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.woocommerce div.product { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.woocommerce div.product .product_title { font-size: 39px; line-height: 1.12; }
.woocommerce div.product .single-product-model { margin: 9px 0 18px; color: var(--muted); font-size: 13px; font-weight: 750; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: 25px; font-weight: 850; }
.woocommerce .quantity .qty { padding: 10px; border: 1px solid var(--line-dark); border-radius: 5px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--white); border-top-color: var(--blue); border-radius: 5px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--blue); }
.woocommerce table.shop_table { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 6px; border-collapse: separate; border-spacing: 0; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce form.checkout, .woocommerce form.woocommerce-checkout, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { padding: 11px; background: var(--white); border: 1px solid var(--line-dark); border-radius: 5px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { padding: 6px 0; }

@media (max-width: 1180px) {
	.wrap { padding-left: 22px; padding-right: 22px; }
	.header-main { grid-template-columns: 170px minmax(280px, 1fr) auto; gap: 18px; }
	.nav-inner { gap: 20px; }
	.commerce-intro { gap: 32px; }
	.commerce-intro h1 { font-size: 40px; }
	.commerce-category-link { padding-right: 12px; padding-left: 12px; }
	.scenario-layout, .seo-layout, .faq-layout { gap: 50px; }
	.product-image, .woocommerce ul.products li.product a img { height: 220px; }
	.footer-top { gap: 36px; }
}

@media (max-width: 900px) {
	.topline-inner > span { display: none; }
	.topline-inner { justify-content: flex-end; }
	.header-main { grid-template-columns: 1fr auto; padding-top: 15px; padding-bottom: 15px; }
	.site-search { grid-column: 1 / -1; grid-row: 2; }
	.header-actions { grid-column: 2; grid-row: 1; }
	.main-nav { display: none; }
	.mobile-menu { display: block; }
	.mobile-menu summary { width: 58px; height: 52px; display: grid; place-items: center; padding: 0; color: var(--navy); border-radius: 6px; cursor: pointer; list-style: none; font-size: 10px; font-weight: 750; }
	.mobile-menu summary::-webkit-details-marker { display: none; }
	.mobile-menu summary:hover { background: var(--surface); }
	.mobile-menu summary .icon { width: 23px; height: 23px; }
	.mobile-menu summary span { display: none; }
	.mobile-menu-panel { width: min(330px, calc(100vw - 32px)); position: absolute; z-index: 50; top: 60px; right: 0; padding: 10px 18px; background: var(--white); color: var(--ink); border: 1px solid var(--line-dark); border-radius: 7px; box-shadow: 0 18px 40px rgba(7, 28, 47, .2); }
	.mobile-menu-panel a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
	.mobile-menu-panel a:last-child { border-bottom: 0; }
	.commerce-intro { grid-template-columns: minmax(0, 1fr) auto; gap: 24px; }
	.commerce-intro h1 { font-size: 38px; }
	.commerce-intro-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
	.commerce-category-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.commerce-category-link:nth-child(3n+1) { border-left: 1px solid var(--line); }
	.commerce-category-link:nth-child(n+4) { border-top: 1px solid var(--line); }
	.trust-item { padding-left: 20px; padding-right: 20px; }
	.section { padding: 70px 0; }
	.section-heading { grid-template-columns: 1fr; gap: 17px; }
	.section-heading > p { max-width: 620px; }
	.category-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.category-copy { max-width: 62%; padding: 20px; }
	.product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.scenario-layout { grid-template-columns: 1fr; gap: 34px; }
	.scenario-visual { position: static; }
	.brand-layout { grid-template-columns: 1fr; gap: 20px; }
	.brand-list { flex-wrap: wrap; justify-content: flex-start; }
	.advice-layout { grid-template-columns: 1fr; }
	.seo-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
	.seo-intro, .faq-heading { position: static; }
	.seo-intro > p:not(.eyebrow), .faq-heading p:not(.eyebrow) { max-width: 680px; }
	.final-cta-layout { min-height: 330px; grid-template-columns: 1fr; align-content: center; gap: 30px; }
	.final-cta .button-primary { width: max-content; }
	.footer-top { grid-template-columns: repeat(2, 1fr); }
	.footer-brand { grid-column: 1 / -1; }
	.blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.wrap { padding-left: 16px; padding-right: 16px; }
	.topline-inner { min-height: 31px; justify-content: center; }
	.topline-inner > div { width: 100%; justify-content: space-between; gap: 12px; font-size: 10px; }
	.header-main { gap: 8px; padding-top: 12px; padding-bottom: 12px; }
	.logo { gap: 7px; }
	.logo-symbol { width: 23px; height: 27px; }
	.logo-name { font-size: 20px; }
	.header-action { min-width: 48px; width: 48px; height: 46px; display: grid; place-items: center; padding: 0; }
	.header-action span { display: none; }
	.header-action .icon { grid-row: auto; }
	.cart-action { position: relative; }
	.cart-count { position: absolute; top: 2px; right: 0; }
	.mobile-menu summary { width: 46px; height: 46px; }
	.mobile-menu-panel { top: 52px; }
	.site-search { height: 46px; }
	.site-search input { padding: 0 12px; font-size: 14px; }
	.site-search button { min-width: 50px; width: 50px; padding: 0; }
	.site-search button span { display: none; }
	.commerce-intro { min-height: 0; display: block; padding: 28px 0 24px; }
	.commerce-intro h1 { margin-bottom: 9px; font-size: 34px; }
	.commerce-intro-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.55; }
	.commerce-intro-actions { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 14px; margin-top: 21px; }
	.commerce-intro-actions .button-primary { min-height: 46px; padding: 0 14px; font-size: 12px; }
	.commerce-category-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.commerce-category-link, .commerce-category-link:nth-child(3n+1) { min-height: 66px; padding: 10px 12px; border-left: 0; }
	.commerce-category-link:nth-child(odd) { border-left: 1px solid var(--line); }
	.commerce-category-link:nth-child(n+3) { border-top: 1px solid var(--line); }
	.commerce-category-link strong { font-size: 12px; white-space: normal; }
	.commerce-preview { padding: 40px 0 52px; }
	.storefront-heading { align-items: flex-start; margin-bottom: 22px; }
	.storefront-heading h2 { font-size: 27px; }
	.storefront-heading > a { font-size: 0; }
	.storefront-heading > a .icon { width: 20px; height: 20px; }
	.trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.trust-item, .trust-item:first-child, .trust-item:last-child { min-height: 84px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding: 10px 8px; border-right: 1px solid var(--line); border-bottom: 0; }
	.trust-item:last-child { border-right: 0; }
	.trust-item > .icon { width: 21px; height: 21px; }
	.trust-item strong { font-size: 10px; line-height: 1.25; }
	.trust-item span { display: none; }
	.section { padding: 60px 0; }
	.section-heading { margin-bottom: 27px; }
	.section-heading h2, .seo-intro h2, .faq-heading h2 { font-size: 30px; }
	.category-mosaic { gap: 9px; }
	.category-tile { min-height: 174px; }
	.category-copy { max-width: 82%; padding: 13px; }
	.category-copy h3 { font-size: 14px; }
	.category-copy > span { font-size: 9px; }
	.category-copy b { display: none !important; }
	.category-tile img { width: 76%; height: 70%; right: -17%; bottom: -7%; }
	.product-rail { width: calc(100% + 16px); display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding: 2px 16px 18px 0; }
	.product-rail .product-card { flex: 0 0 min(82vw, 310px); scroll-snap-align: start; }
	.product-image { height: 235px; }
	.product-card h3 { min-height: 44px; }
	.scenario-visual { min-height: 0; padding: 0; }
	.scenario-visual h2 { font-size: 30px; }
	.scenario-row { min-height: 0; grid-template-columns: 1fr 24px; gap: 16px; padding: 24px 0; }
	.scenario-row > span { grid-column: 1 / -1; }
	.scenario-row > div { grid-column: 1; }
	.scenario-row > .icon { grid-column: 2; grid-row: 2; }
	.brand-strip { padding: 28px 0; }
	.brand-list { gap: 16px 24px; }
	.brand-list span { font-size: 14px; }
	.featured-article .article-image { height: 260px; }
	.featured-article-copy { padding: 23px 21px 25px; }
	.featured-article h3 { font-size: 22px; }
	.article-teaser { min-height: 0; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; padding: 15px 0; }
	.article-teaser-image { height: 112px; }
	.article-teaser h3 { margin-bottom: 8px; font-size: 15px; }
	.article-teaser .article-link { font-size: 12px; }
	.seo-copy > div { grid-template-columns: 1fr; gap: 11px; }
	.faq-list summary { min-height: 68px; font-size: 14px; }
	.faq-list details p { margin-right: 0; }
	.final-cta-layout { min-height: 360px; gap: 28px; }
	.final-cta h2 { font-size: 31px; }
	.final-cta .button-primary { width: 100%; }
	.site-footer { padding-top: 50px; }
	.footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 22px; }
	.footer-bottom { align-items: flex-start; flex-direction: column; }
	.page-hero { padding: 48px 0 40px; }
	.page-hero h1 { font-size: 36px; }
	.content-shell { padding: 48px 0 70px; }
	.blog-card { grid-template-columns: 1fr; }
	.blog-card-image { height: 240px; }
	.article-header { padding: 46px 0 34px; }
	.article-header h1 { font-size: 36px; }
	.article-deck { font-size: 16px; }
	.article-featured { height: 330px; }
	.article-body { padding: 45px 16px 66px; }
	.article-body h2 { font-size: 27px; }
	.article-body table { display: block; overflow-x: auto; }
	.woocommerce-shell { padding: 38px 0 65px; }
	.woocommerce-shell .page-title { font-size: 34px; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
	.woocommerce ul.products li.product a img { height: 280px; }
	.woocommerce div.product { padding: 17px; }
	.woocommerce div.product .product_title { font-size: 31px; }
}

/* AUHOME-inspired storefront composition. */
:root {
	--home-forest: #173a32;
	--home-forest-dark: #0d2924;
	--home-soft: #f5f5f0;
	--home-soft-green: #ebefe8;
	--home-clay: #b55243;
}

/* Header */
.topline { background: #f1f3ef; color: #5b6963; border-bottom: 1px solid #e0e4dd; }
.topline-inner { min-height: 34px; }
.topline-inner nav { display: flex; align-items: center; gap: 0; }
.topline-inner nav a { padding-left: 18px; margin-left: 18px; border-left: 1px solid #d3d8d1; }
.topline a:hover { color: var(--home-forest); }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 0; box-shadow: 0 1px 0 rgba(13, 41, 36, .08); }
body.admin-bar .site-header { top: 32px; }
.header-main { min-height: 70px; grid-template-columns: 258px minmax(320px, 1fr) auto; gap: 24px; }
.logo { --logo-ink: var(--home-forest-dark); --logo-accent: var(--home-clay); gap: 9px; }
.logo-symbol { width: 28px; height: 32px; }
.logo-name { font-size: 25px; line-height: 1; font-weight: 850; }
.site-search { height: 44px; background: #f1f3ef; border-color: #d9ded7; border-radius: 999px; }
.site-search:focus-within { border-color: #7f938a; box-shadow: 0 0 0 1px #7f938a; }
.site-search input { padding-left: 20px; }
.site-search button { min-width: 112px; margin: 4px; border-radius: 999px; background: var(--yellow); }
.header-actions { gap: 4px; }
.header-action { min-width: auto; height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 10px; border-radius: 4px; color: var(--home-forest-dark); font-size: 11px; }
.header-action .icon { width: 19px; height: 19px; grid-row: auto; }
.cart-action { display: inline-flex; }
.cart-count { min-width: 20px; height: 20px; background: var(--yellow); }
.main-nav { background: var(--white); color: var(--home-forest-dark); border-top: 1px solid #edf0eb; border-bottom: 1px solid #e1e5de; }
.main-nav { position: relative; z-index: 45; }
.nav-inner { min-height: 48px; gap: 32px; font-size: 12px; font-weight: 750; }
.nav-inner > a:hover { color: var(--home-clay); }
.nav-catalog { align-self: stretch; position: static; }
.nav-catalog > summary { list-style: none; cursor: pointer; }
.nav-catalog > summary::-webkit-details-marker { display: none; }
.catalog-link { align-self: center; min-height: 38px; padding: 0 17px; border-radius: 4px; background: var(--home-forest); color: var(--white); }
.catalog-link:hover { background: var(--home-forest-dark); color: var(--white) !important; }
.nav-catalog[open] > .catalog-link { background: var(--home-forest-dark); }
.catalog-link .catalog-chevron { width: 14px; height: 14px; margin-left: 1px; transition: transform .2s ease; }
.nav-catalog[open] .catalog-chevron { transform: rotate(180deg); }
.advice-link { color: var(--home-clay); }

/* Desktop mega menu */
.mega-menu { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; z-index: 80; visibility: hidden; padding: 0; background: #f5f7f3; border-bottom: 1px solid #dce3da; box-shadow: 0 16px 30px rgba(13, 41, 36, .13); opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-catalog[open] > .mega-menu { display: block; visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.mega-menu-inner { max-width: 1320px; padding-top: 18px; padding-bottom: 22px; }
.mega-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 14px; border-bottom: 1px solid #dfe6de; }
.mega-kicker { margin: 0 0 4px; color: var(--home-clay); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.mega-menu-heading h2 { margin: 0; color: var(--home-forest-dark); font-size: 24px; line-height: 1.1; font-weight: 780; }
.mega-menu-actions { display: flex; align-items: center; gap: 22px; }
.mega-menu-actions > span { color: #68776f; font-size: 12px; font-weight: 700; }
.mega-all-link { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: var(--home-forest); font-size: 13px; font-weight: 800; }
.mega-all-link:hover { color: var(--home-clay); }
.mega-all-link .icon { width: 15px; height: 15px; transition: transform .2s ease; }
.mega-all-link:hover .icon { transform: translateX(3px); }
.mega-menu-content { display: grid; grid-template-columns: minmax(0, 1fr) 224px; gap: 16px; padding-top: 16px; }
.mega-category-groups { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 10px; }
.mega-category-group { min-width: 0; padding: 12px 14px 7px; background: var(--white); border: 1px solid #e1e7e0; border-radius: 6px; box-shadow: 0 1px 0 rgba(13, 41, 36, .03); }
.mega-category-group:nth-child(1) { border-top: 2px solid #df8a74; }
.mega-category-group:nth-child(2) { border-top: 2px solid #e8be42; }
.mega-category-group:nth-child(3) { border-top: 2px solid #8fa9be; }
.mega-category-group:nth-child(4) { border-top: 2px solid #9fb593; }
.mega-group-heading { min-height: 57px; display: flex; align-items: center; gap: 10px; padding-bottom: 7px; }
.mega-group-image { width: 52px; height: 52px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 4px; border: 1px solid #e0e8df; border-radius: 6px; background: #f0f4ef; }
.mega-group-image img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.mega-category-group h3 { margin: 0; color: var(--home-forest-dark); font-size: 16px; line-height: 1.15; font-weight: 800; }
.mega-category-link { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 0; color: #4f5f58; border-bottom: 1px solid #edf0eb; }
.mega-category-link:last-child { border-bottom-color: transparent; }
.mega-category-link:hover { color: var(--home-clay); }
.mega-category-copy { min-width: 0; display: block; }
.mega-category-copy strong,
.mega-category-copy small { display: block; }
.mega-category-copy strong { overflow: hidden; color: inherit; font-size: 13px; font-weight: 750; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.mega-category-copy small { margin-top: 2px; color: #68776f; font-size: 11px; line-height: 1.2; }
.mega-category-link .icon { width: 15px; height: 15px; flex: 0 0 auto; transition: transform .2s ease; }
.mega-category-link:hover .icon { transform: translateX(3px); }
.mega-feature { min-height: 207px; position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 17px; border-radius: 6px; background: var(--home-forest); color: var(--white); }
.mega-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23, 58, 50, .03) 20%, rgba(7, 28, 23, .9) 100%); }
.mega-feature img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; object-fit: cover; opacity: .78; }
.mega-feature > span,
.mega-feature > strong,
.mega-feature > small { position: relative; z-index: 1; display: block; }
.mega-feature > span { color: #d4e2dc; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mega-feature > strong { margin-top: 3px; font-size: 21px; line-height: 1.1; }
.mega-feature > small { max-width: 205px; margin-top: 5px; color: #d2dfda; font-size: 11px; line-height: 1.35; }
.mega-feature:hover { color: var(--white); }
.mega-feature:hover img { opacity: .9; transform: scale(1.03); }
.mega-feature img { transition: opacity .2s ease, transform .35s ease; }
.mobile-menu-label { margin: 12px 0 0; padding-top: 12px; color: #7b8881; border-top: 1px solid var(--line); font-size: 10px; font-weight: 850; text-transform: uppercase; }

/* Shared homepage rhythm */
.home-storefront { overflow: hidden; background: var(--home-soft); }
.home-storefront .section { padding: 88px 0; }
.home-storefront .eyebrow { margin-bottom: 12px; color: var(--home-clay); font-size: 10px; font-weight: 850; }
.home-storefront .section-heading { margin-bottom: 36px; }
.home-storefront .section-heading h2,
.home-storefront .seo-intro h2,
.home-storefront .faq-heading h2 { color: var(--home-forest-dark); font-size: 44px; line-height: 1.06; font-weight: 760; }
.home-storefront .section-heading > p { max-width: 430px; color: #66726d; }
.home-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.home-kicker::before { content: ""; width: 22px; height: 2px; background: var(--yellow); }
.button-ghost { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .58); border-radius: 4px; background: rgba(255, 255, 255, .07); color: var(--white); font-size: 13px; font-weight: 800; }
.button-ghost:hover { background: var(--white); color: var(--home-forest-dark); }
.home-storefront .button-primary,
.home-storefront .button-secondary { border-radius: 4px; }

/* Hero */
.home-hero { max-width: 1440px; margin: 0 auto; padding: 16px 34px 0; }
.home-hero-inner { min-height: 500px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; border-radius: 6px; background: var(--home-forest); }
.home-hero-image { width: 64%; height: 100%; position: absolute; inset: 0 0 0 auto; z-index: -2; object-fit: cover; object-position: 62% center; }
.home-hero-inner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #173a32 0%, #173a32 39%, rgba(23, 58, 50, .92) 49%, rgba(23, 58, 50, .14) 74%, transparent 100%); }
.home-hero-copy { width: 56%; padding: 46px 64px 124px; color: var(--white); }
.home-hero-copy .home-kicker { color: #dbe6e1; }
.home-hero-copy h1 { max-width: 650px; margin: 22px 0 18px; color: var(--white); font-size: 58px; line-height: .98; font-weight: 750; }
.home-hero-copy > p:not(.home-kicker) { max-width: 520px; margin: 0; color: #d8e3df; font-size: 17px; line-height: 1.58; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.home-hero-actions .button-primary { min-height: 50px; padding-inline: 22px; }
.home-hero-proof { width: 480px; position: absolute; left: 64px; bottom: 27px; display: flex; gap: 32px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .2); }
.home-hero-proof b,
.home-hero-proof small { display: block; }
.home-hero-proof b { color: var(--white); font-size: 20px; line-height: 1.1; }
.home-hero-proof small { margin-top: 3px; color: #b8cac3; font-size: 11px; }
.home-hero-feature { min-width: 240px; max-width: 290px; position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 16px 18px; border-left: 4px solid var(--yellow); border-radius: 3px; background: var(--white); color: var(--home-forest-dark); box-shadow: 0 14px 34px rgba(0, 0, 0, .18); }
.home-hero-feature small,
.home-hero-feature strong,
.home-hero-feature > span,
.home-hero-feature > b { display: block; }
.home-hero-feature small { margin-bottom: 4px; color: #748079; font-size: 10px; }
.home-hero-feature strong { font-size: 15px; line-height: 1.28; }
.home-hero-feature > span { margin-top: 6px; color: #64716b; font-size: 10px; }
.home-hero-feature > b { margin-top: 7px; color: var(--home-clay); font-size: 17px; }
.home-hero-feature ins { text-decoration: none; }

/* Attached trust strip */
.trust-strip { background: var(--home-soft); border: 0; }
.trust-strip .trust-grid { width: calc(100% - 68px); max-width: 1372px; padding: 0; background: var(--white); border: 1px solid #e0e4dc; border-top: 0; }
.trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-item,
.trust-item:first-child,
.trust-item:last-child { min-height: 86px; gap: 12px; padding: 19px 24px; border-right: 1px solid #e0e4dc; }
.trust-item:last-child { border-right: 0; }
.trust-item > .icon { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: #eef2e9; color: var(--home-forest); }
.trust-item strong { color: var(--home-forest-dark); font-size: 12px; }
.trust-item span { color: #748079; font-size: 10px; line-height: 1.35; }

/* Photographic category mosaic */
.categories-section { background: var(--home-soft); }
.category-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 390px 245px; gap: 14px; }
.category-tile { grid-column: span 3; min-width: 0; min-height: 0; position: relative; overflow: hidden; border: 0; border-radius: 6px; background: #dfe4dc; color: var(--white); }
.category-tile:nth-child(1) { grid-column: span 7; }
.category-tile:nth-child(2) { grid-column: span 5; }
.category-tile::after { content: ""; position: absolute; inset: 0; z-index: 1; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(7, 28, 23, .02) 30%, rgba(7, 28, 23, .9) 100%); transition: background .3s ease; }
.category-tile:hover::after { border-color: transparent; background: linear-gradient(180deg, rgba(7, 28, 23, 0) 20%, rgba(7, 28, 23, .95) 100%); }
.category-tile img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; mix-blend-mode: normal; transition: transform .45s ease; }
.category-tile:hover img { transform: scale(1.035); }
.category-copy { max-width: none; position: absolute; left: 22px; right: 22px; bottom: 19px; z-index: 2; padding: 0; }
.category-copy > span { margin-bottom: 6px; color: rgba(255, 255, 255, .76); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.category-copy h3 { margin: 0; color: var(--white); font-size: 21px; line-height: 1.15; }
.category-copy b { margin-top: 8px; color: rgba(255, 255, 255, .78); font-size: 10px; }
.category-copy b .icon { width: 14px; height: 14px; }
.category-more { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 22px 0; border-top: 1px solid #d5dad2; border-bottom: 1px solid #d5dad2; }
.category-more > span { color: #77827d; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.category-more > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 30px; }
.category-more a { display: inline-flex; align-items: center; gap: 7px; color: var(--home-forest-dark); font-size: 13px; font-weight: 750; }
.category-more a:hover { color: var(--home-clay); }
.category-more .icon { width: 15px; height: 15px; }

/* Products */
.featured-products { background: var(--home-soft-green); border: 0; }
.featured-products .product-grid { gap: 18px; }
.home-storefront .product-card { overflow: hidden; border: 0; border-radius: 4px; box-shadow: 0 1px 0 rgba(13, 41, 36, .08); }
.home-storefront .product-card:hover { border-color: transparent; box-shadow: 0 14px 30px rgba(13, 41, 36, .1); transform: translateY(-3px); }
.home-storefront .product-image { height: 238px; margin: 0; padding: 22px; background: var(--white); }
.home-storefront .product-card-body { padding: 4px 20px 20px; }
.home-storefront .product-card h3 { min-height: 46px; }
.home-storefront .button-cart { border-radius: 4px; }
.home-storefront .section-footer-link a,
.home-storefront .article-link { color: var(--home-forest); }

/* Selection guide band */
.selection-band { background: var(--home-forest); color: var(--white); }
.selection-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); align-items: stretch; }
.selection-media { min-height: 560px; overflow: hidden; background: #dde3dc; }
.selection-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.selection-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 0 70px 72px; }
.selection-copy .home-kicker { color: #d6e4de; }
.selection-copy h2 { max-width: 560px; margin: 20px 0 18px; color: var(--white); font-size: 46px; line-height: 1.06; }
.selection-copy > p:not(.home-kicker) { max-width: 590px; margin: 0; color: #c9d9d3; line-height: 1.68; }
.selection-points { margin: 30px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.selection-points > div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.selection-points > div > b { color: var(--yellow); font-size: 11px; }
.selection-points span,
.selection-points strong,
.selection-points small { display: block; }
.selection-points strong { color: var(--white); font-size: 14px; }
.selection-points small { margin-top: 3px; color: #b9ccc5; font-size: 11px; line-height: 1.45; }
.selection-copy .button-primary { width: max-content; }

/* Lower storefront */
.brand-strip { padding: 31px 0; border-color: #e0e4dd; }
.brand-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 28px; }
.brand-layout h2 { color: #68766f; line-height: 1.35; }
.brand-list { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 0; overflow: visible; border-left: 1px solid #dfe4dd; }
.brand-item { min-width: 0; min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 0 12px; color: #40524b; border-right: 1px solid #dfe4dd; line-height: 1; text-align: center; transition: background .2s ease; }
.brand-logo { display: block; width: auto; height: auto; max-width: min(100%, 110px); max-height: 26px; object-fit: contain; transition: opacity .2s ease, transform .2s ease; }
.brand-item--eta .brand-logo { max-height: 32px; }
.brand-item--delonghi .brand-logo { max-height: 28px; }
.brand-item:hover { background: #f4f6f1; }
.brand-item:hover .brand-logo { opacity: .82; transform: scale(1.025); }
.advice-section { background: var(--home-soft); }
.featured-article,
.article-teaser-image { border-color: #dde1da; border-radius: 4px; }
.featured-article .article-image,
.article-teaser-image { background: #e8ece6; }
.featured-article .article-image img,
.article-teaser-image img { object-fit: cover; mix-blend-mode: normal; }
.seo-section { background: var(--white); }
.faq-section { background: #edf1eb; border-color: #dce3da; }
.faq-list,
.faq-list details { border-color: #c8d2c8; }
.final-cta { background: var(--home-forest); }
.site-footer { background: var(--home-forest-dark); }
.site-footer .logo { --logo-ink: var(--white); --logo-accent: #df7865; }
.site-footer .footer-shop-link,
.site-footer .footer-column a:hover { color: var(--yellow); }
.site-footer .footer-bottom { border-color: #28463f; }

@media (max-width: 1180px) {
	.header-main { grid-template-columns: 228px minmax(280px, 1fr) auto; gap: 16px; }
	.nav-inner { gap: 22px; }
	.mega-menu-inner { padding-top: 22px; padding-bottom: 24px; }
	.mega-menu-content { grid-template-columns: minmax(0, 1fr) 220px; gap: 20px; }
	.mega-category-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 26px; }
	.home-hero-copy { width: 64%; padding: 44px 44px 122px; }
	.home-hero-copy h1 { font-size: 52px; }
	.home-hero-image { width: 68%; }
	.home-hero-proof { left: 44px; width: calc(64% - 88px); }
	.category-mosaic { grid-template-rows: 340px; grid-auto-rows: 250px; }
	.category-tile:nth-child(1),
	.category-tile:nth-child(2),
	.category-tile:nth-child(n+3) { grid-column: span 6; }
	.selection-copy { padding-left: 52px; }
}

@media (max-width: 900px) {
	.topline { display: none; }
	body.admin-bar .site-header { top: 32px; }
	.header-main { grid-template-columns: 1fr auto; padding-top: 14px; padding-bottom: 14px; }
	.header-actions { grid-column: 2; grid-row: 1; }
	.site-search { grid-column: 1 / -1; grid-row: 2; }
	.mobile-menu-panel { max-height: calc(100vh - 118px); overflow-y: auto; }
	.home-hero { padding-inline: 20px; }
	.home-hero-inner { min-height: 520px; }
	.home-hero-copy { width: 67%; }
	.home-hero-copy h1 { font-size: 48px; }
	.trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.trust-item:nth-child(2) { border-right: 0; }
	.trust-item:nth-child(-n+2) { border-bottom: 1px solid #e0e4dc; }
	.selection-layout { grid-template-columns: 1fr; }
	.selection-media { min-height: 390px; }
	.selection-copy { padding: 62px 0; }
	.brand-layout { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
	.home-hero { padding: 0; }
	.home-hero-inner { min-height: 590px; border-radius: 0; }
	.home-hero-image { width: 100%; height: 48%; inset: 0 0 auto; object-position: 56% center; }
	.home-hero-inner::after { background: linear-gradient(0deg, #173a32 0%, #173a32 52%, rgba(23, 58, 50, .6) 69%, transparent 100%); }
	.home-hero-copy { width: 100%; padding: 264px 22px 30px; }
	.home-hero-copy h1 { max-width: 580px; margin-top: 17px; font-size: 44px; }
	.home-hero-copy > p:not(.home-kicker) { max-width: 610px; font-size: 15px; }
	.home-hero-actions { margin-top: 22px; }
	.home-hero-proof { position: static; width: auto; margin-top: 24px; padding-top: 16px; }
	.home-hero-proof div:nth-child(3),
	.home-hero-feature { display: none; }
	.trust-strip .trust-grid { width: 100%; }
	.home-storefront .section { padding: 68px 0; }
	.home-storefront .section-heading h2,
	.home-storefront .seo-intro h2,
	.home-storefront .faq-heading h2 { font-size: 36px; }
	.category-mosaic { grid-template-rows: 270px; grid-auto-rows: 210px; gap: 10px; }
	.category-copy { left: 15px; right: 15px; bottom: 14px; }
	.category-copy h3 { font-size: 17px; }
	.category-copy > span { font-size: 8px; }
	.category-more { align-items: flex-start; flex-direction: column; }
	.category-more > div { justify-content: flex-start; }
	.selection-copy h2 { font-size: 38px; }
}

@media (max-width: 620px) {
	.header-main { gap: 8px; padding-top: 12px; padding-bottom: 12px; }
	.logo { gap: 7px; }
	.logo-symbol { width: 23px; height: 27px; }
	.logo-name { font-size: 22px; }
	.header-action { width: 44px; min-width: 44px; height: 44px; padding: 0; justify-content: center; }
	.header-action span { display: none; }
	.cart-count { position: absolute; top: 0; right: -1px; }
	.site-search { height: 44px; }
	.site-search button { min-width: 46px; width: 46px; }
	.home-hero-inner { min-height: 560px; }
	.home-hero-image { height: 45%; }
	.home-hero-copy { padding: 230px 18px 26px; }
	.home-hero-copy h1 { font-size: 38px; line-height: 1.02; }
	.home-hero-copy > p:not(.home-kicker) { font-size: 14px; line-height: 1.5; }
	.home-hero-actions .button-primary,
	.button-ghost { min-height: 44px; padding-inline: 14px; font-size: 11px; }
	.home-hero-proof { gap: 28px; }
	.home-hero-proof b { font-size: 18px; }
	.trust-item,
	.trust-item:first-child,
	.trust-item:last-child { min-height: 78px; align-items: center; flex-direction: row; justify-content: flex-start; gap: 9px; padding: 13px 11px; border-right: 1px solid #e0e4dc; }
	.trust-item:nth-child(2n) { border-right: 0; }
	.trust-item > .icon { width: 31px; height: 31px; padding: 7px; }
	.trust-item strong { font-size: 10px; line-height: 1.25; }
	.trust-item span { display: none; }
	.home-storefront .section { padding: 58px 0; }
	.home-storefront .section-heading { margin-bottom: 26px; }
	.home-storefront .section-heading h2,
	.home-storefront .seo-intro h2,
	.home-storefront .faq-heading h2 { font-size: 31px; }
	.category-mosaic { grid-template-rows: 230px; grid-auto-rows: 185px; gap: 8px; }
	.category-copy { left: 12px; right: 12px; bottom: 12px; }
	.category-copy h3 { font-size: 15px; }
	.category-copy b { display: none; }
	.category-more { margin-top: 20px; padding: 18px 0; }
	.category-more > div { display: grid; gap: 13px; }
	.home-storefront .product-image { height: 230px; }
	.selection-media { min-height: 280px; }
	.selection-copy { padding: 50px 0; }
	.selection-copy h2 { font-size: 34px; }
	.selection-copy > p:not(.home-kicker) { font-size: 14px; }
	.brand-list { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 118px; gap: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; scrollbar-width: none; }
	.brand-list::-webkit-scrollbar { display: none; }
	.brand-item { min-height: 50px; padding: 0 10px; scroll-snap-align: start; }
	.brand-logo { max-width: 96px; }
}

@media (max-width: 380px) {
	.home-hero-copy h1 { font-size: 34px; }
	.home-hero-actions { gap: 8px; }
	.home-hero-actions .button-primary,
	.button-ghost { padding-inline: 11px; }
	.category-copy h3 { font-size: 14px; }
}

/* Product category archive */
.category-archive { min-height: 60vh; padding: 0 0 92px; background: var(--home-soft); color: var(--home-forest-dark); }
.category-archive .wrap { max-width: 1372px; }
.category-archive-breadcrumbs { padding: 22px 0 16px; }
.category-archive-breadcrumbs .woocommerce-breadcrumb { margin: 0 !important; color: #77837c; font-size: 12px !important; }
.category-archive-breadcrumbs .woocommerce-breadcrumb a { color: var(--home-forest); }
.category-archive-breadcrumbs .breadcrumb-separator { display: inline-block; margin: 0 8px; color: #a5afa8; }
.category-archive-hero { height: 334px; min-height: 334px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); overflow: hidden; border-radius: 8px; background: var(--home-forest); }
.category-archive-hero > * { min-width: 0; min-height: 0; }
.category-archive-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px 54px 40px; }
.category-archive-eyebrow,
.category-archive-kicker { margin: 0; color: var(--home-clay); font-size: 11px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.category-archive-eyebrow { color: #d9e5df; }
.category-archive-copy h1 { max-width: 700px; margin: 16px 0 15px; color: var(--white); font-size: 54px; line-height: 1.02; font-weight: 760; }
.category-archive-description { max-width: 660px; color: #d2dfda; font-size: 17px; line-height: 1.6; }
.category-archive-description p { margin: 0; }
.category-archive-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .2); }
.category-archive-stats > div { min-width: 92px; }
.category-archive-stats strong,
.category-archive-stats span { display: block; }
.category-archive-stats strong { color: var(--white); font-size: 21px; line-height: 1.1; }
.category-archive-stats span { margin-top: 4px; color: #b8cac3; font-size: 11px; }
.category-archive-visual { height: 100%; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #e8eee7; }
.category-archive-visual img { width: 100%; height: 100%; min-width: 0; min-height: 0; padding: 28px 44px; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.category-archive-hero:hover .category-archive-visual img { transform: scale(1.025); }
.category-archive-nav { display: flex; align-items: center; gap: 24px; padding: 22px 0 24px; border-bottom: 1px solid #d8dfd7; }
.category-archive-nav-label { flex: 0 0 auto; color: #748079; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.category-archive-nav-links { min-width: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.category-archive-nav-links a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; color: var(--home-forest-dark); background: var(--white); border: 1px solid #dbe3da; border-radius: 4px; font-size: 12px; font-weight: 750; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.category-archive-nav-links a:hover { border-color: var(--home-forest); color: var(--home-forest); }
.category-archive-nav-links a small { color: #829088; font-size: 10px; font-weight: 700; }
.category-archive-nav-links a.is-current { border-color: var(--home-forest); background: var(--home-forest); color: var(--white); }
.category-archive-nav-links a.is-current small { color: #c8d8d1; }
.category-archive-results { padding-top: 48px; }
.category-archive-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.category-archive-toolbar h2 { margin: 8px 0 4px; color: var(--home-forest-dark); font-size: 32px; line-height: 1.1; font-weight: 760; }
.category-archive-toolbar .woocommerce-result-count { margin: 0; color: #718078; font-size: 13px; }
.category-archive-ordering .woocommerce-ordering { float: none; margin: 0; }
.category-archive-ordering select { min-width: 205px; min-height: 44px; padding: 0 36px 0 13px; color: var(--home-forest-dark); background: var(--white); border: 1px solid #cbd7cc; border-radius: 4px; font-size: 13px; }
.category-archive-products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.category-archive-products .product-card { overflow: hidden; border-color: #dce3db; border-radius: 6px; box-shadow: 0 1px 0 rgba(13, 41, 36, .04); }
.category-archive-products .product-card:hover { border-color: #9eb5a8; box-shadow: 0 14px 28px rgba(13, 41, 36, .11); }
.category-archive-products .product-image { height: 248px; margin: 0; padding: 20px; background: var(--white); }
.category-archive-products .product-card-body { padding: 10px 18px 18px; border-top-color: #edf1eb; }
.category-archive-products .product-card h3 { min-height: 52px; margin-bottom: 8px; font-size: 16px; line-height: 1.35; }
.category-archive-products .product-brand { margin-top: 5px; }
.category-archive-products .buy-row { padding-top: 16px; }
.category-archive-pagination { display: flex; justify-content: center; margin-top: 42px; }
.category-archive-pagination .woocommerce-pagination { float: none; }
.category-archive-empty { margin-top: 28px; padding: 56px 28px; text-align: center; background: var(--white); border: 1px solid #dce3db; border-radius: 6px; }
.category-archive-empty h2 { margin: 0 0 10px; font-size: 26px; }
.category-archive-empty p { margin: 0 0 22px; color: #68766f; }

@media (max-width: 1180px) {
	.category-archive-hero { grid-template-columns: minmax(0, 1fr) minmax(280px, 350px); }
	.category-archive-copy { padding-left: 40px; padding-right: 40px; }
	.category-archive-copy h1 { font-size: 48px; }
	.category-archive-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.category-archive { padding-bottom: 70px; }
	.category-archive-breadcrumbs { padding-top: 18px; }
	.category-archive-hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
	.category-archive-copy { min-height: 300px; padding: 38px 32px 34px; }
	.category-archive-copy h1 { font-size: 44px; }
	.category-archive-visual { height: 250px; min-height: 250px; }
	.category-archive-visual img { padding: 24px 30px; }
	.category-archive-nav { align-items: flex-start; flex-direction: column; gap: 12px; }
	.category-archive-nav-links { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
	.category-archive-nav-links::-webkit-scrollbar { display: none; }
	.category-archive-nav-links a { flex: 0 0 auto; }
	.category-archive-results { padding-top: 38px; }
	.category-archive-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.category-archive-products .product-image { height: 220px; padding: 16px; }
}

@media (max-width: 620px) {
	.category-archive-breadcrumbs { padding: 16px 0 13px; }
	.category-archive-breadcrumbs .woocommerce-breadcrumb { font-size: 11px !important; }
	.category-archive-hero { border-radius: 6px; }
	.category-archive-copy { min-height: 0; padding: 30px 22px 26px; }
	.category-archive-copy h1 { margin-top: 12px; font-size: 38px; }
	.category-archive-description { font-size: 15px; line-height: 1.5; }
	.category-archive-stats { gap: 18px; margin-top: 24px; padding-top: 15px; }
	.category-archive-stats > div { min-width: 76px; }
	.category-archive-stats strong { font-size: 18px; }
	.category-archive-stats span { font-size: 10px; }
	.category-archive-visual { height: 235px; min-height: 235px; }
	.category-archive-visual img { padding: 16px 24px; }
	.category-archive-toolbar { align-items: flex-start; flex-direction: column; gap: 16px; }
	.category-archive-toolbar h2 { font-size: 27px; }
	.category-archive-ordering,
	.category-archive-ordering .woocommerce-ordering,
	.category-archive-ordering select { width: 100%; }
	.category-archive-products .product-image { height: 190px; padding: 13px; }
	.category-archive-products .product-card-body { padding: 8px 12px 14px; }
	.category-archive-products .product-card h3 { min-height: 50px; font-size: 14px; }
	.category-archive-products .buy-row { align-items: stretch; flex-direction: column; gap: 10px; }
	.category-archive-products .button-cart,
	.category-archive-products .button-secondary { width: 100%; }
}

@media (max-width: 380px) {
	.category-archive-products { grid-template-columns: 1fr; }
	.category-archive-products .product-image { height: 240px; }
}

/* Category filters and compact catalog layout */
.category-archive-nav { gap: 18px; padding: 18px 0 19px; }
.category-archive-nav-links { flex: 1 1 auto; flex-wrap: nowrap; overflow-x: auto; padding: 2px 1px 4px; scrollbar-width: none; }
.category-archive-nav-links::-webkit-scrollbar { display: none; }
.category-archive-nav-links a { flex: 0 0 auto; }
.category-archive-results { padding-top: 34px; }
.category-catalog-layout { display: grid; grid-template-columns: minmax(255px, 285px) minmax(0, 1fr); align-items: start; gap: 30px; }
.category-filter-panel { min-width: 0; position: sticky; top: 24px; z-index: 2; }
.category-filter-details { background: var(--white); border: 1px solid #d8e1d8; border-radius: 7px; box-shadow: 0 3px 14px rgba(13, 41, 36, .045); }
.category-filter-details summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 20px; color: var(--home-forest-dark); cursor: pointer; list-style: none; }
.category-filter-details summary::-webkit-details-marker { display: none; }
.category-filter-details summary::after { content: ""; width: 8px; height: 8px; flex: 0 0 auto; margin-left: auto; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s ease; }
.category-filter-details[open] summary::after { transform: rotate(225deg) translate(-1px, -2px); }
.category-filter-summary-title { font-size: 18px; font-weight: 800; }
.category-filter-summary-meta { color: #78867e; font-size: 13px; white-space: nowrap; }
.category-filter-content { padding: 0 20px 20px; border-top: 1px solid #edf1eb; }
.category-filter-form { padding-top: 3px; }
.category-filter-fieldset { min-width: 0; margin: 0; padding: 18px 0 16px; border: 0; border-bottom: 1px solid #edf1eb; }
.category-filter-fieldset legend { margin: 0 0 12px; padding: 0; color: var(--home-forest-dark); font-size: 15px; font-weight: 800; }
.category-filter-options { display: grid; gap: 3px; max-height: 238px; overflow-y: auto; padding-right: 3px; }
.category-filter-option,
.category-filter-stock { min-height: 37px; display: flex; align-items: center; gap: 10px; color: #40534b; font-size: 14px; line-height: 1.35; cursor: pointer; }
.category-filter-option input,
.category-filter-stock input { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--home-forest); }
.category-filter-option span { min-width: 0; overflow-wrap: anywhere; }
.category-filter-option small,
.category-filter-stock small { margin-left: auto; color: #8a9890; font-size: 12px; }
.category-filter-option:hover span,
.category-filter-stock:hover span { color: var(--home-forest); }
.category-filter-price-range { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
.category-filter-number-range { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
.category-filter-price-range label,
.category-filter-number-range label { display: grid; gap: 6px; color: #78867e; font-size: 12px; font-weight: 700; }
.category-filter-price-range input,
.category-filter-number-range input { width: 100%; min-height: 41px; padding: 0 10px; color: var(--home-forest-dark); background: #fbfcfa; border: 1px solid #cbd8cc; border-radius: 4px; font-size: 14px; }
.category-filter-price-range input:focus,
.category-filter-number-range input:focus { outline: 0; border-color: var(--home-forest); box-shadow: 0 0 0 2px rgba(23, 58, 50, .12); }
.category-filter-color-option { gap: 8px; }
.category-filter-color-swatch { width: 14px; height: 14px; flex: 0 0 14px; border: 1px solid rgba(22, 45, 39, .2); border-radius: 50%; background: #c4c8c5; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35); }
.category-filter-color-swatch.is-black { background: #202523; }
.category-filter-color-swatch.is-white { background: #fff; }
.category-filter-color-swatch.is-stainless { background: #aeb5b4; }
.category-filter-color-swatch.is-silver { background: #c8cdcc; }
.category-filter-color-swatch.is-gray { background: #777f7c; }
.category-filter-color-swatch.is-red { background: #a83e3d; }
.category-filter-color-swatch.is-green { background: #557b58; }
.category-filter-color-swatch.is-blue { background: #4e6f89; }
.category-filter-color-swatch.is-beige { background: #d7ccb7; }
.category-filter-color-swatch.is-orange { background: #d57b36; }
.category-filter-color-swatch.is-purple { background: #796080; }
.category-filter-color-swatch.is-pink { background: #cc8795; }
.category-filter-color-swatch.is-yellow { background: #d7b849; }
.category-filter-color-swatch.is-turquoise { background: #4f9994; }
.category-filter-color-swatch.is-gold { background: #b99643; }
.category-filter-color-swatch.is-chrome { background: #919997; }
.category-filter-color-swatch.is-brown { background: #73594a; }
.category-filter-color-swatch.is-wood { background: #9a7958; }
.category-filter-color-swatch.is-champagne { background: #c7b89a; }
.category-filter-color-swatch.is-copper { background: #a86648; }
.category-filter-color-swatch.is-glass { background: #e4eceb; }
.category-filter-stock { padding: 16px 0; border-bottom: 1px solid #edf1eb; }
.category-filter-actions { display: grid; gap: 10px; padding-top: 17px; }
.category-filter-submit { min-height: 46px; padding: 0 14px; color: var(--white); background: var(--home-forest); border: 0; border-radius: 4px; font-size: 14px; font-weight: 800; cursor: pointer; }
.category-filter-submit:hover { background: var(--home-forest-dark); }
.category-filter-reset { color: var(--home-forest); font-size: 13px; font-weight: 750; text-align: center; text-decoration: underline; text-decoration-color: #b5c7ba; text-underline-offset: 3px; }
.category-filter-reset:hover { color: var(--home-clay); }
.category-products-column { min-width: 0; }
.category-products-column .category-archive-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.category-products-column .category-archive-toolbar { min-height: 86px; }

@media (min-width: 901px) {
	.category-filter-details { max-height: calc(100vh - 48px); overflow-y: auto; scrollbar-gutter: stable; }
	.category-filter-details summary { position: sticky; top: 0; z-index: 3; background: var(--white); }
}

@media (max-width: 1050px) {
	.category-catalog-layout { grid-template-columns: minmax(225px, 250px) minmax(0, 1fr); gap: 22px; }
	.category-products-column .category-archive-products { gap: 14px; }
	.category-archive-products .product-image { height: 225px; }
}

@media (max-width: 900px) {
	.category-catalog-layout { display: block; }
	.category-filter-panel { position: static; margin-bottom: 24px; }
	.category-filter-details summary { min-height: 57px; }
	.category-filter-content { padding-left: 16px; padding-right: 16px; }
	.category-filter-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
	.category-filter-fieldset,
	.category-filter-stock,
	.category-filter-actions { grid-column: span 1; }
	.category-filter-brands { grid-row: span 2; }
	.category-filter-actions { align-self: end; }
	.category-products-column .category-archive-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.category-products-column .category-archive-toolbar { min-height: 0; }
}

@media (max-width: 620px) {
	.category-archive-nav { gap: 10px; padding-top: 16px; padding-bottom: 16px; }
	.category-archive-nav-label { font-size: 10px; }
	.category-archive-results { padding-top: 28px; }
	.category-filter-panel { margin-bottom: 20px; }
	.category-filter-details summary { padding: 0 15px; }
	.category-filter-form { display: block; }
	.category-filter-fieldset { padding-top: 16px; }
	.category-filter-actions { padding-top: 15px; }
	.category-products-column .category-archive-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 380px) {
	.category-products-column .category-archive-products { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
	.header-main { grid-template-columns: minmax(0, 1fr) auto; }
	.header-main .account-action { display: none; }
	.header-main .logo { min-width: 0; }
	.header-main .logo-name { font-size: 20px; }
	.header-main .header-actions { gap: 2px; }
}

@media (max-width: 340px) {
	.header-main { padding-right: 12px; padding-left: 12px; }
	.header-main .logo { gap: 6px; }
	.header-main .logo-symbol { width: 21px; height: 25px; }
	.header-main .logo-name { font-size: 18px; }
	.header-main .header-action { width: 42px; min-width: 42px; }
	.header-main .mobile-menu summary { width: 42px; }
}

/* Single product storefront */
body.single-product { background: #f5f6f1; }
.single-product .woocommerce-shell { min-height: 70vh; padding: 24px 0 100px; background: #f5f6f1; }
.single-product .woocommerce-shell > .wrap { max-width: 1440px; }
.single-product .woocommerce-notices-wrapper { margin: 0 0 22px; }
.single-product .woocommerce-notices-wrapper:empty { display: none; }
.single-product .woocommerce-message {
	min-height: 64px;
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 12px 13px 12px 56px;
	background: #f0f6f1;
	color: var(--home-forest-dark);
	border: 1px solid #cfddd1;
	border-left: 4px solid #397558;
	border-radius: 7px;
	box-shadow: 0 8px 24px rgba(20, 48, 40, .07);
	font-size: 14px;
	line-height: 1.45;
	font-weight: 650;
}
.single-product .woocommerce-message::before {
	content: "\2713";
	width: 24px;
	height: 24px;
	top: 50%;
	left: 17px;
	display: grid;
	place-items: center;
	transform: translateY(-50%);
	background: #397558;
	color: var(--white);
	border-radius: 50%;
	font-family: inherit;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
}
.single-product .woocommerce-message .button.wc-forward {
	min-height: 40px;
	order: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	float: none;
	margin: 0 0 0 auto;
	padding: 0 18px;
	background: var(--home-forest);
	color: var(--white);
	border: 1px solid var(--home-forest);
	border-radius: 5px;
	box-shadow: none;
	font-size: 12px;
	line-height: 1;
	font-weight: 850;
	white-space: nowrap;
}
.single-product .woocommerce-message .button.wc-forward:hover {
	background: var(--home-forest-dark);
	color: var(--white);
	border-color: var(--home-forest-dark);
}
.single-product .woocommerce-message[tabindex="-1"]:focus { outline: 0; }
.single-product-breadcrumb { min-width: 0; display: flex; align-items: center; gap: 8px; margin: 0 0 24px; overflow: hidden; color: #89938e; font-size: 11px; white-space: nowrap; }
.single-product-breadcrumb a { flex: 0 0 auto; color: var(--home-forest); font-weight: 700; }
.single-product-breadcrumb a:hover { color: var(--home-clay); }
.single-product-breadcrumb > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.single-product-breadcrumb > span[aria-hidden] { color: #b8bfbb; }

.single-product.woocommerce div.product {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.single-product.woocommerce div.product .single-product-top {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
	align-items: start;
	gap: 0 clamp(34px, 4.2vw, 62px);
}
.single-product.woocommerce div.product::before,
.single-product.woocommerce div.product::after { display: none; }
.single-product.woocommerce div.product .single-product-top > .onsale { top: 18px; left: 18px; z-index: 3; min-width: 0; min-height: 0; margin: 0; padding: 7px 11px; background: var(--home-clay); border-radius: 3px; font-size: 10px; line-height: 1.2; text-transform: uppercase; }

/* Gallery */
.single-product.woocommerce div.product div.images { width: auto; min-width: 0; float: none; grid-column: 1; margin: 0; }
.single-product.woocommerce div.product div.images .flex-viewport,
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { overflow: hidden; background: var(--white); border: 1px solid #dfe5de; border-radius: 9px; }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image { background: var(--white); }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 600px; display: flex; align-items: center; justify-content: center; padding: clamp(28px, 5vw, 66px); cursor: zoom-in; }
.single-product.woocommerce div.product div.images img { width: 100%; height: 520px; margin: 0; object-fit: contain; mix-blend-mode: multiply; }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger { top: 16px; right: 16px; z-index: 4; width: 44px; height: 44px; border: 1px solid #dce3dc; background: rgba(255, 255, 255, .94); box-shadow: 0 5px 16px rgba(20, 48, 40, .08); }
.single-product.woocommerce div.product div.images .flex-control-thumbs { display: flex; gap: 10px; margin: 10px 0 0; overflow-x: auto; padding: 1px 1px 5px; list-style: none; scroll-snap-type: x proximity; }
.single-product.woocommerce div.product div.images .flex-control-thumbs li { width: 86px; flex: 0 0 86px; float: none; overflow: hidden; aspect-ratio: 1; padding: 6px; background: var(--white); border: 1px solid #dfe5de; border-radius: 6px; cursor: pointer; scroll-snap-align: start; }
.single-product.woocommerce div.product div.images .flex-control-thumbs li:hover,
.single-product.woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active) { border-color: var(--home-forest); box-shadow: inset 0 0 0 1px var(--home-forest); }
.single-product.woocommerce div.product div.images .flex-control-thumbs img { width: 100%; height: 100%; object-fit: contain; opacity: 1; }

/* Purchase summary */
.single-product.woocommerce div.product div.summary { width: auto; min-width: 0; float: none; grid-column: 2; position: sticky; top: 148px; margin: 0; padding: 34px 38px 32px; background: var(--white); border: 1px solid #dfe5de; border-radius: 9px; box-shadow: 0 12px 36px rgba(21, 51, 43, .055); }
.single-product-eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.single-product-eyebrow > strong { color: var(--home-clay); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.single-product-eyebrow > div { display: flex; align-items: center; justify-content: flex-end; gap: 9px; color: #8a9490; font-size: 10px; font-weight: 700; }
.single-product-eyebrow > div span + span { padding-left: 9px; border-left: 1px solid #dde2dd; }
.single-product.woocommerce div.product .product_title { margin: 0; color: var(--home-forest-dark); font-size: clamp(38px, 3.7vw, 51px); line-height: 1.03; font-weight: 760; letter-spacing: -.035em; }
.single-product-status { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: #75817c; font-size: 11px; }
.single-product-status > span { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.single-product-status > span::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.single-product-status .is-in-stock { color: #397558; }
.single-product-status .is-out-of-stock { color: #b54f41; }
.single-product-status a { padding-left: 12px; color: #66736d; border-left: 1px solid #dce1dc; }
.single-product-status a:hover { color: var(--home-clay); }
.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price { margin: 28px 0 0; color: var(--home-forest-dark); font-size: 34px; line-height: 1.1; font-weight: 850; letter-spacing: -.025em; }
.single-product.woocommerce div.product p.price del { margin-right: 9px; color: #87918d; font-size: 19px; font-weight: 650; }
.single-product.woocommerce div.product p.price ins { text-decoration: none; }
.single-product .woocommerce-product-details__short-description { margin-top: 18px; color: #57655f; font-size: 14px; line-height: 1.7; }
.single-product .woocommerce-product-details__short-description p { margin: 0; }
.single-product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 21px; }
.single-product-specs > div { min-width: 0; min-height: 70px; display: flex; flex-direction: column; justify-content: center; padding: 12px 14px; background: #f4f6f1; border: 1px solid #e1e6df; border-radius: 5px; }
.single-product-specs span,
.single-product-specs strong { display: block; }
.single-product-specs span { margin-bottom: 4px; color: #808b86; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.single-product-specs strong { overflow: hidden; color: var(--home-forest-dark); font-size: 14px; line-height: 1.25; text-overflow: ellipsis; }

.single-product.woocommerce div.product form.cart { display: grid; grid-template-columns: 152px minmax(0, 1fr); gap: 11px; margin: 24px 0 0; padding: 17px; background: #eef2eb; border: 1px solid #dce4da; border-radius: 7px; }
.single-product.woocommerce div.product form.cart::before,
.single-product.woocommerce div.product form.cart::after { display: none; }
.single-product.woocommerce div.product form.cart .quantity {
	width: auto;
	height: 56px;
	display: grid;
	grid-template-columns: 42px minmax(48px, 1fr) 42px;
	float: none;
	overflow: hidden;
	margin: 0;
	background: var(--white);
	border: 1px solid #bdcbbf;
	border-radius: 6px;
}
.single-product.woocommerce div.product form.cart .quantity:focus-within { border-color: var(--home-forest); box-shadow: 0 0 0 3px rgba(30, 82, 67, .13); }
.single-product.woocommerce div.product form.cart .quantity .qty {
	width: 100%;
	height: 54px;
	padding: 0 4px;
	appearance: textfield;
	background: var(--white);
	border: 0;
	border-radius: 0;
	outline: 0;
	color: var(--home-forest-dark);
	font-size: 18px;
	font-weight: 850;
	text-align: center;
}
.single-product.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.single-product.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.single-product.woocommerce div.product form.cart .quantity-stepper-button {
	min-width: 0;
	height: 54px;
	display: grid;
	place-items: center;
	padding: 0;
	background: #f5f7f3;
	color: var(--home-forest-dark);
	border: 0;
	font-size: 22px;
	line-height: 1;
	font-weight: 750;
	cursor: pointer;
	transition: background .16s ease, color .16s ease;
}
.single-product.woocommerce div.product form.cart .quantity-minus { border-right: 1px solid #dce4dc; }
.single-product.woocommerce div.product form.cart .quantity-plus { border-left: 1px solid #dce4dc; }
.single-product.woocommerce div.product form.cart .quantity-stepper-button:hover:not(:disabled) { background: #e5ede5; color: var(--home-clay); }
.single-product.woocommerce div.product form.cart .quantity-stepper-button:disabled { background: #f8f9f7; color: #aeb7b1; cursor: not-allowed; }
.single-product.woocommerce div.product form.cart .quantity-stepper-button:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(42, 123, 228, .5); outline-offset: -3px; }
.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
	width: 100%;
	min-height: 56px;
	float: none;
	margin: 0;
	padding: 0 22px;
	background: linear-gradient(135deg, #ffdc28 0%, #ffc400 52%, #ffb800 100%);
	color: var(--home-forest-dark);
	border: 1px solid #e6a900;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(218, 151, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 850;
	transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
	background: linear-gradient(135deg, #ffe64d 0%, #ffd21f 52%, #ffc400 100%);
	color: var(--home-forest-dark);
	box-shadow: 0 12px 28px rgba(218, 151, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .8);
	transform: translateY(-1px);
}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active { box-shadow: 0 5px 14px rgba(218, 151, 0, .26); transform: translateY(0); }
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible { outline: 3px solid rgba(20, 58, 49, .28); outline-offset: 3px; }
.single-product-purchase-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 18px; border-top: 1px solid #e2e6e1; border-left: 1px solid #e2e6e1; }
.single-product-purchase-notes > div { min-width: 0; min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 12px 10px; border-right: 1px solid #e2e6e1; border-bottom: 1px solid #e2e6e1; }
.single-product-purchase-notes .icon { width: 20px; height: 20px; flex: 0 0 auto; color: var(--home-forest); }
.single-product-purchase-notes span,
.single-product-purchase-notes strong,
.single-product-purchase-notes small { display: block; min-width: 0; }
.single-product-purchase-notes strong { color: var(--home-forest-dark); font-size: 12px; line-height: 1.25; }
.single-product-purchase-notes small { margin-top: 2px; color: #7b8681; font-size: 10px; line-height: 1.35; }

/* Product description and parameters */
.single-product-details-heading { grid-column: 1 / -1; margin: 86px 0 26px; }
.single-product-details-heading span { display: block; margin-bottom: 8px; color: var(--home-clay); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.single-product-details-heading h2 { margin: 0; color: var(--home-forest-dark); font-size: 38px; line-height: 1.08; font-weight: 760; letter-spacing: -.025em; }
.single-product.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 44px; padding: 38px 44px 44px; background: var(--white); border: 1px solid #dfe5de; border-radius: 8px; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs { display: block; margin: 0; padding: 0 24px 0 0; overflow: visible; border: 0; border-right: 1px solid #e0e5e0; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li { display: block; margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li + li { border-top: 1px solid #e7ebe6; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; padding: 15px 0; color: #75817c; font-size: 12px; font-weight: 800; }
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--home-clay); }
.single-product.woocommerce div.product .woocommerce-tabs .panel { min-width: 0; max-width: none; margin: 0; padding: 0; color: #4f5e57; font-size: 14px; line-height: 1.75; }
.single-product.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { display: none; }
.single-product.woocommerce div.product .woocommerce-tabs .panel h2 { margin: 32px 0 14px; color: var(--home-forest-dark); font-size: 25px; line-height: 1.2; }
.single-product.woocommerce div.product .woocommerce-tabs .panel h3 { margin: 26px 0 12px; color: var(--home-forest-dark); font-size: 19px; }
.single-product.woocommerce div.product .woocommerce-tabs #tab-description > ul { columns: 2; column-gap: 42px; padding-left: 20px; }
.single-product.woocommerce div.product .woocommerce-tabs #tab-description > ul li { break-inside: avoid; margin-bottom: 8px; }
.single-product-parameters table { width: 100%; margin: 0; border-collapse: collapse; }
.single-product-parameters th,
.single-product-parameters td { padding: 13px 15px; border-bottom: 1px solid #e6eae5; text-align: left; vertical-align: top; }
.single-product-parameters tr:first-child th,
.single-product-parameters tr:first-child td { border-top: 1px solid #e6eae5; }
.single-product-parameters th { width: 40%; background: #f6f7f4; color: #738079; font-size: 11px; font-weight: 750; }
.single-product-parameters td { color: var(--home-forest-dark); font-size: 12px; font-weight: 700; }

/* Recommendations */
.single-product.woocommerce div.product section.products { grid-column: 1 / -1; margin-top: 74px; }
.single-product.woocommerce div.product section.products > h2 { margin: 0 0 27px; color: var(--home-forest-dark); font-size: 36px; line-height: 1.08; font-weight: 760; letter-spacing: -.025em; }
.single-product.woocommerce div.product section.products ul.products { margin: 0; }
.single-product.woocommerce div.product section.products ul.products li.product { border-color: #dfe5de; }
.single-product.woocommerce div.product section.products ul.products li.product .button { width: 100%; margin-top: 14px; text-align: center; }

@media (max-width: 1120px) {
	.single-product.woocommerce div.product .single-product-top { grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: 0 28px; }
	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 520px; padding: 34px; }
	.single-product.woocommerce div.product div.images img { height: 450px; }
	.single-product.woocommerce div.product div.summary { padding: 30px; }
	.single-product.woocommerce div.product .product_title { font-size: 39px; }
}

@media (max-width: 900px) {
	.single-product .woocommerce-shell { padding-top: 20px; }
	.single-product.woocommerce div.product .single-product-top { grid-template-columns: minmax(0, 1fr); }
	.single-product.woocommerce div.product div.images,
	.single-product.woocommerce div.product div.summary { grid-column: 1; }
	.single-product.woocommerce div.product section.products { min-width: 0; width: 100%; max-width: 100%; }
	.single-product.woocommerce div.product div.summary { position: static; margin-top: 22px; }
	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 560px; }
	.single-product.woocommerce div.product div.images img { height: 490px; }
	.single-product.woocommerce div.product .product_title { font-size: 45px; }
	.single-product-details-heading { margin-top: 68px; }
	.single-product.woocommerce div.product .woocommerce-tabs { grid-template-columns: 180px minmax(0, 1fr); gap: 30px; padding: 34px; }
}

@media (max-width: 620px) {
	.single-product .woocommerce-shell { padding: 16px 0 70px; }
	.single-product .woocommerce-shell > .wrap { padding-inline: 14px; }
	.single-product .woocommerce-notices-wrapper { margin-bottom: 16px; }
	.single-product .woocommerce-message {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
		padding: 14px 14px 14px 49px;
		font-size: 13px;
	}
	.single-product .woocommerce-message::before { top: 14px; left: 13px; transform: none; }
	.single-product .woocommerce-message .button.wc-forward {
		width: calc(100% + 35px);
		min-height: 42px;
		align-self: stretch;
		margin: 0 0 0 -35px;
	}
	.single-product-breadcrumb { margin-bottom: 16px; font-size: 10px; }
	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a { min-height: 360px; padding: 22px; }
	.single-product.woocommerce div.product div.images img { height: 320px; }
	.single-product.woocommerce div.product div.images .flex-control-thumbs li { width: 70px; flex-basis: 70px; }
	.single-product.woocommerce div.product div.summary { margin-top: 14px; padding: 25px 21px 23px; }
	.single-product-eyebrow { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 14px; }
	.single-product-eyebrow > div { justify-content: flex-start; }
	.single-product.woocommerce div.product .product_title { font-size: 34px; line-height: 1.06; }
	.single-product.woocommerce div.product p.price,
	.single-product.woocommerce div.product span.price { margin-top: 23px; font-size: 30px; }
	.single-product-specs { gap: 6px; }
	.single-product-specs > div { min-height: 65px; padding: 10px 11px; }
	.single-product.woocommerce div.product form.cart { grid-template-columns: 152px minmax(0, 1fr); padding: 12px; }
	.single-product.woocommerce div.product form.cart .single_add_to_cart_button { padding-inline: 13px; font-size: 14px; }
	.single-product-purchase-notes { grid-template-columns: 1fr; }
	.single-product-purchase-notes > div { min-height: 61px; }
	.single-product-details-heading { margin: 58px 0 21px; }
	.single-product-details-heading h2 { font-size: 31px; }
	.single-product.woocommerce div.product .woocommerce-tabs { display: block; padding: 27px 21px 32px; }
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 22px; margin-bottom: 24px; padding: 0; overflow-x: auto; border-right: 0; border-bottom: 1px solid #e0e5e0; }
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li + li { border-top: 0; }
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
	.single-product.woocommerce div.product .woocommerce-tabs #tab-description > ul { columns: 1; }
	.single-product-parameters th,
	.single-product-parameters td { display: block; width: 100%; }
	.single-product-parameters th { padding-bottom: 5px; border-bottom: 0; }
	.single-product-parameters td { padding-top: 5px; }
	.single-product.woocommerce div.product section.products { margin-top: 58px; }
	.single-product.woocommerce div.product section.products > h2 { font-size: 30px; }
	/* Swipeable recommendation rail: one large card plus a visible next-card cue. */
	.single-product.woocommerce div.product section.related.products ul.products {
		display: flex !important;
		align-items: stretch;
		gap: 12px;
		margin-right: -14px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 14px 10px 0;
		overscroll-behavior-inline: contain;
		scroll-padding-inline: 0 14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.single-product.woocommerce div.product section.related.products ul.products::-webkit-scrollbar { display: none; }
	.single-product.woocommerce div.product section.related.products ul.products li.product {
		width: auto !important;
		min-width: min(82vw, 360px);
		flex: 0 0 min(82vw, 360px) !important;
		float: none;
		margin: 0;
		scroll-snap-align: start;
	}
}

@media (max-width: 410px) {
	.single-product.woocommerce div.product form.cart { grid-template-columns: 1fr; }
	.single-product.woocommerce div.product form.cart .quantity { width: 100%; }
}

/* Cart and checkout flow */
body.woocommerce-cart,
body.woocommerce-checkout { background: var(--home-soft); }
.commerce-flow-shell { padding: 42px 0 90px; background: var(--home-soft); }
.commerce-flow-content { max-width: var(--wrap); }
.commerce-flow-content > h1 { display: none; }
.commerce-flow-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 56px; margin-bottom: 36px; padding-bottom: 30px; border-bottom: 1px solid #dce2da; }
.commerce-flow-heading { max-width: 670px; }
.commerce-flow-heading > span { display: block; margin-bottom: 8px; color: var(--home-clay); font-size: 10px; line-height: 1; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.commerce-flow-heading h1 { margin: 0; color: var(--home-forest-dark); font-size: clamp(40px, 4vw, 56px); line-height: 1; font-weight: 760; letter-spacing: -.035em; }
.commerce-flow-heading p { margin: 13px 0 0; color: #66736d; font-size: 14px; line-height: 1.55; }
.commerce-flow-steps { min-width: 470px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 3px; padding: 0; list-style: none; counter-reset: none; }
.commerce-flow-steps li { position: relative; display: flex; align-items: center; flex-direction: column; gap: 8px; color: #8b9590; font-size: 10px; line-height: 1.2; text-align: center; }
.commerce-flow-steps li::after { content: ""; position: absolute; top: 16px; left: calc(50% + 20px); right: calc(-50% + 20px); height: 1px; background: #cfd6cf; }
.commerce-flow-steps li:last-child::after { display: none; }
.commerce-flow-steps li > span { width: 33px; height: 33px; position: relative; z-index: 1; display: grid; place-items: center; background: var(--home-soft); border: 1px solid #bfc8c0; border-radius: 50%; color: #68756f; font-size: 11px; font-weight: 850; }
.commerce-flow-steps li > span .icon { width: 17px; height: 17px; }
.commerce-flow-steps li strong { font-weight: 780; }
.commerce-flow-steps li.is-current { color: var(--home-forest-dark); }
.commerce-flow-steps li.is-current > span { background: var(--home-forest); color: var(--white); border-color: var(--home-forest); box-shadow: 0 0 0 5px rgba(23, 58, 50, .09); }
.commerce-flow-steps li.is-complete { color: #397558; }
.commerce-flow-steps li.is-complete > span { background: #397558; color: var(--white); border-color: #397558; }
.commerce-flow-steps li.is-complete::after { background: #78a189; }
.commerce-flow-content .alignwide { max-width: none; margin-right: 0; margin-left: 0; }
.commerce-flow-content .wc-block-components-sidebar-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: start; gap: clamp(28px, 4vw, 60px); }
.commerce-flow-content .wc-block-components-sidebar-layout .wc-block-components-main { width: auto; padding-right: 0; }
.commerce-flow-content .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: auto; margin: 0; padding-left: 0; }
.commerce-flow-content .wc-block-components-sidebar-layout::after { display: none; }

/* Cart */
.woocommerce-cart .wp-block-woocommerce-cart { margin: 0; }
.woocommerce-cart .wc-block-cart__main { overflow: hidden; background: var(--white); border: 1px solid #dce3dc; border-radius: 9px; box-shadow: 0 10px 30px rgba(20, 48, 40, .045); }
.woocommerce-cart .wc-block-cart-items { margin: 0; border: 0; }
.woocommerce-cart .wc-block-cart-items thead { background: #f4f6f1; }
.woocommerce-cart .wc-block-cart-items thead th { padding: 15px 22px; color: #74817b; font-size: 10px; line-height: 1.2; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header-image { width: 148px; }
.woocommerce-cart .wc-block-cart-items tbody tr { border-top: 1px solid #e3e8e2; }
.woocommerce-cart .wc-block-cart-items tbody tr:first-child { border-top: 0; }
.woocommerce-cart .wc-block-cart-items td { padding-top: 26px; padding-bottom: 26px; border: 0; vertical-align: middle; }
.woocommerce-cart .wc-block-cart-item__image { width: 148px; padding-left: 22px; }
.woocommerce-cart .wc-block-cart-item__image a { width: 112px; height: 112px; display: grid; place-items: center; padding: 10px; background: #f7f8f5; border: 1px solid #e2e7e1; border-radius: 7px; }
.woocommerce-cart .wc-block-cart-item__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.woocommerce-cart .wc-block-cart-item__product { padding-left: 20px; }
.woocommerce-cart .wc-block-cart-item__wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 0 30px; }
.woocommerce-cart .wc-block-components-product-name { grid-column: 1; color: var(--home-forest-dark); font-size: 17px; line-height: 1.35; font-weight: 780; }
.woocommerce-cart .wc-block-components-product-name:hover { color: var(--home-clay); }
.woocommerce-cart .wc-block-cart-item__prices { grid-column: 1; margin-top: 8px; color: #75817c; font-size: 13px; }
.woocommerce-cart .wc-block-components-product-metadata { grid-column: 1; max-width: 520px; margin-top: 8px; color: #7c8882; font-size: 11px; line-height: 1.5; }
.woocommerce-cart .wc-block-components-product-metadata p { margin: 0; }
.woocommerce-cart .wc-block-cart-item__quantity { grid-column: 1; display: flex; align-items: center; gap: 13px; margin-top: 17px; }
.woocommerce-cart .wc-block-components-quantity-selector { width: 118px; height: 42px; margin: 0; overflow: hidden; background: var(--white); border: 1px solid #cbd4cc; border-radius: 5px; }
.woocommerce-cart .wc-block-components-quantity-selector::after { display: none; }
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input { min-width: 38px; color: var(--home-forest-dark); font-size: 14px; font-weight: 850; }
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button { width: 37px; min-width: 37px; color: var(--home-forest-dark); font-size: 17px; opacity: 1; }
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:not(:disabled) { background: #edf2eb; }
.woocommerce-cart .wc-block-cart-item__remove-link { width: 38px; height: 38px; display: grid; place-items: center; margin: 0; padding: 0; background: transparent; color: #89948e; border: 1px solid #dce2dc; border-radius: 5px; font-size: 0; text-decoration: none; }
.woocommerce-cart .wc-block-cart-item__remove-link:hover { background: #f8ece9; color: var(--home-clay); border-color: #e4c7c1; }
.woocommerce-cart .wc-block-cart-item__remove-link svg { width: 18px; height: 18px; }
.woocommerce-cart .wc-block-cart-item__total { width: 150px; padding-right: 22px; }
.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price { color: var(--home-forest-dark); font-size: 18px; font-weight: 850; }
.woocommerce-cart .wc-block-cart__sidebar { position: sticky; top: 148px; padding: 28px !important; background: var(--white); border: 1px solid #d9e1da; border-radius: 9px; box-shadow: 0 14px 38px rgba(20, 48, 40, .065); }
.woocommerce-cart .wc-block-cart__totals-title { margin: 0; padding: 0 0 20px; color: var(--home-forest-dark); border-bottom: 1px solid #e2e7e1; font-size: 23px; line-height: 1.2; font-weight: 780; text-align: left; }
.woocommerce-cart .wc-block-components-totals-wrapper { padding: 17px 0; border-top: 1px solid #e6eae5; }
.woocommerce-cart .wc-block-cart__totals-title + .wc-block-components-totals-wrapper { border-top: 0; }
.woocommerce-cart .wc-block-components-panel__button { color: #67746e; font-size: 12px; font-weight: 750; }
.woocommerce-cart .wc-block-components-totals-footer-item { align-items: center; }
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label { color: var(--home-forest-dark); font-size: 14px; font-weight: 780; }
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: var(--home-forest-dark); font-size: 24px; font-weight: 900; }
.woocommerce-cart .wc-block-cart__submit { margin-top: 5px; }
.woocommerce-cart .wc-block-cart__submit-button { min-height: 56px; background: linear-gradient(135deg, #ffdc28 0%, #ffc400 55%, #ffb800 100%); color: var(--home-forest-dark); border: 1px solid #e4aa00; border-radius: 6px; box-shadow: 0 10px 24px rgba(218, 151, 0, .27); font-size: 14px; font-weight: 900; }
.woocommerce-cart .wc-block-cart__submit-button:hover { background: linear-gradient(135deg, #ffe64d 0%, #ffd21f 55%, #ffc400 100%); color: var(--home-forest-dark); box-shadow: 0 12px 28px rgba(218, 151, 0, .34); }
.woocommerce-cart .wc-block-cart__submit-container::after { content: "Bezpečné dokončení objednávky"; display: block; margin-top: 13px; color: #849089; font-size: 10px; line-height: 1.3; text-align: center; }

/* Checkout */
.woocommerce-checkout .wp-block-woocommerce-checkout { margin: 0; }
.woocommerce-checkout .wc-block-checkout__main { padding: 0 !important; }
.woocommerce-checkout .wc-block-checkout__form { display: grid; gap: 16px; }
.woocommerce-checkout .wc-block-components-checkout-step { margin: 0; padding: 28px 30px 30px; background: var(--white); border: 1px solid #dce3dc; border-radius: 9px; box-shadow: 0 8px 25px rgba(20, 48, 40, .04); }
.woocommerce-checkout .wc-block-checkout__contact-fields,
.woocommerce-checkout .wc-block-checkout__shipping-fields,
.woocommerce-checkout .wc-block-checkout__billing-fields,
.woocommerce-checkout .wc-block-checkout__shipping-option,
.woocommerce-checkout .wc-block-checkout__payment-method { padding-left: 86px; }
.woocommerce-checkout .wc-block-checkout__contact-fields::before,
.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
.woocommerce-checkout .wc-block-checkout__billing-fields::before,
.woocommerce-checkout .wc-block-checkout__shipping-option::before,
.woocommerce-checkout .wc-block-checkout__payment-method::before { width: 38px; height: 38px; top: 25px; left: 28px; display: grid; place-items: center; background: #edf2eb; color: var(--home-forest); border: 1px solid #d4ddd5; border-radius: 50%; font-size: 12px; font-weight: 900; }
.woocommerce-checkout .wc-block-checkout__contact-fields::before { content: "1"; }
.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
.woocommerce-checkout .wc-block-checkout__billing-fields::before { content: "2"; }
.woocommerce-checkout .wc-block-checkout__shipping-option::before { content: "3"; }
.woocommerce-checkout .wc-block-checkout__payment-method::before { content: "4"; }
.woocommerce-checkout .wc-block-components-checkout-step__heading { margin: 0 0 22px; padding: 0 0 17px; border-bottom: 1px solid #e5e9e4; }
.woocommerce-checkout .wc-block-components-checkout-step__title { color: var(--home-forest-dark); font-size: 21px; line-height: 1.2; font-weight: 780; }
.woocommerce-checkout .wc-block-components-checkout-step__content { padding: 0; }
.woocommerce-checkout .wc-block-components-address-form { gap: 13px; }
.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-blocks-components-select { margin-top: 0; }
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select { height: 56px; background: #fbfcfa; color: var(--home-forest-dark); border: 1px solid #cfd8d0; border-radius: 6px; font-size: 14px; }
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select:focus { background: var(--white); border-color: var(--home-forest); box-shadow: 0 0 0 3px rgba(23, 58, 50, .1); outline: 0; }
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__label { color: #6e7b75; font-size: 12px; }
.woocommerce-checkout .wc-block-checkout__guest-checkout-notice { margin: 10px 0 0; padding: 11px 13px; background: #f4f6f1; color: #69766f; border-radius: 5px; font-size: 11px; }
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle { color: var(--home-forest); font-size: 12px; font-weight: 750; }
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-notice-banner { margin: 0; padding: 14px 16px; background: #f8eeec; color: #743c34; border: 1px solid #e7cac5; border-radius: 6px; font-size: 12px; }
.woocommerce-checkout .wc-block-checkout__order-notes { padding-top: 25px; padding-bottom: 25px; }
.woocommerce-checkout .wc-block-checkout__terms { margin: 4px 0 0; padding: 18px 20px; background: #eef2eb; border: 1px solid #dce4da; border-radius: 7px; color: #66736d; font-size: 11px; line-height: 1.55; }
.woocommerce-checkout .wc-block-checkout__actions { margin: 0; padding: 0; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button { min-height: 58px; background: linear-gradient(135deg, #ffdc28 0%, #ffc400 55%, #ffb800 100%); color: var(--home-forest-dark); border: 1px solid #e4aa00; border-radius: 6px; box-shadow: 0 10px 24px rgba(218, 151, 0, .28); font-size: 14px; font-weight: 900; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover { background: linear-gradient(135deg, #ffe64d 0%, #ffd21f 55%, #ffc400 100%); color: var(--home-forest-dark); }
.woocommerce-checkout .wc-block-checkout__sidebar { position: sticky !important; top: 148px !important; padding: 27px !important; background: var(--white); border: 1px solid #d9e1da; border-radius: 9px; box-shadow: 0 14px 38px rgba(20, 48, 40, .065); }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title { margin: 0; padding: 0 0 20px; border-bottom: 1px solid #e2e7e1; color: var(--home-forest-dark); font-size: 21px; font-weight: 800; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price { font-size: 23px; font-weight: 900; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__content { padding-top: 10px; }
.woocommerce-checkout .wc-block-components-order-summary-item { padding: 16px 0; border-bottom: 1px solid #e5e9e4; }
.woocommerce-checkout .wc-block-components-order-summary-item__image { width: 74px; }
.woocommerce-checkout .wc-block-components-order-summary-item__image > img { width: 64px; height: 64px; padding: 5px; background: #f7f8f5; border: 1px solid #e1e6e0; border-radius: 5px; object-fit: contain; mix-blend-mode: multiply; }
.woocommerce-checkout .wc-block-components-order-summary-item__quantity { background: var(--home-forest); color: var(--white); border: 2px solid var(--white); box-shadow: 0 2px 7px rgba(13, 41, 36, .18); }
.woocommerce-checkout .wc-block-components-order-summary-item__description { padding-left: 8px; }
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name { color: var(--home-forest-dark); font-size: 13px; line-height: 1.35; font-weight: 780; }
.woocommerce-checkout .wc-block-components-order-summary-item__total-price { color: var(--home-forest-dark); font-size: 14px; font-weight: 850; }
.woocommerce-checkout .wc-block-components-totals-wrapper { padding: 15px 0; border-top: 1px solid #e5e9e4; }
.woocommerce-checkout .wc-block-components-totals-item { color: #637069; font-size: 12px; }
.woocommerce-checkout .wc-block-components-totals-footer-item { color: var(--home-forest-dark); font-size: 14px; font-weight: 850; }
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 23px; font-weight: 900; }

.commerce-flow-assurances { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 48px; padding: 22px 0; border-top: 1px solid #dce2da; border-bottom: 1px solid #dce2da; }
.commerce-flow-assurances > div { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 0 28px; border-left: 1px solid #d6ddd6; }
.commerce-flow-assurances > div:first-child { border-left: 0; }
.commerce-flow-assurances .icon { width: 25px; height: 25px; color: var(--home-forest); }
.commerce-flow-assurances span,
.commerce-flow-assurances strong,
.commerce-flow-assurances small { display: block; }
.commerce-flow-assurances strong { color: var(--home-forest-dark); font-size: 12px; line-height: 1.3; }
.commerce-flow-assurances small { margin-top: 3px; color: #79857f; font-size: 10px; line-height: 1.35; }

/* Cart Block empty state */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block { padding: 44px; background: var(--white); border: 1px solid #dce3dc; border-radius: 9px; text-align: center; }
.woocommerce-cart .wc-block-cart__empty-cart__title { margin: 0; color: var(--home-forest-dark); font-size: 30px; line-height: 1.2; font-weight: 780; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center { margin: 58px 0 26px; color: var(--home-forest-dark); font-size: 27px; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link { min-height: 48px; display: inline-flex; align-items: center; padding: 0 22px; background: var(--home-forest); color: var(--white); border-radius: 6px; font-size: 13px; font-weight: 850; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover { background: var(--home-forest-dark); }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { text-align: left; }

body.admin-bar.woocommerce-cart .wc-block-cart__sidebar,
body.admin-bar.woocommerce-checkout .wc-block-checkout__sidebar { top: 180px !important; }

@media (max-width: 1050px) {
	.commerce-flow-header { align-items: flex-start; flex-direction: column; gap: 28px; }
	.commerce-flow-steps { width: 100%; min-width: 0; }
	.commerce-flow-content .wc-block-components-sidebar-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; }
	.commerce-flow-content .wc-block-components-sidebar-layout .wc-block-components-main,
	.commerce-flow-content .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: auto; }
	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-checkout .wc-block-checkout__sidebar { top: 136px !important; padding: 23px !important; }
	.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__header-image,
	.woocommerce-cart .wc-block-cart-item__image { width: 120px; }
	.woocommerce-cart .wc-block-cart-item__image a { width: 88px; height: 88px; }
}

@media (max-width: 780px) {
	.generic-content .legal-contact-grid { grid-template-columns: 1fr; }
	.generic-content .legal-company-card { padding: 18px 19px; }
	.generic-content .legal-lead { font-size: 16px; }
	.generic-content th, .generic-content td { padding: 11px 10px; font-size: 13px; }
	.commerce-flow-shell { padding: 28px 0 64px; }
	.commerce-flow-header { margin-bottom: 25px; padding-bottom: 23px; }
	.commerce-flow-heading h1 { font-size: 40px; }
	.commerce-flow-content .wc-block-components-sidebar-layout { display: flex; flex-direction: column; gap: 22px; }
	.commerce-flow-content .wc-block-components-sidebar-layout .wc-block-components-main { width: 100% !important; align-self: stretch; }
	.commerce-flow-content .wc-block-components-sidebar-layout .wc-block-components-sidebar { position: static !important; width: 100%; }
	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-checkout .wc-block-checkout__sidebar { padding: 22px !important; }
	.woocommerce-cart .wc-block-cart-items tbody tr { display: grid; grid-template-columns: 104px minmax(0, 1fr); padding: 18px; }
	.woocommerce-cart .wc-block-cart-items td { padding: 0; }
	.woocommerce-cart .wc-block-cart-item__image { width: auto; grid-column: 1; }
	.woocommerce-cart .wc-block-cart-item__image a { width: 88px; height: 88px; }
	.woocommerce-cart .wc-block-cart-item__product { grid-column: 2; padding-left: 12px; }
	.woocommerce-cart .wc-block-cart-item__wrap { display: block; }
	.woocommerce-cart .wc-block-components-product-name { font-size: 15px; }
	.woocommerce-cart .wc-block-cart-item__prices { display: none; }
	.woocommerce-cart .wc-block-components-product-metadata { display: none; }
	.woocommerce-cart .wc-block-cart-item__quantity { margin-top: 14px; }
	.woocommerce-cart .wc-block-cart-item__total { grid-column: 2; width: auto; margin-top: 9px; padding-left: 12px; text-align: left; }
	.woocommerce-cart .wc-block-cart-items thead { display: none; }
	.woocommerce-checkout .wc-block-components-checkout-step { padding: 24px 22px 25px; }
	.woocommerce-checkout .wc-block-checkout__contact-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-fields,
	.woocommerce-checkout .wc-block-checkout__billing-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-option,
	.woocommerce-checkout .wc-block-checkout__payment-method { padding-left: 70px; }
	.woocommerce-checkout .wc-block-checkout__contact-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
	.woocommerce-checkout .wc-block-checkout__billing-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-option::before,
	.woocommerce-checkout .wc-block-checkout__payment-method::before { top: 22px; left: 18px; }
	.commerce-flow-assurances { grid-template-columns: 1fr; }
	.commerce-flow-assurances > div { justify-content: flex-start; padding: 16px 8px; border-top: 1px solid #d6ddd6; border-left: 0; }
	.commerce-flow-assurances > div:first-child { border-top: 0; }
}

@media (max-width: 480px) {
	.generic-content .legal-toc { padding: 13px 14px; }
	.generic-content .legal-form-box { padding: 18px 15px; overflow-wrap: anywhere; }
	.commerce-flow-shell { padding-top: 22px; }
	.commerce-flow-content { padding-inline: 14px; }
	.commerce-flow-heading > span { font-size: 9px; }
	.commerce-flow-heading h1 { font-size: 35px; }
	.commerce-flow-heading p { font-size: 13px; }
	.commerce-flow-steps li { font-size: 9px; }
	.commerce-flow-steps li > span { width: 30px; height: 30px; }
	.commerce-flow-steps li::after { top: 14px; left: calc(50% + 18px); right: calc(-50% + 18px); }
	.woocommerce-cart .wc-block-cart-items tbody tr { grid-template-columns: 86px minmax(0, 1fr); padding: 14px; }
	.woocommerce-cart .wc-block-cart-item__image a { width: 76px; height: 76px; padding: 7px; }
	.woocommerce-cart .wc-block-cart-item__product,
	.woocommerce-cart .wc-block-cart-item__total { padding-left: 9px; }
	.woocommerce-cart .wc-block-cart-item__quantity { align-items: flex-start; flex-direction: column; gap: 8px; }
	.woocommerce-cart .wc-block-cart-item__remove-link { width: auto; height: auto; display: inline-flex; gap: 5px; padding: 4px 0; border: 0; font-size: 10px; }
	.woocommerce-cart .wc-block-cart-item__remove-link::after { content: "Odstranit"; }
	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-checkout .wc-block-checkout__sidebar { padding: 20px !important; }
	.woocommerce-checkout .wc-block-components-checkout-step,
	.woocommerce-checkout .wc-block-checkout__contact-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-fields,
	.woocommerce-checkout .wc-block-checkout__billing-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-option,
	.woocommerce-checkout .wc-block-checkout__payment-method { padding: 22px 16px; }
	.woocommerce-checkout .wc-block-checkout__contact-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
	.woocommerce-checkout .wc-block-checkout__billing-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-option::before,
	.woocommerce-checkout .wc-block-checkout__payment-method::before { display: none; }
	.woocommerce-checkout .wc-block-components-checkout-step__title { font-size: 19px; }
	.woocommerce-checkout .wc-block-components-address-form { display: block; }
	.woocommerce-checkout .wc-block-components-address-form > div { margin-top: 12px; }
}

/* Checkout refinement: compact form, clear steps and a useful sticky summary. */
.woocommerce-checkout .commerce-flow-shell { padding-top: 34px; }
.woocommerce-checkout .commerce-flow-content { max-width: 1200px; }
.woocommerce-checkout .commerce-flow-header {
	align-items: center;
	margin-bottom: 28px;
	padding-bottom: 24px;
}
.woocommerce-checkout .commerce-flow-heading { max-width: 590px; }
.woocommerce-checkout .commerce-flow-heading h1 { font-size: clamp(38px, 3.25vw, 48px); }
.woocommerce-checkout .commerce-flow-heading p { margin-top: 9px; }
.woocommerce-checkout .commerce-flow-steps { min-width: 390px; max-width: 410px; }
.woocommerce-checkout .commerce-flow-content .wc-block-components-sidebar-layout {
	grid-template-columns: minmax(0, 760px) minmax(340px, 380px);
	justify-content: space-between;
	gap: 32px;
}
.woocommerce-checkout .wc-block-checkout__form { gap: 12px; }
.woocommerce-checkout .wc-block-checkout__form > :empty { display: none; }
.woocommerce-checkout .wc-block-components-checkout-step {
	position: relative;
	padding: 21px 23px 23px;
	border-color: #dfe5df;
	border-radius: 13px;
	box-shadow: 0 5px 18px rgba(20, 48, 40, .035);
}
.woocommerce-checkout .wc-block-checkout__contact-fields,
.woocommerce-checkout .wc-block-checkout__shipping-fields,
.woocommerce-checkout .wc-block-checkout__billing-fields,
.woocommerce-checkout .wc-block-checkout__shipping-option,
.woocommerce-checkout .wc-block-checkout__payment-method { padding-left: 23px; }
.woocommerce-checkout .wc-block-checkout__contact-fields::before,
.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
.woocommerce-checkout .wc-block-checkout__billing-fields::before,
.woocommerce-checkout .wc-block-checkout__shipping-option::before,
.woocommerce-checkout .wc-block-checkout__payment-method::before {
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	top: 19px;
	left: 22px;
	background: var(--home-forest);
	color: var(--white);
	border: 0;
	font-size: 11px;
	box-shadow: 0 3px 9px rgba(23, 58, 50, .16);
}
.woocommerce-checkout .wc-block-components-checkout-step__heading-container { margin-bottom: 12px; }
.woocommerce-checkout .wc-block-components-checkout-step__heading {
	min-height: 29px;
	margin: 0;
	padding: 2px 0 12px 42px;
}
.woocommerce-checkout .wc-block-components-checkout-step__title {
	font-size: 19px;
	letter-spacing: -.015em;
}
.woocommerce-checkout .wc-block-components-address-form { gap: 10px 12px; }
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
	height: 50px;
	background: #fcfdfb;
	border-color: #cfd8d0;
	border-radius: 9px;
	font-size: 16px;
}
.woocommerce-checkout .wc-block-checkout__form .wc-block-components-text-input input:is([type="email"], [type="text"], [type="tel"]) {
	height: 50px;
	background: #fcfdfb;
	border: 1px solid #cfd8d0;
	border-radius: 9px;
	font-size: 16px;
}
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__label { font-size: 12px; }
.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
	margin-top: 8px;
	padding: 9px 11px;
	border: 1px solid #e4e8e2;
	border-radius: 8px;
	font-size: 10px;
}
.woocommerce-checkout .wc-block-components-radio-control__option {
	min-height: 54px;
	display: flex;
	align-items: center;
	margin: 0 0 8px;
	padding: 11px 14px 11px 46px;
	background: #fcfdfb;
	border: 1px solid #d6ddd6;
	border-radius: 10px;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.woocommerce-checkout .wc-block-components-radio-control__option:last-child { margin-bottom: 0; }
.woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked) {
	background: #f3f7f1;
	border-color: #7f9a88;
	box-shadow: 0 0 0 2px rgba(23, 58, 50, .07);
}
.woocommerce-checkout .wc-block-components-radio-control__input { left: 15px; }
.woocommerce-checkout .wc-block-components-radio-control__label,
.woocommerce-checkout .wc-block-components-radio-control__description { font-size: 13px; }
.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
	color: var(--home-forest-dark);
	font-size: 13px;
	font-weight: 850;
}
.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-notice-banner {
	padding: 11px 13px;
	border-radius: 9px;
	font-size: 11px;
}
.woocommerce-checkout .wc-block-checkout__order-notes { padding: 17px 20px; }
.woocommerce-checkout .wc-block-checkout__terms {
	margin-top: 0;
	padding: 13px 16px;
	border-radius: 9px;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-height: 54px;
	border-radius: 9px;
	font-size: 14px;
}
.woocommerce-checkout .wc-block-checkout__sidebar {
	top: 132px !important;
	padding: 22px !important;
	border-radius: 13px;
	box-shadow: 0 10px 30px rgba(20, 48, 40, .06);
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
	padding-bottom: 15px;
	font-size: 19px;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price { font-size: 20px; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__content { padding-top: 5px; }
.woocommerce-checkout .wc-block-components-order-summary-item { padding: 13px 0; }
.woocommerce-checkout .wc-block-components-order-summary-item__image { width: 66px; }
.woocommerce-checkout .wc-block-components-order-summary-item__image > img {
	width: 56px;
	height: 56px;
}
.woocommerce-checkout .wc-block-components-order-summary-item__description { padding-left: 6px; }
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name { font-size: 12px; }
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata { display: none; }
.woocommerce-checkout .wc-block-components-totals-wrapper { padding: 12px 0; }
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 21px; }
.woocommerce-checkout .commerce-flow-assurances { margin-top: 34px; }

@media (max-width: 1100px) {
	.woocommerce-checkout .commerce-flow-content { max-width: 820px; }
	.woocommerce-checkout .commerce-flow-header { align-items: flex-start; }
	.woocommerce-checkout .commerce-flow-content .wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: 100%; }
	.woocommerce-checkout .wc-block-checkout__sidebar { position: static !important; }
}

@media (max-width: 780px) {
	.woocommerce-checkout .commerce-flow-shell { padding-top: 24px; }
	.woocommerce-checkout .commerce-flow-header { gap: 22px; margin-bottom: 20px; }
	.woocommerce-checkout .commerce-flow-steps { min-width: 0; max-width: none; }
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__sidebar { order: -1; }
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-checkout__main { order: 1; }
	.woocommerce-checkout .wc-block-checkout__sidebar { padding: 19px !important; }
	.woocommerce-checkout .wc-block-components-checkout-step,
	.woocommerce-checkout .wc-block-checkout__contact-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-fields,
	.woocommerce-checkout .wc-block-checkout__billing-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-option,
	.woocommerce-checkout .wc-block-checkout__payment-method { padding: 19px 18px 20px; }
	.woocommerce-checkout .wc-block-checkout__contact-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
	.woocommerce-checkout .wc-block-checkout__billing-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-option::before,
	.woocommerce-checkout .wc-block-checkout__payment-method::before {
		display: grid;
		top: 17px;
		left: 17px;
	}
	.woocommerce-checkout .wc-block-components-checkout-step__heading { padding-left: 39px; }
}

@media (max-width: 480px) {
	.woocommerce-checkout .commerce-flow-heading h1 { font-size: 33px; }
	.woocommerce-checkout .commerce-flow-heading p { max-width: 330px; }
	.woocommerce-checkout .wc-block-checkout__sidebar { padding: 16px !important; }
	.woocommerce-checkout .wc-block-components-checkout-step,
	.woocommerce-checkout .wc-block-checkout__contact-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-fields,
	.woocommerce-checkout .wc-block-checkout__billing-fields,
	.woocommerce-checkout .wc-block-checkout__shipping-option,
	.woocommerce-checkout .wc-block-checkout__payment-method { padding: 17px 14px 18px; }
	.woocommerce-checkout .wc-block-checkout__contact-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-fields::before,
	.woocommerce-checkout .wc-block-checkout__billing-fields::before,
	.woocommerce-checkout .wc-block-checkout__shipping-option::before,
	.woocommerce-checkout .wc-block-checkout__payment-method::before { display: none; }
	.woocommerce-checkout .wc-block-components-checkout-step__heading {
		padding: 0 0 12px;
	}
	.woocommerce-checkout .wc-block-components-checkout-step__title { font-size: 18px; }
	.woocommerce-checkout .wc-block-components-radio-control__option { padding-right: 10px; }
}

/* GLS pickup point selector — keep the plugin markup, match the checkout UI. */
.woocommerce-checkout .gls-blocks-pickup {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 2px;
	padding: 8px;
	background: #f3f7f1;
	border: 1px solid #d3dfd4;
	border-radius: 12px;
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button {
	box-sizing: border-box;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 13px;
	width: 100% !important;
	min-height: 54px;
	margin: 0 !important;
	padding: 12px 15px 12px 17px !important;
	background: var(--home-forest) !important;
	border: 1px solid var(--home-forest) !important;
	border-radius: 9px !important;
	box-shadow: 0 6px 16px rgba(23, 58, 50, .16);
	color: var(--white) !important;
	font-family: inherit;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: -.01em;
	text-align: left;
	transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
	cursor: pointer;
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button::before {
	content: "";
	box-sizing: border-box;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin: -3px 1px 0 2px;
	background: radial-gradient(circle at 50% 50%, currentColor 0 2px, transparent 2.5px);
	border: 2px solid currentColor;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button::after {
	content: "\2192";
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-left: auto;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	transition: transform .16s ease, background-color .16s ease;
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button:hover {
	background: var(--home-forest-dark) !important;
	border-color: var(--home-forest-dark) !important;
	box-shadow: 0 9px 22px rgba(23, 58, 50, .22);
	transform: translateY(-1px);
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button:hover::after {
	background: rgba(255, 255, 255, .18);
	transform: translateX(2px);
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button:active {
	box-shadow: 0 3px 9px rgba(23, 58, 50, .18);
	transform: translateY(0);
}

.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button:focus-visible {
	outline: 3px solid rgba(23, 58, 50, .25) !important;
	outline-offset: 3px;
	box-shadow: 0 6px 16px rgba(23, 58, 50, .2);
}

.woocommerce-checkout .gls-blocks-pickup-info:not(:empty) {
	box-sizing: border-box;
	margin: 8px 0 0;
	padding: 12px 14px;
	background: var(--white);
	border: 1px solid #d7dfd7;
	border-radius: 9px;
	color: var(--home-forest-dark);
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 480px) {
	.woocommerce-checkout .gls-blocks-pickup {
		margin-top: 9px;
		padding: 6px;
		border-radius: 11px;
	}
	.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button {
		min-height: 52px;
		gap: 10px;
		padding: 10px 11px 10px 14px !important;
		font-size: 14px !important;
	}
	.woocommerce-checkout .gls-blocks-pickup-button.wp-element-button::after {
		flex-basis: 26px;
		width: 26px;
		height: 26px;
	}
}
