:root{--red:#d71920;--black:#111;--white:#fff;--gray:#f5f5f5;--line:#dedede;--muted:#666}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--black);font:15px/1.55 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid #e9686d;outline-offset:3px}img{display:block;max-width:100%}.shop-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.shop-header-inner{max-width:1240px;min-height:78px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:42px}.shop-brand img{width:160px}.shop-nav{display:flex;align-items:center;gap:28px;flex:1;font-size:13px;font-weight:600}.shop-nav a:hover,.shop-nav .active{color:var(--red)}.shop-actions{display:flex;align-items:center;gap:15px;font-size:23px}.shop-cart{border-left:1px solid var(--line);padding-left:18px;font-size:13px;font-weight:700}.shop-cart span{display:inline-grid;place-items:center;background:var(--red);color:#fff;border-radius:50%;min-width:21px;height:21px;font-size:11px}.shop-menu{display:none;border:0;background:none;font-size:23px}.shop-mobile-nav{display:none}.shop-hero{background:#111;color:#fff;padding:58px max(7vw,28px) 65px}.breadcrumbs{max-width:1240px;margin:0 auto 44px;color:#aaa;font-size:12px;display:flex;gap:10px}.breadcrumbs strong{color:#fff}.shop-hero>p,.shop-hero>h1{max-width:1240px;margin-left:auto;margin-right:auto}.shop-eyebrow{color:var(--red);font-size:10px;letter-spacing:.18em;font-weight:700;margin:0 0 14px}.shop-hero h1{font:700 clamp(44px,5vw,68px)/1 'Space Grotesk',sans-serif;letter-spacing:-.05em;text-transform:capitalize;margin-bottom:20px}.shop-hero>p:last-child{max-width:670px;margin-bottom:0;margin-left:max(calc((100% - 1240px)/2),0px);color:#c8c8c8;font-size:16px}.category-bar{max-width:1240px;margin:auto;padding:22px 28px;border-bottom:1px solid var(--line);display:flex;gap:12px;overflow-x:auto}.category-link{min-width:125px;padding:10px 8px;background:var(--gray);border:1px solid transparent;text-align:center;transition:.2s}.category-link:hover,.category-link.active{border-color:var(--red);background:#fff}.category-link img{width:76px;height:62px;object-fit:contain;margin:0 auto 8px;mix-blend-mode:multiply}.category-link span{font-size:11px;font-weight:700;white-space:nowrap}.catalog-section{max-width:1240px;margin:auto;padding:60px 28px 90px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:30px}.catalog-toolbar p{margin:0;color:var(--muted);font-size:13px}.sort-control{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:10px}.sort-control select,.filter-label select{border:1px solid var(--line);background:#fff;padding:10px 12px;font:inherit;color:var(--black)}.filter-toggle{display:none;background:#111;color:#fff;border:0;padding:11px 16px;font-weight:700}.catalog-layout{display:grid;grid-template-columns:235px 1fr;gap:42px}.filter-panel{border-right:1px solid var(--line);padding-right:28px}.filter-title{display:flex;justify-content:space-between;align-items:start}.filter-title h2{font:600 22px 'Space Grotesk';margin:4px 0 25px}.filter-close{display:none}.filter-label{display:block;font-size:12px;font-weight:700}.filter-label select{display:block;width:100%;margin-top:9px}.filter-block{margin-top:30px}.filter-block h3{font:600 15px 'Space Grotesk';margin:0 0 12px}.category-filters{display:flex;flex-direction:column;gap:6px}.category-filter-chip{background:none;border:0;border-bottom:1px solid #eee;text-align:left;padding:9px 0;color:#555;cursor:pointer;font:12px 'DM Sans';display:flex;justify-content:space-between}.category-filter-chip:hover,.category-filter-chip.active{color:var(--red);font-weight:700}.category-filter-chip small{color:#aaa}.clear-filter{background:#fff;border:1px solid var(--black);padding:11px 16px;margin-top:30px;font-size:12px;font-weight:700;cursor:pointer}.clear-filter:hover{background:#111;color:#fff}.results-heading{margin-bottom:28px}.results-heading h2{font:600 29px 'Space Grotesk';margin:4px 0}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-width:0;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.07)}.product-media{aspect-ratio:1/1;background:#f6f6f6;position:relative;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.product-card:hover .product-media img{transform:scale(1.035)}.product-chip{position:absolute;left:12px;top:12px;background:var(--red);color:#fff;padding:4px 7px;font-size:9px;font-weight:700;z-index:1}.view-product-btn{position:absolute;right:10px;bottom:10px;background:#fff;border:1px solid var(--black);padding:8px 10px;font-size:10px;font-weight:700;opacity:0;transition:.2s;cursor:pointer}.product-card:hover .view-product-btn{opacity:1}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-title{font:600 17px/1.2 'Space Grotesk';margin:0 0 8px}.product-description{font-size:12px;color:var(--muted);line-height:1.45;margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating-row{font-size:11px;color:#a85b20;margin-bottom:14px}.rating-pill{color:#a85b20}.rating-count{color:#777}.trend-pill{display:none}.product-footer-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-price{font-weight:700;font-size:16px}.add-cart-btn{background:var(--red);color:#fff;border:0;padding:11px 13px;font:700 11px 'DM Sans';cursor:pointer}.add-cart-btn:hover{background:#111}.add-cart-btn:disabled{opacity:.65}.loading-products,.product-loading{text-align:center;color:var(--muted);padding:45px;grid-column:1/-1}.seo-shop-content{background:var(--gray);padding:90px max(7vw,28px);display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.seo-shop-content h2{font:600 clamp(33px,4vw,52px)/1.05 'Space Grotesk';letter-spacing:-.05em;margin:0}.seo-shop-content>div{max-width:680px;color:#555;font-size:15px}.seo-shop-content a{color:var(--red);font-weight:700}.shop-faq{max-width:1240px;margin:auto;padding:90px 28px;display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.shop-faq h2{font:600 clamp(34px,4vw,52px)/1.05 'Space Grotesk';letter-spacing:-.05em;margin:0}.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}.faq-list summary{font:600 15px 'Space Grotesk';cursor:pointer;display:flex;justify-content:space-between;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';font-size:20px;color:var(--red)}.faq-list details[open] summary:after{content:'−'}.faq-list p{color:var(--muted);font-size:13px;margin:12px 25px 0 0}.shop-cta{background:#111;color:#fff;text-align:center;padding:90px 28px}.shop-cta h2{font:600 clamp(43px,5vw,66px)/1 'Space Grotesk';letter-spacing:-.06em;margin:0}.shop-cta p{color:#aaa;margin:22px 0 28px}.shop-button{background:var(--red);color:#fff;padding:14px 21px;font-size:13px;font-weight:700;display:inline-flex;gap:25px}.shop-button:hover{background:#fff;color:#111}.shop-footer{background:#fff;border-top:1px solid var(--line);padding:65px max(7vw,28px) 25px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px;padding-bottom:55px}.footer-grid img{width:160px}.footer-grid p{color:var(--muted);font-size:12px;max-width:220px}.footer-grid h2{font:700 13px 'Space Grotesk';margin:0 0 16px}.footer-grid a{display:block;color:#666;font-size:12px;margin:9px 0}.footer-grid a:hover{color:var(--red)}.footer-bottom{max-width:1240px;margin:auto;border-top:1px solid var(--line);padding-top:20px;color:#888;font-size:11px;display:flex;justify-content:space-between}.footer-bottom span{display:flex;gap:8px}
@media(max-width:900px){.shop-nav{gap:14px;font-size:11px}.shop-header-inner{gap:20px}.catalog-layout{grid-template-columns:205px 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.seo-shop-content,.shop-faq{gap:45px}}
@media(max-width:680px){.shop-header-inner{min-height:68px;padding:0 18px}.shop-brand img{width:145px}.shop-nav,.shop-actions>a:not(.shop-cart){display:none}.shop-actions{margin-left:auto}.shop-menu{display:block}.shop-mobile-nav{padding:0 18px 16px;display:none;flex-direction:column}.shop-mobile-nav.open{display:flex}.shop-mobile-nav a{border-top:1px solid var(--line);padding:10px 0;font-size:13px;font-weight:600}.shop-hero{padding:38px 18px 45px}.breadcrumbs{margin-bottom:30px}.shop-hero h1{font-size:47px}.shop-hero>p:last-child{font-size:14px}.category-bar{padding:16px 18px}.category-link{min-width:110px}.category-link img{width:62px;height:52px}.catalog-section{padding:40px 18px 65px}.catalog-toolbar{flex-wrap:wrap}.filter-toggle{display:block;order:0}.catalog-toolbar p{order:2;width:100%}.sort-control{order:1;margin-left:auto}.catalog-layout{display:block}.filter-panel{display:none;position:fixed;inset:68px 0 0;background:#fff;z-index:15;padding:25px;overflow:auto;border:0}.filter-panel.open{display:block}.filter-close{display:block;border:0;background:none;font-size:28px}.results-heading h2{font-size:25px}.products-grid{gap:10px}.product-body{padding:12px}.product-title{font-size:14px}.product-description{font-size:11px}.product-footer-row{display:block}.product-price{display:block;margin-bottom:10px}.add-cart-btn{width:100%;padding:11px 5px}.view-product-btn{display:none}.seo-shop-content,.shop-faq{display:block;padding:65px 18px}.seo-shop-content h2,.shop-faq h2{font-size:40px;margin-bottom:30px}.shop-faq .faq-list{margin-top:35px}.shop-cta{padding:70px 18px}.shop-cta h2{font-size:48px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{display:block;line-height:2}.footer-bottom span{display:flex}.category-filter-chip{padding:12px 0}}
