/* Comandat storefront styles. */
:root {
    --color-bg: #f8fafc;
    --color-surface: #ffffff;
    --color-text-main: #0f172a;
    --color-text-muted: #64748b;
    --color-border: #e2e8f0;
    --color-primary: #0284c7;
    --color-primary-hover: #0369a1;
    --color-accent: #f59e0b;
    --color-success: #16a34a;
    --color-danger: #dc2626;
    --color-disabled: #94a3b8;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Account dashboard */
.account-shell { grid-template-columns:264px minmax(0,1fr); align-items:start; gap:28px; }
.account-shell > main { min-width:0; }
.account-sidebar { display:grid; gap:14px; position:sticky; top:145px; }
.account-profile { overflow:hidden; border-radius:16px; background:linear-gradient(145deg,#173f2b,#0d281b); color:#fff; box-shadow:0 12px 28px rgba(15,45,29,.18); }
.account-profile-top { display:flex; align-items:center; gap:11px; padding:17px 16px 15px; }
.account-avatar { width:44px; height:44px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; background:#fff; color:#166534; font-weight:850; font-size:1.1rem; }
.account-profile strong { font-family:var(--font-sans); font-size:.96rem; }
.account-profile p { margin:3px 0 0; color:#d5e4d8; font-size:.72rem; }
.account-shortcuts { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.16); }
.account-shortcuts a { display:grid; justify-items:center; gap:5px; min-height:70px; padding:11px 3px 9px; color:#fff; font-size:.67rem; text-decoration:none; }
.account-shortcuts a + a { border-left:1px solid rgba(255,255,255,.16); }
.account-shortcuts a:hover { background:rgba(255,255,255,.1); }
.account-shortcuts span { width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:#fff; color:#166534; font-size:.84rem; font-weight:800; }
.account-nav { display:grid; gap:15px; padding:10px; }
.account-nav-group { display:grid; gap:2px; }
.account-nav-group + .account-nav-group { padding-top:13px; border-top:1px solid #edf0ed; }
.account-nav-group > p { margin:0 8px 5px; color:#8a968e; font-size:.67rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.account-nav-link { display:grid !important; grid-template-columns:23px minmax(0,1fr) 12px; align-items:center; gap:8px; min-height:38px; padding:8px !important; border-radius:9px !important; color:#45544a !important; font-size:.78rem !important; font-weight:650; text-decoration:none; }
.account-nav-link > b { color:#a1aaa4; font-size:1rem; font-weight:400; line-height:1; }
.account-nav-link:hover,.account-nav-link.is-active { background:#edf8ef !important; color:#15763d !important; font-weight:800; }
.account-nav-link:hover > b,.account-nav-link.is-active > b { color:#15763d; }
.account-nav-icon { width:21px; height:21px; display:grid; place-items:center; border-radius:6px; background:#f0f4f1; color:#357f52; font-size:.8rem; font-weight:800; }
.account-nav-link.is-active .account-nav-icon { background:#ccefd6; }
.account-nav-help { background:#f6f9f7; border-radius:10px; }
.account-nav-help .account-nav-link { color:#23663d !important; }
.account-overview,.account-section-content { min-height:520px; padding:31px; border:1px solid var(--color-border); border-radius:16px; background:#fff; box-shadow:0 5px 18px rgba(31,41,55,.035); }
.account-welcome { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:28px; }
.account-welcome h1,.account-section-heading h1 { margin:0 0 8px; color:var(--color-dark); font-family:var(--font-sans); font-size:2rem; letter-spacing:-.055em; }
.account-welcome > div > p:not(.eyebrow),.account-section-heading > p:not(.eyebrow) { max-width:570px; margin:0; color:var(--color-text-muted); }
.account-welcome .btn { flex:0 0 auto; white-space:nowrap; }
.account-panel { border:1px solid #dfe9e1; border-radius:14px; background:#fbfdfb; }
.account-details-panel { padding:22px; }
.account-panel-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }
.account-panel-heading h2,.account-activity h2 { margin:2px 0 7px; color:#1f2937; font-family:var(--font-sans); font-size:1.1rem; letter-spacing:-.025em; }
.account-panel-heading > div > p:not(.eyebrow) { max-width:510px; margin:0; color:#65736a; font-size:.82rem; line-height:1.55; }
.account-panel-icon { width:41px; height:41px; display:grid; place-items:center; flex:0 0 auto; border-radius:12px; background:#dff4e5; color:#187940; font-weight:850; }
.account-login-link { display:inline-flex; align-items:center; gap:6px; margin-top:18px; color:#19733e; font-size:.8rem; font-weight:800; text-decoration:none; }
.account-login-link:hover { color:#0e5329; text-decoration:underline; }
.account-action-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:14px; }
.account-action-card { display:grid; grid-template-columns:34px minmax(0,1fr) 10px; align-items:center; gap:10px; min-height:92px; padding:15px; border:1px solid #e2eae4; border-radius:13px; background:#fff; color:#26352c; text-decoration:none; transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease; }
.account-action-card:hover { transform:translateY(-2px); border-color:#b8dfc3; box-shadow:0 9px 18px rgba(35,93,51,.09); }
.account-action-card strong,.account-action-card small { display:block; }
.account-action-card strong { margin-bottom:3px; font-size:.78rem; }
.account-action-card small { color:#718077; font-size:.67rem; line-height:1.35; }
.account-action-card > b { color:#8a968e; font-size:1rem; font-weight:400; }
.account-action-icon { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; background:#dff3e5; color:#14783d; font-weight:850; }
.account-action-icon.is-accent { background:#fff1d7; color:#b66b00; }
.account-action-icon.is-blue { background:#e2efff; color:#1c6fc0; }
.account-activity { margin-top:28px; padding-top:24px; border-top:1px solid #e7ece8; }
.account-activity > header { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:14px; }
.account-activity > header > p { max-width:290px; margin:0; color:#748078; font-size:.74rem; line-height:1.45; text-align:right; }
.account-stat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.account-stat-grid a { display:grid; gap:18px; min-height:94px; padding:16px; border-radius:13px; background:#f4f8f5; color:#27362c; text-decoration:none; }
.account-stat-grid a:hover { background:#edf8ef; }
.account-stat-grid strong { font-size:.83rem; }
.account-stat-grid span { display:flex; justify-content:space-between; gap:8px; color:#4f6a58; font-size:.7rem; }
.account-stat-grid b { color:#16763d; }
.account-section-content { padding:34px; }
.account-section-heading { margin-bottom:28px; }
.account-section-content .account-empty { max-width:620px; margin-top:0; }
@media (max-width:980px) { .account-shell { grid-template-columns:226px minmax(0,1fr); gap:18px; }.account-sidebar { top:125px; }.account-welcome { align-items:flex-start; flex-direction:column; }.account-action-grid,.account-stat-grid { grid-template-columns:1fr; }.account-action-card { min-height:72px; }.account-activity > header { align-items:flex-start; flex-direction:column; }.account-activity > header > p { text-align:left; } }
@media (max-width:800px) { .account-shell { display:block; }.account-sidebar { position:static; margin-bottom:16px; }.account-nav { grid-auto-flow:column; grid-auto-columns:minmax(170px,1fr); overflow-x:auto; padding:10px; }.account-nav-group { display:contents; }.account-nav-group + .account-nav-group { padding-top:0; border-top:0; }.account-nav-group > p { display:none; }.account-nav-link { grid-template-columns:22px minmax(0,1fr) !important; }.account-nav-link > b { display:none; }.account-nav-help { background:transparent; }.account-overview,.account-section-content { min-height:0; padding:23px 18px; }.account-welcome h1,.account-section-heading h1 { font-size:1.65rem; }.account-welcome .btn { width:100%; text-align:center; }.account-details-panel { padding:18px; } }
@media (max-width:460px) { .account-profile-top { padding:15px; }.account-shortcuts a { min-height:64px; }.account-nav { grid-auto-columns:190px; }.account-panel-heading { align-items:center; }.account-panel-icon { display:none; }.account-action-grid { gap:9px; } }

/* Desktop storefront refresh — guided by the supplied Webstore design. */
:root {
    --color-bg: #faf9f6;
    --color-surface: #ffffff;
    --color-text-main: #1f2937;
    --color-text-muted: #6b7280;
    --color-border: #e5e7eb;
    --color-primary: #16a34a;
    --color-primary-hover: #15803d;
    --color-accent: #ef4444;
    --color-soft-green: #eaf8ef;
    --color-dark: #1f2937;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body { background: var(--color-bg); color: var(--color-text-main); line-height: 1.5; }
a { color: inherit; }
.header-container, .main-container, .footer-container { max-width: 1320px; padding-inline: 24px; }
.announcement-bar { background: var(--color-primary); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .02em; padding: 7px 24px; text-align: center; }
.site-header { background: rgba(255,255,255,.91); border: 0; box-shadow: 0 8px 28px rgba(31,41,55,.06); backdrop-filter: blur(18px); }
.header-main-row { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--color-dark); font-size: 1.25rem; font-weight: 800; letter-spacing: -.07em; text-decoration: none; white-space: nowrap; }
.brand-logo:hover { color: var(--color-primary); text-decoration: none; }
.brand-mark { width: 31px; height: 31px; display: inline-grid; place-items: center; color: white; background: var(--color-primary); border-radius: 10px 10px 10px 3px; font-size: 1.2rem; font-weight: 800; }
.site-search { display: flex; flex: 1; max-width: 600px; height: 46px; margin-left: auto; border: 1px solid #d7dde3; border-radius: 999px; background: #fff; overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.site-search:focus-within { border-color: var(--color-primary); box-shadow: 0 0 0 4px rgba(22,163,74,.11); }
.site-search input { width: 100%; padding: 0 18px; border: 0; background: transparent; color: var(--color-text-main); outline: 0; }
.site-search button { width: 52px; border: 0; background: transparent; color: var(--color-primary); cursor: pointer; font-size: 1.65rem; line-height: 1; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-action { position: relative; display: inline-flex; align-items: center; gap: 5px; color: #374151; font-size: .83rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.header-action > span:first-child { color: var(--color-primary); font-size: 1.2rem; }
.header-action:hover { color: var(--color-primary); text-decoration: none; }
.cart-action strong { min-width: 18px; height: 18px; display: inline-grid; place-items: center; position: absolute; top: -11px; left: 9px; padding: 0 4px; background: var(--color-accent); border: 2px solid white; border-radius: 999px; color: white; font-size: .62rem; }
.nav-band { background: linear-gradient(105deg, #1f2937, #2f4858); color: white; }
.nav-band-inner { display: flex; height: 44px; align-items: center; gap: 24px; }
.products-menu { position: relative; z-index: 10; }
.products-menu summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 8px; background: rgba(255,255,255,.12); cursor: pointer; font-size: .86rem; font-weight: 700; }
.products-menu summary::-webkit-details-marker { display: none; }
.products-dropdown { width: 290px; position: absolute; top: 42px; left: 0; padding: 12px; border: 1px solid #e5e7eb; border-radius: 0 12px 12px 12px; background: white; box-shadow: 0 18px 38px rgba(31,41,55,.18); }
.products-dropdown a { display: flex; justify-content: space-between; padding: 10px; border-radius: 8px; color: #374151; font-size: .88rem; text-decoration: none; }
.products-dropdown a:hover { background: var(--color-soft-green); color: var(--color-primary); }
.dropdown-label { padding: 4px 10px 8px; color: var(--color-text-muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.main-nav { display: flex; gap: 22px; }
.main-nav a, .nav-help { color: rgba(255,255,255,.86); font-size: .82rem; text-decoration: none; }
.main-nav a:hover { color: white; text-decoration: none; }
.nav-help { margin-left: auto; font-size: .75rem; }
.site-main { padding: 36px 0 72px; }
.hero-banner { min-height: 348px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px,.92fr); gap: 30px; position: relative; overflow: hidden; margin-bottom: 52px; padding: 48px 54px; border-radius: 22px; background: linear-gradient(118deg, #effcf1, #d4f5df 54%, #b3e8ca); color: var(--color-dark); text-align: left; }
.hero-copy { position: relative; z-index: 1; max-width: 640px; }
.eyebrow { margin-bottom: 10px; color: var(--color-primary); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-banner h1 { max-width: 600px; margin-bottom: 16px; font-size: clamp(2.25rem,4vw,4.2rem); font-weight: 800; letter-spacing: -.06em; line-height: 1.02; }
.hero-subtitle { max-width: 510px; color: #4b5563; font-size: 1.06rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.text-action { color: var(--color-primary); font-weight: 700; font-size: .9rem; text-decoration: none; }
.text-action:hover { color: var(--color-primary-hover); text-decoration: underline; }
.hero-art { position: relative; min-height: 230px; }
.hero-orb { position: absolute; display: block; border-radius: 50%; background: rgba(255,255,255,.56); box-shadow: inset 0 0 0 18px rgba(255,255,255,.15), 0 22px 32px rgba(22,163,74,.16); }
.orb-one { width: 215px; height: 215px; right: 10%; top: 10px; }
.orb-two { width: 122px; height: 122px; right: 48%; bottom: 4px; background: rgba(22,163,74,.19); }
.hero-card { position: absolute; right: 13%; bottom: 26px; padding: 20px 25px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.77); box-shadow: 0 18px 38px rgba(31,41,55,.12); color: #4b5563; font-size: .9rem; backdrop-filter: blur(14px); }
.hero-card strong { color: var(--color-primary); font-size: 1.65rem; letter-spacing: -.05em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.section-heading h2, .newsletter-panel h2 { font-size: clamp(1.55rem,2.2vw,2.2rem); font-weight: 800; letter-spacing: -.045em; }
.categories-section, .products-section { margin-bottom: 54px; }
.category-grid { grid-template-columns: repeat(auto-fit,minmax(175px,1fr)); gap: 14px; }
.category-card { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 16px; border: 1px solid var(--color-border); border-radius: 14px; background: white; color: var(--color-dark); text-align: left; text-decoration: none; box-shadow: 0 6px 18px rgba(31,41,55,.035); }
.category-card:hover { border-color: #86d8a3; box-shadow: 0 12px 25px rgba(22,163,74,.1); transform: translateY(-2px); }
.category-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--color-soft-green); color: var(--color-primary); }
.category-name { font-weight: 700; }
.category-arrow { margin-left: auto; color: #9ca3af; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0 0 54px; padding: 18px 12px; border: 1px solid #e8ede8; border-radius: 16px; background: #fff; }
.trust-strip div { display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; align-items: center; padding: 8px 20px; border-right: 1px solid var(--color-border); }
.trust-strip div:last-child { border: 0; }
.trust-strip span { grid-row: span 2; color: var(--color-primary); font-size: 1.25rem; font-weight: 800; }
.trust-strip strong { font-size: .87rem; }.trust-strip small { color: var(--color-text-muted); font-size: .74rem; }
.product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--color-border); border-radius: 15px; background: white; box-shadow: 0 5px 17px rgba(31,41,55,.035); }
.product-card:hover { box-shadow: 0 18px 32px rgba(31,41,55,.09); transform: translateY(-3px); }
.product-image-wrapper { aspect-ratio: 1 / .86; position: relative; display: grid; place-items: center; overflow: hidden; background: #f5f6f4; text-decoration: none; }.product-thumb { width: 100%; height: 100%; object-fit: contain; padding: 14px; mix-blend-mode: multiply; }.product-placeholder { color: #aeb9b0; font-weight: 800; letter-spacing: -.05em; }
.product-info { padding: 16px; }.product-availability { margin-bottom: 8px; color: var(--color-primary); font-size: .72rem; font-weight: 700; }.product-title { min-height: 46px; margin-bottom: 11px; font-size: .92rem; line-height: 1.42; }.product-title a { color: var(--color-dark); text-decoration: none; }.product-title a:hover { color: var(--color-primary); }
.product-price-block { gap: 9px; margin-bottom: 14px; }.current-price, .main-price { color: var(--color-dark); font-size: 1.08rem; font-weight: 800; }.baseline-price { color: #9ca3af; font-size: .78rem; }.add-link { display: flex; justify-content: space-between; align-items: center; color: var(--color-primary); font-size: .8rem; font-weight: 700; text-decoration: none; }.add-link span { font-size: 1.1rem; }
.badge { border-radius: 999px; font-size: .65rem; letter-spacing: .04em; }.badge-accent { background: #ef4444; }.badge-in-stock { background: var(--color-soft-green); }.newsletter-panel { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 36px 42px; border-radius: 18px; background: #1f2937; color: white; }.newsletter-panel .eyebrow { color: #86efac; }.newsletter-panel p:not(.eyebrow) { margin-top: 8px; color: #d1d5db; }.newsletter-form { display: flex; width: min(100%,460px); padding: 5px; border-radius: 12px; background: white; }.newsletter-form input { min-width: 0; flex: 1; padding: 0 13px; border: 0; outline: 0; color: var(--color-dark); }.btn { border-radius: 10px; padding: 12px 18px; font-size: .88rem; }.btn-primary { background: var(--color-primary); }.btn-primary:hover { background: var(--color-primary-hover); }.btn-secondary { color: var(--color-primary); border-color: #bfe7ca; }.site-footer { border: 0; background: #f0f4f0; color: #4b5563; text-align: left; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 34px; padding-top: 50px; padding-bottom: 38px; }.footer-grid section { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-grid h2 { color: var(--color-dark); font-size: .92rem; }.footer-grid a { color: #6b7280; font-size: .82rem; text-decoration: none; }.footer-grid a:hover { color: var(--color-primary); }.footer-grid p { font-size: .82rem; line-height: 1.6; }.footer-brand { margin-bottom: 7px; }.footer-note { color: var(--color-primary); }.footer-bottom { padding-top: 16px; padding-bottom: 22px; border-top: 1px solid #dce5dc; color: #8a938b; font-size: .73rem; }

/* Catalog and product detail. */
.breadcrumbs { margin-bottom: 18px; }.breadcrumbs a { color: var(--color-primary); }.catalog-hero { display: flex; justify-content: space-between; align-items: center; min-height: 155px; margin-bottom: 26px; padding: 26px 34px; border-radius: 18px; background: linear-gradient(110deg,#f0fbf2,#e3f7e9); }.catalog-hero h1 { margin: 0 0 8px; font-size: 2.15rem; letter-spacing: -.05em; }.catalog-hero p:last-child { color: var(--color-text-muted); }.catalog-hero-mark { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: rgba(22,163,74,.12); color: var(--color-primary); font-size: 2rem; }.catalog-layout { display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 28px; }.catalog-sidebar { height: max-content; padding: 18px; border: 1px solid var(--color-border); border-radius: 14px; background: #fff; }.catalog-sidebar h2 { font-size: 1rem; }.sidebar-caption { margin: 5px 0 15px; color: var(--color-text-muted); font-size: .79rem; }.filter-link { display: block; padding: 10px; border-radius: 8px; color: #4b5563; font-size: .86rem; text-decoration: none; }.filter-link:hover,.filter-link.is-active { background: var(--color-soft-green); color: var(--color-primary); font-weight: 700; }.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; color: var(--color-text-muted); font-size: .84rem; }.catalog-toolbar strong { color: var(--color-dark); }.catalog-toolbar select { margin-left: 8px; padding: 8px 25px 8px 10px; border: 1px solid var(--color-border); border-radius: 8px; background: white; color: #4b5563; }.pagination-nav { display: flex; justify-content: center; margin-top: 30px; }.product-page-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.95fr); gap: 50px; }.product-hero-frame { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: #f1f3f1; }.product-hero-image { width: 100%; height: 100%; object-fit: contain; padding: 38px; mix-blend-mode: multiply; }.media-thumbnails { display: flex; gap: 10px; margin-top: 12px; }.thumbnail-image { width: 74px; height: 74px; padding: 6px; border: 1px solid var(--color-border); border-radius: 10px; object-fit: contain; background: white; }.product-summary-pane { position: relative; padding: 6px 0; }.product-summary-pane .badge-accent { position: static; display: inline-block; margin-bottom: 13px; }.product-main-title { margin-bottom: 16px; font-size: clamp(1.7rem,3vw,2.6rem); letter-spacing: -.055em; line-height: 1.12; }.product-price-section { display: flex; align-items: center; gap: 12px; margin: 20px 0; }.main-price { color: var(--color-primary); font-size: 2rem; }.delivery-card { display: flex; gap: 13px; margin: 22px 0; padding: 16px; border: 1px solid #caead3; border-radius: 12px; background: var(--color-soft-green); }.delivery-card > span { color: var(--color-primary); font-size: 1.35rem; }.delivery-card p { margin-top: 4px; color: #4b5563; font-size: .82rem; }.product-actions { display: flex; gap: 10px; margin: 26px 0 32px; }.btn-large { min-height: 50px; flex: 1; font-size: .96rem; }.icon-button { width: 50px; border: 1px solid #cbe7d3; border-radius: 10px; background: white; color: var(--color-primary); cursor: pointer; font-size: 1.5rem; }.product-description-section,.product-specs-section { padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--color-border); }.product-description-section h2,.product-specs-section h2 { margin-bottom: 13px; font-size: 1.05rem; }.description-text { color: #4b5563; line-height: 1.7; }.specs-table { width: 100%; border-collapse: collapse; }.specs-table th,.specs-table td { padding: 10px 0; border-bottom: 1px solid var(--color-border); font-size: .84rem; text-align: left; }.specs-table th { width: 42%; color: var(--color-text-muted); font-weight: 600; }.specs-table td { color: var(--color-dark); }

@media (max-width: 950px) { .header-main-row { height: auto; padding-block: 14px; flex-wrap: wrap; }.site-search { order: 3; max-width: none; flex-basis: 100%; }.nav-help { display: none; }.product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.trust-strip { grid-template-columns: repeat(2,1fr); }.trust-strip div:nth-child(2) { border-right: 0; }.catalog-layout { grid-template-columns: 1fr; }.catalog-sidebar { display: none; }.product-page-layout { grid-template-columns: 1fr; gap: 28px; }.footer-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px) { .header-container,.main-container,.footer-container { padding-inline: 16px; }.header-actions { gap: 10px; }.header-action span:last-of-type { display: none; }.main-nav { gap: 12px; overflow: hidden; }.main-nav a { white-space: nowrap; }.hero-banner { grid-template-columns: 1fr; padding: 32px 24px; }.hero-art { min-height: 145px; }.orb-one { width: 150px; height: 150px; }.orb-two { width: 86px; height: 86px; }.hero-card { right: 7%; bottom: 0; }.hero-actions,.newsletter-panel { align-items: flex-start; flex-direction: column; }.product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.product-info { padding: 11px; }.product-title { font-size: .82rem; }.trust-strip { grid-template-columns: 1fr; }.trust-strip div { border-right: 0; border-bottom: 1px solid var(--color-border); }.trust-strip div:last-child { border-bottom: 0; }.newsletter-panel { padding: 26px 22px; }.newsletter-form { width: 100%; }.footer-grid { grid-template-columns: 1fr; } }

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

body {
    font-family: var(--font-sans);
    background-color: var(--color-bg);
    color: var(--color-text-main);
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    background: var(--color-primary);
    color: white;
    padding: 0.5rem 1rem;
    z-index: 1000;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-weight: 600;
}

.skip-link:focus {
    top: 1rem;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Layout Containers */
.header-container, .main-container, .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Site Header */
.site-header {
    background-color: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.nav-list a {
    color: var(--color-text-main);
    font-weight: 500;
}

.nav-list a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

/* Site Main */
.site-main {
    flex: 1;
    padding: 2rem 0;
}

/* Hero Section */
.hero-banner {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2.5rem;
    text-align: center;
}

.hero-banner h1 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.hero-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
}

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.breadcrumbs ol {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 0.5rem;
    color: var(--color-text-muted);
}

.breadcrumbs span[aria-current="page"] {
    color: var(--color-text-muted);
}

/* Sections */
.categories-section, .products-section {
    margin-bottom: 3rem;
}

.categories-section h2, .products-section h2, .category-header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.category-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    text-align: center;
    font-weight: 600;
    color: var(--color-text-main);
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.category-card:hover {
    transform: translateY(-2px);
    border-color: var(--color-primary);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.product-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.product-card.sold-out {
    opacity: 0.85;
}

.product-image-wrapper {
    aspect-ratio: 1;
    background: #f1f5f9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.product-title a {
    color: var(--color-text-main);
}

.product-title a:hover {
    color: var(--color-primary);
}

.product-price-block {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.current-price, .main-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text-main);
}

.main-price {
    font-size: 1.75rem;
    color: var(--color-primary);
}

.baseline-price {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: var(--color-text-muted);
}

.product-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-accent {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--color-accent);
    color: #ffffff;
    z-index: 10;
}

.badge-in-stock {
    background: #dcfce7;
    color: var(--color-success);
}

.badge-sold-out {
    background: #fee2e2;
    color: var(--color-danger);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 600;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.btn-primary {
    background-color: var(--color-primary);
    color: #ffffff;
}

.btn-primary:hover {
    background-color: var(--color-primary-hover);
    text-decoration: none;
}

.btn-secondary {
    background-color: var(--color-surface);
    color: var(--color-primary);
    border: 1px solid var(--color-border);
}

.btn-secondary:hover {
    border-color: var(--color-primary);
    text-decoration: none;
}

.btn-disabled {
    background-color: var(--color-disabled);
    color: #ffffff;
    cursor: not-allowed;
}

.btn-large {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-size: 1.1rem;
}

/* Product Page Layout */
.product-page-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    background: var(--color-surface);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
}

@media (min-width: 768px) {
    .product-page-layout {
        grid-template-columns: 1fr 1fr;
    }
}

.product-media-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-hero-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--radius-md);
    background: #f1f5f9;
}

.media-thumbnails {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
}

.thumbnail-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
}

.product-main-title {
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-price-section {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stock-status-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.product-actions {
    margin-bottom: 2rem;
}

.product-description-section, .product-specs-section {
    margin-top: 2rem;
    border-top: 1px solid var(--color-border);
    padding-top: 1.5rem;
}

.product-description-section h2, .product-specs-section h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table th, .specs-table td {
    padding: 0.75rem;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
}

.specs-table th {
    font-weight: 600;
    color: var(--color-text-muted);
    width: 40%;
}

/* Pagination */
.pagination-nav {
    margin-top: 2rem;
    text-align: center;
}

.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--color-text-muted);
    font-size: 1.1rem;
}

/* Site Footer */
.site-footer {
    background-color: var(--color-surface);
    border-top: 1px solid var(--color-border);
    padding: 2rem 0;
    margin-top: auto;
    font-size: 0.875rem;
    color: var(--color-text-muted);
    text-align: center;
}

/* Keep the desktop storefront treatment last: the legacy stylesheet above
   remains useful for structural fallbacks, while these rules own the visual
   surface presented by cmd/webstore. */
.site-header { background: rgba(255,255,255,.91); border: 0; box-shadow: 0 8px 28px rgba(31,41,55,.06); backdrop-filter: blur(18px); }
.header-container,.main-container,.footer-container { max-width:1320px; padding-inline:24px; }
.header-main-row { height:76px; display:flex; align-items:center; gap:28px; }
.brand-logo { display:inline-flex; align-items:center; gap:8px; color:var(--color-dark); font-family:var(--font-sans); font-size:1.25rem; font-weight:800; letter-spacing:-.07em; text-decoration:none; white-space:nowrap; }.brand-logo:hover { color:var(--color-primary); text-decoration:none; }
.site-search { display:flex; flex:1; max-width:600px; height:46px; margin-left:auto; border:1px solid #d7dde3; border-radius:999px; background:#fff; overflow:hidden; }.site-search input { width:100%; padding:0 18px; border:0; background:transparent; color:var(--color-text-main); outline:0; }.site-search button { width:52px; border:0; background:transparent; color:var(--color-primary); cursor:pointer; font-size:1.65rem; }
.header-actions { display:flex; align-items:center; gap:15px; }.header-action { position:relative; display:inline-flex; align-items:center; gap:5px; color:#374151; font-size:.83rem; font-weight:600; text-decoration:none; white-space:nowrap; }.header-action:hover { color:var(--color-primary); text-decoration:none; }.cart-action strong { min-width:18px; height:18px; display:inline-grid; place-items:center; position:absolute; top:-11px; left:9px; padding:0 4px; background:var(--color-accent); border:2px solid white; border-radius:999px; color:white; font-size:.62rem; }
.nav-band { background:linear-gradient(105deg,#1f2937,#2f4858); color:white; }.nav-band-inner { display:flex; height:44px; align-items:center; gap:24px; }.main-nav { display:flex; gap:22px; }.main-nav a,.nav-help { color:rgba(255,255,255,.86); font-size:.82rem; text-decoration:none; }.main-nav a:hover { color:white; text-decoration:none; }.nav-help { margin-left:auto; font-size:.75rem; }
.site-main { padding:36px 0 72px; }.hero-banner { min-height:348px; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr); gap:30px; position:relative; overflow:hidden; margin-bottom:52px; padding:48px 54px; border-radius:22px; background:linear-gradient(118deg,#effcf1,#d4f5df 54%,#b3e8ca); color:var(--color-dark); text-align:left; }.hero-banner h1 { max-width:600px; margin-bottom:16px; font-family:var(--font-sans); font-size:clamp(2.25rem,4vw,4.2rem); font-weight:800; letter-spacing:-.06em; line-height:1.02; }.hero-subtitle { max-width:510px; color:#4b5563; font-size:1.06rem; line-height:1.7; }.hero-actions { display:flex; align-items:center; gap:22px; margin-top:28px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:22px; }.section-heading h2,.newsletter-panel h2 { font-family:var(--font-sans); font-size:clamp(1.55rem,2.2vw,2.2rem); font-weight:800; letter-spacing:-.045em; }.category-grid { grid-template-columns:repeat(auto-fit,minmax(175px,1fr)); gap:14px; }.category-card { display:flex; align-items:center; gap:12px; min-height:78px; padding:16px; border:1px solid var(--color-border); border-radius:14px; background:white; color:var(--color-dark); text-align:left; text-decoration:none; }.category-card:hover { border-color:#86d8a3; box-shadow:0 12px 25px rgba(22,163,74,.1); transform:translateY(-2px); }
.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:0 0 54px; padding:18px 12px; border:1px solid #e8ede8; border-radius:16px; background:#fff; }.trust-strip div { display:grid; grid-template-columns:34px 1fr; column-gap:10px; align-items:center; padding:8px 20px; border-right:1px solid var(--color-border); }.trust-strip div:last-child { border:0; }.trust-strip span { grid-row:span 2; color:var(--color-primary); font-size:1.25rem; font-weight:800; }.trust-strip strong { font-size:.87rem; }.trust-strip small { color:var(--color-text-muted); font-size:.74rem; }
.product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }.product-card { min-width:0; border:1px solid var(--color-border); border-radius:15px; background:white; box-shadow:0 5px 17px rgba(31,41,55,.035); }.product-card:hover { box-shadow:0 18px 32px rgba(31,41,55,.09); transform:translateY(-3px); }.product-image-wrapper { aspect-ratio:1/.86; background:#f5f6f4; }.product-thumb { object-fit:contain; padding:14px; mix-blend-mode:multiply; }.product-info { padding:16px; }.product-title { min-height:46px; margin-bottom:11px; font-family:var(--font-sans); font-size:.92rem; font-weight:700; line-height:1.42; }.product-title a { color:var(--color-dark); text-decoration:none; }.product-title a:hover { color:var(--color-primary); }.product-availability { margin-bottom:8px; color:var(--color-primary); font-size:.72rem; font-weight:700; }.current-price,.main-price { color:var(--color-dark); font-size:1.08rem; font-weight:800; }.add-link { display:flex; justify-content:space-between; color:var(--color-primary); font-size:.8rem; font-weight:700; text-decoration:none; }
.newsletter-panel { display:flex; justify-content:space-between; align-items:center; gap:36px; padding:36px 42px; border-radius:18px; background:#1f2937; color:white; }.newsletter-panel .eyebrow { color:#86efac; }.newsletter-panel p:not(.eyebrow) { margin-top:8px; color:#d1d5db; }.newsletter-form { display:flex; width:min(100%,460px); padding:5px; border-radius:12px; background:white; }.newsletter-form input { min-width:0; flex:1; padding:0 13px; border:0; outline:0; color:var(--color-dark); }.btn { border-radius:10px; padding:12px 18px; font-size:.88rem; }.btn-primary { background:var(--color-primary); }.btn-primary:hover { background:var(--color-primary-hover); }.site-footer { border:0; background:#f0f4f0; color:#4b5563; text-align:left; }.footer-grid { display:grid; grid-template-columns:2fr repeat(3,1fr); gap:34px; padding-top:50px; padding-bottom:38px; }.footer-grid section { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }.footer-grid h2 { font-family:var(--font-sans); color:var(--color-dark); font-size:.92rem; }.footer-grid a { color:#6b7280; font-size:.82rem; text-decoration:none; }.footer-bottom { padding-top:16px; padding-bottom:22px; border-top:1px solid #dce5dc; color:#8a938b; font-size:.73rem; }
.catalog-hero { display:flex; justify-content:space-between; align-items:center; min-height:155px; margin-bottom:26px; padding:26px 34px; border-radius:18px; background:linear-gradient(110deg,#f0fbf2,#e3f7e9); }.catalog-hero h1 { margin:0 0 8px; font-family:var(--font-sans); font-size:2.15rem; font-weight:800; letter-spacing:-.05em; }.catalog-layout { display:grid; grid-template-columns:235px minmax(0,1fr); gap:28px; }.catalog-sidebar { height:max-content; padding:18px; border:1px solid var(--color-border); border-radius:14px; background:#fff; }.catalog-sidebar h2 { font-family:var(--font-sans); font-size:1rem; }.filter-link { display:block; padding:10px; border-radius:8px; color:#4b5563; font-size:.86rem; text-decoration:none; }.filter-link:hover,.filter-link.is-active { background:var(--color-soft-green); color:var(--color-primary); font-weight:700; }.catalog-toolbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; color:var(--color-text-muted); font-size:.84rem; }
.product-page-layout { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr); gap:50px; }.product-hero-frame { aspect-ratio:1; display:grid; place-items:center; overflow:hidden; border-radius:18px; background:#f1f3f1; }.product-hero-image { width:100%; height:100%; object-fit:contain; padding:38px; mix-blend-mode:multiply; }.product-summary-pane { position:relative; padding:6px 0; }.product-main-title { margin-bottom:16px; font-family:var(--font-sans); font-size:clamp(1.7rem,3vw,2.6rem); font-weight:800; letter-spacing:-.055em; line-height:1.12; }.main-price { color:var(--color-primary); font-size:2rem; }.delivery-card { display:flex; gap:13px; margin:22px 0; padding:16px; border:1px solid #caead3; border-radius:12px; background:var(--color-soft-green); }.product-actions { display:flex; gap:10px; margin:26px 0 32px; }.btn-large { min-height:50px; flex:1; font-size:.96rem; }.icon-button { width:50px; border:1px solid #cbe7d3; border-radius:10px; background:white; color:var(--color-primary); cursor:pointer; font-size:1.5rem; }.product-description-section,.product-specs-section { padding-top:24px; margin-top:24px; border-top:1px solid var(--color-border); }.product-description-section h2,.product-specs-section h2 { font-family:var(--font-sans); font-size:1.05rem; font-weight:800; }.description-text { color:#4b5563; line-height:1.7; }.description-text > :first-child { margin-top:0; }.description-text p { margin:0 0 14px; }.description-text h2,.description-text h3,.description-text h4,.description-text h5,.description-text h6 { margin:24px 0 9px; color:#1f2937; font-family:var(--font-sans); font-size:1rem; font-weight:800; line-height:1.3; }.description-text ul,.description-text ol { margin:0 0 14px; padding-left:22px; }.description-text li + li { margin-top:5px; }.description-text a { color:#15803d; font-weight:700; }
@media (max-width:950px) { .header-main-row { height:auto; padding-block:14px; flex-wrap:wrap; }.site-search { order:3; max-width:none; flex-basis:100%; }.nav-help { display:none; }.product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }.trust-strip { grid-template-columns:repeat(2,1fr); }.catalog-layout,.product-page-layout { grid-template-columns:1fr; }.catalog-sidebar { display:none; }.footer-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px) { .header-container,.main-container,.footer-container { padding-inline:16px; }.header-action span:last-of-type { display:none; }.hero-banner { grid-template-columns:1fr; padding:32px 24px; }.product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.trust-strip { grid-template-columns:1fr; }.trust-strip div { border-right:0; border-bottom:1px solid var(--color-border); }.newsletter-panel { align-items:flex-start; flex-direction:column; padding:26px 22px; }.newsletter-form { width:100%; }.footer-grid { grid-template-columns:1fr; } }

/* Client-side desktop pages: they hydrate only private API data at runtime. */
.client-page-heading { max-width:670px; margin:25px 0 28px; }.client-page-heading h1 { margin-bottom:10px; font-family:var(--font-sans); font-size:clamp(2rem,3.5vw,3.25rem); font-weight:800; letter-spacing:-.06em; }.client-page-heading p:last-of-type { color:var(--color-text-muted); }.client-page-heading .btn { margin-top:20px; }.client-skeleton { display:grid; grid-template-columns:2fr 1fr; gap:20px; }.client-skeleton span { min-height:130px; border-radius:16px; background:linear-gradient(100deg,#eef1ee 25%,#f8faf8 45%,#eef1ee 65%); background-size:200% 100%; animation:storefront-loading 1.2s infinite; }.client-skeleton span:first-child { grid-row:span 2; }@keyframes storefront-loading { to { background-position:-200% 0; } }
.cart-layout,.checkout-layout { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:28px; align-items:start; }.cart-items,.checkout-forms { display:grid; gap:15px; }.cart-item,.cart-summary,.checkout-card,.account-nav,.account-content { border:1px solid var(--color-border); border-radius:16px; background:white; box-shadow:0 5px 18px rgba(31,41,55,.035); }.cart-item { display:grid; grid-template-columns:62px minmax(0,1fr) auto auto 28px; align-items:center; gap:16px; padding:15px; }.cart-item-icon { width:62px; height:62px; display:grid; place-items:center; border-radius:12px; background:#eff4ef; color:var(--color-primary); font-weight:800; letter-spacing:-.07em; }.cart-item h2 { font-family:var(--font-sans); font-size:.95rem; line-height:1.35; }.cart-item p:last-child { color:var(--color-text-muted); font-size:.8rem; }.quantity-control { display:flex; align-items:center; gap:10px; border:1px solid var(--color-border); border-radius:9px; padding:4px; }.quantity-control button { width:26px; height:26px; border:0; border-radius:6px; background:#f2f5f2; color:var(--color-primary); cursor:pointer; font-size:1.05rem; }.quantity-control strong,.cart-line-price { font-size:.86rem; white-space:nowrap; }.remove-item { border:0; background:none; color:#9ca3af; cursor:pointer; font-size:1.45rem; }.remove-item:hover { color:var(--color-accent); }.cart-summary { padding:22px; }.cart-summary h2,.checkout-card h2 { margin-bottom:17px; font-family:var(--font-sans); font-size:1.05rem; font-weight:800; }.cart-summary > div { display:flex; justify-content:space-between; gap:14px; margin:11px 0; color:#4b5563; font-size:.86rem; }.cart-summary hr { margin:17px 0; }.cart-summary .total-row { color:var(--color-dark); font-size:1rem; }.btn-block { width:100%; margin-top:20px; }.summary-note { margin-top:12px; color:var(--color-text-muted); font-size:.74rem; line-height:1.5; }.checkout-progress { display:flex; align-items:center; justify-content:space-between; margin:8px 0 35px; padding:0 6px; color:#9ca3af; font-size:.78rem; font-weight:700; }.checkout-progress span { flex:1; position:relative; text-align:center; }.checkout-progress span:not(:last-child)::after { content:""; height:2px; position:absolute; top:50%; left:65%; right:-35%; background:#e5e7eb; }.checkout-progress .is-active { color:var(--color-primary); }.checkout-progress .is-active::after { background:#86d8a3; }.client-page-heading.compact { margin-top:0; }.checkout-card { padding:22px; }.choice-card { display:flex; gap:11px; align-items:flex-start; margin-top:10px; padding:15px; border:1px solid var(--color-border); border-radius:11px; cursor:pointer; }.choice-card:has(input:checked) { border-color:#86d8a3; background:var(--color-soft-green); }.choice-card input { margin-top:3px; accent-color:var(--color-primary); }.choice-card span { display:grid; gap:3px; }.choice-card strong { font-size:.88rem; }.choice-card small { color:var(--color-text-muted); font-size:.77rem; }.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; }.form-grid label { display:grid; gap:6px; color:#4b5563; font-size:.8rem; font-weight:700; }.form-grid input { width:100%; min-height:40px; padding:9px 11px; border:1px solid var(--color-border); border-radius:8px; outline-color:var(--color-primary); font-weight:400; }.span-2 { grid-column:span 2; }.summary-product { align-items:start; }.summary-product span { max-width:68%; font-size:.78rem; }.sticky-summary { position:sticky; top:145px; }.account-shell { display:grid; grid-template-columns:240px minmax(0,1fr); gap:26px; }.account-nav { display:flex; flex-direction:column; gap:4px; padding:18px; }.account-nav strong { padding:8px 10px 14px; color:var(--color-dark); }.account-nav a { padding:10px; border-radius:8px; color:#4b5563; font-size:.86rem; text-decoration:none; }.account-nav a:hover,.account-nav a.is-active { background:var(--color-soft-green); color:var(--color-primary); font-weight:700; }.account-content { min-height:430px; padding:34px; }.account-content h1 { margin-bottom:9px; font-family:var(--font-sans); font-size:2rem; font-weight:800; letter-spacing:-.05em; }.account-content > p:not(.eyebrow) { color:var(--color-text-muted); }.account-empty { max-width:570px; display:grid; justify-items:start; gap:10px; margin-top:35px; padding:28px; border-radius:14px; background:#f5f8f5; }.account-empty > span { width:45px; height:45px; display:grid; place-items:center; border-radius:12px; background:var(--color-soft-green); color:var(--color-primary); font-size:1.55rem; }.account-empty h2 { font-family:var(--font-sans); font-size:1.05rem; }.account-empty p { color:#6b7280; font-size:.84rem; line-height:1.6; }.account-empty .btn { margin-top:8px; }
@media (max-width:800px) { .cart-layout,.checkout-layout,.account-shell { grid-template-columns:1fr; }.sticky-summary { position:static; }.account-nav { display:none; }.cart-item { grid-template-columns:54px 1fr auto; }.cart-item .quantity-control { grid-column:2; }.cart-line-price { grid-column:3; grid-row:1; }.remove-item { grid-column:3; grid-row:2; }.checkout-progress { overflow:hidden; gap:14px; }.checkout-progress span { min-width:86px; }.form-grid { grid-template-columns:1fr; }.span-2 { grid-column:auto; } }

/* Desktop shell from the supplied Comandat web design. It intentionally uses
   only local assets and system fonts so the production CSP stays strict. */
:root { --color-bg:#faf9f6; --color-primary:#16a34a; --color-primary-hover:#15803d; --color-dark:#1f2937; --color-text-main:#1f2937; --color-text-muted:#6b7280; --font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.site-header { position:sticky; top:0; z-index:100; padding:8px 12px; border:0; background:transparent; box-shadow:none; backdrop-filter:none; }
.site-header-shell { max-width:1320px; margin:0 auto; overflow:visible; border:1px solid rgba(255,255,255,.5); border-radius:16px; background:rgba(255,255,255,.72); box-shadow:0 8px 32px rgba(31,41,55,.1); backdrop-filter:blur(24px) saturate(180%); -webkit-backdrop-filter:blur(24px) saturate(180%); }
.site-header .header-container { max-width:none; margin:0; padding-inline:24px; }
.site-header .header-main-row { min-height:64px; height:auto; gap:24px; }
.site-header .brand-logo { gap:9px; color:var(--color-dark); font-size:1.08rem; font-weight:700; letter-spacing:-.03em; }
.site-header .brand-mark { width:32px; height:32px; border-radius:999px; background:var(--color-primary); color:#fff; }
.site-header .brand-mark svg { width:19px; height:19px; }
.site-header .site-search { height:42px; max-width:640px; margin-left:auto; border-color:#e5e7eb; background:#f3f4f6; }
.site-header .site-search:focus-within { border-color:#86d8a3; box-shadow:0 0 0 3px rgba(22,163,74,.13); }
.site-header .site-search button { color:var(--color-primary); }
.site-header .header-actions { gap:18px; }.site-header .header-action { color:#4b5563; font-size:.79rem; }.site-header .header-action .action-icon { color:var(--color-primary); font-size:1.3rem; }.site-header .cart-action strong { border-color:#fff; background:#ef4444; }
.site-header .nav-band-inner { min-height:45px; height:auto; gap:12px; border-top:1px solid #e5e7eb; background:transparent; }
.site-header .products-menu summary { padding:8px 14px; border-radius:999px; background:#f3f4f6; color:var(--color-dark); }.site-header .products-menu[open] summary { background:#eaf8ef; color:var(--color-primary); }.site-header .products-dropdown { top:43px; border-radius:0 0 14px 14px; }
.site-header .main-nav { gap:6px; }.site-header .main-nav a { padding:8px 12px; border-radius:999px; color:#4b5563; font-weight:600; }.site-header .main-nav a:hover { color:var(--color-primary); background:#f1f5f2; }.site-header .nav-help { color:#6b7280; }
.site-main { padding-top:28px; }.hero-banner { border:1px solid rgba(255,255,255,.7); box-shadow:0 10px 30px rgba(31,41,55,.08); }.site-footer { margin-top:20px; background:#f0f4f0; }
@media (max-width:760px) { .site-header { padding:0; }.site-header-shell { border:0; border-radius:0; }.site-header .header-container { padding-inline:16px; }.site-header .header-main-row { min-height:58px; gap:12px; }.site-header .brand-logo > span:last-child,.site-header .header-action > span:last-of-type,.site-header .main-nav,.site-header .nav-help { display:none; }.site-header .site-search { min-width:0; height:38px; }.site-header .header-actions { gap:9px; }.site-header .nav-band-inner { min-height:42px; } }

/* Exact desktop composition from the supplied index.html.  These rules live
   last on purpose: the same template still serves catalog, product and cart
   pages, while the home page receives the original Comandat composition. */
body { background:#faf9f6; }
.page-overlay { position:fixed; inset:0; z-index:90; display:none; background:rgba(0,0,0,.5); opacity:0; transition:opacity .3s ease; }
body:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .page-overlay { display:block; opacity:1; }
.site-header { z-index:100; transition:transform .3s ease-in-out; }
.site-header-shell { position:relative; isolation:isolate; border-radius:12px; }
body:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .site-header-shell { border-bottom-left-radius:0; background:#fff; box-shadow:0 10px 22px rgba(0,0,0,.12); backdrop-filter:none; -webkit-backdrop-filter:none; }
.site-header .header-main-row { min-height:64px; padding-top:0; padding-bottom:0; }
.site-header .site-search { height:40px; max-width:none; margin-inline:24px; }
.site-header .site-search button { display:grid; width:42px; place-items:center; }
.site-header .site-search button svg { width:20px; height:20px; }
.site-header .header-actions { gap:16px; }
.site-header .header-action { gap:7px; }
.site-header .header-action .action-icon { width:22px; height:22px; color:#6b7280; }
.site-header .avatar-icon { width:32px; height:32px; display:grid; place-items:center; border:2px solid transparent; border-radius:999px; background:#e5e7eb; color:#6b7280; font-size:.78rem; font-weight:700; }
.site-header .nav-band-inner { min-height:43px; justify-content:flex-start; padding-top:0; padding-bottom:0; }
.products-menu { position:relative; z-index:110; }
.products-menu-trigger { display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; background:#f3f4f6; color:#1f2937; cursor:pointer; font:600 .875rem var(--font-sans); text-decoration:none; }
.products-menu-trigger:hover,.products-menu:focus-within .products-menu-trigger,.site-header-shell:has(.products-dropdown:is(:hover,:focus-within)) .products-menu-trigger { background:#e5e7eb; }
.products-menu-trigger svg { width:20px; height:20px; }
.products-dropdown { position:absolute; top:43px; left:0; min-width:320px; padding:8px; border:0; border-radius:0 0 12px 12px; background:#fff; box-shadow:0 18px 28px rgba(0,0,0,.18); transform:translateY(-8px); transition:opacity .2s ease,transform .2s ease; }
/* The nav band is inset 24px inside the white header card. On desktop the
   dropdown should attach to that card's edge, not to the Products trigger. */
/* Lift the dropdown by the 12px navbar radius plus one pixel. The nav band is
   a separate higher layer, so the overlap stays behind the whole navbar. */
@media (min-width:761px) { .site-header .nav-band-inner { position:relative; z-index:1; border-radius:0 0 12px 12px; }.site-header .products-dropdown { top:calc(100% - 13px); left:-.833333px; z-index:0; clip-path:inset(13.833333px -40px -40px); border-radius:0 0 14px 14px; } }
.products-dropdown { visibility:hidden; opacity:0; pointer-events:none; }
.site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-dropdown { visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0); }
.products-dropdown nav { display:flex; flex-direction:column; }
.products-dropdown a { display:flex; align-items:center; gap:10px; padding:10px 16px; border-radius:999px; color:#374151; font-size:.875rem; text-decoration:none; }
.products-dropdown a:hover { background:#f3f4f6; color:#1f2937; }
.products-dropdown .category-menu-disabled { display:flex; align-items:center; gap:10px; padding:10px 16px; border-radius:999px; color:#374151; font-size:.875rem; }
.category-menu-icon { color:#6b7280; font-size:.55rem; }
/* Desktop navigation follows the two-panel interaction from the eMAG visual
   reference: an animated category rail, then a contextual secondary panel. */
@media (min-width:761px) {
  .products-menu { position:static; z-index:110; display:flex; align-self:stretch; align-items:center; }
  .products-dropdown { width:min(980px,calc(100vw - 24px)); min-width:0; padding:13px 0 0; overflow:hidden; border-radius:0 0 14px 14px; background:#fff; box-shadow:0 18px 34px rgba(0,0,0,.18); transform:translateY(-6px); transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1),visibility .22s; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-dropdown { transform:translateY(0); }
  .products-category-list { display:flex; width:282px; min-height:356px; flex-direction:column; margin:0; padding:7px 0; list-style:none; background:#fff; }
  .products-category { display:block; }
  .products-dropdown .products-category-link { display:flex; align-items:center; gap:10px; min-height:31px; padding:7px 14px 7px 18px; color:#374151; font-size:.82rem; line-height:1.2; text-decoration:none; transition:background-color .16s ease,color .16s ease,transform .16s ease; }
  .products-dropdown .products-category-link:hover,.products-category:focus-within .products-category-link { background:#f3f4f6; color:#111827; transform:translateX(2px); }
  .products-category-link .category-menu-icon { width:12px; flex:0 0 12px; color:#9ca3af; }
  .category-chevron { margin-left:auto; color:#9ca3af; font-size:1.15rem; line-height:1; }
  .products-submenu { position:absolute; top:13px; left:282px; display:grid; width:calc(100% - 282px); min-height:356px; align-content:start; gap:20px; padding:26px 30px 30px; border-left:1px solid #e5e7eb; border-radius:0 0 14px 0; background:#fff; opacity:0; pointer-events:none; transform:translateX(-10px); transition:opacity .16s ease,transform .2s cubic-bezier(.2,.8,.2,1),visibility .2s; visibility:hidden; }
  .products-category:hover .products-submenu,.products-category:focus-within .products-submenu { visibility:visible; opacity:1; pointer-events:auto; transform:translateX(0); }
  .products-dropdown .products-submenu-heading { display:inline-flex; width:max-content; align-items:center; gap:10px; padding:0; color:#111827; font-size:1rem; font-weight:750; text-decoration:none; }
  .products-dropdown .products-submenu-heading:hover { background:transparent; color:var(--color-primary); }
  .products-submenu-links { display:grid; grid-template-columns:repeat(3,minmax(140px,1fr)); gap:10px 24px; }
  .products-submenu-links a { display:block; padding:4px 0; color:#4b5563; font-size:.83rem; text-decoration:none; transition:color .16s ease,transform .16s ease; }
  .products-submenu-links a:hover { color:var(--color-primary); transform:translateX(3px); }
  .products-dropdown.is-fallback { width:282px; }
  .products-dropdown.is-fallback .products-category-list { min-height:0; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-category { animation:menu-category-in .24s both; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-category:nth-child(2) { animation-delay:.025s; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-category:nth-child(3) { animation-delay:.05s; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-category:nth-child(4) { animation-delay:.075s; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-category:nth-child(5) { animation-delay:.1s; }
  .site-header-shell:has(.products-menu:is(:hover,:focus-within),.products-dropdown:is(:hover,:focus-within)) .products-category:nth-child(n+6) { animation-delay:.125s; }
  .account-menu { position:relative; z-index:110; padding-bottom:12px; margin-bottom:-12px; }
  .cart-menu { position:relative; z-index:110; padding-bottom:12px; margin-bottom:-12px; }
  .account-dropdown { position:absolute; top:100%; right:-8px; display:grid; width:238px; gap:2px; padding:8px; border:1px solid #e5e7eb; border-radius:12px; background:#fff; box-shadow:0 14px 30px rgba(0,0,0,.16); opacity:0; pointer-events:none; transform:translateY(-7px) scale(.98); transform-origin:top right; transition:opacity .16s ease,transform .2s cubic-bezier(.2,.8,.2,1),visibility .2s; visibility:hidden; }
  .account-menu:hover .account-dropdown,.account-menu:focus-within .account-dropdown { visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0) scale(1); }
  .account-dropdown a { display:block; padding:9px 10px; border-radius:8px; color:#4b5563; font-size:.8rem; text-decoration:none; transition:background-color .16s ease,color .16s ease; }
  .account-dropdown a:hover { background:#f3f4f6; color:#111827; }
  .cart-dropdown { position:absolute; top:100%; right:-8px; display:grid; width:240px; gap:7px; padding:12px; border:1px solid #e5e7eb; border-radius:12px; background:#fff; box-shadow:0 14px 30px rgba(0,0,0,.16); opacity:0; pointer-events:none; transform:translateY(-7px) scale(.98); transform-origin:top right; transition:opacity .16s ease,transform .2s cubic-bezier(.2,.8,.2,1),visibility .2s; visibility:hidden; }
  .cart-menu:hover .cart-dropdown,.cart-menu:focus-within .cart-dropdown { visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0) scale(1); }
  .cart-dropdown > strong { color:#1f2937; font-size:.84rem; }.cart-dropdown > small { color:#6b7280; font-size:.73rem; line-height:1.35; }
  .cart-dropdown a { display:flex; align-items:center; justify-content:space-between; min-height:35px; padding:8px 10px; border-radius:8px; color:#4b5563; font-size:.8rem; font-weight:700; text-decoration:none; transition:background-color .16s ease,color .16s ease; }
  .cart-dropdown a:hover { background:#f3f4f6; color:#111827; }.cart-dropdown .cart-checkout-link { margin-top:2px; background:#16a34a; color:#fff; }.cart-dropdown .cart-checkout-link:hover { background:#15803d; color:#fff; }
  @keyframes menu-category-in { from { opacity:0; transform:translateX(-7px); } to { opacity:1; transform:translateX(0); } }
}
.site-header .main-nav { order:2; margin-left:0; gap:2px; }
.site-header .products-menu { order:1; }
.site-header .main-nav a { padding:8px 16px; font-size:.875rem; }
.site-main { min-height:0; padding:0 0 48px; }
.main-container { width:min(1320px,calc(100% - 24px)); max-width:none; margin-inline:auto; padding-inline:0; }
.desktop-banner { position:relative; margin:32px 0 24px; }
.desktop-banner-viewport { position:relative; height:300px; overflow:hidden; border-radius:12px; background:linear-gradient(135deg,#d9f3e0,#f6f8f4); box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); }
.desktop-banner-slide { position:absolute; inset:0; display:grid; place-items:center; opacity:0; pointer-events:none; transform:translateX(8%); transition:transform .9s cubic-bezier(.455,.03,.515,.955),opacity .5s ease-in-out; }
.desktop-banner-slide.is-active { z-index:1; opacity:1; pointer-events:auto; transform:translateX(0); }
.desktop-banner-image { width:100%; height:100%; object-fit:cover; background:linear-gradient(135deg,#eaf7ee,#f8faf8); }
.desktop-banner-placeholder,.desktop-banner-empty { color:#166534; font-size:1.45rem; font-weight:700; }
.desktop-banner-fallback { align-content:center; justify-items:start; padding:42px 52px; color:#fff; text-decoration:none; }.desktop-banner-fallback span { margin-bottom:10px; font-size:.9rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.desktop-banner-fallback strong { font-size:clamp(2rem,4vw,4rem); line-height:1.05; letter-spacing:-.05em; }.fallback-one { background:linear-gradient(120deg,#c9082f,#e11d48 55%,#fb7185); }.fallback-two { background:linear-gradient(120deg,#312e81,#6d28d9 58%,#a78bfa); }.fallback-three { background:linear-gradient(120deg,#065f46,#059669 56%,#6ee7b7); }
.banner-controls { position:absolute; z-index:2; bottom:16px; left:50%; display:flex; align-items:center; gap:12px; padding:8px 12px; border-radius:999px; background:rgba(0,0,0,.2); backdrop-filter:blur(6px); transform:translateX(-50%); }
.banner-controls i { width:10px; height:10px; display:block; border-radius:999px; background:rgba(255,255,255,.5); }.banner-controls i.is-active { background:#fff; transform:scale(1.25); }
.offers-section { position:relative; margin-bottom:48px; }
.offers-section > h1 { margin:0 0 16px; color:#1f2937; font:600 24px/1.3 var(--font-sans); }
.offers-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:8px; }.offers-heading h1 { margin:0; color:#1f2937; font:600 24px/1.3 var(--font-sans); }.offers-intro { max-width:760px; margin:0 0 16px; color:#4b5563; font:.86rem/1.55 var(--font-sans); }.offers-navigation { display:flex; gap:8px; }.offers-navigation button { width:34px; height:34px; border:1px solid #d1d5db; border-radius:999px; background:#fff; color:#374151; cursor:pointer; font:700 1rem/1 var(--font-sans); }.offers-navigation button:hover { border-color:#16a34a; background:#f0fdf4; color:#15803d; }
.offers-carousel { overflow-x:auto; scrollbar-width:none; scroll-snap-type:x mandatory; }.offers-carousel::-webkit-scrollbar { display:none; }
.offers-track { display:flex; min-width:max-content; }
.offer-card { flex:0 0 calc((min(1280px, 100vw) - 48px) / 5); min-width:0; padding-inline:12px; scroll-snap-align:start; }
.offer-card:first-child { padding-left:0; }.offer-card:last-child { padding-right:0; }
.offer-card-inner { height:100%; display:flex; flex-direction:column; padding:16px; border:1px solid #e5e7eb; border-radius:8px; background:#fff; color:#1f2937; text-decoration:none; transition:box-shadow .3s ease; }
.offer-card-inner:hover { box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1); text-decoration:none; }
.offer-card-inner img,.offer-card-placeholder { width:100%; height:192px; display:grid; place-items:center; margin-bottom:16px; border-radius:6px; background:#f3f4f6; object-fit:cover; }
.offer-card-inner h2 { flex:1; overflow:hidden; margin:0; color:#1f2937; font:600 16px/1.35 var(--font-sans); }
.offer-price { display:block; margin-top:8px; color:#16a34a; font:700 20px/1.25 var(--font-sans); }
.site-footer { margin:0; background:#1f2937; color:#d1d5db; }
.footer-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; padding-top:40px; padding-bottom:24px; }
.footer-grid h2 { color:#fff; font:600 .95rem var(--font-sans); }.footer-grid a { color:#d1d5db; }.footer-grid a:hover { color:#fff; }
.footer-grid .brand-logo { color:#fff; letter-spacing:-.03em; }.footer-grid .brand-mark { width:30px; height:30px; border-radius:999px; }.footer-grid .brand-mark svg { width:18px; height:18px; }.footer-grid p { color:#d1d5db; }
.footer-newsletter { display:flex; overflow:hidden; border-radius:6px; background:#fff; }
.footer-newsletter input { min-width:0; flex:1; border:0; padding:10px; color:#1f2937; outline:0; font:400 .8rem var(--font-sans); }
.footer-newsletter button { border:0; padding:10px 12px; background:#16a34a; color:#fff; cursor:pointer; font:600 .75rem var(--font-sans); }
.footer-bottom { padding-top:16px; padding-bottom:24px; border-top:1px solid #374151; color:#9ca3af; font-size:.75rem; text-align:center; }
@media (max-width:1050px) { .offer-card { flex-basis:calc((min(100vw, 1280px) - 48px) / 4); } }
@media (max-width:760px) { .page-overlay,.desktop-banner { display:none; }.site-main { padding-bottom:28px; }.offers-section { margin-top:24px; }.offers-carousel { overflow:visible; scroll-snap-type:none; }.offers-track { min-width:0; flex-wrap:wrap; gap:12px; }.offer-card { flex-basis:calc(50% - 6px); padding:0; }.offer-card-inner img,.offer-card-placeholder { height:144px; }.footer-grid { grid-template-columns:1fr 1fr; }.footer-newsletter { max-width:320px; } }

@media (max-width:760px) { .site-header .main-nav { display:flex; margin-left:0; } }

/* Storefront home, checkout and locker selection. */
.home-category-showcase { margin:0 0 34px; padding:24px; border:1px solid #e5e7eb; border-radius:14px; background:#fff; box-shadow:0 8px 20px rgba(15,23,42,.05); }.home-section-heading { display:flex; align-items:end; justify-content:space-between; gap:16px; margin-bottom:18px; }.home-section-heading .eyebrow { margin:0 0 4px; color:#16a34a; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.home-section-heading h1 { margin:0; color:#1f2937; font-size:1.35rem; letter-spacing:-.03em; }.home-section-heading > a,.text-action { border:0; background:transparent; color:#15803d; cursor:pointer; font:700 .82rem var(--font-sans); text-decoration:none; }.home-category-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px; }.home-category-card { display:grid; min-height:92px; align-content:center; justify-items:center; gap:9px; padding:12px; border:1px solid #e5e7eb; border-radius:10px; background:#fbfdfb; color:#374151; font-size:.76rem; font-weight:700; line-height:1.25; text-align:center; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }.home-category-card > span { display:grid; width:28px; height:28px; place-items:center; border-radius:9px; background:#eaf8ef; color:#16a34a; font-size:.6rem; }.home-category-card:not(.is-disabled):hover { border-color:#86d8a3; box-shadow:0 8px 16px rgba(22,163,74,.12); transform:translateY(-3px); }.home-category-card.is-disabled { color:#6b7280; }
.checkout-shell { max-width:1160px; margin:30px auto 0; }.checkout-stepper { display:flex; max-width:680px; margin:0 0 28px; padding:0; list-style:none; counter-reset:checkout; }.checkout-stepper li { display:flex; flex:1; align-items:center; gap:8px; color:#9ca3af; font-size:.78rem; font-weight:800; white-space:nowrap; }.checkout-stepper li:not(:last-child)::after { width:100%; height:2px; margin:0 12px; background:#e5e7eb; content:""; }.checkout-stepper span,.checkout-card-number { display:grid; width:25px; height:25px; flex:0 0 25px; place-items:center; border-radius:999px; background:#e5e7eb; color:#6b7280; font-size:.72rem; }.checkout-stepper .is-active { color:#15803d; }.checkout-stepper .is-active span,.checkout-stepper .is-active::after { background:#16a34a; color:#fff; }.checkout-heading { margin:0 0 24px; }.checkout-heading .eyebrow { margin:0 0 6px; color:#16a34a; font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.checkout-heading h1 { margin:0 0 8px; color:#1f2937; font-size:clamp(1.7rem,3vw,2.45rem); letter-spacing:-.05em; }.checkout-heading p { margin:0; color:#6b7280; }.checkout-layout-refined { grid-template-columns:minmax(0,1fr) 350px; }.checkout-card { padding:22px; }.checkout-card-heading { display:flex; align-items:flex-start; gap:11px; margin-bottom:18px; }.checkout-card-number { background:#eaf8ef; color:#15803d; font-weight:800; }.checkout-card-heading h2 { margin:0 0 3px; color:#1f2937; font-size:1rem; }.checkout-card-heading p { margin:0; color:#6b7280; font-size:.79rem; }.delivery-option { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:12px; margin-top:10px; padding:15px; border:1px solid #e5e7eb; border-radius:11px; background:#fff; cursor:pointer; }.delivery-option.is-selected { border-color:#86d8a3; background:#f4fcf6; }.delivery-option input { position:absolute; opacity:0; }.delivery-option-icon { display:grid; width:34px; height:34px; place-items:center; border-radius:10px; background:#eaf8ef; color:#15803d; font-weight:800; }.delivery-option span:nth-child(3),.delivery-option > span:nth-child(2) { display:grid; gap:3px; }.delivery-option small { color:#6b7280; font-size:.76rem; }.delivery-option b { color:#374151; font-size:.78rem; white-space:nowrap; }.locker-option { cursor:default; }.checkout-summary { border-color:#dbe8df; box-shadow:0 12px 28px rgba(15,23,42,.08); }.summary-delivery { display:flex; justify-content:space-between; gap:14px; margin:11px 0; color:#4b5563; font-size:.82rem; }.summary-delivery strong { color:#15803d; text-align:right; }.locker-picker-shell { max-width:1160px; margin:28px auto 0; }.back-link { margin-bottom:20px; border:0; background:transparent; color:#15803d; cursor:pointer; font:700 .84rem var(--font-sans); }.locker-picker-heading { margin-bottom:22px; }.locker-picker-heading .eyebrow { margin:0 0 6px; color:#16a34a; font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.locker-picker-heading h1 { margin:0 0 8px; color:#1f2937; font-size:clamp(1.7rem,3vw,2.45rem); letter-spacing:-.05em; }.locker-picker-heading p { margin:0; color:#6b7280; }.locker-picker { display:grid; min-height:540px; grid-template-columns:390px minmax(0,1fr); overflow:hidden; border:1px solid #dce4dd; border-radius:16px; background:#fff; box-shadow:0 16px 34px rgba(15,23,42,.09); }.locker-list-panel { display:flex; min-height:0; flex-direction:column; padding:18px; border-right:1px solid #e5e7eb; }.locker-search { display:flex; align-items:center; gap:8px; padding:0 11px; border:1px solid #d1d5db; border-radius:9px; color:#6b7280; }.locker-search input { width:100%; min-height:40px; border:0; outline:0; font:inherit; }.locker-filters { display:flex; flex-wrap:wrap; gap:7px; margin:14px 0; }.locker-filters button { border:1px solid #d1d5db; border-radius:999px; padding:6px 10px; background:#fff; color:#4b5563; cursor:pointer; font:700 .72rem var(--font-sans); }.locker-filters button.is-active { border-color:#16a34a; background:#eaf8ef; color:#15803d; }.locker-count { margin:0 0 10px; color:#6b7280; font-size:.75rem; }.locker-results { display:grid; gap:7px; overflow:auto; }.locker-result { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:9px; padding:11px; border:1px solid transparent; border-radius:9px; background:#fff; color:#374151; cursor:pointer; text-align:left; }.locker-result:hover,.locker-result.is-selected { border-color:#86d8a3; background:#f4fcf6; }.locker-result > span:nth-child(2) { display:grid; gap:3px; }.locker-result strong { color:#1f2937; font-size:.8rem; }.locker-result small { color:#6b7280; font-size:.72rem; line-height:1.35; }.locker-provider-badge { width:max-content; padding:4px 6px; border-radius:5px; background:#eaf8ef; color:#15803d; font-size:.62rem; font-weight:800; }.locker-map-panel { position:relative; overflow:hidden; min-height:540px; background:linear-gradient(135deg,#e7f1e8 0%,#eff4ec 46%,#dfeee1 100%); }.locker-map-panel::before,.locker-map-panel::after { position:absolute; content:""; inset:-15%; border:28px solid rgba(255,255,255,.55); border-radius:45%; transform:rotate(-18deg); }.locker-map-panel::after { inset:14% -20% -28%; border-width:19px; transform:rotate(32deg); }.locker-map-grid { position:absolute; inset:0; opacity:.28; background-image:linear-gradient(rgba(71,85,105,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(71,85,105,.16) 1px,transparent 1px); background-size:50px 50px; }.locker-marker { position:absolute; z-index:2; left:var(--x); top:var(--y); width:34px; height:34px; border:0; border-radius:999px; background:#15803d; box-shadow:0 6px 13px rgba(21,128,61,.3); color:#fff; cursor:pointer; font-size:1.15rem; transform:translate(-50%,-50%); transition:transform .18s ease,background .18s ease; }.locker-marker:hover,.locker-marker.is-selected { background:#ef4444; transform:translate(-50%,-50%) scale(1.15); }.locker-map-card { position:absolute; z-index:3; right:18px; bottom:18px; display:grid; width:min(330px,calc(100% - 36px)); gap:8px; padding:16px; border:1px solid rgba(255,255,255,.8); border-radius:12px; background:rgba(255,255,255,.94); box-shadow:0 14px 28px rgba(15,23,42,.16); }.locker-map-card strong { color:#1f2937; }.locker-map-card small { color:#6b7280; line-height:1.4; }.locker-map-card .btn { margin-top:4px; }
@media (max-width:900px) { .home-category-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }.checkout-layout-refined { grid-template-columns:1fr; }.locker-picker { grid-template-columns:1fr; }.locker-list-panel { max-height:390px; border-right:0; border-bottom:1px solid #e5e7eb; }.locker-map-panel { min-height:420px; }.checkout-summary { position:static; } }
@media (max-width:600px) { .home-category-showcase { padding:18px; }.home-section-heading { align-items:start; flex-direction:column; }.home-category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.checkout-stepper { overflow:auto; padding-bottom:4px; }.checkout-stepper li { min-width:max-content; }.checkout-stepper li:not(:last-child)::after { width:24px; margin:0 7px; }.checkout-card { padding:17px; }.delivery-option { grid-template-columns:auto minmax(0,1fr); }.delivery-option b,.locker-option .text-action { grid-column:2; justify-self:start; }.locker-picker { margin-inline:-12px; border-radius:0; }.locker-list-panel { padding:14px; }.locker-map-panel { min-height:360px; }.locker-map-card { right:12px; bottom:12px; width:calc(100% - 24px); } }

.delivery-address-preview { display:grid; gap:4px; margin:10px 0 0 46px; padding:12px 14px; border:1px solid #dbe8df; border-radius:9px; background:#fbfefc; color:#6b7280; font-size:.76rem; }.delivery-address-preview strong { color:#374151; font-size:.79rem; }.locker-result { grid-template-columns:auto auto minmax(0,1fr); }.locker-result > input { width:16px; height:16px; margin:0; accent-color:#16a34a; }.locker-result > span:nth-child(3) { display:grid; gap:3px; }.locker-result:hover,.locker-result:has(input:checked) { border-color:#86d8a3; background:#f4fcf6; }.locker-marker { display:grid; place-items:center; cursor:default; }.locker-marker:hover { background:#15803d; transform:translate(-50%,-50%); }
.locker-map-panel { background:#e5e7eb; }.locker-map-panel::before,.locker-map-panel::after { display:none; }.locker-map-canvas { position:absolute; z-index:1; inset:0; }.locker-map-panel .leaflet-container { width:100%; height:100%; font:inherit; }.locker-map-panel .leaflet-tile-pane { filter:brightness(.88) contrast(1.24) saturate(.8); }.locker-map-card { z-index:1000; pointer-events:none; }.locker-map-card strong,.locker-map-card small { display:block; }.locker-confirm-button { position:absolute; z-index:1000; right:18px; bottom:18px; width:min(330px,calc(100% - 36px)); }.locker-map-card { bottom:77px; }.leaflet-popup-content { font:600 .78rem var(--font-sans); line-height:1.5; }
.locker-picker { height:540px; }.locker-list-panel { max-height:540px; overflow:hidden; }.locker-list-panel .locker-results { min-height:0; flex:1; padding-right:4px; }.locker-result { width:100%; border:1px solid transparent; font:inherit; }.locker-result:focus-visible { outline:2px solid #15803d; outline-offset:2px; }@media (max-width:900px) { .locker-picker { height:auto; }.locker-list-panel { max-height:390px; } }@media (max-width:600px) { .locker-list-panel { max-height:360px; } }
@media (max-width:600px) { .locker-confirm-button { right:12px; bottom:12px; width:calc(100% - 24px); }.locker-map-card { bottom:70px; } }
.condition-selector { margin:22px 0; padding:18px; border:1px solid #d7eadb; border-radius:14px; background:#fbfefc; }.condition-selector h2 { margin:0 0 5px; color:#1f2937; font-size:1rem; }.condition-selector > p { margin:0 0 14px; color:#6b7280; font-size:.78rem; }.condition-options { display:grid; gap:9px; }.condition-option { display:grid; grid-template-columns:minmax(0,1fr) auto auto; align-items:center; gap:14px; padding:12px; border:1px solid #cfe5d4; border-radius:10px; background:#fff; }.condition-option > div { display:grid; gap:3px; }.condition-option strong { color:#1f2937; font-size:.87rem; }.condition-option small { color:#68746c; font-size:.73rem; }.condition-price { color:#15803d; font-size:.92rem; font-weight:800; white-space:nowrap; }.condition-option .btn { min-height:34px; padding:7px 12px; font-size:.76rem; }.condition-option.is-unavailable { border-color:#e5e7eb; background:#fafafa; opacity:.72; }.condition-option.is-unavailable .condition-price { color:#6b7280; } @media (max-width:600px) { .condition-option { grid-template-columns:minmax(0,1fr) auto; }.condition-option .btn { grid-column:1 / -1; width:100%; } }

/* Read-only Webstore operator view. */
.ops-body { min-height:100vh; background:#0c1220; color:#e5e7eb; font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.ops-shell { width:min(1180px,calc(100% - 32px)); margin:0 auto; padding:40px 0 64px; }
.ops-header,.ops-toolbar,.ops-section-heading { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.ops-header { margin-bottom:28px; }.ops-header p { margin:0 0 5px; color:#93c5fd; font-size:.8rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }.ops-header h1 { margin:0; color:#fff; font-size:clamp(1.8rem,4vw,2.8rem); letter-spacing:-.04em; }
.ops-readonly { padding:7px 10px; border:1px solid #334155; border-radius:999px; color:#cbd5e1; font-size:.78rem; font-weight:700; }
.ops-toolbar { margin-bottom:18px; color:#94a3b8; font-size:.82rem; }.ops-toolbar button { padding:8px 12px; border:1px solid #334155; border-radius:8px; background:#172033; color:#f8fafc; cursor:pointer; font:600 .8rem inherit; }.ops-toolbar button:hover { background:#24314a; }
.ops-section { margin:20px 0; padding:20px; border:1px solid #273449; border-radius:14px; background:#111a2a; box-shadow:0 12px 32px rgba(0,0,0,.18); }.ops-section-heading { margin-bottom:15px; }.ops-section-heading h2,.ops-channels h2 { margin:0; color:#f8fafc; font-size:1rem; }.ops-section-heading > span:not(.ops-status) { color:#94a3b8; font-size:.78rem; }
.ops-cards { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }.ops-cards article,.ops-service-grid article,.ops-channels article { display:flex; flex-direction:column; gap:7px; min-height:96px; padding:15px; border:1px solid #2a3951; border-radius:10px; background:#162135; }.ops-cards strong { color:#fff; font-size:1.65rem; line-height:1.1; }.ops-cards span,.ops-service-grid small,.ops-channels p { color:#aab7ca; font-size:.79rem; line-height:1.45; }.ops-service-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:12px; }.ops-service-grid strong { color:#f8fafc; font-size:.9rem; }
.ops-status { width:max-content; padding:4px 7px; border-radius:999px; font-size:.7rem; font-weight:800; letter-spacing:.03em; text-transform:uppercase; }.ops-status.is-ready { background:#123d2a; color:#86efac; }.ops-status.is-warning { background:#3f3210; color:#facc15; }.ops-status.is-down { background:#4a1d28; color:#fda4af; }
.ops-channels { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:20px; }.ops-channels article { min-height:142px; }.ops-channels p { flex:1; margin:0; }
@media (max-width:850px) { .ops-cards { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .ops-shell { width:min(100% - 24px,1180px); padding-top:24px; }.ops-header,.ops-section-heading { align-items:flex-start; flex-direction:column; }.ops-cards,.ops-channels { grid-template-columns:1fr; } }

/* Product confidence details and accessible banner controls. */
.banner-controls i { position:relative; cursor:pointer; transition:background-color .22s ease,transform .22s ease; }
.banner-controls i::before { position:absolute; inset:-7px; content:""; }
.banner-controls i:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.product-benefits-strip { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px 24px; margin:20px 0 24px; padding:0 24px; color:#4b5563; font-size:.76rem; }.product-benefits-strip > div { display:flex; align-items:center; gap:6px; white-space:nowrap; }.product-benefits-strip svg { width:16px; height:16px; flex:0 0 16px; color:#16a34a; }.product-benefit-icon { fill:currentColor; }
.locker-map-empty { position:absolute; inset:0; display:grid; place-items:center; padding:24px; color:#475569; font-size:.86rem; font-weight:700; text-align:center; }
.locker-cluster-icon { background:transparent; border:0; }.locker-cluster-icon span { display:grid; place-items:center; border:3px solid #fff; border-radius:999px; background:#15803d; box-shadow:0 4px 13px rgba(21,128,61,.38); color:#fff; font:800 .75rem var(--font-sans); letter-spacing:-.02em; }.checkout-required { color:#dc2626; }.checkout-field-note { margin:12px 0 0; color:#6b7280; font-size:.75rem; }.checkout-conditional[hidden] { display:none; }.checkout-invoice-toggle { display:flex; gap:8px; margin:0 0 16px; }.checkout-invoice-toggle label { flex:1; }.checkout-invoice-toggle input { position:absolute; opacity:0; }.checkout-invoice-toggle span { display:block; padding:10px 12px; border:1px solid #d1d5db; border-radius:8px; color:#4b5563; cursor:pointer; font-size:.8rem; font-weight:700; text-align:center; }.checkout-invoice-toggle input:checked + span { border-color:#16a34a; background:#eaf8ef; color:#15803d; }.checkout-same-billing { display:flex; align-items:center; gap:9px; margin:0 0 15px; color:#374151; font-size:.81rem; font-weight:700; }.checkout-same-billing input { width:16px; height:16px; accent-color:#15803d; }.checkout-design-notice { margin:14px 0 0; padding:11px 12px; border-radius:8px; background:#f8fafc; color:#64748b; font-size:.75rem; line-height:1.45; }
@media (max-width:760px) { .product-benefits-strip { display:none; } }

/* Header mini-cart: live content comes from the private cart API. */
@media (min-width:761px) {
  .cart-dropdown { width:min(400px,calc(100vw - 24px)); gap:0; padding:0; overflow:hidden; }
  .cart-popover-heading { margin:0; padding:13px 14px 10px; color:#15803d; font-size:.66rem; font-weight:800; letter-spacing:.08em; text-align:center; }
  .cart-popover-empty { margin:0; padding:12px 14px 16px; color:#6b7280; font-size:.79rem; line-height:1.45; text-align:center; }
  .cart-popover-list { display:grid; max-height:278px; overflow-y:auto; border-top:1px solid #edf0ed; }
  .cart-dropdown a.cart-popover-item { display:grid; grid-template-columns:52px minmax(0,1fr) auto; align-items:center; min-height:0; gap:10px; padding:10px 14px; border-radius:0; border-bottom:1px solid #edf0ed; color:#374151; font-weight:400; }
  .cart-dropdown a.cart-popover-item:hover { background:#f7fbf8; color:#1f2937; }
  .cart-popover-image { display:grid; width:52px; height:52px; place-items:center; overflow:hidden; border:1px solid #edf0ed; border-radius:8px; background:#f4f6f4; }
  .cart-popover-image img { width:100%; height:100%; object-fit:contain; }
  .cart-popover-image-placeholder { display:grid; width:100%; height:100%; place-items:center; color:#15803d; font-size:1rem; font-weight:800; text-transform:uppercase; }
  .cart-popover-copy { display:grid; min-width:0; gap:4px; }.cart-popover-copy strong { display:-webkit-box; overflow:hidden; color:#1f2937; font-size:.78rem; font-weight:700; line-height:1.3; -webkit-box-orient:vertical; -webkit-line-clamp:2; }.cart-popover-copy small { color:#6b7280; font-size:.71rem; }
  .cart-popover-price { color:#15803d; font-size:.8rem; font-weight:800; white-space:nowrap; }
  .cart-popover-total { display:flex; align-items:baseline; justify-content:space-between; gap:12px; padding:13px 14px; border-bottom:1px solid #edf0ed; color:#374151; font-size:.75rem; font-weight:800; }.cart-popover-total span { display:grid; gap:2px; }.cart-popover-total small { color:#6b7280; font-size:.68rem; font-weight:500; }.cart-popover-total > strong { color:#15803d; font-size:.95rem; }
  .cart-dropdown a.cart-popover-view-cart,.cart-dropdown a.cart-checkout-link { min-height:38px; margin:10px 12px 0; padding:8px 11px; border:1px solid #dbe8df; border-radius:8px; color:#15803d; font-size:.78rem; }.cart-dropdown a.cart-popover-view-cart:hover { background:#f3faf5; color:#166534; }.cart-dropdown a.cart-checkout-link { margin-top:7px; margin-bottom:12px; border-color:#16a34a; background:#16a34a; color:#fff; }.cart-dropdown a.cart-checkout-link:hover { background:#15803d; color:#fff; }
}

/* Account dashboard overrides kept after the shared storefront responsive rules. */
.account-shell { display:grid; grid-template-columns:264px minmax(0,1fr); align-items:start; gap:28px; }
.account-nav { display:grid; gap:15px; padding:10px; }
.account-nav a { padding:0; }
.account-nav-link { display:grid !important; grid-template-columns:23px minmax(0,1fr) 12px; align-items:center; gap:8px; min-height:38px; padding:8px !important; border-radius:9px !important; color:#45544a !important; font-size:.78rem !important; font-weight:650; text-decoration:none; }
.account-nav-link:hover,.account-nav-link.is-active { background:#edf8ef !important; color:#15763d !important; font-weight:800; }
.account-content { min-height:520px; padding:34px; }
.cart-item-stock-adjusted { border-color:#86d8a3; animation:cart-stock-adjusted .55s ease; }.cart-item-stock-adjusted .product-availability { color:#16803d; font-weight:700; }.cart-item-stock-depleted { border-color:#f3a5a5; background:#fff7f7; animation:cart-stock-depleted 2.5s ease forwards; }.cart-item-stock-depleted .product-availability { color:#b42318; font-weight:700; }.cart-item-stock-depleted button { pointer-events:none; opacity:.45; }
@keyframes cart-stock-adjusted { 50% { transform:scale(1.015); box-shadow:0 0 0 5px rgba(134,216,163,.25); } }
@keyframes cart-stock-depleted { 0%,75% { transform:translateX(0); opacity:1; } 82%,90% { transform:translateX(-5px); } 86%,94% { transform:translateX(5px); } 100% { transform:translateX(0); opacity:.55; } }
@media (max-width:980px) { .account-shell { grid-template-columns:226px minmax(0,1fr); gap:18px; } }
@media (max-width:800px) { .account-shell { display:block; }.account-nav { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(170px,1fr); overflow-x:auto; padding:10px; }.account-nav-group { display:contents; }.account-nav-group + .account-nav-group { padding-top:0; border-top:0; }.account-nav-group > p { display:none; }.account-nav-link { grid-template-columns:22px minmax(0,1fr) !important; }.account-nav-link > b { display:none; }.account-nav-help { background:transparent; }.account-content { min-height:0; padding:23px 18px; } }

/* Guest account menu and unified email entry point. */
@media (min-width:761px) {
  .account-guest-dropdown { width:286px; gap:0; padding:0; overflow:hidden; }
  .account-guest-copy { display:flex; align-items:flex-start; gap:11px; padding:15px 15px 13px; }
  .account-guest-copy p { margin:0; color:#4b5563; font-size:.75rem; line-height:1.45; }
  .account-guest-icon { width:31px; height:31px; display:grid; place-items:center; flex:0 0 auto; border:1.5px solid #16a34a; border-radius:50%; color:#16a34a; }
  .account-guest-icon svg { width:19px; height:19px; }
  .account-dropdown .account-login-button { display:flex; align-items:center; justify-content:center; gap:8px; min-height:41px; padding:10px 14px; border-radius:0; background:#16a34a; color:#fff; font-size:.79rem; font-weight:800; }
  .account-dropdown .account-login-button span { display:grid; width:20px; height:20px; place-items:center; border-radius:50%; background:rgba(255,255,255,.2); font-size:1rem; line-height:1; }
  .account-dropdown .account-login-button:hover { background:#15803d; color:#fff; }
}
.auth-shell { display:grid; grid-template-columns:minmax(270px,.9fr) minmax(370px,1fr); max-width:960px; min-height:520px; margin:38px auto 14px; overflow:hidden; border:1px solid #dce7df; border-radius:18px; background:#fff; box-shadow:0 18px 45px rgba(27,70,42,.11); }
.auth-benefits { display:grid; align-content:space-between; gap:40px; padding:31px; background:linear-gradient(145deg,#173f2b,#0e2b1d); color:#fff; }
.auth-brand { display:inline-flex; align-items:center; gap:8px; width:max-content; color:#fff; font-family:var(--font-sans); font-size:1.04rem; font-weight:850; text-decoration:none; }
.auth-brand .brand-mark { width:29px; height:29px; border-radius:9px 9px 9px 3px; background:#fff; color:#16753d; }
.auth-benefits h1 { max-width:300px; margin:4px 0 27px; color:#fff; font-family:var(--font-sans); font-size:1.72rem; letter-spacing:-.05em; line-height:1.12; }
.auth-benefits .eyebrow { color:#bfe3c8; }
.auth-benefits ul { display:grid; gap:18px; padding:0; margin:0; list-style:none; }
.auth-benefits li { display:flex; align-items:flex-start; gap:10px; }
.auth-benefits li > span { width:21px; height:21px; display:grid; place-items:center; flex:0 0 auto; margin-top:1px; border-radius:50%; background:#dff3e5; color:#116133; font-size:.75rem; font-weight:850; }
.auth-benefits li strong { display:block; margin-bottom:2px; font-size:.8rem; }
.auth-benefits li p { margin:0; color:#d2e2d6; font-size:.71rem; line-height:1.45; }
.auth-card { display:grid; align-content:center; padding:44px 52px; }
.auth-back-link { width:max-content; margin-bottom:40px; color:#647168; font-size:.75rem; font-weight:700; text-decoration:none; }
.auth-back-link:hover { color:#176c38; }
.auth-card-heading h1 { margin:3px 0 10px; color:#1f2937; font-family:var(--font-sans); font-size:1.78rem; letter-spacing:-.055em; }
.auth-card-heading > p:not(.eyebrow) { margin:0; color:#65736a; font-size:.84rem; line-height:1.55; }
.auth-email-form { display:grid; gap:8px; margin-top:27px; }
.auth-email-form label { color:#34443a; font-size:.78rem; font-weight:800; }
.auth-email-form input { width:100%; min-height:45px; padding:11px 13px; border:1px solid #cfdcd2; border-radius:9px; color:#1f2937; font:inherit; outline:0; }
.auth-email-form input:focus { border-color:#16a34a; box-shadow:0 0 0 4px rgba(22,163,74,.12); }
.auth-email-form .btn { justify-content:center; min-height:44px; margin-top:8px; }
.auth-form-message { min-height:18px; margin:1px 0 0; color:#9a5a00; font-size:.72rem; line-height:1.4; }
.auth-terms { margin:19px 0 0; color:#7b8780; font-size:.69rem; line-height:1.45; }
@media (max-width:720px) { .auth-shell { display:block; min-height:0; margin:20px auto 0; }.auth-benefits { gap:22px; padding:24px; }.auth-benefits h1 { margin-bottom:19px; font-size:1.45rem; }.auth-benefits ul { display:none; }.auth-card { padding:28px 23px 31px; }.auth-back-link { margin-bottom:29px; } }

/* Distraction-free email authentication page. */
body.auth-page { min-height:100vh; background:radial-gradient(circle at 50% 0,#eef8f0 0,#f8faf8 42%,#f4f6f4 100%); }
.auth-page .site-main { display:grid; min-height:100vh; padding:42px 22px; }
.auth-page .skip-link { z-index:2; }
.auth-page .auth-shell { display:block; width:min(100%,440px); min-height:0; margin:auto; overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; }
.auth-intro { display:grid; justify-items:center; gap:9px; margin-bottom:22px; text-align:center; }
.auth-page .auth-brand { color:#16743c; font-family:var(--font-sans); font-size:1.45rem; font-weight:850; letter-spacing:-.055em; }
.auth-page .auth-brand .brand-mark { width:36px; height:36px; border-radius:11px 11px 11px 3px; background:#16a34a; color:#fff; font-size:1.18rem; }
.auth-intro > p { margin:0; color:#34714a; font-size:.8rem; font-weight:750; }
.auth-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-bottom:25px; }
.auth-benefit-grid article { display:grid; justify-items:center; align-content:center; gap:6px; min-height:86px; padding:10px 5px; border:1px solid #e2eae4; border-radius:12px; background:rgba(255,255,255,.82); text-align:center; }
.auth-benefit-grid p { margin:0; color:#4b5a50; font-size:.61rem; font-weight:650; line-height:1.3; }
.auth-benefit-icon { width:24px; height:24px; display:grid; place-items:center; border-radius:50%; font-size:.82rem; font-weight:850; }
.auth-benefit-icon.is-secure { background:#dff3e5; color:#14733b; }
.auth-benefit-icon.is-fast { background:#e4f0ff; color:#2570bf; }
.auth-benefit-icon.is-favorite { background:#ffebed; color:#cc3b50; font-size:1rem; }
.auth-page .auth-card { display:block; padding:27px 30px 25px; border:1px solid #dce7df; border-radius:16px; background:#fff; box-shadow:0 15px 35px rgba(27,70,42,.1); }
.auth-page .auth-card-heading { text-align:center; }
.auth-page .auth-card-heading h1 { margin:0 0 8px; font-size:1.13rem; font-weight:780; letter-spacing:-.025em; }
.auth-page .auth-card-heading > p { margin:0; color:#718077; font-size:.76rem; line-height:1.45; }
.auth-social-login { display:flex; justify-content:center; gap:14px; margin-top:20px; }
.auth-social-button { width:52px; height:52px; display:grid; place-items:center; padding:0; border:1px solid #d8e2da; border-radius:50%; background:#fff; color:#111827; cursor:pointer; box-shadow:0 5px 12px rgba(22,56,35,.08); transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease; }
.auth-social-button svg { width:25px; height:25px; }
.auth-social-button:hover,.auth-social-button:focus-visible { transform:translateY(-2px); border-color:#9fceab; box-shadow:0 9px 18px rgba(22,56,35,.15); outline:0; }
.auth-page .auth-email-form { margin-top:21px; gap:10px; }
.auth-email-input { position:relative; }
.auth-email-input > span { position:absolute; top:0; bottom:0; left:13px; display:grid; place-items:center; color:#849087; pointer-events:none; }
.auth-email-input svg { width:17px; height:17px; }
.auth-page .auth-email-form input { min-height:46px; padding-left:41px; border-radius:10px; font-size:.81rem; }
.auth-page .auth-email-form .btn { width:100%; min-height:45px; border-radius:10px; font-size:.84rem; }
.auth-page .auth-form-message { text-align:left; }
.auth-new-account { margin:22px 0 0; color:#59675e; font-size:.75rem; line-height:1.5; text-align:center; }
.auth-new-account span { color:#87928a; }
.auth-divider { height:1px; margin:22px 0 16px; background:#e8ede9; }
.auth-page .auth-terms { margin:0; color:#8a948e; font-size:.66rem; text-align:center; }
@media (max-width:500px) { .auth-page .site-main { padding:26px 15px; }.auth-page .auth-card { padding:25px 20px 23px; }.auth-benefit-grid { gap:6px; }.auth-benefit-grid article { min-height:80px; }.auth-benefit-grid p { font-size:.57rem; } }

/* Product detail composition: gallery, condition choices and specifications. */
.product-media-gallery { min-width:0; }.product-hero-frame { border-radius:9px; background:#eef1ed; }.product-hero-image { padding:0; object-fit:cover; mix-blend-mode:normal; }.media-thumbnails { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px; margin-top:8px; }.media-thumbnail { aspect-ratio:1; padding:0; overflow:hidden; border:2px solid transparent; border-radius:7px; background:#fff; cursor:pointer; }.media-thumbnail:hover,.media-thumbnail.is-selected { border-color:#16a34a; }.media-thumbnail img { width:100%; height:100%; object-fit:cover; }.condition-selector-refined { margin:0 0 18px; }.condition-selector-refined h2 { margin:0 0 9px; color:#1f2937; font:600 1rem var(--font-sans); }.condition-selector-refined .condition-options { display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:8px; }.condition-selector-refined .condition-option { position:relative; display:grid; min-height:56px; align-content:center; justify-items:center; gap:2px; padding:7px 10px; border:2px solid #d1d5db; border-radius:8px; background:#fff; color:#1f2937; cursor:pointer; font-family:var(--font-sans); text-align:center; }.condition-selector-refined .condition-option:hover { border-color:#86d8a3; }.condition-selector-refined .condition-option.is-selected { border-color:#16a34a; background:#f0fdf4; color:#15803d; }.condition-selector-refined .condition-option strong { font-size:.83rem; }.condition-selector-refined .condition-option small { color:#6b7280; font-size:.72rem; }.condition-selector-refined .condition-option.is-selected small { display:none; }.condition-selector-refined .condition-option > span { display:none; color:#15803d; font-size:.9rem; line-height:1; }.condition-selector-refined .condition-option.is-selected > span { display:block; }.condition-selector-refined .condition-option.is-unavailable { border-color:#e5e7eb; background:#f8faf8; color:#9ca3af; cursor:not-allowed; opacity:1; }.condition-selector-refined .condition-option.is-unavailable strong,.condition-selector-refined .condition-option.is-unavailable small { color:#9ca3af; }.condition-description { min-height:2rem; margin:8px 0 0; color:#6b7280; font-size:.75rem; line-height:1.45; }.product-actions { margin:0 0 12px; }.product-actions .btn-large { border-radius:8px; box-shadow:0 6px 12px rgba(21,128,61,.2); }.product-delivery-options { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 24px; color:#6b7280; font-size:.75rem; }.product-delivery-options > div { display:flex; align-items:center; gap:6px; }.product-delivery-options svg { width:17px; height:17px; color:#4b5563; }.product-delivery-options strong { color:#4b5563; }.product-description-section,.product-specs-section { grid-column:1 / -1; }.product-specs-card { padding:18px; border:0; border-radius:9px; background:#fff; box-shadow:0 10px 22px rgba(15,23,42,.1); }.product-specs-card h2 { margin:0 0 10px; color:#1f2937; font-size:1.2rem; font-weight:600; }.specs-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:16px; row-gap:0; }.specs-grid > div { padding:9px 0; border-bottom:1px solid #e5e7eb; }.specs-grid p { margin:0 0 2px; color:#6b7280; font-size:.79rem; font-weight:600; }.specs-grid strong { color:#1f2937; font-size:.84rem; font-weight:500; }@media (min-width:951px) { .product-page-layout { align-items:stretch; }.product-media-gallery { align-self:stretch; min-height:0; }.product-media-gallery .product-hero-frame { min-height:0; flex:1; aspect-ratio:auto; } }@media (max-width:640px) { .product-delivery-options { justify-content:flex-start; }.specs-grid { grid-template-columns:1fr; } }

/* Keep every product image visible above the description on a desktop viewport. */
.product-page-layout .media-thumbnails { display:grid; grid-template-columns:repeat(auto-fit,minmax(48px,1fr)); gap:8px; height:auto; margin-top:10px; overflow:visible; }
.product-page-layout .media-thumbnail { width:100%; height:auto; min-width:0; aspect-ratio:1; }
@media (min-width:951px) { .product-page-layout { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:28px; }.product-page-layout .product-media-gallery { padding-bottom:28px; }.product-page-layout .media-thumbnails { grid-template-columns:repeat(auto-fit,minmax(64px,1fr)); }.product-page-layout .media-thumbnail { width:100%; height:auto; min-width:0; aspect-ratio:1; } }

/* Mobile storefront: keep navigation and purchase flows inside the viewport. */
@media (max-width:760px) {
  html,body { max-width:100%; overflow-x:hidden; }
  .site-header .header-main-row { display:grid; grid-template-columns:minmax(0,1fr) auto; grid-template-areas:"brand actions" "search search"; gap:10px 12px; padding:10px 16px 12px; }
  .site-header .brand-logo { grid-area:brand; min-width:0; }
  .site-header .site-search { grid-area:search; order:initial; width:100%; min-width:0; margin:0; }
  .site-header .header-actions { grid-area:actions; justify-content:flex-end; gap:10px; min-width:0; }
  .site-header .header-action { display:grid; width:28px; height:32px; place-items:center; }
  .site-header .header-action > span:last-of-type { display:none; }
  .site-header .account-dropdown,.site-header .cart-dropdown,.site-header .products-dropdown { display:none !important; }
  .site-header .nav-band-inner { overflow-x:auto; scrollbar-width:none; white-space:nowrap; }
  .site-header .nav-band-inner::-webkit-scrollbar { display:none; }
  .site-header .products-menu,.site-header .main-nav { flex:0 0 auto; }
  .site-header .main-nav { display:flex; }
  .site-header .main-nav a { padding-inline:14px; }
  .main-container { width:min(100% - 24px,1320px); }
  .product-page-layout { gap:20px; padding:14px; }
  .product-main-title { font-size:1.45rem; }
  .product-summary-pane { padding:0; }
  .condition-selector-refined .condition-options { grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
  .condition-selector-refined .condition-option { min-height:52px; padding:6px 4px; }
  .condition-selector-refined .condition-option strong { font-size:.73rem; }
  .condition-selector-refined .condition-option small { font-size:.67rem; }
  .product-delivery-options { justify-content:flex-start; gap:8px 14px; }
  .cart-layout,.checkout-layout,.checkout-layout-refined { gap:16px; }
  .cart-item { gap:10px; padding:12px; }
  .checkout-shell,.locker-picker-shell { margin-top:20px; }
  .checkout-card { padding:17px; }
}
@media (max-width:380px) {
  .site-header .header-main-row { padding-inline:12px; }
  .site-header .header-actions { gap:6px; }
  .site-header .header-action { width:25px; }
  .condition-selector-refined .condition-option strong { font-size:.68rem; }
}

/* Product desktop rhythm: 8 px spacing scale and a 12-column content grid. */
@media (min-width:1200px) {
  .product-page-layout { grid-template-columns:repeat(12,minmax(0,1fr)); gap:24px; padding:32px; }
  .product-media-gallery { grid-column:span 5; }
  .product-summary-pane { grid-column:span 7; padding:0; }
  .product-description-section,.product-specs-section { grid-column:1 / -1; margin-top:24px; padding-top:24px; }
  .product-specs-card { padding:24px; }
}
@media (min-width:1440px) {
  .site-main:has(.product-page-layout) .main-container { width:min(1280px,calc(100% - 240px)); }
  .product-benefits-strip { margin-top:16px; margin-bottom:24px; }
}

/* One desktop frame for header, content and footer, rendered 20% larger. */
:root { --storefront-frame-width:1320px; --storefront-desktop-scale:1.2; }
@media (min-width:761px) {
  .site-header-shell,.main-container,.footer-container { width:min(var(--storefront-frame-width),calc(83.333vw - 40px)); max-width:none; zoom:var(--storefront-desktop-scale); }
  .site-main:has(.product-page-layout) .main-container { width:min(var(--storefront-frame-width),calc(83.333vw - 40px)); }
  .checkout-shell,.locker-picker-shell { max-width:var(--storefront-frame-width); }
}
@media (min-width:1051px) {
  .offer-card { flex-basis:calc((min(var(--storefront-frame-width),calc(100vw - 48px)) - 48px) / 5); }
}

/* Product imagery always lives in a fixed square, independent of source ratio. */
.product-image-wrapper,.product-hero-frame,.offer-card-inner img,.offer-card-placeholder { aspect-ratio:1; }
.product-image-wrapper,.product-hero-frame,.offer-card-placeholder { display:grid; place-items:center; overflow:hidden; }
.product-page-layout .product-hero-frame { flex:none; }
.product-thumb,.product-hero-image,.media-thumbnail img,.offer-card-inner img,.cart-popover-image img { object-fit:contain; }
.product-hero-image,.offer-card-inner img { padding:12px; }
.offer-card-inner img,.offer-card-placeholder { height:auto; }

/* Readable, accessible type scale: relative sizes, clear hierarchy and measure. */
:root {
  --type-body:1rem;
  --type-small:.875rem;
  --type-overline:.75rem;
  --type-h1:clamp(1.875rem,2.7vw,2.7rem);
  --type-h2:clamp(1.375rem,1.9vw,2rem);
  --type-h3:1.25rem;
  --line-body:1.6;
  --line-heading:1.16;
  --reading-measure:68ch;
}
body { font-family:var(--font-sans); font-size:var(--type-body); line-height:var(--line-body); }
button,input,select,textarea { font:inherit; }
.site-main h1 { font-family:var(--font-sans); line-height:var(--line-heading); letter-spacing:-.035em; }
.product-main-title,.checkout-heading h1,.locker-picker-heading h1,.catalog-hero h1 { font-size:var(--type-h1); }
.product-description-section h2,.product-specs-card h2,.checkout-card-heading h2 { font-size:var(--type-h2); line-height:var(--line-heading); letter-spacing:-.025em; }
.description-text,.offers-intro,.checkout-heading p,.locker-picker-heading p { max-width:var(--reading-measure); color:#475569; font-size:var(--type-body); line-height:var(--line-body); }
.description-text { overflow-wrap:break-word; hyphens:none; }
.description-text p { margin:0 0 1rem; }
.description-text h2,.description-text h3,.description-text h4,.description-text h5,.description-text h6 { margin:2rem 0 .75rem; font-size:var(--type-h3); line-height:var(--line-heading); letter-spacing:-.015em; }
.description-text ul,.description-text ol { margin:0 0 1rem; }
.product-title,.offer-card-inner h2 { line-height:1.4; }
.product-title a,.offer-card-inner h2 { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:3; line-clamp:3; }
/* Keep every offer image frame identical: long titles must never shrink the
   image, and their copy reserves exactly three lines before the price. */
.offer-card-inner img,.offer-card-placeholder { flex:0 0 auto; width:100%; }
.offer-card-inner h2 { flex:0 0 calc(3 * 1.4em); height:calc(3 * 1.4em); max-height:calc(3 * 1.4em); }
/* Every offer card follows the same four rows, so media, titles, prices and
   purchase buttons share their exact vertical positions across the grid. */
.offer-card { box-sizing:border-box; display:flex; }
.offer-card-inner { width:100%; min-width:0; box-sizing:border-box; display:grid; grid-template-rows:minmax(0,1fr) auto; }
.offer-card-link { width:100%; min-width:0; display:grid; grid-template-rows:auto calc(3 * 1.4em) auto; align-content:start; min-height:0; }
.offer-card-link img,.offer-card-link .offer-card-placeholder { max-width:100%; box-sizing:border-box; }
.offer-card-link .offer-price { min-height:1.25em; }
.offer-add-to-cart { align-self:stretch; }
.eyebrow,.home-section-heading .eyebrow { font-size:var(--type-overline); letter-spacing:.1em; }
.condition-description,.checkout-field-note,.summary-note { font-size:var(--type-small); line-height:1.55; }

/* Product images fill their white square as far as their original ratio allows. */
.product-image-wrapper,.product-hero-frame,.offer-card-inner img,.offer-card-placeholder { background:#fff; }
.product-thumb,.product-hero-image,.offer-card-inner img { padding:0; }

/* Homepage offers: retain product navigation and add a direct purchase action. */
.offer-card-link { display:flex; min-height:0; flex:1; flex-direction:column; color:#1f2937; text-decoration:none; }
.offer-card-link:hover { color:#1f2937; text-decoration:none; }
.offer-add-to-cart { width:100%; min-height:42px; margin-top:12px; border:0; border-radius:9px; background:#16a34a; color:#fff; cursor:pointer; font:700 .82rem var(--font-sans); }
.offer-add-to-cart:hover { background:#15803d; }
.offer-add-to-cart:disabled { background:#d1d5db; color:#6b7280; cursor:not-allowed; }
.mobile-banner-copy { display:none; }
@media (max-width:760px) {
  .desktop-banner { display:block; margin:0 -12px 22px; }
  .desktop-banner-viewport { height:clamp(220px,62vw,280px); border-radius:0; box-shadow:none; }
  .desktop-banner-slide:not(.desktop-banner-fallback)::after { position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(8,19,28,.62),rgba(8,19,28,.08) 72%); content:""; }
  .desktop-banner-image { object-fit:cover; }
  .mobile-banner-copy { position:absolute; z-index:2; left:22px; right:22px; bottom:34px; display:grid; gap:5px; color:#fff; pointer-events:none; }
  .mobile-banner-copy > span { color:#d9ffe8; font-size:.68rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
  .mobile-banner-copy strong { display:-webkit-box; overflow:hidden; font-size:clamp(1.25rem,6vw,1.7rem); line-height:1.12; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
  .mobile-banner-copy small { font-size:.86rem; font-weight:800; }
  .desktop-banner-fallback { padding:26px 22px; }
  .banner-controls { bottom:10px; padding:6px 10px; }
  .offers-section { margin-top:0; }
  .offer-add-to-cart { min-height:38px; margin-top:9px; font-size:.75rem; }
}

/* Final offer-card layout: no edge card can get a wider content area than its
   neighbours, and every row has the same image, title, price and button slot. */
@media (min-width:761px) {
  .offer-card:last-child { padding-right:12px; }
}
.offer-card { box-sizing:border-box; display:flex; }
.offer-card-inner { width:100%; min-width:0; box-sizing:border-box; display:grid; grid-template-rows:minmax(0,1fr) auto; }
.offer-card-link { width:100%; min-width:0; min-height:0; display:grid; grid-template-rows:auto calc(3 * 1.4em) auto; align-content:start; flex:none; color:#1f2937; text-decoration:none; }
.offer-card-link img,.offer-card-link .offer-card-placeholder { width:100%; max-width:100%; box-sizing:border-box; flex:0 0 auto; }
.offer-card-inner h2 { flex:none; height:calc(3 * 1.4em); max-height:calc(3 * 1.4em); }
.offer-card-link .offer-price { min-height:1.25em; }
.offer-add-to-cart { align-self:stretch; }
