:root{--ink:#181714;--muted:#716d64;--paper:#f7f4ee;--white:#fff;--gold:#9b7136;--line:#ddd6c9;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(24,23,20,.09);background:rgba(247,244,238,.94);backdrop-filter:blur(14px)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--gold);border-radius:50%;font-family:var(--serif);font-size:24px;color:var(--gold)}.brand strong,.brand small{display:block}.brand strong{font-family:var(--serif);font-size:21px;letter-spacing:.04em}.brand small{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}nav{display:flex;gap:28px;font-size:14px}.hero{min-height:570px;display:grid;align-items:center;background:linear-gradient(120deg,#ece5d8 0%,#f8f5ef 58%,#e0d2bb 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero h1,.page-top h1,.product-detail h1{max-width:760px;margin:0;font-family:var(--serif);font-weight:400;line-height:.98}.hero h1{font-size:clamp(52px,7vw,88px)}.hero-copy,.lead{max-width:650px;color:var(--muted);font-size:18px;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:15px 22px;border:1px solid var(--ink);border-radius:0;background:var(--ink);color:#fff;font:inherit;cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}.hero-art{aspect-ratio:4/5;display:grid;place-items:center;border-radius:50% 50% 12px 12px;background:radial-gradient(circle at 50% 35%,#d9bd8d,#92703d 48%,#30281c 72%);box-shadow:0 30px 70px rgba(64,48,24,.2)}.hero-art span{color:rgba(255,255,255,.78);font-family:var(--serif);font-size:28px;letter-spacing:.28em}.section{padding-block:88px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}.section h2{margin:0;font:400 clamp(36px,5vw,58px)/1 var(--serif)}.section-head>a{color:var(--gold)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:140px;display:flex;flex-direction:column;justify-content:end;padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.55);transition:.2s ease}.category-card:hover{transform:translateY(-3px);border-color:var(--gold);background:#fff}.category-card span{font:400 24px/1.1 var(--serif)}.category-card small{margin-top:10px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{min-width:0;background:var(--white)}.product-image{aspect-ratio:1/1.12;display:grid;place-items:center;overflow:hidden;background:#eee9e0;color:var(--muted)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover img{transform:scale(1.025)}.product-body{padding:18px}.product-body h3{min-height:3.8em;margin:8px 0 18px;font:400 17px/1.28 var(--serif)}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.stock{font-size:11px;color:var(--muted)}.stock.is-available{color:#4d7546}.page-top{min-height:65vh}.page-top h1{font-size:clamp(48px,7vw,78px);margin-bottom:26px}.category-grid-large{margin-top:48px}.breadcrumbs{margin-bottom:52px;color:var(--muted);font-size:13px}.breadcrumbs span{margin-inline:9px}.empty-state{margin-top:40px;padding:48px;border:1px solid var(--line);text-align:center;color:var(--muted)}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.product-detail-image{min-height:580px;display:grid;place-items:center;background:#ebe6dd;color:var(--muted)}.product-detail-image img{width:100%;height:100%;max-height:720px;object-fit:contain}.product-detail-body{padding-top:24px}.product-detail h1{font-size:clamp(38px,5vw,62px);line-height:1.05}.sku{color:var(--muted);font-size:13px}.detail-price{margin-top:32px;font:400 34px/1 var(--serif)}.availability{margin-top:10px;color:#4d7546;font-size:13px}.properties{margin:34px 0;border-top:1px solid var(--line)}.properties>div{display:grid;grid-template-columns:1fr 1.3fr;padding:13px 0;border-bottom:1px solid var(--line)}.properties dt{color:var(--muted)}.properties dd{margin:0}.site-footer{padding:64px 0;background:#1c1a17;color:#eee8df}.footer-inner{display:flex;justify-content:space-between;gap:40px}.site-footer strong{font:400 30px/1 var(--serif)}.site-footer p{color:#aaa399;font-size:13px}@media(max-width:900px){.hero-grid,.product-detail{grid-template-columns:1fr}.hero{padding:70px 0}.hero-art{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail-image{min-height:420px}}@media(max-width:560px){.shell{width:min(100% - 24px,1180px)}.header-inner{height:66px}.header-inner nav{gap:14px}.hero{min-height:520px}.hero h1{font-size:50px}.section{padding-block:62px}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:112px;padding:15px}.category-card span{font-size:19px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-body{padding:12px}.product-body h3{font-size:15px}.product-meta{align-items:flex-start;flex-direction:column}.page-top h1{font-size:46px}.product-detail{gap:30px}.product-detail-image{min-height:340px}.footer-inner{display:block}}
.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;margin-top:48px;transition:opacity .18s ease}.catalog-layout.is-loading{opacity:.55;pointer-events:none}.catalog-sidebar{align-self:start;position:sticky;top:98px}.catalog-results{scroll-margin-top:180px}.catalog-filters{padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.72)}.filter-heading,.results-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.filter-heading h2{font:400 28px/1 var(--serif)}.filter-heading a,.results-head span{color:var(--gold);font-size:12px}.filter-search{display:block;margin-top:24px}.filter-search span,.price-fields span{display:block;margin-bottom:7px;color:var(--muted);font-size:12px}.filter-search input,.price-fields input{width:100%;height:42px;padding:0 11px;border:1px solid var(--line);background:#fff;color:var(--ink);font:inherit}.filter-group{margin:22px 0 0;padding:18px 0 0;border:0;border-top:1px solid var(--line)}.filter-group legend{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:0;font-weight:700}.filter-group legend button{padding:0;border:0;background:transparent;color:var(--gold);font:inherit;font-size:11px;cursor:pointer}.price-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.filter-check,.filter-option{display:flex;align-items:center;gap:9px;margin-top:11px;font-size:14px;cursor:pointer}.filter-option:has(input:disabled){cursor:not-allowed;opacity:.45}.filter-option small{margin-left:auto;color:var(--muted)}.filter-option input{accent-color:var(--gold)}.filter-live-status{min-height:16px;margin:14px 0 0;color:var(--muted);font-size:11px}.filter-submit{width:100%}.catalog-js .filter-submit{display:none}.results-head{min-height:42px;margin-bottom:18px}.catalog-results .product-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-results{scroll-margin-top:150px}.catalog-results .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.catalog-layout{gap:22px;margin-top:34px}.catalog-results .product-grid{grid-template-columns:repeat(2,1fr)}.catalog-filters{padding:16px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-utility{border-bottom:1px solid rgba(24,23,20,.08);font-size:12px}.utility-inner,.header-main,.header-contact{display:flex;align-items:center}.utility-inner{min-height:38px;justify-content:space-between}.utility-inner nav{gap:22px}.header-contact{gap:20px}.header-phone{font-weight:700}.header-main{min-height:82px;gap:28px}.catalog-link{font-weight:700}.site-search{display:flex;flex:1;max-width:520px;margin-left:auto;border:1px solid var(--line);background:#fff}.site-search input{min-width:0;flex:1;height:44px;padding:0 14px;border:0;background:transparent;font:inherit}.site-search button{padding:0 16px;border:0;border-left:1px solid var(--line);background:transparent;cursor:pointer}.cart-link{display:flex;align-items:center;gap:8px;white-space:nowrap}.cart-link span{display:grid;min-width:24px;height:24px;padding:0 6px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:11px}.card-cart-form{margin-top:16px}.card-cart-form button,.secondary-button,.remove-cart-item{border:1px solid var(--line);background:transparent;color:inherit;font:inherit;cursor:pointer}.card-cart-form button{width:100%;padding:10px}.search-page-form{display:flex;max-width:760px;margin:38px 0 54px}.search-page-form input{min-width:0;flex:1;padding:0 18px;border:1px solid var(--line);background:#fff;font:inherit}.search-page-form .button{margin:0}.cart-lines{margin-top:46px;border-top:1px solid var(--line)}.cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) 110px 130px 80px;align-items:center;gap:24px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-thumb{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;background:#ebe6dd}.cart-thumb img{display:block;width:100%;height:100%;object-fit:cover}.cart-product>a{font:400 19px/1.25 var(--serif)}.cart-product small,.cart-quantity span{display:block;margin-top:8px;color:var(--muted);font-size:12px}.cart-quantity input{width:76px;height:42px;margin-top:6px;padding:0 8px;border:1px solid var(--line);background:#fff;font:inherit}.remove-cart-item{padding:8px;color:var(--muted)}.cart-summary{display:flex;align-items:center;justify-content:space-between;margin-top:28px;padding:26px;background:#eee8dd}.cart-summary .secondary-button,.contact-card .secondary-button{display:inline-flex;padding:13px 18px}.cart-summary>div{display:flex;align-items:baseline;gap:22px}.cart-summary strong{font:400 32px/1 var(--serif)}.page-intro{max-width:820px;color:var(--muted);font-size:20px;line-height:1.65}.rich-text{max-width:900px;margin-top:42px;font-size:17px;line-height:1.8}.rich-text h2,.rich-text h3{margin-top:42px;font-family:var(--serif);font-weight:400}.rich-text img{max-width:100%;height:auto}.locations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:46px}.location-card{padding:24px;border:1px solid var(--line);background:#fff}.location-card h2{font-size:25px}.location-card iframe{width:100%;max-width:100%;margin-top:16px;border:0}.contact-card{margin-top:48px;padding:44px;background:#e9e1d3}.contact-card h2{margin:0;font:400 38px/1.1 var(--serif)}.contact-card>div{display:flex;align-items:center;gap:12px}.footer-inner{display:grid;grid-template-columns:1fr 2fr 1fr}.footer-brand,.footer-column nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-brand a,.footer-column a{color:#aaa399;font-size:14px}.footer-column h2{margin:0 0 20px;font:400 24px/1 var(--serif)}.footer-buyers nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}.viewed-products{border-top:1px solid var(--line)}
@media(max-width:900px){.header-main{flex-wrap:wrap;padding-block:12px}.site-search{order:3;max-width:none;flex-basis:100%}.footer-inner{grid-template-columns:1fr 1fr}.footer-buyers{grid-row:span 2}.cart-line{grid-template-columns:90px minmax(0,1fr) 100px}.cart-line>strong{grid-column:2}.remove-cart-item{grid-column:3;grid-row:2}.locations-grid{grid-template-columns:1fr}}
@media(max-width:650px){.header-utility{display:none}.header-main{gap:14px}.brand{margin-right:auto}.brand small{display:none}.catalog-link{display:none}.site-search{order:4}.site-search button{padding:0 11px}.cart-link{font-size:13px}.footer-inner{grid-template-columns:1fr}.footer-buyers{grid-row:auto}.footer-buyers nav{grid-template-columns:1fr 1fr}.search-page-form{flex-direction:column;gap:10px}.search-page-form input{min-height:50px}.cart-line{grid-template-columns:72px minmax(0,1fr);gap:14px}.cart-quantity{grid-column:2}.cart-line>strong{grid-column:2}.remove-cart-item{grid-column:2;grid-row:auto;justify-self:start}.cart-summary{align-items:flex-start;flex-direction:column-reverse;gap:24px}.contact-card{padding:28px}.contact-card>div{align-items:stretch;flex-direction:column}.contact-card .button{margin-top:10px}.contact-card .secondary-button{justify-content:center}}
.image-placeholder{display:grid;width:100%;height:100%;padding:18px;place-items:center;color:var(--muted);font-size:12px;line-height:1.35;text-align:center}.cart-thumb img{grid-area:1/1;font-size:0}.cart-thumb .image-placeholder{grid-area:1/1;padding:8px;font-size:10px}
.active-filters{margin-bottom:24px;padding:16px 18px;border:1px solid var(--line);background:rgba(255,255,255,.58)}.active-filters-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.active-filters-heading strong{font-size:13px}.active-filters-heading a{color:var(--gold);font-size:12px}.active-filter-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.active-filter-chip{display:inline-flex;align-items:center;gap:9px;min-height:34px;padding:7px 10px 7px 12px;border:1px solid var(--line);background:#fff;font-size:12px;line-height:1.25;transition:border-color .18s ease,color .18s ease}.active-filter-chip span:last-child{color:var(--muted);font-size:18px;line-height:1}.active-filter-chip:hover,.active-filter-chip:focus-visible{border-color:var(--gold);color:var(--gold)}.results-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.results-toolbar .results-head{display:block;margin:0}.results-toolbar .results-head span{display:block;margin-top:7px}.catalog-sort{display:flex;align-items:center;gap:10px}.catalog-sort label{color:var(--muted);font-size:12px}.catalog-sort select{min-width:210px;height:42px;padding:0 42px 0 14px;appearance:none;border:1px solid var(--line);background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 17px) 17px,calc(100% - 12px) 17px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;color:var(--ink);font:inherit;cursor:pointer}.catalog-sort select:hover{border-color:var(--muted)}.catalog-sort select:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin-top:48px;padding-top:24px;border-top:1px solid var(--line)}.pagination-pages{display:flex;align-items:center;gap:7px}.pagination-pages a,.pagination-pages span{display:grid;min-width:38px;height:38px;padding:0 8px;place-items:center;border:1px solid var(--line)}.pagination-pages .is-current{border-color:var(--ink);background:var(--ink);color:#fff}.pagination-direction:last-child{justify-self:end}.pagination a:hover{color:var(--gold)}
@media(max-width:700px){.results-toolbar{align-items:stretch;flex-direction:column}.catalog-sort{display:grid;grid-template-columns:1fr}.catalog-sort label{grid-column:1/-1}.catalog-sort select{width:100%;min-width:0}.pagination{grid-template-columns:1fr 1fr}.pagination-pages{grid-column:1/-1;grid-row:1;justify-content:center}.pagination-direction{font-size:13px}.pagination-direction:last-child{justify-self:end}}
.filter-mobile-toggle,.filter-mobile-close,.filter-mobile-backdrop{display:none}
@media(max-width:900px){body.catalog-filter-overlay-open{overflow:hidden}.catalog-js .filter-mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 18px;border:1px solid var(--line);background:var(--ink);color:#fff;font:inherit;font-size:16px;font-weight:700;line-height:1;cursor:pointer}.filter-mobile-toggle [aria-hidden="true"]{font-size:24px;font-weight:400}.catalog-js .catalog-sidebar{display:block;position:fixed;z-index:32;inset:0 auto 0 0;width:min(420px,calc(100vw - 34px));max-width:100%;overflow-y:auto;overscroll-behavior:contain;background:var(--paper);box-shadow:18px 0 48px rgba(0,0,0,.22);transform:translateX(-102%);visibility:hidden;transition:transform .24s ease,visibility 0s linear .24s}.catalog-js .catalog-layout.filters-open .catalog-sidebar{transform:translateX(0);visibility:visible;transition-delay:0s}.catalog-js .catalog-filters{position:relative;min-height:100%;padding:24px;border:0;background:var(--paper)}.catalog-js .filter-heading{padding-right:44px}.catalog-js .filter-mobile-close{display:grid;position:absolute;z-index:1;top:18px;right:18px;width:38px;height:38px;padding:0;place-items:center;border:1px solid var(--line);background:transparent;color:var(--ink);font:inherit;font-size:25px;line-height:1;cursor:pointer}.catalog-js .filter-mobile-backdrop{display:block;position:fixed;z-index:31;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(12,11,9,.58);opacity:0;visibility:hidden;cursor:pointer;transition:opacity .24s ease,visibility 0s linear .24s}.catalog-js .catalog-layout.filters-open .filter-mobile-backdrop{opacity:1;visibility:visible;transition-delay:0s}}
@media(max-width:560px){.catalog-js .catalog-sidebar{width:min(390px,calc(100vw - 18px))}.catalog-js .catalog-filters{padding:20px}}
@media(prefers-reduced-motion:reduce){.catalog-js .catalog-sidebar,.catalog-js .filter-mobile-backdrop{transition:none}}
.locations-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.location-card{min-height:310px;display:flex;flex-direction:column;padding:28px}.location-card h2,.location-detail h2{margin:0 0 24px;font:400 26px/1.15 var(--serif)}.location-address,.location-schedule{display:flex;align-items:flex-start;gap:10px;line-height:1.5}.location-address span,.location-schedule span{flex:0 0 22px;color:var(--gold);font-size:24px;line-height:1}.location-details{margin-top:auto;padding-top:26px;border-top:1px solid var(--line);color:var(--gold);font-weight:700}.location-detail{margin-top:44px;padding:34px;border:1px solid var(--line);background:#fff}.location-detail .secondary-button{display:inline-flex;margin-top:16px;padding:13px 18px}.location-map{margin-top:30px}.location-map iframe{width:100%;max-width:100%;border:0}
@media(max-width:900px){.locations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.locations-grid{grid-template-columns:1fr}.location-card{min-height:280px}}
.header-categories{border-top:1px solid var(--line);background:rgba(247,244,238,.96)}.category-nav{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-nav a{flex:0 0 auto;padding:14px 18px;border-left:1px solid var(--line);color:var(--muted);font-size:13px;white-space:nowrap;transition:color .18s ease,background-color .18s ease}.category-nav a:first-child{padding-left:0;border-left:0;color:var(--gold);font-weight:700}.category-nav a:hover,.category-nav a:focus-visible{background:rgba(155,113,54,.07);color:var(--ink)}
@media(max-width:650px){.category-nav{width:100%;padding-inline:12px}.category-nav a{padding:12px 14px;font-size:12px}.category-nav a:first-child{padding-left:0}}
.account-link{white-space:nowrap;font-size:13px;font-weight:700}.account-page{padding-top:52px}.account-auth-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:80px;align-items:start}.account-auth-intro h1{margin:0 0 24px;font-size:clamp(48px,6vw,76px)}.account-auth-intro>p:last-child{max-width:500px;color:var(--muted);font-size:18px;line-height:1.65}.account-form,.account-card{padding:36px;border:1px solid var(--line);background:#fff}.account-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.account-form label>span{font-size:13px;font-weight:700}.account-form input{width:100%;height:50px;padding:0 14px;border:1px solid var(--line);background:var(--paper);color:var(--ink);font:inherit}.account-form input:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.account-form small{color:var(--muted);font-size:11px;line-height:1.45}.account-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.account-form .account-check{display:flex;flex-direction:row;align-items:center;gap:10px}.account-check input{width:18px;height:18px;margin:0;accent-color:var(--gold)}.account-check span{font-weight:400}.account-submit{width:100%}.account-form-switch,.account-consent{margin:20px 0 0;color:var(--muted);font-size:13px;line-height:1.5;text-align:center}.account-form-switch a,.account-consent a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.account-notice{margin-bottom:22px;padding:14px 16px;border:1px solid #6d8a5f;background:#f2f8ef;color:#425b37}.account-profile-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.account-profile-head h1{margin-bottom:0}.account-logout{padding:13px 22px}.account-card{max-width:760px;margin-top:48px}.account-card h2{margin:0 0 28px}.account-card dl{margin:0}.account-card dl>div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.account-card dt{color:var(--muted)}.account-card dd{margin:0;font-weight:700}.account-card>p:last-child{margin:26px 0 0;color:var(--muted);font-size:13px}
@media(max-width:900px){.account-auth-layout{grid-template-columns:1fr;gap:34px}.account-auth-intro>p:last-child{max-width:700px}}
@media(max-width:650px){.account-link{font-size:0}.account-link::before{content:attr(data-mobile-label);font-size:12px}.account-page{padding-top:30px}.account-form{padding:22px}.account-form-grid{grid-template-columns:1fr}.account-profile-head{align-items:flex-start;flex-direction:column}.account-card{padding:24px}.account-card dl>div{grid-template-columns:1fr;gap:5px}}
.catalog-category-page{padding-top:44px}.catalog-category-page .breadcrumbs{margin-bottom:30px}.catalog-category-page .catalog-layout{margin-top:34px}
@media(max-width:650px){.catalog-category-page{padding-top:30px}.catalog-category-page .breadcrumbs{margin-bottom:24px}.catalog-category-page .catalog-layout{margin-top:28px}}
.category-bottom-content{max-width:900px;margin-top:72px;padding-top:40px;border-top:1px solid var(--line)}
@media(max-width:650px){.category-bottom-content{margin-top:52px;padding-top:30px}}
.checkout-section{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:64px;margin-top:64px;padding-top:52px;border-top:1px solid var(--line)}.checkout-intro h2{margin:0;font:400 42px/1.05 var(--serif)}.checkout-intro>p:last-child{color:var(--muted);line-height:1.6}.checkout-form{max-width:720px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkout-fields label{display:flex;flex-direction:column;gap:8px}.checkout-fields label>span{font-size:13px;font-weight:700}.checkout-fields input,.checkout-fields textarea{width:100%;padding:13px 14px;border:1px solid var(--line);background:#fff;color:var(--ink);font:inherit}.checkout-fields input{height:48px}.checkout-fields textarea{resize:vertical}.checkout-fields small{color:var(--muted);font-size:11px;line-height:1.4}.checkout-comment{grid-column:1/-1}.checkout-alert{margin-bottom:20px;padding:14px 16px;border:1px solid #a64a3e;background:#fff3f1;color:#7b3028}.checkout-alert ul{margin:0;padding-left:18px}.checkout-submit{min-width:240px}.checkout-success{max-width:820px}.checkout-success-card{margin-top:38px;padding:40px;border:1px solid var(--line);background:#fff}.checkout-success-card>strong{display:block;margin:8px 0 24px;font:400 46px/1 var(--serif);color:var(--gold)}.checkout-success-card>div{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
@media(max-width:760px){.checkout-section{grid-template-columns:1fr;gap:28px;margin-top:46px;padding-top:38px}.checkout-fields{grid-template-columns:1fr}.checkout-comment{grid-column:auto}.checkout-submit{width:100%}.checkout-success-card{padding:26px}}

/* Full navigation stays visible at the top. After scrolling, the sticky header
   collapses to the primary row so it does not cover catalog content. */
.site-header,.header-utility,.header-main,.header-categories,.brand-mark,.brand strong{transition-duration:.2s;transition-property:min-height,max-height,opacity,border-color,padding,width,height,font-size,box-shadow;transition-timing-function:ease}
.header-utility{max-height:38px;overflow:hidden}
.header-categories{max-height:48px;overflow:hidden}
.site-header.is-compact{box-shadow:0 8px 24px rgba(24,23,20,.08)}
.site-header.is-compact .header-utility,.site-header.is-compact .header-categories{max-height:0;opacity:0;border-color:transparent;pointer-events:none}
.site-header.is-compact .header-main{min-height:64px}
.site-header.is-compact .brand-mark{width:36px;height:36px;font-size:21px}
.site-header.is-compact .brand strong{font-size:19px}
.site-header.is-compact .brand small{display:none}
.site-header.is-compact .site-search input{height:40px}
.catalog-sidebar{top:84px}
.catalog-results{scroll-margin-top:88px}

@media(max-width:650px){
    .site-header.is-compact .header-main{min-height:58px;padding-block:8px;flex-wrap:nowrap}
    .site-header.is-compact .site-search{display:none}
    .site-header.is-compact .brand-mark{width:34px;height:34px;font-size:20px}
    .site-header.is-compact .brand strong{font-size:18px}
    .catalog-results{scroll-margin-top:72px}
}

@media(prefers-reduced-motion:reduce){.site-header,.header-utility,.header-main,.header-categories,.brand-mark,.brand strong{transition:none}}

/* Progressive catalog pagination: crawlable links remain in the document,
   while JavaScript presents a single load-more action. */
.load-more{display:flex;align-items:center;flex-direction:column;gap:12px;margin-top:42px;text-align:center}
.load-more-button{display:inline-flex;min-height:48px;min-width:240px;align-items:center;justify-content:center;padding:12px 22px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);font-weight:700;transition:opacity .18s ease,transform .18s ease}
.load-more-button:hover,.load-more-button:focus-visible{transform:translateY(-1px)}
.load-more-button[aria-busy="true"]{opacity:.65;pointer-events:none}
.load-more [data-load-more-progress]{color:var(--muted);font-size:13px}
.catalog-js .load-more+.pagination{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.breadcrumb-current{display:inline-block;max-width:min(42vw,440px);overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}

/* Native theme control. These tokens are deliberately selected for each
   theme instead of relying on browser color inversion. */
html[data-theme="light"]{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark;--ink:#f4f0e8;--muted:#b8b0a4;--paper:#171714;--white:#22211d;--gold:#c69a58;--line:#3b3933}
.theme-toggle{min-height:40px;padding:0 12px;border:1px solid var(--line);background:transparent;color:inherit;font:inherit;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}
.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--gold);color:var(--gold)}
.theme-toggle:focus-visible,.load-more-button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.button,.cart-link span,.pagination-pages .is-current{color:var(--paper)}
html[data-theme="dark"] .site-header{border-color:rgba(244,240,232,.1);background:rgba(23,23,20,.94)}
html[data-theme="dark"] .header-utility{border-color:rgba(244,240,232,.09)}
html[data-theme="dark"] .header-categories{background:rgba(23,23,20,.97)}
html[data-theme="dark"] .hero{background:linear-gradient(120deg,#201e19 0%,#171714 58%,#2b2419 100%)}
html[data-theme="dark"] .hero-art{background:radial-gradient(circle at 50% 35%,#c6a871,#76562d 48%,#17140f 72%);box-shadow:0 30px 70px rgba(0,0,0,.35)}
html[data-theme="dark"] .category-card{background:rgba(255,255,255,.025)}
html[data-theme="dark"] .category-card:hover{background:#24231f}
html[data-theme="dark"] .product-image,html[data-theme="dark"] .product-detail-image,html[data-theme="dark"] .cart-thumb{background:#2a2823}
html[data-theme="dark"] .catalog-filters,html[data-theme="dark"] .active-filters{background:rgba(255,255,255,.025)}
html[data-theme="dark"] .site-search,html[data-theme="dark"] .filter-search input,html[data-theme="dark"] .price-fields input,html[data-theme="dark"] .catalog-sort select,html[data-theme="dark"] .search-page-form input,html[data-theme="dark"] .cart-quantity input,html[data-theme="dark"] .checkout-fields input,html[data-theme="dark"] .checkout-fields textarea,html[data-theme="dark"] .account-form input{background:#11110f;color:var(--ink)}
html[data-theme="dark"] .active-filter-chip,html[data-theme="dark"] .location-card,html[data-theme="dark"] .location-detail,html[data-theme="dark"] .account-form,html[data-theme="dark"] .account-card,html[data-theme="dark"] .checkout-success-card{background:var(--white)}
html[data-theme="dark"] .cart-summary,html[data-theme="dark"] .contact-card{background:#26231e}
html[data-theme="dark"] .checkout-alert{border-color:#a76158;background:#321f1d;color:#f4cbc5}
html[data-theme="dark"] .account-notice{border-color:#77956a;background:#1f2a1b;color:#cce0c3}
html[data-theme="dark"] .site-footer{background:#10100e}

@media(max-width:650px){
    .theme-toggle{min-height:36px;padding-inline:8px;font-size:0}
    .theme-toggle::after{content:"Тема";font-size:12px}
    .breadcrumb-current{max-width:38vw}
    .load-more-button{width:100%;min-width:0}
}

@media(max-width:900px){.catalog-js .filter-mobile-toggle{color:var(--paper)}}
@media(min-width:901px){.catalog-sidebar.is-taller-than-viewport{position:sticky;top:84px;max-height:calc(100vh - 100px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}}

/* 2026 visual refinement: a quieter, more premium storefront shell. */
:root{--paper:#f6f2eb;--white:#fffdf9;--gold:#9d7134;--line:#ded7cc;--surface-soft:#eee7dc;--focus:#b7833d}
.ui-icon{display:block;width:20px;height:20px;flex:0 0 auto}
.utility-inner nav a,.header-contact a{position:relative;transition:color .18s ease}
.utility-inner nav a:hover,.utility-inner nav a:focus-visible,.header-contact a:hover,.header-contact a:focus-visible{color:var(--gold)}
.utility-catalog-link{color:var(--gold);font-weight:750}
.utility-catalog-link::after{content:"";position:absolute;right:0;bottom:-11px;left:0;height:1px;background:currentColor}
.header-main{min-height:76px;gap:24px}
.brand{min-width:190px}
.brand-mark{width:46px;height:46px;border-color:color-mix(in srgb,var(--gold) 78%,transparent);font-size:26px}
.brand strong{font-size:23px}
.site-search{max-width:610px;margin-inline:auto;border-color:transparent;border-radius:2px;background:var(--white);box-shadow:0 0 0 1px var(--line),0 10px 28px rgba(42,31,17,.035);transition:box-shadow .18s ease}
.site-search:focus-within{box-shadow:0 0 0 2px var(--focus),0 12px 30px rgba(42,31,17,.06)}
.site-search input{height:46px;padding-inline:17px;outline:0;color:var(--ink)}
.site-search input::placeholder{color:color-mix(in srgb,var(--muted) 72%,transparent)}
.site-search button{display:grid;width:48px;padding:0;place-items:center;border-left:0;color:var(--muted);transition:background-color .18s ease,color .18s ease}
.site-search button:hover,.site-search button:focus-visible{background:var(--surface-soft);color:var(--gold);outline:0}
.header-actions{display:flex;align-items:center;gap:6px}
.header-action{position:relative;display:grid;width:42px;height:42px;min-height:42px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--ink);font:inherit;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.header-action:hover,.header-action:focus-visible{background:var(--surface-soft);color:var(--gold);outline:0;transform:translateY(-1px)}
.header-action:focus-visible{box-shadow:0 0 0 2px var(--focus)}
.cart-link{display:grid}
.cart-link span{position:absolute;top:1px;right:-2px;min-width:18px;height:18px;padding:0 5px;border:2px solid var(--paper);background:var(--gold);color:#fff;font-size:9px;font-weight:750}
.theme-icon-moon{display:none}
html[data-theme="dark"] .theme-icon-sun{display:none}
html[data-theme="dark"] .theme-icon-moon{display:block}
.header-categories{padding-block:7px;border-top-color:color-mix(in srgb,var(--line) 70%,transparent);background:color-mix(in srgb,var(--paper) 94%,transparent)}
.category-nav{gap:7px}
.category-nav a,.category-nav a:first-child{padding:9px 14px;border:0;border-radius:999px;color:var(--muted);font-size:12px;font-weight:500;transition:background-color .18s ease,color .18s ease}
.category-nav a:first-child{background:var(--ink);color:var(--paper);font-weight:700}
.category-nav a:hover,.category-nav a:focus-visible{background:var(--surface-soft);color:var(--ink);outline:0}
.category-nav a:first-child:hover,.category-nav a:first-child:focus-visible{background:var(--gold);color:#fff}
.page-top{padding-top:58px}
.page-top .breadcrumbs{margin-bottom:38px}
.page-top h1{max-width:920px;margin-bottom:22px;font-size:clamp(46px,5.4vw,72px);letter-spacing:-.025em}
.page-top .lead{max-width:720px;font-size:17px}
.category-grid-large{gap:16px;margin-top:42px}
.category-card{position:relative;min-height:156px;padding:24px;border-color:color-mix(in srgb,var(--line) 86%,transparent);border-radius:2px;background:linear-gradient(145deg,color-mix(in srgb,var(--white) 78%,transparent),color-mix(in srgb,var(--surface-soft) 40%,transparent));overflow:hidden;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}
.category-card::before{content:"";position:absolute;top:0;left:24px;width:34px;height:2px;background:var(--gold);transform-origin:left;transition:width .22s ease}
.category-card:hover,.category-card:focus-visible{transform:translateY(-3px);border-color:color-mix(in srgb,var(--gold) 68%,var(--line));background:var(--white);box-shadow:0 18px 42px rgba(45,32,15,.07);outline:0}
.category-card:hover::before,.category-card:focus-visible::before{width:62px}
.category-card-line{display:flex;align-items:center;justify-content:space-between;gap:18px}
.category-card-line>span{font-size:26px}
.category-card-line .ui-icon{width:18px;height:18px;color:var(--gold);opacity:.72;transition:transform .22s ease,opacity .22s ease}
.category-card:hover .category-card-line .ui-icon,.category-card:focus-visible .category-card-line .ui-icon{opacity:1;transform:translateX(3px)}
.category-card small{font-size:12px;letter-spacing:.01em}
.catalog-category-page{padding-top:52px}
.catalog-category-page .catalog-layout{margin-top:42px}
.catalog-filters{border-radius:2px;background:color-mix(in srgb,var(--white) 72%,transparent)}
.results-toolbar{padding-bottom:18px;border-bottom:1px solid var(--line)}
.product-card{border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px color-mix(in srgb,var(--line) 55%,transparent);transition:box-shadow .22s ease,transform .22s ease}
.product-card:hover{transform:translateY(-2px);box-shadow:0 15px 36px rgba(35,27,17,.08)}

html[data-theme="dark"]{--ink:#f3efe7;--muted:#b8b0a4;--paper:#141512;--white:#1c1d19;--gold:#c79a58;--line:#373833;--surface-soft:#24251f;--focus:#d1a565}
html[data-theme="dark"] .site-search{background:#1a1b17;box-shadow:0 0 0 1px var(--line),0 12px 30px rgba(0,0,0,.13)}
html[data-theme="dark"] .header-categories{background:rgba(20,21,18,.96)}
html[data-theme="dark"] .category-nav a:first-child{background:var(--gold);color:#16130f}
html[data-theme="dark"] .category-card{background:linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.012))}
html[data-theme="dark"] .category-card:hover,html[data-theme="dark"] .category-card:focus-visible{background:#20211c;box-shadow:0 18px 42px rgba(0,0,0,.22)}
html[data-theme="dark"] .cart-link span{border-color:var(--paper);color:#17130e}
html[data-theme="dark"] .product-card{box-shadow:0 0 0 1px rgba(255,255,255,.065)}

@media(max-width:900px){
    .header-main{gap:14px}
    .brand{min-width:0;margin-right:auto}
    .site-search{order:3;max-width:none;margin:0;flex-basis:100%}
    .category-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
    .header-utility{display:block;max-height:41px}
    .utility-inner{width:100%;min-height:41px;overflow-x:auto;padding-inline:12px;scrollbar-width:none}
    .utility-inner::-webkit-scrollbar{display:none}
    .utility-inner nav{gap:22px;white-space:nowrap}
    .header-contact{display:none}
    .header-main{padding-block:11px}
    .brand-mark{width:40px;height:40px;font-size:23px}
    .brand strong{font-size:20px}
    .header-actions{gap:2px}
    .header-action{width:39px;height:39px;min-height:39px}
    .theme-toggle{padding:0;font-size:inherit}
    .theme-toggle::after{content:none}
    .category-nav{padding-inline:12px}
    .page-top{padding-top:40px}
    .page-top .breadcrumbs{margin-bottom:28px}
    .page-top h1{font-size:clamp(42px,13vw,58px)}
    .category-grid-large{gap:10px;margin-top:32px}
    .category-card{min-height:126px;padding:18px}
    .category-card::before{left:18px}
    .category-card-line>span{font-size:21px}
    .catalog-category-page{padding-top:36px}
}
@media(max-width:420px){
    .brand small{display:none}
    .brand strong{font-size:18px}
    .category-grid-large{grid-template-columns:1fr}
}

/* Amfora brand redesign: the established black/white/gray system from the
   original storefront, with coral reserved for commercial actions. */
:root{--ink:#292929;--muted:#747474;--paper:#fff;--white:#fff;--gold:#f14646;--line:#e2e2e2;--surface-soft:#f2f2f2;--focus:#f14646;--brand-dark:#252323;--brand-red:#f14646;--brand-footer:#f5f1f1;--serif:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{background:var(--paper);font-family:Roboto,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.shell{width:min(1320px,calc(100% - 40px))}
.site-header{background:var(--paper);backdrop-filter:none}
.header-utility{max-height:52px;border-color:var(--line);background:var(--paper);font-size:14px}
.utility-inner{min-height:52px}.utility-inner nav{gap:30px}.utility-catalog-link{color:inherit}.utility-catalog-link::after{display:none}.header-contact{gap:26px}.header-contact>a:last-child{padding:10px 15px;border:1px solid var(--ink)}
.header-main{width:100%;min-height:92px;padding-inline:max(20px,calc((100vw - 1320px)/2));gap:0;background:var(--brand-dark);color:#fff}
.brand{min-width:230px;padding-right:34px}.brand img{display:block;width:164px;height:auto;filter:brightness(0) invert(1)}.brand-mark,.brand>span{display:none}
.header-catalog-button{display:flex;min-height:92px;align-items:center;gap:17px;padding:0 34px;border-inline:1px solid #464444;color:#fff;font-weight:700;white-space:nowrap}.catalog-menu-lines{display:grid;width:28px;gap:6px}.catalog-menu-lines i{height:2px;background:currentColor}
.site-search{max-width:none;margin:0;align-self:stretch;border:0;border-radius:0;background:transparent;box-shadow:none}.site-search:focus-within{box-shadow:inset 0 -2px var(--brand-red)}.site-search input{height:92px;padding-inline:34px;color:#fff;font-size:16px}.site-search input::placeholder{color:#c4c4c4}.site-search button{display:flex;width:auto;gap:12px;padding:0 30px;border-left:1px solid #464444;background:transparent;color:#fff;font-size:15px;font-weight:700}.site-search button:hover,.site-search button:focus-visible{background:#302e2e;color:#fff}.search-symbol{position:relative;width:22px;height:22px;border:2px solid currentColor;border-radius:50%}.search-symbol::after{content:"";position:absolute;width:9px;height:2px;right:-7px;bottom:-3px;transform:rotate(45deg);background:currentColor}
.header-actions{align-self:stretch;gap:0}.header-action{width:auto;height:auto;min-height:92px;padding:0 26px;border-left:1px solid #464444;border-radius:0;color:#fff;font-size:14px;font-weight:700}.header-action:hover,.header-action:focus-visible{transform:none;background:#302e2e;color:#fff;box-shadow:none}.theme-toggle{border:0}.cart-link{display:flex;min-width:178px;gap:14px;background:var(--brand-red);font-size:15px}.cart-link:hover,.cart-link:focus-visible{background:#d93d3d}.cart-link span{position:static;display:block;min-width:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:inherit}.cart-link strong{font-size:15px}.cart-bag-symbol{position:relative;width:25px;height:24px;border:2px solid currentColor;border-radius:2px}.cart-bag-symbol::before{content:"";position:absolute;left:6px;top:-8px;width:9px;height:9px;border:2px solid currentColor;border-bottom:0;border-radius:6px 6px 0 0}
.header-categories{padding:0;border-color:var(--line);background:#fff}.category-nav{gap:0}.category-nav a,.category-nav a:first-child{padding:15px 20px;border-right:1px solid var(--line);border-radius:0;background:transparent;color:var(--muted);font-size:13px}.category-nav a:first-child{color:var(--brand-red)}.category-nav a:hover,.category-nav a:focus-visible,.category-nav a:first-child:hover,.category-nav a:first-child:focus-visible{background:var(--surface-soft);color:var(--ink)}
.site-header.is-compact .header-main{min-height:70px}.site-header.is-compact .header-catalog-button,.site-header.is-compact .header-action{min-height:70px}.site-header.is-compact .site-search input{height:70px}

.hero{display:block;min-height:0;padding-top:34px;padding-bottom:22px;background:none}.hero-slider-window{position:relative;overflow:hidden;background:var(--brand-dark)}.hero-slides{position:relative;aspect-ratio:1320/510}.hero-slide{display:grid;position:absolute;inset:0;grid-template-columns:1.1fr .9fr;align-items:center;padding:54px 96px;background-image:linear-gradient(90deg,rgba(20,20,20,.82),rgba(20,20,20,.16)),var(--hero-bg);background-position:center;background-size:cover;color:#fff;opacity:0;visibility:hidden;transition:opacity .45s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide-copy{position:relative;z-index:2}.hero-slide-copy span{display:block;margin-bottom:20px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero-slide h1,.hero-slide h2{max-width:610px;margin:0 0 44px;font:700 clamp(42px,4.4vw,68px)/1.08 inherit;letter-spacing:-.025em}.hero-slide-copy strong{display:inline-block;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:16px}.hero-slide img{display:block;width:100%;height:100%;max-height:390px;object-fit:contain}.hero-arrow{position:absolute;z-index:3;top:50%;width:48px;height:64px;transform:translateY(-50%);border:0;background:rgba(0,0,0,.18);color:#fff;font-size:42px;cursor:pointer}.hero-arrow:hover{background:rgba(0,0,0,.42)}.hero-arrow-prev{left:0}.hero-arrow-next{right:0}.hero-pagination{display:flex;justify-content:center;gap:8px;padding-top:18px}.hero-pagination button{width:9px;height:9px;padding:0;border:1px solid var(--brand-dark);border-radius:50%;background:transparent;cursor:pointer}.hero-pagination button.is-active{transform:scale(1.35);background:var(--brand-dark)}

.section{padding-block:72px}.section h1,.section h2,.page-top h1,.product-detail h1,.cart-product>a,.location-card h2,.location-detail h2,.checkout-intro h2{font-family:inherit}.section h2{font-size:clamp(30px,4vw,48px);font-weight:500}.eyebrow{color:var(--brand-red);letter-spacing:.15em}.page-top h1{font-size:clamp(42px,5vw,68px);font-weight:500;line-height:1.08}.category-grid{gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.category-card,.category-card:hover,.category-card:focus-visible{min-height:132px;padding:22px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:#fff;box-shadow:none;transform:none}.category-card::before{display:none}.category-card:hover,.category-card:focus-visible{background:var(--surface-soft)}.category-card span,.category-card-line>span{font-family:inherit;font-size:22px;font-weight:500}.category-card small{color:var(--muted)}
.product-grid{gap:18px}.product-card,.product-card:hover{border:1px solid var(--line);border-radius:0;background:#fff;box-shadow:none;transform:none}.product-image{aspect-ratio:1/1.08;background:#f4f4f4}.product-body{padding:18px}.product-body .eyebrow{font-size:10px}.product-body h3{min-height:3.5em;margin:8px 0 16px;font:500 16px/1.4 inherit}.product-meta strong{font-size:18px}.card-cart-form button{min-height:44px;border-color:var(--brand-dark);background:var(--brand-dark);color:#fff;font-weight:700}.card-cart-form button:hover{background:var(--brand-red);border-color:var(--brand-red)}
.catalog-filters,.active-filters{background:#fff}.filter-heading h2{font-family:inherit;font-weight:500}.filter-group legend,.catalog-sort select{font-family:inherit}.filter-option input{accent-color:var(--brand-red)}

.product-detail{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:56px}.product-detail-image{min-height:620px;border:1px solid var(--line);background:#fff}.product-detail-body{padding-top:10px}.product-detail h1{font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.14}.sku{margin:20px 0;color:var(--muted)}.product-buy-info{display:flex;align-items:stretch;margin:30px 0 18px;background:var(--surface-soft)}.product-buy-info>div{display:flex;min-width:150px;flex-direction:column;justify-content:center;padding:20px 24px;border-right:1px solid var(--line)}.product-buy-info>div:last-child{flex:1;align-items:flex-end;border:0}.product-buy-info span{margin-bottom:5px;color:var(--muted);font-size:12px}.product-buy-info strong{font-size:18px}.product-buy-info .detail-price{margin:0;font:700 32px/1.1 inherit}.availability{display:inline-flex;margin:0;padding:7px 10px;border:1px solid var(--line);color:var(--muted);font-size:12px}.availability.is-available{border-color:#87a47e;color:#4d7546}.properties{margin-block:28px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-actions .button,.product-actions .secondary-button{width:100%;min-height:54px;margin:0;padding:14px 18px;font-weight:700}.product-actions .button{border-color:var(--brand-red);background:var(--brand-red)}.product-actions .button:hover{background:#d83e3e}.product-callback{display:flex;align-items:center;justify-content:center;border-color:var(--brand-dark);background:var(--brand-dark);color:#fff}

.button{border-color:var(--brand-red);background:var(--brand-red);color:#fff;font-weight:700}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-color:var(--ink);font-weight:700}.cart-page-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.cart-page-actions .button{margin:0}.cart-summary{background:var(--surface-soft)}
.cart-drawer-shell{position:fixed;z-index:60;inset:0;visibility:hidden}.cart-drawer-shell.is-open{visibility:visible}.cart-drawer-overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.55);opacity:0;transition:opacity .24s}.cart-drawer-shell.is-open .cart-drawer-overlay{opacity:1}.cart-drawer{position:absolute;top:0;right:0;width:min(720px,100%);height:100%;overflow:auto;background:var(--paper);transform:translateX(100%);transition:transform .24s;outline:0}.cart-drawer-shell.is-open .cart-drawer{transform:translateX(0)}body.cart-drawer-open{overflow:hidden}.cart-drawer-content{min-height:100%;display:flex;flex-direction:column}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:28px 34px;border-bottom:1px solid var(--line)}.cart-drawer-head>div{display:flex;align-items:baseline;gap:14px}.cart-drawer-head span{font-size:28px;font-weight:500}.cart-drawer-head strong{color:var(--muted);font-size:13px}.cart-drawer-head button{width:42px;height:42px;border:0;background:transparent;color:inherit;font-size:34px;cursor:pointer}.cart-drawer-form{padding:0 34px}.cart-drawer-lines{display:grid}.cart-drawer-line{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:22px;padding:28px 0;border-bottom:1px solid var(--line)}.cart-drawer-thumb{aspect-ratio:1;display:grid;place-items:center;background:var(--surface-soft)}.cart-drawer-thumb img{width:100%;height:100%;object-fit:contain}.cart-drawer-product{display:flex;flex-direction:column;align-items:flex-start}.cart-drawer-product>a{font-weight:500;line-height:1.4}.cart-drawer-product small{margin-top:8px;color:var(--muted)}.cart-drawer-product label{display:flex;align-items:center;gap:10px;margin-top:auto;color:var(--muted);font-size:12px}.cart-drawer-product input{width:64px;height:36px;border:1px solid var(--line);background:var(--paper);color:inherit;text-align:center}.cart-drawer-price{display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between}.cart-drawer-price button,.cart-drawer-update{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--muted);cursor:pointer}.cart-drawer-update{margin:18px 0}.cart-drawer-footer{position:sticky;bottom:0;margin-top:auto;padding:24px 34px 30px;border-top:1px solid var(--line);background:var(--paper)}.cart-drawer-footer>div{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.cart-drawer-footer>div strong{font-size:32px}.cart-drawer-footer .button,.cart-drawer-footer .secondary-button{width:100%;margin:0 0 10px}.cart-drawer-empty{display:grid;min-height:65vh;place-content:center;text-align:center}

.checkout-page>h1{margin-bottom:42px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:42px;align-items:start}.checkout-panel{padding:36px;background:var(--surface-soft)}.checkout-step-title{display:flex;gap:18px;margin-bottom:30px}.checkout-step-title>span{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--brand-dark);color:#fff;font-weight:700}.checkout-step-title h2{margin:0 0 6px;font-size:24px}.checkout-step-title p{margin:0;color:var(--muted)}.checkout-form{max-width:none}.checkout-fields{display:grid;grid-template-columns:1fr;gap:18px}.checkout-fields .form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkout-fields input,.checkout-fields textarea{border-color:transparent;background:#fff}.checkout-form-actions{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;margin-top:24px}.checkout-form-actions .button{margin:0}.checkout-order{position:sticky;top:100px;padding:34px;border:1px solid var(--line);background:#fff}.checkout-order-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line)}.checkout-order-head h2{margin:0;font-size:26px;font-weight:500}.checkout-order-head a{color:var(--brand-red);font-size:12px;font-weight:700;text-transform:uppercase}.checkout-order-lines article{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.checkout-order-product{display:flex;gap:15px}.checkout-order-product img{width:86px;height:86px;object-fit:contain;background:var(--surface-soft)}.checkout-order-product div{display:flex;flex-direction:column;gap:8px}.checkout-order-product a{line-height:1.35}.checkout-order-product small,.checkout-order>p{color:var(--muted);font-size:12px;line-height:1.5}.checkout-order-total{display:flex;align-items:baseline;justify-content:space-between;padding-top:28px}.checkout-order-total strong{font-size:34px}.checkout-order>p{margin:18px 0 0}

.account-page{padding-top:48px}.account-profile-head{align-items:flex-start;padding-bottom:34px;border-bottom:1px solid var(--line)}.account-profile-head h1{font-size:clamp(42px,5vw,64px)}.account-profile-head p:last-child{margin:12px 0 0;color:var(--muted)}.account-logout-form{margin-top:24px}.account-logout{background:transparent}.account-notice{margin:22px 0 0;border-color:#75916d;background:#f1f7ef}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px}.account-card{max-width:none;margin:0;padding:30px;border-color:var(--line)}.account-card h2{font-size:28px;font-weight:500}.account-card .account-form{padding:0;border:0}.account-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-form input{background:var(--surface-soft)}.account-form .button{margin-top:4px}.form-row-city{grid-template-columns:1.5fr .5fr!important}.account-email-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end}.account-email-card h2{margin-bottom:12px}.account-email-card p{color:var(--muted)}.account-email-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.account-email-form label{margin:0}.account-email-form .secondary-button{min-height:50px}.pending-email{grid-column:1/-1;margin:0;padding:12px 14px;background:var(--surface-soft)}

.site-footer{padding:68px 0;background:var(--brand-footer);color:var(--ink)}.site-footer strong{font-family:inherit;font-weight:500}.site-footer p,.footer-brand a,.footer-column a{color:var(--muted)}.footer-column h2{font-family:inherit;font-weight:500}

html[data-theme="dark"]{--ink:#f4f4f4;--muted:#b8b8b8;--paper:#151515;--white:#1d1d1d;--gold:#f14646;--focus:#f14646;--line:#383838;--surface-soft:#242424;--brand-dark:#111;--brand-footer:#1b1b1b}
html[data-theme="dark"] .category-nav a:first-child{background:transparent;color:var(--brand-red)}
html[data-theme="dark"] .site-header,html[data-theme="dark"] .header-utility,html[data-theme="dark"] .header-categories{background:var(--paper)}
html[data-theme="dark"] .category-card,html[data-theme="dark"] .product-card,html[data-theme="dark"] .product-card:hover,html[data-theme="dark"] .catalog-filters,html[data-theme="dark"] .active-filters,html[data-theme="dark"] .product-detail-image,html[data-theme="dark"] .checkout-order,html[data-theme="dark"] .account-card{background:var(--white)}
html[data-theme="dark"] .category-card:hover,html[data-theme="dark"] .category-card:focus-visible{background:var(--surface-soft)}
html[data-theme="dark"] .product-image,html[data-theme="dark"] .cart-drawer-thumb,html[data-theme="dark"] .checkout-order-product img{background:#282828}
html[data-theme="dark"] .site-search{background:transparent;box-shadow:none}html[data-theme="dark"] .site-search input{background:transparent}
html[data-theme="dark"] .checkout-panel{background:#202020}html[data-theme="dark"] .checkout-fields input,html[data-theme="dark"] .checkout-fields textarea{background:#111;color:#fff}html[data-theme="dark"] .account-form input{background:#111;color:#fff}

@media(max-width:1100px){.header-catalog-button span:last-child{display:none}.header-catalog-button{padding-inline:24px}.brand{min-width:190px}.header-action{padding-inline:18px}.cart-link{min-width:150px}.product-detail{grid-template-columns:1fr 1fr}.checkout-layout{grid-template-columns:1fr 420px}}
@media(max-width:900px){.header-main{padding:12px 20px;flex-wrap:wrap}.brand{padding-right:20px}.brand img{width:145px}.header-catalog-button,.header-action,.site-header.is-compact .header-catalog-button,.site-header.is-compact .header-action{min-height:56px}.header-catalog-button{border-left:1px solid #464444}.site-search{order:4;flex-basis:100%;border-top:1px solid #464444}.site-search input,.site-header.is-compact .site-search input{height:56px}.product-detail,.checkout-layout{grid-template-columns:1fr}.product-detail-image{min-height:520px}.checkout-order{position:static}.account-grid{grid-template-columns:1fr}.account-email-card{grid-column:auto}.footer-inner{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.header-utility{max-height:42px}.utility-inner{min-height:42px}.utility-inner nav a:not(:first-child):not(.utility-catalog-link){display:none}.header-main{gap:0}.brand{min-width:0;padding-right:14px}.brand img{width:118px}.header-catalog-button{padding:0 14px}.catalog-menu-lines{width:24px}.theme-toggle{display:none}.header-action{padding:0 12px}.account-link{font-size:12px}.cart-link{min-width:auto}.cart-link>span:nth-of-type(2){display:none}.site-search button span:last-child{display:none}.site-search button{padding-inline:22px}.hero{padding-top:16px}.hero-slides{aspect-ratio:auto;height:500px}.hero-slide{grid-template-columns:1fr;padding:38px 34px;text-align:left}.hero-slide h1,.hero-slide h2{margin-bottom:28px;font-size:40px}.hero-slide img{max-height:200px}.hero-arrow{width:36px;height:52px}.section{padding-block:52px}.category-grid{grid-template-columns:1fr 1fr}.product-detail-image{min-height:360px}.product-buy-info>div{padding:16px}.product-buy-info .detail-price{font-size:25px}.product-actions{grid-template-columns:1fr}.cart-drawer-head,.cart-drawer-form,.cart-drawer-footer{padding-inline:18px}.cart-drawer-line{grid-template-columns:82px 1fr;gap:14px}.cart-drawer-price{grid-column:2;align-items:flex-start;gap:10px}.checkout-panel,.checkout-order{padding:22px}.checkout-fields .form-row,.checkout-form-actions{grid-template-columns:1fr}.account-profile-head{gap:18px}.account-logout-form{margin:0}.account-grid{margin-top:24px}.account-card{padding:22px}.account-form .form-row,.account-email-card,.account-email-form{grid-template-columns:1fr}.form-row-city{grid-template-columns:1fr!important}.footer-inner{grid-template-columns:1fr}.cart-page-actions{align-items:stretch;flex-direction:column}.cart-page-actions>*{width:100%}}
@media(prefers-reduced-motion:reduce){.hero-slide,.cart-drawer,.cart-drawer-overlay{transition:none}}
.source-icon{display:block;width:26px;height:26px;fill:currentColor}.header-catalog-button .source-icon{width:28px}.hero-arrow{display:grid;place-items:center;font-size:0}.hero-arrow .source-icon{width:18px;height:34px}.cart-drawer-head button{display:grid;place-items:center;font-size:0}.cart-drawer-head button .source-icon{width:22px;height:22px}
.product-actions{margin-top:22px}
@media(max-width:650px){.header-main .brand{min-width:0;flex:1;padding-right:14px}.header-main .header-catalog-button{padding-inline:14px}.header-main .account-link{font-size:0}.header-main .account-link span,.header-main .cart-link>span{display:none}.header-main .account-link .source-icon{width:22px}.header-main .cart-link{min-width:72px}}

/* Compact Amfora header: lighter, quieter and intentionally distinct from the
   previous tall black retail header. */
.header-utility{max-height:44px;background:var(--paper);font-size:13px}.utility-inner{min-height:44px}.utility-inner nav{gap:24px}.utility-catalog-link{color:var(--brand-red);font-weight:750}.header-contact{gap:18px}.header-phone{display:inline-flex;align-items:center;gap:8px}.header-phone .source-icon{width:16px;height:16px}.header-contact>a:last-of-type,.header-contact .register-link{padding:0;border:0}.header-contact>a[href*="send"]{padding:8px 13px;border:1px solid var(--line);border-radius:999px}.register-link{color:var(--brand-red);font-weight:700}.utility-theme-toggle{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.utility-theme-toggle:hover,.utility-theme-toggle:focus-visible{background:var(--surface-soft);outline:2px solid transparent}.theme-icon{position:relative;display:block;width:17px;height:17px;border:1.8px solid currentColor;border-radius:50%}.theme-icon::before{content:"";position:absolute;inset:-5px;border:1px dashed currentColor;border-radius:50%}html[data-theme="dark"] .theme-icon{border-radius:50%;border:0;background:#fff;box-shadow:-5px -2px 0 0 var(--paper)}html[data-theme="dark"] .theme-icon::before{display:none}
.header-main{width:min(1320px,calc(100% - 40px));min-height:74px;margin-inline:auto;padding:10px 0;gap:26px;background:var(--paper);color:var(--ink)}.brand{min-width:190px;padding:0}.brand img{width:158px;filter:none}.site-search{position:relative;max-width:680px;min-height:48px;margin-inline:auto;align-self:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);box-shadow:none}.site-search:focus-within{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.site-search input{height:46px;padding:0 8px 0 20px;color:var(--ink);font-size:14px}.site-search input::placeholder{color:var(--muted)}.site-search button{width:48px;height:46px;padding:0;justify-content:center;border:0;border-radius:50%;background:transparent;color:var(--ink);font-size:0}.site-search button .source-icon{width:20px;height:20px}.site-search button:hover,.site-search button:focus-visible{background:var(--white);color:var(--brand-red)}.search-suggestions{position:absolute;z-index:25;top:calc(100% + 10px);right:0;left:0;overflow:hidden;border:1px solid var(--line);background:var(--white);box-shadow:0 18px 42px rgba(23,20,18,.16)}.search-suggestions[hidden]{display:none}.search-suggestions a{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:13px 17px;border-bottom:1px solid var(--line)}.search-suggestions a:last-child{border-bottom:0}.search-suggestions a:hover,.search-suggestions a:focus-visible{background:var(--surface-soft);outline:0}.search-suggestions span{display:flex;min-width:0;flex-direction:column;gap:4px}.search-suggestions strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.search-suggestions small{color:var(--muted);font-size:11px}.search-suggestions b{flex:0 0 auto;font-size:13px}
.header-actions{align-self:center;gap:7px}.header-action{width:44px;height:44px;min-height:44px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink)}.header-action:hover,.header-action:focus-visible{background:var(--surface-soft);color:var(--brand-red)}.header-action .source-icon{width:21px;height:21px}.cart-link{position:relative;display:grid;min-width:44px;gap:0;background:var(--ink);color:var(--paper);font-size:0}.cart-link:hover,.cart-link:focus-visible{background:var(--brand-red);color:#fff}.cart-link>span{display:none}.cart-link strong{position:absolute;top:-5px;right:-5px;display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border:2px solid var(--paper);border-radius:999px;background:var(--brand-red);color:#fff;font-size:10px}.header-categories{padding-block:4px;background:var(--paper)}.category-nav{justify-content:center;gap:2px}.category-nav a,.category-nav a:first-child{padding:10px 15px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:12px}.category-nav a:first-child{color:var(--brand-red);font-weight:750}.site-header.is-compact .header-main{min-height:62px;padding-block:7px}.site-header.is-compact .header-action{min-height:42px}.site-header.is-compact .site-search input{height:42px}.site-header.is-compact .site-search,.site-header.is-compact .site-search button{min-height:44px;height:44px}
.card-cart-form button{transition:background-color .18s ease,border-color .18s ease,color .18s ease}.card-cart-form button.is-added{border-color:#4d7546;background:#4d7546;color:#fff}
html[data-theme="dark"] .brand img{filter:brightness(0) invert(1)}html[data-theme="dark"] .header-main,html[data-theme="dark"] .header-utility,html[data-theme="dark"] .header-categories{background:var(--paper);color:var(--ink)}html[data-theme="dark"] .site-search{border-color:var(--line);background:var(--surface-soft);box-shadow:none}html[data-theme="dark"] .site-search input{background:transparent;color:var(--ink)}html[data-theme="dark"] .search-suggestions{background:var(--white)}
@media(max-width:900px){.header-main{width:min(100% - 40px,1320px);padding:9px 0;gap:12px;flex-wrap:wrap}.brand{min-width:0;margin-right:auto;padding:0}.brand img{width:142px}.header-action,.site-header.is-compact .header-action{min-height:42px}.site-search{order:4;max-width:none;flex-basis:100%;border:1px solid var(--line)}.site-search input,.site-header.is-compact .site-search input{height:46px}.site-header.is-compact .site-search{display:flex}.category-nav{justify-content:flex-start}.product-detail,.checkout-layout{grid-template-columns:1fr}}
@media(max-width:650px){.header-utility{display:block;max-height:40px}.utility-inner{min-height:40px}.utility-inner nav a:not(.utility-catalog-link){display:none}.header-contact{gap:7px}.header-contact>a[href*="send"],.header-contact .register-link{display:none}.header-phone{width:32px;height:32px;justify-content:center}.header-phone span{display:none}.utility-theme-toggle{width:32px;height:32px}.header-main{width:calc(100% - 24px);gap:8px}.brand img{width:116px}.header-main .account-link,.header-main .cart-link{width:40px;min-width:40px;height:40px;padding:0}.site-search{margin-top:3px}.site-search input{height:44px;padding-left:16px;font-size:13px}.site-search button{height:44px}.header-categories{padding-block:2px}.category-nav{padding-inline:12px}.category-nav a,.category-nav a:first-child{padding:9px 12px}.search-suggestions a{padding:12px}.search-suggestions b{display:none}}

.search-suggestion-image{width:52px;height:52px;flex:0 0 52px;object-fit:cover;background:var(--surface-soft)}.search-suggestions span{flex:1}

/* Contact CTA: compact editorial layout instead of an oversized banner. */
.contact-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,380px);align-items:end;gap:clamp(34px,5vw,80px);margin-top:52px;padding:clamp(34px,4.2vw,64px);border:1px solid var(--line);background:linear-gradient(125deg,#f2ece1 0%,#ece4d7 100%)}.contact-card-copy{max-width:820px}.contact-card .eyebrow{margin-bottom:18px}.section .contact-card h2,.contact-card h2{margin:0;font-size:clamp(38px,4.2vw,60px);font-weight:650;line-height:1.04;letter-spacing:-.035em}.contact-card-copy>p:last-child{max-width:660px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.6}.contact-card-actions{display:grid;gap:10px}.contact-card-actions .button,.contact-card-actions .secondary-button{display:flex;min-height:58px;align-items:center;justify-content:flex-start;gap:13px;margin:0;padding:15px 20px;font-size:15px;font-weight:750}.contact-card-actions .button{border-color:var(--brand-red);background:var(--brand-red)}.contact-card-actions .secondary-button{border-color:var(--ink);background:transparent;color:var(--ink)}.contact-card-actions .source-icon{width:19px;height:19px}.contact-card-actions a:hover,.contact-card-actions a:focus-visible{transform:translateX(3px);outline:0}.contact-card-actions a{transition:transform .18s ease,background-color .18s ease,color .18s ease}.contact-card-actions .secondary-button:hover,.contact-card-actions .secondary-button:focus-visible{background:var(--ink);color:var(--paper)}html[data-theme="dark"] .contact-card{background:linear-gradient(125deg,#23231f 0%,#1d1d1a 100%)}
@media(max-width:760px){.contact-card{grid-template-columns:1fr;gap:30px;margin-top:38px;padding:28px 22px}.section .contact-card h2,.contact-card h2{font-size:clamp(34px,10vw,46px)}.contact-card-copy>p:last-child{margin-top:17px;font-size:15px}.contact-card-actions{grid-template-columns:1fr}.contact-card-actions .button,.contact-card-actions .secondary-button{min-height:54px}}

/* Density pass: category, product detail and cart drawer. */
.theme-svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-svg-moon{display:none}html[data-theme="dark"] .theme-svg-sun{display:none}html[data-theme="dark"] .theme-svg-moon{display:block}.theme-icon{display:none}
.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:12px;line-height:1.4}.breadcrumbs span{margin:0}.breadcrumb-current{max-width:min(34vw,360px)}
.catalog-category-page{min-height:0;padding-top:26px;padding-bottom:58px}.catalog-category-page .breadcrumbs{margin-bottom:20px}.catalog-category-page .catalog-layout{grid-template-columns:230px minmax(0,1fr);gap:24px;margin-top:0}.catalog-filters{padding:16px}.filter-actions{display:flex;justify-content:flex-end;margin-bottom:8px}.filter-actions a{color:var(--brand-red);font-size:11px;font-weight:700}.filter-check{margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.filter-group{margin:0;padding:14px 0;border-top:0;border-bottom:1px solid var(--line)}.filter-group legend{font-size:14px}.filter-option{margin-top:8px;font-size:13px}.filter-option small{font-size:11px}.filter-price-group{border-bottom:0}.price-fields{margin-top:11px}.price-fields input{height:38px;font-size:13px}.filter-live-status{min-height:0;margin:6px 0}.results-toolbar{align-items:center;margin-bottom:18px;padding-bottom:14px}.results-toolbar .results-head{min-width:0}.results-title{display:flex;align-items:baseline;gap:14px}.catalog-category-page .results-title h1{max-width:none;margin:0;font-size:clamp(25px,2.4vw,34px);font-weight:650;line-height:1.15;letter-spacing:-.02em}.results-title strong{font-size:13px;white-space:nowrap}.results-toolbar .results-head>p{max-width:620px;margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.results-toolbar .results-head>span{margin-top:5px;font-size:11px}.catalog-sort label{font-size:11px}.catalog-sort select{min-width:190px;height:38px;font-size:13px;background-position:calc(100% - 17px) 15px,calc(100% - 12px) 15px}.catalog-results .product-grid{gap:14px}.product-body{padding:14px}.product-body h3{min-height:3.1em;margin:6px 0 12px;font-size:14px;line-height:1.35}.product-meta strong{font-size:16px}.stock{font-size:10px}.card-cart-form{margin-top:12px}.card-cart-form button{min-height:40px;font-size:13px}
.page-top:not(.catalog-category-page){padding-top:30px}.page-top:not(.catalog-category-page)>.breadcrumbs{margin-bottom:24px}.product-detail{gap:38px}.product-detail-image{min-height:500px}.product-detail-body{padding-top:4px}.product-detail .eyebrow{margin-bottom:10px}.product-detail h1{font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.025em}.sku{margin:12px 0;font-size:12px}.product-buy-info{margin:20px 0 12px}.product-buy-info>div{padding:15px 18px}.product-buy-info .detail-price{font-size:26px}.product-actions{margin-top:16px}.product-actions .button,.product-actions .secondary-button{min-height:48px;padding:11px 14px;font-size:13px}.product-detail-body>.lead{font-size:15px;line-height:1.6}
.cart-drawer{overflow:hidden}.cart-drawer-content{height:100%;min-height:0}.cart-drawer-head{flex:0 0 auto;padding:18px 24px}.cart-drawer-head span{font-size:22px}.cart-drawer-head button{width:36px;height:36px}.cart-drawer-form{min-height:0;flex:1;overflow:auto;padding:0 24px}.cart-drawer-line{grid-template-columns:92px minmax(0,1fr) auto;gap:16px;padding:18px 0}.cart-drawer-product>a{font-size:14px;line-height:1.35}.cart-drawer-product small{margin-top:5px;font-size:11px}.cart-drawer-product label{gap:7px;font-size:11px}.cart-drawer-product input{width:56px;height:32px}.cart-drawer-price strong{font-size:14px}.cart-drawer-price button,.cart-drawer-update{font-size:11px}.cart-drawer-update{margin:12px 0 16px}.cart-drawer-footer{display:grid;grid-template-columns:1fr 1fr;flex:0 0 auto;gap:8px;margin-top:0;padding:14px 24px 16px}.cart-drawer-footer>div{grid-column:1/-1;margin-bottom:2px}.cart-drawer-footer>div span{font-size:13px}.cart-drawer-footer>div strong{font-size:26px}.cart-drawer-footer .button,.cart-drawer-footer .secondary-button{min-height:46px;margin:0;padding:10px 12px;font-size:13px;text-align:center}.cart-drawer-footer .button{grid-column:1}.cart-drawer-footer .secondary-button{grid-column:2;background:transparent;color:var(--ink)}
@media(max-width:900px){.catalog-category-page .catalog-layout{grid-template-columns:1fr;gap:14px}.catalog-category-page .filter-mobile-toggle{margin-bottom:0}.results-toolbar{margin-top:0}.product-detail{gap:26px}.product-detail-image{min-height:420px}}
@media(max-width:650px){.breadcrumbs{gap:6px;margin-bottom:14px;font-size:11px}.breadcrumb-current{max-width:42vw}.catalog-category-page{padding-top:18px;padding-bottom:40px}.catalog-category-page .breadcrumbs{margin-bottom:14px}.catalog-category-page .catalog-layout{margin-top:0}.results-toolbar{align-items:stretch;gap:12px;flex-direction:column;padding-bottom:12px}.results-title{gap:9px}.catalog-category-page .results-title h1{font-size:25px}.results-title strong{font-size:12px}.results-toolbar .results-head>p{font-size:11px}.catalog-sort{display:flex;justify-content:space-between}.catalog-sort select{min-width:170px}.catalog-results .product-grid{gap:9px}.product-body{padding:10px}.product-body h3{min-height:0;margin-bottom:10px;font-size:12px}.product-meta strong{font-size:14px}.card-cart-form button{min-height:38px;font-size:11px}.page-top:not(.catalog-category-page){padding-top:20px}.page-top:not(.catalog-category-page)>.breadcrumbs{margin-bottom:16px}.product-detail{gap:20px}.product-detail-image{min-height:300px}.product-detail h1{font-size:28px}.product-buy-info>div{min-width:0;padding:12px}.product-buy-info .detail-price{font-size:22px}.cart-drawer-head{padding:12px 16px}.cart-drawer-head span{font-size:19px}.cart-drawer-form{padding:0 16px}.cart-drawer-line{grid-template-columns:68px minmax(0,1fr) auto;gap:10px;padding:13px 0}.cart-drawer-product>a{display:-webkit-box;overflow:hidden;font-size:12px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-drawer-product small{font-size:10px}.cart-drawer-product label>span{display:none}.cart-drawer-product input{width:48px;height:30px}.cart-drawer-price{grid-column:3;grid-row:1;gap:8px}.cart-drawer-price strong{font-size:12px}.cart-drawer-price button{font-size:10px}.cart-drawer-footer{gap:7px;padding:10px 16px calc(12px + env(safe-area-inset-bottom))}.cart-drawer-footer>div{margin:0}.cart-drawer-footer>div strong{font-size:22px}.cart-drawer-footer .button,.cart-drawer-footer .secondary-button{min-height:42px;padding:8px 7px;font-size:11px}.utility-theme-toggle{border:1px solid var(--line)}}

/* Mobile usability corrections: stable header, restrained forms and compact catalog controls. */
.filter-panel-title{display:none}.results-toolbar{border-bottom:0}.product-category-link{display:inline-flex;align-items:center;gap:7px;width:max-content;text-decoration:none}.product-category-link span{font-size:15px;line-height:1;transition:transform .18s ease}.product-category-link:hover span,.product-category-link:focus-visible span{transform:translateX(-3px)}.product-buy-info{justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent}.product-buy-info>div{border-right:0!important}.product-buy-info>div:first-child{padding-left:0}.product-buy-info>div:last-child{padding-right:0}
:where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus,:where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):focus-visible{outline:0!important;border-color:#8f8f8f!important;box-shadow:0 0 0 1px rgba(41,41,41,.14)!important}
@media(max-width:900px){
    .catalog-category-page .catalog-layout{gap:0}
    .catalog-category-page .results-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:10px;margin-bottom:12px;padding-bottom:0}
    .catalog-category-page .results-head{grid-column:1/-1}
    .catalog-js .catalog-category-page .filter-mobile-toggle{width:auto;min-width:108px;min-height:42px;margin:0;padding:10px 14px;font-size:14px}
    .filter-mobile-toggle [aria-hidden="true"]{font-size:20px}
    .catalog-category-page .catalog-sort{display:block;min-width:0}
    .catalog-category-page .catalog-sort label{display:none}
    .catalog-category-page .catalog-sort select{width:100%;min-width:0;height:42px;font-size:16px;background-position:calc(100% - 17px) 17px,calc(100% - 12px) 17px}
    .catalog-js .catalog-sidebar{width:min(360px,calc(100vw - 44px));height:100dvh;min-height:100%;overflow-y:auto;background:var(--paper)}
    .catalog-js .catalog-filters{min-height:100dvh;padding:20px 20px 32px}
    .catalog-js .filter-panel-title{display:block;margin:0 48px 20px 0;font-size:22px;font-weight:700;line-height:1.2}
    .catalog-js .filter-mobile-close{top:14px;right:14px;width:36px;height:36px;font-size:22px}
}
@media(max-width:650px){
    .header-utility{display:none!important;max-height:0!important}
    .site-header.is-compact .header-main{min-height:auto;padding-block:9px;flex-wrap:wrap}
    .site-header.is-compact .brand img{width:116px}
    .site-header.is-compact .site-search,.site-header.is-compact .site-search button{display:flex;height:44px;min-height:44px}
    .site-header.is-compact .site-search input{height:44px}
    :where(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),select,textarea){font-size:16px!important}
    .site-search input{font-size:16px!important}
    .catalog-category-page{padding-top:14px}
    .catalog-category-page .breadcrumbs{margin-bottom:12px}
    .catalog-category-page .results-toolbar{gap:9px;margin-bottom:10px}
    .results-title{align-items:baseline;justify-content:space-between}
    .catalog-category-page .results-title h1{font-size:23px}
    .results-title strong{font-size:11px}
    .catalog-js .catalog-category-page .filter-mobile-toggle{min-height:40px;padding:9px 12px;font-size:13px}
    .catalog-category-page .catalog-sort select{height:40px}
    .product-detail h1{font-size:24px;line-height:1.18;letter-spacing:-.02em}
    .product-detail .eyebrow{margin-bottom:8px;font-size:11px}
    .product-buy-info{margin:16px 0 10px}
    .product-buy-info>div{padding:11px 0}
    .product-buy-info .detail-price{font-size:21px}
}

/* Checkbox focus is shown on the control itself, never around the whole option row. */
.filter-check:focus-within,.filter-option:focus-within{outline:0!important}

/* Desktop catalog filters are part of the page, not a separate boxed panel. */
@media(min-width:901px){
    .catalog-category-page .catalog-filters{padding:0;border:0;border-radius:0;background:transparent}
    .catalog-category-page .filter-actions{margin:0 0 8px}
    .catalog-category-page .filter-check{padding-inline:2px}
    .catalog-category-page .filter-group>summary{padding-inline:2px;font-size:15px;font-weight:700;letter-spacing:-.01em}
    .catalog-category-page .filter-option{padding-inline:2px;font-size:14px}
}

/* Dual price range: adjust locally, then apply when the handle is released. */
.price-fields{grid-template-columns:1fr 1fr}
.price-range{position:relative;grid-column:1/-1;height:28px;margin:0 3px 2px}
.price-range::before,.price-range::after{position:absolute;top:12px;right:0;left:0;height:4px;border-radius:999px;content:""}
.price-range::before{background:color-mix(in srgb,var(--muted) 34%,transparent)}
.price-range::after{right:calc(100% - var(--price-range-end) * 1%);left:calc(var(--price-range-start) * 1%);background:var(--brand-red)}
.price-range input{position:absolute;z-index:1;top:4px;left:0;width:100%;height:20px;margin:0;appearance:none;background:transparent;pointer-events:none}
.price-range input::-webkit-slider-thumb{width:18px;height:18px;appearance:none;border:2px solid var(--paper);border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-red) 70%,var(--ink));cursor:grab;pointer-events:auto}
.price-range input::-moz-range-thumb{width:14px;height:14px;border:2px solid var(--paper);border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-red) 70%,var(--ink));cursor:grab;pointer-events:auto}

/* Active filters share one compact, rounded control language. */
.active-filter-chip{min-height:44px;padding:7px 14px 7px 9px;border:0;border-radius:999px;background:var(--surface-soft);font-size:13px;font-weight:650}
.active-filter-chip:hover,.active-filter-chip:focus-visible{border:0;background:color-mix(in srgb,var(--surface-soft) 78%,var(--brand-red));color:var(--ink);outline:0}
.active-filter-chip span:last-child{order:-1;display:grid;width:28px;height:28px;margin-left:0;place-items:center;color:var(--muted);font:400 27px/1 Arial,sans-serif}
.active-filter-menu>summary{min-height:44px;padding:7px 14px 7px 9px}
.active-filter-menu>summary>span{min-width:0;flex:1}
.active-filter-menu-chip-clear{display:grid;width:28px;height:28px;flex:0 0 28px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--muted);font:400 27px/1 Arial,sans-serif;cursor:pointer}
.active-filter-menu-chip-clear:hover,.active-filter-menu-chip-clear:focus-visible{background:color-mix(in srgb,var(--brand-red) 9%,transparent);color:var(--brand-red);outline:0}
.filter-check:hover,.filter-option:hover{background:transparent}
.filter-check{margin-bottom:0!important;border-bottom:0!important}
.catalog-category-page .results-toolbar{scroll-margin-top:190px}
.active-filter-menu .filter-option span{flex:0 1 auto}
.active-filter-menu .filter-option small{min-width:0;margin-left:0;text-align:left}
.price-range input:focus-visible{outline:0}.price-range input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-red) 30%,transparent)}

/* Borderless product cards: visual hierarchy comes from the product, not boxes. */
.product-grid{column-gap:20px;row-gap:30px}
.product-card,.product-card:hover{display:flex;min-width:0;flex-direction:column;overflow:visible;border:0;background:transparent;box-shadow:none;transform:none}
.product-card .product-image{overflow:hidden;border:0;background:var(--surface-soft)}
.product-card:hover .product-image,.product-card:focus-within .product-image{background:color-mix(in srgb,var(--surface-soft) 82%,var(--paper))}
.product-card .product-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:13px 0 0}
.product-card .card-cart-form{margin-top:auto;padding-top:12px}
html[data-theme="dark"] .product-card,html[data-theme="dark"] .product-card:hover{border:0;background:transparent;box-shadow:none}
@media(max-width:650px){
    .product-grid,.catalog-results .product-grid{column-gap:12px;row-gap:24px}
    .product-card .product-body{padding:10px 0 0}
    .product-card .card-cart-form{padding-top:10px}
}

/* Catalog cards sit directly on the page background, without a separate grid surface. */
.catalog-category-page .catalog-results .product-grid{gap:20px 20px;background:transparent}
.catalog-category-page .catalog-results .product-card,.catalog-category-page .catalog-results .product-card:hover{background:transparent}
.catalog-category-page .product-card .product-body{padding:13px 0 0}
@media(min-width:1440px){.catalog-category-page .catalog-results .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:650px){
    .catalog-category-page .catalog-results .product-grid{gap:8px;background:transparent}
    .catalog-category-page .product-card .product-body{padding:10px 0 0}
}

/* Quiet AJAX state: retain the current catalog while the replacement is loading. */
.catalog-layout{position:relative;transition:none}
.catalog-layout.is-loading{opacity:1;pointer-events:auto}
.catalog-loading-overlay{position:absolute;z-index:20;inset:0;display:grid;place-items:center;background:color-mix(in srgb,var(--paper) 64%,transparent);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility 0s linear .18s}
.catalog-layout.is-loading .catalog-loading-overlay{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s ease}
.catalog-loading-spinner{width:42px;height:42px;border:3px solid color-mix(in srgb,var(--ink) 18%,transparent);border-top-color:var(--brand-red);border-radius:50%;animation:catalog-loading-spin .7s linear infinite}
.filter-check:focus-within,.filter-option:focus-within{outline:0}
.filter-check:hover input:not(:checked),.filter-option:hover input:not(:checked){border-color:color-mix(in srgb,var(--muted) 78%,transparent);transform:none}
@keyframes catalog-loading-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.catalog-loading-overlay{transition:none}.catalog-loading-spinner{animation:none}}

/* Filter usability: generous row targets, clear grouping and visible states. */
@media(min-width:901px){
    .catalog-category-page .catalog-layout{grid-template-columns:280px minmax(0,1fr);gap:30px}
}
.catalog-filters{padding:24px;border-color:color-mix(in srgb,var(--line) 88%,var(--ink));background:var(--white)}
.filter-actions{min-height:36px;align-items:center;margin:-8px 0 10px}
.filter-actions a{display:inline-flex;min-height:36px;align-items:center;padding:4px 2px;color:var(--brand-red);font-size:13px;font-weight:750}
.filter-actions a:hover,.filter-actions a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.filter-check,.filter-option{position:relative;display:flex;min-height:48px;align-items:center;gap:13px;margin:0;padding:9px 8px;border-radius:6px;font-size:15px;line-height:1.35;cursor:pointer;user-select:none;transition:background-color .16s ease,color .16s ease}
.filter-check{margin:0;padding-block:11px}
.filter-check span,.filter-option span{min-width:0;flex:1}
.filter-check input,.filter-option input{position:relative;width:24px;height:24px;min-width:24px;margin:0;appearance:none;border:1.5px solid color-mix(in srgb,var(--muted) 78%,transparent);border-radius:4px;background:var(--white);cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}
.filter-check input::after,.filter-option input::after{content:"";position:absolute;top:4px;left:7px;width:6px;height:11px;transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;transition:transform .14s ease}
.filter-check input:checked,.filter-option input:checked{border-color:var(--brand-red);background:var(--brand-red)}
.filter-check input:checked::after,.filter-option input:checked::after{transform:rotate(45deg) scale(1)}
.filter-check:hover,.filter-option:hover{background:color-mix(in srgb,var(--brand-red) 7%,transparent)}
.filter-check:hover input,.filter-option:hover input{border-color:var(--brand-red);transform:scale(1.04)}
.filter-check:has(input:checked),.filter-option:has(input:checked){background:color-mix(in srgb,var(--brand-red) 10%,transparent);font-weight:650}
.filter-check:focus-within,.filter-option:focus-within{outline:2px solid color-mix(in srgb,var(--brand-red) 58%,transparent);outline-offset:1px}
.filter-check input:focus-visible,.filter-option input:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-red) 20%,transparent)}
.filter-option:has(input:disabled){opacity:.42;cursor:not-allowed}
.filter-option:has(input:disabled):hover{background:transparent}
.filter-option input:disabled{cursor:not-allowed}
.filter-option small{min-width:24px;margin:0;color:var(--muted);font-size:12px;text-align:right}
.filter-group{margin:18px 0 0;padding:20px 0 0;border:0;border-top:1px solid var(--line)}
.filter-group legend{min-height:30px;margin:0 0 8px;padding:0 2px;color:var(--ink);font-size:17px;font-weight:750;line-height:1.25}
.filter-group legend button{display:inline-flex;min-height:32px;align-items:center;margin:-5px -2px -5px 0;padding:4px 2px;color:var(--brand-red);font-size:12px;font-weight:700}
.filter-group legend button:hover,.filter-group legend button:focus-visible{text-decoration:underline;text-underline-offset:3px}
.filter-price-group{margin-top:20px;padding-bottom:4px;border-bottom:0}
.price-fields{gap:12px;margin-top:14px}
.price-fields label{display:block;min-width:0}
.price-fields span{margin-bottom:8px;font-size:13px;font-weight:650}
.price-fields input{height:48px;padding-inline:12px;border-radius:2px;font-size:15px}
.filter-live-status{margin-top:10px}
html[data-theme="dark"] .filter-check input,html[data-theme="dark"] .filter-option input{background:var(--paper)}
html[data-theme="dark"] .filter-check input:checked,html[data-theme="dark"] .filter-option input:checked{background:var(--brand-red)}
@media(max-width:900px){
    .catalog-js .catalog-filters{padding:24px 22px 36px}
    .filter-check,.filter-option{min-height:52px;padding-block:11px;font-size:16px}
    .filter-check input,.filter-option input{width:26px;height:26px;min-width:26px}
    .filter-check input::after,.filter-option input::after{top:4px;left:8px;width:6px;height:12px}
    .filter-group{margin-top:20px;padding-top:22px}
    .filter-group legend{font-size:18px}
    .price-fields input{height:50px;font-size:16px}
}

/* Search controls: one quiet focus state and stable, browser-independent actions. */
.site-search input[type="search"]::-webkit-search-cancel-button{display:none;appearance:none}
.site-search input[type="search"]:focus,.site-search input[type="search"]:focus-visible{border:0!important;outline:0!important;box-shadow:none!important}
.site-search:focus-within{border-color:color-mix(in srgb,var(--brand-red) 55%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-red) 12%,transparent)}
.site-search .site-search-clear,.site-search .site-search-submit{height:46px;min-height:46px;flex:0 0 auto;border:0;background:transparent;color:var(--muted);transform:none;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}
.site-search .site-search-clear{display:grid;width:42px;padding:0;place-items:center;border-radius:0;font:400 29px/1 Arial,sans-serif}
.site-search .site-search-clear[hidden]{display:none}
.site-search .site-search-clear span{display:block;position:relative;width:20px;height:20px;overflow:hidden;font-size:0}
.site-search .site-search-clear span::before,.site-search .site-search-clear span::after{content:"";position:absolute;top:9px;left:1px;width:18px;height:2px;border-radius:2px;background:currentColor}
.site-search .site-search-clear span::before{transform:rotate(45deg)}
.site-search .site-search-clear span::after{transform:rotate(-45deg)}
.site-search .site-search-submit{display:flex;width:50px;padding:0 12px 0 8px;align-items:center;justify-content:flex-end;border-radius:0 999px 999px 0;font-size:0}
.site-search .site-search-submit .source-icon{width:21px;height:21px;flex:0 0 21px;transform:translateX(4px)}
.site-search .site-search-clear:hover,.site-search .site-search-clear:focus-visible,.site-search .site-search-submit:hover,.site-search .site-search-submit:focus-visible{background:transparent;color:var(--brand-red);outline:0;transform:none}
.site-search .site-search-clear:focus-visible,.site-search .site-search-submit:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--brand-red) 45%,transparent)}
@media(max-width:650px){
    .site-search .site-search-clear,.site-search .site-search-submit{height:44px;min-height:44px}
    .site-search .site-search-clear{width:40px;font-size:28px}
    .site-search .site-search-submit{width:48px;padding-right:11px}
}

/* Compact listing controls, removable filter chips and price states. */
.active-filters{margin:0 0 22px;padding:12px 14px}
.active-filters-heading{min-height:24px}
.active-filter-list{margin-top:8px}
.active-filter-menu{position:relative;flex:0 0 auto}
.active-filter-menu>summary{display:flex;min-height:36px;align-items:center;gap:8px;padding:7px 11px 7px 13px;border-radius:999px;background:var(--surface-soft);color:var(--ink);font-size:13px;font-weight:650;line-height:1.25;list-style:none;cursor:pointer}
.active-filter-menu>summary::-webkit-details-marker{display:none}
.active-filter-menu>summary small{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:var(--brand-red);color:#fff;font-size:11px;font-weight:750}
.active-filter-menu-chevron{width:7px;height:7px;margin:0 2px 3px 1px;transform:rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .18s ease}
.active-filter-menu[open] .active-filter-menu-chevron{margin-bottom:-3px;transform:rotate(225deg)}
.active-filter-menu form{position:absolute;z-index:12;top:calc(100% + 8px);left:0;width:min(330px,calc(100vw - 48px));padding:10px 12px 12px;border:0;border-radius:14px;background:var(--white);box-shadow:0 16px 32px rgba(0,0,0,.18)}
.active-filter-menu-options{max-height:280px;overflow-y:auto;padding-right:3px}
.active-filter-menu .filter-option{min-height:38px}
.active-filter-menu .filter-option:focus-within{outline:0}
.active-filter-menu-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:8px;padding-top:10px;border-top:1px solid var(--line)}
.active-filter-menu-actions button{min-height:38px;padding:7px 10px;font-size:12px}
.active-filter-menu-clear{border:0;background:transparent;color:var(--muted);font:inherit;font-weight:650;cursor:pointer}
.active-filter-menu-clear:hover,.active-filter-menu-clear:focus-visible{color:var(--brand-red);outline:0}
.product-price{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:3px}
.product-price strong{font-size:16px;line-height:1.15}
.product-price s,.detail-price-stack s{color:var(--muted);font-size:12px;line-height:1.15;text-decoration-thickness:1px}
.product-price.has-discount strong,.detail-price-stack.has-discount .detail-price{color:var(--brand-red)}
.detail-price-stack{display:flex;align-items:flex-end;flex-direction:column;gap:4px}
.detail-price-stack s{font-size:14px}
.stock.is-available{color:#087a31;font-weight:750}
.availability.is-available{gap:7px;border-color:#16823a;background:#edf8f0;color:#087a31;font-weight:750}
.availability.is-available::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#159447;box-shadow:0 0 0 3px rgba(21,148,71,.12)}
html[data-theme="dark"] .availability.is-available{border-color:#35a85d;background:rgba(21,148,71,.12);color:#65d18a}
@media(max-width:900px){
    .catalog-category-page .results-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
    .catalog-js .catalog-category-page .filter-mobile-toggle,.catalog-category-page .catalog-sort{width:100%;min-width:0}
    .catalog-category-page .catalog-sort select{width:100%;min-width:0}
    .active-filters{margin:0 0 16px;padding:0;border:0;background:transparent}
    .active-filters-heading{display:none}
    .active-filter-list{display:flex;margin:0;padding:1px 0 4px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin}
    .active-filter-chip{min-height:36px;flex:0 0 auto;border-radius:999px;background:var(--surface-soft)}
    .active-filter-menu form{position:fixed;right:auto;left:50%;width:min(320px,calc(100vw - 32px));max-height:calc(100vh - 120px);overflow-y:auto;transform:translateX(-50%)}
}
@media(max-width:650px){
    .catalog-js .catalog-category-page .filter-mobile-toggle,.catalog-category-page .catalog-sort select{height:44px;min-height:44px;padding-top:0;padding-bottom:0;font-size:14px}
    .catalog-js .catalog-category-page .filter-mobile-toggle{padding-inline:14px}
    .product-price strong{font-size:14px}
    .product-price s{font-size:11px}
    .detail-price-stack s{font-size:13px}
}

/* Refined catalog controls: compact targets, quiet selected states and collapsible groups. */
@media(min-width:901px){.catalog-category-page .catalog-layout{grid-template-columns:248px minmax(0,1fr);gap:26px}}
.catalog-filters{padding:18px}
.filter-actions{min-height:28px;margin:-4px 0 6px}
.filter-actions a{min-height:28px;font-size:11px}
.filter-check,.filter-option{min-height:40px;gap:10px;padding:6px 5px;border-radius:4px;font-size:14px;font-weight:400}
.filter-check{padding-block:8px}
.filter-check input,.filter-option input{width:21px;height:21px;min-width:21px}
.filter-check input::after,.filter-option input::after{top:3px;left:6px;width:6px;height:10px}
.filter-check:has(input:checked),.filter-option:has(input:checked){background:transparent;font-weight:600}
.filter-check:hover,.filter-option:hover{background:color-mix(in srgb,var(--ink) 4%,transparent)}
.filter-check:focus-within,.filter-option:focus-within{outline:1px solid color-mix(in srgb,var(--brand-red) 48%,transparent);outline-offset:0}
.filter-option small{font-size:11px}
.filter-group{display:block;margin:0;padding:0;border:0;border-bottom:1px solid var(--line)}
.filter-group>summary{display:flex;min-height:48px;align-items:center;gap:8px;padding:11px 2px;color:var(--ink);font-size:14px;font-weight:750;line-height:1.25;list-style:none;cursor:pointer}
.filter-group>summary::-webkit-details-marker{display:none}
.filter-group>summary>span:first-child{min-width:0;flex:1}
.filter-group-options{padding:0 0 10px}
.filter-selected-count{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}
.filter-group-clear{display:grid;width:24px;height:24px;flex:0 0 24px;padding:0;place-items:center;border:0;background:transparent;color:var(--muted);font:400 20px/1 Arial,sans-serif;cursor:pointer}
.filter-group-clear:hover,.filter-group-clear:focus-visible{color:var(--brand-red);outline:0}
.filter-group[open] .filter-selected-count,.filter-group[open] .filter-group-clear{display:none}
.filter-chevron{width:9px;height:9px;flex:0 0 9px;margin:0 5px 4px 2px;transform:rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .18s ease}
.filter-group[open] .filter-chevron{margin-bottom:-4px;transform:rotate(225deg)}
.filter-price-group{margin:0;padding:0;border-bottom:0}
.price-fields{gap:9px;margin:0;padding-bottom:8px}
.price-fields span{margin-bottom:6px;font-size:11px;font-weight:600}
.price-fields input{height:40px;padding-inline:9px;font-size:13px}
.catalog-sort{position:relative}
.catalog-sort-native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.catalog-sort-menu{position:relative;min-width:190px}
.catalog-sort-menu>summary{display:flex;height:40px;align-items:center;justify-content:space-between;gap:16px;padding:0 13px;border:1px solid var(--line);background:var(--white);font-size:13px;list-style:none;cursor:pointer}
.catalog-sort-menu>summary::-webkit-details-marker{display:none}
.sort-chevron{width:8px;height:8px;margin:0 3px 4px 0;transform:rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .18s ease}
.catalog-sort-menu[open] .sort-chevron{margin-bottom:-4px;transform:rotate(225deg)}
.catalog-sort-options{position:absolute;z-index:12;top:calc(100% + 5px);right:0;width:100%;min-width:210px;padding:5px;border:1px solid var(--line);background:var(--white);box-shadow:0 12px 30px rgba(0,0,0,.12)}
.catalog-sort-options button{display:block;width:100%;min-height:38px;padding:8px 10px;border:0;background:transparent;color:var(--ink);font:inherit;font-size:13px;text-align:left;cursor:pointer}
.catalog-sort-options button:hover,.catalog-sort-options button:focus-visible{background:var(--surface-soft);outline:0}
.catalog-sort-options button[aria-selected="true"]{color:var(--brand-red);font-weight:700}
.product-image{position:relative}
.product-discount-badge{position:absolute;z-index:2;top:10px;left:10px;padding:5px 7px;border-radius:3px;background:var(--brand-red);color:#fff;font-size:12px;font-weight:800;line-height:1;letter-spacing:.01em}
@media(max-width:900px){
    .catalog-js .catalog-filters{padding:20px 18px 30px}
    .filter-check,.filter-option{min-height:44px;padding-block:8px;font-size:15px}
    .filter-check input,.filter-option input{width:22px;height:22px;min-width:22px}
    .filter-group{margin:0;padding:0}
    .filter-group>summary{min-height:50px;font-size:15px}
    .catalog-category-page .catalog-sort-menu{width:100%;min-width:0}
    .catalog-category-page .catalog-sort-menu>summary{height:44px;font-size:14px}
}
@media(max-width:650px){.product-discount-badge{top:7px;left:7px;font-size:10px}}

/* Product gallery accepts both CMS images and attached video files. */
.product-gallery{display:grid;min-width:0;grid-template-columns:78px minmax(0,1fr);gap:12px;align-items:start}
.product-gallery:not(:has(.product-gallery-thumbs)){grid-template-columns:1fr}
.product-gallery-thumbs{display:grid;gap:9px;max-height:620px;overflow:auto;scrollbar-width:thin}
.product-gallery-thumb{display:grid;width:78px;aspect-ratio:1;place-items:center;overflow:hidden;border:1px solid var(--line);background:var(--white);color:var(--ink);cursor:pointer}
.product-gallery-thumb img{width:100%;height:100%;object-fit:contain}
.product-gallery-thumb:hover,.product-gallery-thumb:focus-visible,.product-gallery-thumb.is-active{border-color:var(--brand-red);outline:0}
.gallery-video-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--brand-red);color:#fff;font-size:14px;text-indent:2px}
.product-gallery .product-detail-image{position:relative;min-width:0}
.product-gallery .product-detail-image video{display:block;width:100%;height:100%;max-height:720px;background:#111;object-fit:contain}
.product-detail-discount{top:14px;left:14px;font-size:13px}
@media(max-width:900px){
    .product-gallery{grid-template-columns:64px minmax(0,1fr)}
    .product-gallery-thumb{width:64px}
    .product-gallery-thumbs{max-height:420px}
}
@media(max-width:650px){
    .product-gallery{grid-template-columns:1fr}
    .product-gallery-thumbs{grid-row:2;grid-template-columns:repeat(auto-fill,minmax(54px,1fr));max-height:none;overflow:visible}
    .product-gallery-thumb{width:100%;max-width:68px}
}

/* Keep the dual price range independent from the generic numeric-field styles. */
.price-range{position:relative;grid-column:1/-1;height:28px;margin:0 3px 2px}
.price-range::before,.price-range::after{position:absolute;top:12px;right:0;left:0;height:4px;border-radius:999px;content:""}
.price-range::before{background:color-mix(in srgb,var(--muted) 34%,transparent)}
.price-range::after{right:calc(100% - var(--price-range-end) * 1%);left:calc(var(--price-range-start) * 1%);background:var(--brand-red)}
.price-range input{position:absolute;z-index:1;top:4px;left:0;width:100%;height:20px!important;margin:0!important;padding:0!important;appearance:none;background:transparent!important;pointer-events:none}
.price-range input::-webkit-slider-thumb{width:18px;height:18px;appearance:none;border:2px solid var(--paper);border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-red) 70%,var(--ink));cursor:grab;pointer-events:auto}
.price-range input::-moz-range-thumb{width:14px;height:14px;border:2px solid var(--paper);border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand-red) 70%,var(--ink));cursor:grab;pointer-events:auto}

/* Checkbox focus is shown on the control itself, never around the whole option row. */
.filter-check:focus-within,.filter-option:focus-within{outline:0!important}
