@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--red:#e51937;--black:#111;--bg:#f8f9fb;--line:#e5e7eb;--muted:#667085}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--black);margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.shop-shell{background:var(--bg);min-height:100vh}.shop-ticker{background:var(--black);border-bottom:2px solid var(--red);color:#fff;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:28px;min-height:36px;padding:9px 4vw;font-size:10px;font-weight:800;display:flex;overflow:hidden}.shop-ticker strong{color:var(--red)}.shop-ticker b{background:var(--red);margin-left:auto;padding:5px 9px;font-size:9px}.shop-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;align-items:center;gap:40px;height:78px;padding:0 5vw;display:flex;position:sticky;top:0}.shop-brand{align-items:center;gap:10px;min-width:220px;display:flex}.shop-brand-mark{background:var(--red);color:#fff;place-items:center;width:34px;height:34px;font-size:12px;font-style:italic;font-weight:900;display:grid}.shop-brand strong,.shop-footer strong{letter-spacing:-.08em;font-size:20px;line-height:1;display:block}.shop-brand strong span,.shop-footer span{color:var(--red)}.shop-brand small{color:#666;letter-spacing:.2em;margin-top:4px;font-size:8px;font-weight:800;display:block}.shop-header nav{letter-spacing:.1em;text-transform:uppercase;color:#475467;gap:25px;margin:auto;font-size:10px;font-weight:800;display:flex}.shop-header nav a:first-child{color:var(--red)}.shop-actions{align-items:center;gap:10px;display:flex}.shop-dashboard,.shop-cart-button{border:1px solid var(--line);color:var(--black);letter-spacing:.08em;text-transform:uppercase;background:#f1f3f5;padding:12px 15px;font-size:10px;font-weight:900}.shop-cart-button{border-color:var(--red);background:var(--red);color:#fff;position:relative}.shop-cart-button i{background:var(--black);border:2px solid #fff;border-radius:50%;place-items:center;width:21px;height:21px;font-size:9px;font-style:normal;display:grid;position:absolute;top:-9px;right:-8px}.shop-hero{background:#fff;align-items:center;min-height:610px;padding:90px 10vw;display:flex;position:relative;overflow:hidden}.shop-hero-art{opacity:.8;background:linear-gradient(90deg,#fff 12%,#ffffffeb 45%,#fff3),url(https://images.unsplash.com/photo-1593095948071-474c5cc2989d?auto=format&fit=crop&w=1920&q=80) 50%/cover;position:absolute;inset:0}.shop-hero-copy{z-index:1;max-width:680px;position:relative}.shop-kicker,.shop-red-label{color:var(--red);letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:900;display:inline-block}.shop-kicker{background:var(--black);color:#fff;padding:8px 11px}.shop-hero h1{letter-spacing:-.1em;text-transform:uppercase;margin:22px 0;font-size:clamp(52px,7vw,100px);line-height:.88}.shop-hero h1 em,.shop-catalog h2 em{color:var(--red);letter-spacing:-.08em;text-transform:none;font:400 .85em/.82 Georgia,serif}.shop-hero-copy>p{color:#475467;max-width:520px;font-size:17px;line-height:1.6}.shop-hero-actions{gap:12px;margin-top:28px;display:flex}.shop-red-button,.shop-light-button{letter-spacing:.12em;text-transform:uppercase;border:0;justify-content:center;align-items:center;gap:18px;padding:16px 20px;font-size:10px;font-weight:900;display:inline-flex}.shop-red-button{background:var(--red);color:#fff;box-shadow:0 5px 16px #e5193740}.shop-light-button{border:2px solid var(--black);background:#fff}.shop-trust{border-block:1px solid var(--line);background:#fff;grid-template-columns:repeat(3,1fr);gap:35px;padding:35px 10vw;display:grid}.shop-trust article{gap:15px;display:flex}.shop-trust b{height:42px;color:var(--red);background:#fff0f2;flex:0 0 42px;place-items:center;font-size:20px;display:grid}.shop-trust strong{text-transform:uppercase;letter-spacing:.08em;font-size:12px;display:block}.shop-trust p{color:#667085;max-width:280px;margin:7px 0 0;font-size:12px;line-height:1.5}.shop-catalog{max-width:1400px;margin:auto;padding:90px 5vw}.shop-section-head{justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px;display:flex}.shop-catalog h2{letter-spacing:-.1em;text-transform:uppercase;margin:7px 0 0;font-size:clamp(34px,5vw,68px);line-height:.9}.shop-filters{flex-wrap:wrap;gap:7px;display:flex}.shop-filters button{border:1px solid var(--line);color:#475467;text-transform:uppercase;background:#fff;padding:11px 14px;font-size:10px;font-weight:900}.shop-filters button.active{border-color:var(--red);background:var(--red);color:#fff}.shop-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.shop-product{border:1px solid var(--line);background:#fff;flex-direction:column;transition:all .25s;display:flex}.shop-product:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 12px 30px #1111110d}.shop-product-image{background:#f1f3f5;height:270px;position:relative;overflow:hidden}.shop-product-image img{object-fit:cover;width:100%;height:100%;transition:all .35s;display:block}.shop-product:hover .shop-product-image img{transform:scale(1.05)}.shop-product-image span{background:var(--red);color:#fff;letter-spacing:.1em;text-transform:uppercase;padding:6px 9px;font-size:9px;font-weight:900;position:absolute;top:14px;left:14px}.shop-product-body{flex:1;padding:22px 22px 0}.shop-product-body small,.shop-rating{color:var(--red);font-size:11px;font-weight:900}.shop-product-body h3{text-transform:uppercase;letter-spacing:-.04em;margin:10px 0 8px;font-size:17px;line-height:1.15}.shop-product-body p{color:#667085;margin:0;font-size:12px;line-height:1.5}.shop-product-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin:20px 22px 0;padding:17px 0;display:flex}.shop-product-footer>strong{letter-spacing:-.06em;font-size:23px}.shop-product-footer div{gap:7px;display:flex}.shop-product-footer button{text-transform:uppercase;background:#f1f3f5;border:0;padding:10px;font-size:9px;font-weight:900}.shop-product-footer button.add-button{background:var(--red);color:#fff}.shop-footer{background:var(--black);color:#fff;justify-content:space-between;align-items:center;gap:30px;padding:45px 10vw;display:flex}.shop-footer p{color:#98a2b3;margin:8px 0 0;font-size:11px}.shop-footer>span{color:#98a2b3;font-size:10px}.shop-overlay{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.shop-modal{background:#fff;grid-template-columns:1fr 1fr;gap:35px;width:min(950px,100%);max-height:90vh;padding:35px;display:grid;position:relative;overflow:auto}.shop-close{color:#98a2b3;background:0 0;border:0;font-size:30px;position:absolute;top:10px;right:14px}.shop-modal-gallery>img{object-fit:cover;background:#f1f3f5;width:100%;height:360px}.shop-modal-gallery>div{gap:8px;margin-top:12px;display:flex}.shop-modal-gallery button{border:1px solid var(--line);background:#f1f3f5;width:62px;height:62px;padding:0}.shop-modal-gallery button img{object-fit:cover;width:100%;height:100%}.shop-modal-copy h2{letter-spacing:-.07em;text-transform:uppercase;margin:13px 0 10px;font-size:30px;line-height:1}.shop-rating small{color:#667085;font-weight:500}.shop-modal-copy>p{color:#667085;font-size:13px;line-height:1.6}.shop-fact{border:1px solid var(--line);background:#f8f9fb;flex-direction:column;gap:7px;margin:12px 0;padding:13px;display:flex}.shop-fact strong{text-transform:uppercase;font-size:10px}.shop-fact span{color:#475467;font-size:12px;line-height:1.4}.shop-modal-buy{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;margin-top:20px;padding-top:18px;display:flex}.shop-modal-buy>strong{font-size:27px}.shop-drawer{background:#fff;flex-direction:column;width:min(440px,100%);height:100%;margin-left:auto;display:flex}.shop-drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:25px;display:flex}.shop-drawer-head h2{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:17px}.shop-drawer-head button{color:#98a2b3;background:0 0;border:0;font-size:28px}.shop-drawer-items{flex:1;padding:22px;overflow:auto}.shop-empty{text-align:center;color:#98a2b3;font-size:13px;font-style:italic}.shop-cart-item{border:1px solid var(--line);background:#f8f9fb;align-items:center;gap:12px;margin-bottom:12px;padding:12px;display:flex}.shop-cart-item>img{object-fit:cover;width:54px;height:54px}.shop-cart-item>div{flex:1}.shop-cart-item strong{text-transform:uppercase;font-size:11px;display:block}.shop-cart-item span{color:var(--red);margin-top:5px;font-size:11px;font-weight:800;display:block}.shop-cart-item button{color:#98a2b3;background:0 0;border:0;font-size:20px}.shop-drawer-foot{border-top:1px solid var(--line);background:#f8f9fb;padding:22px}.shop-drawer-foot>div{justify-content:space-between;margin-bottom:15px;font-size:14px;font-weight:900;display:flex}.shop-drawer-foot a{width:100%}@media (max-width:900px){.shop-header{gap:15px;padding:0 22px}.shop-brand{min-width:auto}.shop-header nav,.shop-dashboard span{display:none}.shop-hero{min-height:650px;padding:80px 8vw}.shop-hero-art{background:linear-gradient(90deg,#fff 12%,#fffffff0 70%,#fff7),url(https://images.unsplash.com/photo-1593095948071-474c5cc2989d?auto=format&fit=crop&w=1200&q=80) 50%/cover}.shop-trust{grid-template-columns:1fr;padding:28px 8vw}.shop-section-head{flex-direction:column;align-items:start}.shop-grid{grid-template-columns:repeat(2,1fr)}.shop-footer{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.shop-ticker{gap:18px;font-size:9px}.shop-ticker span:nth-of-type(2){display:none}.shop-brand strong{font-size:17px}.shop-cart-button{padding:12px}.shop-hero h1{font-size:55px}.shop-hero-copy>p{font-size:14px}.shop-hero-actions{flex-direction:column;align-items:stretch}.shop-catalog{padding:65px 6vw}.shop-grid{grid-template-columns:1fr}.shop-filters button{flex:1}.shop-modal{grid-template-columns:1fr;padding:22px}.shop-modal-gallery>img{height:250px}.shop-modal-copy h2{font-size:25px}}.shop-account-mark{background:var(--black);color:#fff;letter-spacing:.04em;border-radius:50%;place-items:center;width:38px;height:38px;font-size:11px;font-weight:900;display:grid}.shop-sign-in{color:var(--black);letter-spacing:.08em;text-transform:uppercase;padding:12px 0 12px 6px;font-size:10px;font-weight:900}.shop-brand-logo{object-fit:contain;object-position:left center;width:180px;height:60px;display:block}.shop-city-options b{display:none}.shop-footer-logo{width:160px;padding:7px 10px}.shop-city-switch{color:var(--red);letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;font-size:10px;font-weight:900}.shop-footer-logo{background:#fff;width:190px;padding:8px 12px;display:inline-flex}.shop-footer-logo img{width:100%;height:auto;display:block}.shop-city-overlay{z-index:70}.shop-city-modal{background:#fff;width:min(590px,100%);padding:42px}.shop-city-modal h2{letter-spacing:-.1em;text-transform:uppercase;margin:14px 0;font-size:clamp(45px,7vw,75px);line-height:.86}.shop-city-modal h2 em{color:var(--red);letter-spacing:-.08em;text-transform:none;font:400 .9em/.82 Georgia,serif}.shop-city-modal>p{color:#667085;max-width:360px;font-size:14px;line-height:1.5}.shop-city-options{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;display:grid}.shop-city-options button{border:1px solid var(--line);text-align:left;background:#fff;flex-direction:column;align-items:flex-start;gap:16px;min-height:140px;padding:16px;display:flex}.shop-city-options button:hover{border-color:var(--red);color:var(--red)}.shop-city-options span{color:var(--red);font:10px DM Mono,monospace}.shop-city-options strong{letter-spacing:-.04em;font-size:17px}.shop-city-options b{align-self:flex-end;margin-top:auto;font-size:18px;font-weight:400}.shop-city-close{color:#667085;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:0;margin-top:20px;font:10px DM Mono,monospace}.shop-footer-logo-white{background:#111;width:260px;height:86px;padding:0;overflow:hidden}.shop-footer-logo-white img{object-fit:cover;object-position:center 61%;width:100%;height:100%}.shop-brand{flex:0 0 190px;min-width:190px;overflow:hidden}.shop-brand-logo{object-fit:contain;object-position:left center;width:170px;max-width:100%;height:52px}.shop-footer{padding:30px clamp(24px,5vw,80px)}.shop-footer-brand{align-items:center;gap:22px;min-width:0;display:flex}.shop-footer-brand p{white-space:nowrap;margin:0}.shop-footer-logo-white{flex:0 0 220px;width:220px;height:70px}.shop-footer>span{white-space:nowrap;margin-left:auto}@media (max-width:900px){.shop-footer{align-items:flex-start;gap:20px}.shop-footer-brand{flex-direction:column;align-items:flex-start;gap:12px}.shop-footer-brand p{white-space:normal}.shop-footer>span{margin-left:0}.shop-footer-logo-white{width:220px;height:70px}}.shop-header,.shop-hero,.shop-trust,.shop-catalog,.shop-footer{padding-left:5.5vw;padding-right:5.5vw}.shop-catalog{width:100%;max-width:none}.shop-hero-copy{max-width:680px}.shop-header{gap:clamp(18px,3vw,40px)}.shop-footer{display:block}.shop-footer-inner{width:100%;max-width:1400px;margin:0 auto}.shop-footer-logo-white{width:220px;height:70px;display:flex}.shop-footer-meta{border-top:1px solid #343434;justify-content:space-between;align-items:center;gap:24px;margin-top:20px;padding-top:16px;display:flex}.shop-footer-meta p,.shop-footer-meta>span{white-space:nowrap;margin:0}.shop-footer-meta p{color:#98a2b3;font-size:11px}.shop-footer-meta>span{color:#98a2b3;font-size:10px}@media (max-width:900px){.shop-footer-meta{flex-direction:column;align-items:flex-start;gap:8px}.shop-footer-meta p,.shop-footer-meta>span{white-space:normal}}
