:root{--black:#060606;--white:#ffffff;--muted:#a8a8a8;--card-radius:14px;--max-width:1160px;--glow-soft:0 22px 60px rgba(255,255,255,.06);--glow-medium:0 36px 110px rgba(255,255,255,.08)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Helvetica Neue,Arial;background:linear-gradient(180deg,var(--black),#030303);color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.45}.container{max-width:var(--max-width);margin:0 auto;padding:20px}.sale-bar{background:#ffffff05;color:var(--white);padding:8px 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.03)}.sale-inner{display:flex;align-items:center;justify-content:center;gap:12px}.sale-cta{color:var(--white);text-decoration:underline}.site-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:transparent;border-bottom:1px solid rgba(255,255,255,.04);position:sticky;top:0;z-index:60}.logo{height:56px}.nav-links{display:flex;gap:20px}.nav-item{color:var(--white);text-decoration:none;font-weight:700}.header-actions{display:flex;gap:10px;align-items:center}.icon-btn{background:none;border:none;color:var(--white);cursor:pointer;padding:8px;border-radius:8px}.cart-count{background:var(--white);color:var(--black);padding:4px 8px;border-radius:999px;font-weight:700;margin-left:8px}.hero{position:relative;display:flex;align-items:center;gap:24px;padding:28px 0;background:#070707;border-bottom:1px solid rgba(255,255,255,.02);overflow:visible}.hero-media{flex:0 0 500px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.hero-img{width:500px;height:500px;object-fit:contain;border-radius:10px;display:block;filter:grayscale(88%) contrast(90%) brightness(.28)}.hero-overlay{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.hero-content{pointer-events:auto;text-align:center;padding:30px}.hero-title{font-size:clamp(1.8rem,4.4vw,3rem);letter-spacing:.12em;margin:0;font-weight:800;text-shadow:0 6px 20px rgba(0,0,0,.6)}.hero-sub{color:#ffffffe6;margin-top:10px}.products .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding-top:12px}.product-card{background:linear-gradient(180deg,#0000008c,#0009);border-radius:var(--card-radius);overflow:hidden;border:1px solid rgba(255,255,255,.04);color:var(--white);position:relative;transition:transform .32s,box-shadow .32s}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--card-radius);pointer-events:none;box-shadow:var(--glow-soft);mix-blend-mode:screen;z-index:0}.product-card:hover{transform:translateY(-12px) rotate(-.35deg);box-shadow:var(--glow-medium);border-color:#ffffff1f}.card-media{height:320px;background-size:cover;background-position:center;position:relative;border-radius:12px 12px 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-media-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease,filter .4s}.card-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000075;border:0;color:var(--white);padding:8px 12px;border-radius:8px;cursor:pointer;font-size:20px}.card-arrow.prev{left:10px}.card-arrow.next{right:10px}.card-body{padding:16px}.price{font-weight:800;color:var(--white)}.product-page .product-grid{display:grid;grid-template-columns:520px 1fr;gap:36px;align-items:start;padding:28px 0}.product-hero{width:100%;height:auto;border-radius:12px;object-fit:contain;border:1px solid rgba(255,255,255,.04)}.swatches-row{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.swatch{padding:8px 12px;border-radius:8px;border:2px solid rgba(255,255,255,.08);background:transparent;color:var(--white);cursor:pointer;transition:transform .14s,box-shadow .14s}.swatch.selected{border-color:var(--white);box-shadow:0 18px 40px #ffffff0f}.size-selector{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.size{min-width:48px;padding:8px 12px;border-radius:8px;border:2px solid rgba(255,255,255,.08);background:transparent;cursor:pointer}.size.selected{background:var(--white);color:var(--black);font-weight:700;box-shadow:0 18px 40px #ffffff0f}#AddWrap{display:flex;gap:12px;align-items:center;margin-top:12px}.sold-out{background:#222;padding:8px 12px;border-radius:8px;color:#fff;border:1px solid rgba(255,255,255,.04);font-weight:700}.cart-drawer{position:fixed;right:0;top:0;bottom:auto;height:100vh;transform:translate(110%);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .22s ease;will-change:transform,opacity;z-index:13000}.cart-drawer.open{transform:translate(0);opacity:1;pointer-events:auto}.cart-items{max-height:60vh;overflow:auto;padding:8px 0;display:flex;flex-direction:column;gap:10px}.cart-item{display:flex;gap:12px;padding:12px;border-radius:10px;border:1px solid rgba(255,255,255,.02);align-items:center;background:linear-gradient(180deg,#141414f2,#0e0e0ef2)}.cart-item .thumb{width:64px;height:64px;border-radius:8px;background-size:cover;background-position:center}.cart-item .meta{flex:1}.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;background:linear-gradient(180deg,#000000f2,#000000e6);z-index:14000;padding:8px 0}.mobile-menu.open{display:block}.mobile-link{display:block;padding:14px 20px;color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.03)}@media(max-width:980px){.nav-links{display:none}.mobile-only{display:inline-block}.hero{flex-direction:column}.hero-img{width:320px;height:320px}.product-page .product-grid{grid-template-columns:1fr}}.hero{position:relative;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.hero-media .hero-img{max-width:1200px;width:100%;height:auto;object-fit:cover;object-position:center}.product-card .discount-badge{position:absolute;top:10px;left:10px;background:linear-gradient(90deg,#ff7a7a,#ff4a4a);color:#fff;padding:6px 10px;border-radius:8px;font-weight:700;font-size:.9rem;z-index:3}.card-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.card-arrow.prev{left:8px}.card-arrow.next{right:8px}.hero-overlay{position:relative;z-index:3;display:flex;align-items:center;justify-content:center}.hero-content{max-width:1200px;width:100%;padding:60px 16px;margin:0 auto;text-align:center;position:relative;z-index:4}.product-card .card-media-img{max-width:100%;max-height:340px;width:100%;height:auto;object-fit:cover;object-position:center;display:block}.product-hero{max-width:800px;max-height:700px;width:100%;height:auto;object-fit:contain;display:block;margin:0 auto}.product-card .discount-badge{background:#fff;color:#111;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 6px #0000000f}.mobile-menu{transition:transform .22s ease,opacity .22s ease;transform-origin:top right}.mobile-menu.open{transform:translateY(0);opacity:1;display:block}.card-arrow{background:#fffffff2;border:none}.product-card .card-media-img{max-height:260px;width:100%;height:auto;object-fit:cover;object-position:center;display:block}.product-card[aria-label*=Sweatpants] .card-media-img{max-height:200px}.product-card .card-arrow{z-index:10;opacity:.95}.hero .hero-content.container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto;padding:80px 16px}@media(min-width:1200px){.hero .hero-content.container{padding:120px 16px}}.hero-media .hero-img{max-width:1200px;max-height:520px;width:100%;height:auto;object-fit:cover;object-position:center}.hero .hero-overlay{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important}.hero .hero-content.container{margin:0 auto!important;max-width:1200px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:80px 16px!important}@media(min-width:1200px){.hero .hero-content.container{padding:140px 16px!important}}.hero-media .hero-img{max-width:1400px!important;max-height:560px!important;width:100%!important;height:auto!important;object-fit:cover!important}.product-card .card-media-img{max-width:100%!important;width:100%!important;max-height:260px!important;height:auto!important;object-fit:cover!important;display:block!important}.product-card[aria-label*=Sweatpants] .card-media-img{max-height:180px!important}.product-card .discount-badge{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 2px 6px #0000000f!important;z-index:5!important}.price .original{text-decoration:line-through;color:#888;margin-right:8px;font-size:.95rem}.price .sale{color:#fff!important}.product-card .card-arrow{z-index:12!important;pointer-events:auto!important}.product-hero{max-width:900px!important;max-height:700px!important;width:100%!important;height:auto!important;object-fit:contain!important;display:block;margin:0 auto}.product-card .card-media{height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .card-media-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.product-card .card-arrow{z-index:30;background:#00000073;color:#fff;border:none;padding:8px 10px;border-radius:8px}.cart-drawer .drawer-inner,aside.cart-drawer,aside.drawer.cart-drawer{background:#000!important;color:#fff!important}#backdrop[data-hidden=false]{background:#000000e6!important}#menuToggle,#CartToggle,.mobile-only{cursor:pointer}.hero-img{max-width:100%;height:auto}.card-media-img{opacity:1;transition:opacity .22s ease,transform .32s ease;-webkit-transition:opacity .22s ease,transform .32s ease;backface-visibility:hidden}.product-card .card-media{min-height:280px}.product-card img[alt]{font-size:.1px;line-height:.1px}.product-card.hoodie .card-media{height:500px;max-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card.hoodie .card-media-img{width:auto!important;height:100%!important;max-width:100%;object-fit:contain!important;display:block;margin:0 auto}.product-card.sweatpants .card-media{height:612px;max-height:612px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card.sweatpants .card-media-img{width:auto!important;height:100%!important;max-width:100%;object-fit:contain!important;display:block;margin:0 auto}.product-card .card-media-img{object-fit:contain!important;width:auto;height:100%;max-width:100%;display:block;margin:0 auto;transition:opacity .28s ease}.product-card{max-height:760px;display:flex;flex-direction:column;justify-content:flex-start}.card-media{width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card.hoodie .card-media{height:340px;max-height:340px}.product-card.hoodie .card-media-img{height:100%!important;width:auto!important;object-fit:contain!important}.product-card.sweatpants .card-media{height:420px;max-height:420px}.product-card.sweatpants .card-media-img{height:100%!important;width:auto!important;object-fit:contain!important}.product-card .card-body{padding:12px;flex:0 0 auto}.products .grid .product-card{align-self:start}@media(min-width:1100px){.product-card{max-height:680px}.product-card.hoodie .card-media{height:360px}.product-card.sweatpants .card-media{height:460px}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/styles.css.map */
