:root{--black: #0a0a0a;--red: #FF1A1A;--white: #f5f5f5;--grey: #1a1a1a;--grey-mid: #2a2a2a;--grey-light: #888;--font-display: "Bebas Neue", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%}.site-header{position:sticky;top:0;z-index:100;background:var(--black);border-bottom:1px solid var(--grey-mid)}.header-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo-link{flex-shrink:0}.logo-img{height:32px;width:auto}.logo-text{font-family:var(--font-display);font-size:28px;letter-spacing:.08em;color:var(--white)}.logo-text span{color:var(--red)}.main-nav{display:flex;gap:32px}.main-nav a{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.15em;color:var(--grey-light);transition:color .2s}.main-nav a:hover{color:var(--white)}.cart-link{font-size:11px;font-weight:600;letter-spacing:.15em;color:var(--grey-light);transition:color .2s}.cart-link:hover{color:var(--red)}.nav-toggle{display:none;background:none;border:none;color:var(--white);font-size:22px;cursor:pointer}.mobile-nav{display:none;flex-direction:column;background:var(--grey);padding:16px 24px;gap:16px}.mobile-nav.open{display:flex}.mobile-nav a{font-size:12px;font-weight:600;letter-spacing:.15em;color:var(--grey-light);padding:8px 0;border-bottom:1px solid var(--grey-mid)}.hero{position:relative;height:90vh;min-height:560px;display:flex;align-items:flex-end;overflow:hidden;background:var(--black)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;opacity:.5;width:100%;height:100%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.95) 0%,rgba(10,10,10,.2) 60%,transparent 100%)}.hero-content{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:0 24px 64px}.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:.25em;color:var(--red);margin-bottom:16px;display:block}.hero-title{font-family:var(--font-display);font-size:clamp(64px,12vw,160px);line-height:.9;letter-spacing:.02em;color:var(--white);margin-bottom:32px}.hero-title .accent{color:var(--red)}.hero-cta{display:inline-block;background:var(--red);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.2em;padding:14px 36px;transition:background .2s,transform .2s}.hero-cta:hover{background:var(--white);color:var(--black);transform:translateY(-2px)}.marquee-bar{background:var(--red);padding:10px 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-block;animation:marquee 18s linear infinite}.marquee-track span{font-family:var(--font-display);font-size:13px;letter-spacing:.2em;color:var(--white);padding:0 40px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid var(--grey-mid)}.section-title{font-family:var(--font-display);font-size:clamp(32px,5vw,56px);letter-spacing:.04em;line-height:1}.section-link{font-size:11px;font-weight:600;letter-spacing:.15em;color:var(--grey-light);border-bottom:1px solid var(--grey-light);padding-bottom:2px;transition:color .2s,border-color .2s}.section-link:hover{color:var(--red);border-color:var(--red)}.products-section{max-width:1400px;margin:0 auto;padding:80px 24px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.product-card{background:var(--grey);position:relative;overflow:hidden;cursor:pointer}.product-card:hover .product-img{transform:scale(1.04)}.product-img-wrap{aspect-ratio:3/4;overflow:hidden;background:var(--grey-mid)}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-badge{position:absolute;top:12px;left:12px;background:var(--red);color:var(--white);font-size:9px;font-weight:700;letter-spacing:.2em;padding:3px 8px}.product-info{padding:12px}.product-name{font-family:var(--font-display);font-size:16px;letter-spacing:.04em;margin-bottom:4px;line-height:1.1}.product-price{font-size:12px;font-weight:500;color:var(--grey-light);display:flex;align-items:center;gap:6px}.product-price .amount{color:var(--white);font-weight:600}.product-price .compare-at{text-decoration:line-through;color:var(--grey-light);font-weight:400;font-size:11px}.product-price .sale{color:var(--red);font-weight:700}.product-page{max-width:1400px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery{position:sticky;top:80px}.product-main-img{aspect-ratio:3/4;object-fit:cover;background:var(--grey);width:100%;margin-bottom:2px}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.product-thumb{aspect-ratio:1;object-fit:cover;background:var(--grey);cursor:pointer;opacity:.6;transition:opacity .2s}.product-thumb:hover,.product-thumb.active{opacity:1}.product-details{padding-top:8px}.product-vendor{font-size:10px;font-weight:700;letter-spacing:.25em;color:var(--red);margin-bottom:12px}.product-title{font-family:var(--font-display);font-size:clamp(36px,5vw,64px);line-height:.95;letter-spacing:.02em;margin-bottom:24px}.product-price-display{font-size:22px;font-weight:600;margin-bottom:32px}.product-desc{font-size:14px;color:var(--grey-light);line-height:1.8;margin-bottom:32px}.product-desc p{margin-bottom:12px}.product-desc ul{padding-left:20px}.product-desc li{margin-bottom:6px}.variant-label{font-size:11px;font-weight:700;letter-spacing:.15em;margin-bottom:12px;display:block}.size-grid{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.size-btn{width:48px;height:48px;border:1px solid var(--grey-mid);background:none;color:var(--white);font-size:12px;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s}.size-btn:hover,.size-btn.active{border-color:var(--red);background:var(--red)}.size-btn:disabled{opacity:.3;cursor:not-allowed}.add-to-cart{width:100%;background:var(--red);color:var(--white);border:none;font-size:12px;font-weight:700;letter-spacing:.2em;padding:18px;cursor:pointer;transition:background .2s,transform .2s;margin-bottom:16px}.add-to-cart:hover{background:var(--white);color:var(--black);transform:translateY(-2px)}.collection-page{max-width:1400px;margin:0 auto;padding:60px 24px}.collection-header{margin-bottom:48px}.collection-title{font-family:var(--font-display);font-size:clamp(48px,8vw,100px);letter-spacing:.02em;line-height:.95}.collection-count{font-size:11px;color:var(--grey-light);letter-spacing:.15em;margin-top:8px}.cart-page{max-width:900px;margin:0 auto;padding:60px 24px}.cart-title{font-family:var(--font-display);font-size:56px;letter-spacing:.04em;margin-bottom:48px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:24px;align-items:start;padding:24px 0;border-bottom:1px solid var(--grey-mid)}.cart-item-img{aspect-ratio:3/4;object-fit:cover;background:var(--grey)}.cart-item-name{font-family:var(--font-display);font-size:22px;letter-spacing:.04em;margin-bottom:4px}.cart-item-variant{font-size:12px;color:var(--grey-light);letter-spacing:.1em;margin-bottom:12px}.cart-item-price{font-size:16px;font-weight:600}.cart-qty{display:flex;align-items:center;gap:12px;margin-top:12px}.qty-btn{width:28px;height:28px;background:var(--grey-mid);border:none;color:var(--white);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:var(--red)}.cart-summary{margin-top:48px;padding-top:32px;border-top:1px solid var(--grey-mid);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.cart-total{font-family:var(--font-display);font-size:32px;letter-spacing:.04em}.checkout-btn{background:var(--red);color:var(--white);border:none;font-size:12px;font-weight:700;letter-spacing:.2em;padding:18px 48px;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:var(--white);color:var(--black)}.site-footer{border-top:1px solid var(--grey-mid);padding:32px 24px;margin-top:80px}.footer-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-logo{font-family:var(--font-display);font-size:20px;letter-spacing:.1em}.footer-links{display:flex;gap:24px}.footer-links a{font-size:11px;letter-spacing:.1em;color:var(--grey-light);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-copy{font-size:11px;color:var(--grey-light)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:768px){.main-nav,.cart-link{display:none}.nav-toggle{display:block}.product-page{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}.product-grid{grid-template-columns:repeat(2,1fr);gap:2px}.product-name{font-size:13px}.product-info{padding:8px}.cart-item{grid-template-columns:80px 1fr}.cart-summary{flex-direction:column;align-items:flex-start}.checkout-btn{width:100%;text-align:center}.footer-inner{flex-direction:column;text-align:center}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}*{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
