:root{--black: #0A0A0A;--white: #FFFFFF;--grey: #767674;--hairline: #E6E5E1}.stadion-theme,.stadion-theme *{box-sizing:border-box}.stadion-theme{scroll-behavior:smooth}.stadion-theme{background:var(--white);color:var(--black);font-family:Inter,sans-serif;font-weight:400;line-height:1.4;-webkit-font-smoothing:antialiased}.stadion-theme a{color:inherit;text-decoration:none}.stadion-theme .mono{font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.06em}.stadion-theme .lower{text-transform:lowercase}@media(hover:hover)and (pointer:fine){.stadion-theme,.stadion-theme a,.stadion-theme button{cursor:none}}.stadion-cursor{position:fixed;top:0;left:0;width:12px;height:12px;background:#0a0a0a;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);box-shadow:0 0 0 1.5px #fffffff2,0 1px 6px #00000059;transition:width .25s cubic-bezier(.2,.8,.2,1),height .25s cubic-bezier(.2,.8,.2,1),opacity .2s ease,background .2s ease,box-shadow .2s ease;opacity:0}.stadion-cursor.active{opacity:1}.stadion-cursor.hover{width:56px;height:56px;background:#fff;box-shadow:0 0 0 1.5px #00000080,0 2px 10px #00000040;mix-blend-mode:difference}@media(hover:none),(pointer:coarse){.stadion-cursor{display:none!important}}.stadion-theme .magnetic{display:inline-block;will-change:transform;transition:transform .25s cubic-bezier(.2,.8,.2,1)}.stadion-theme .split-reveal{display:block}.stadion-theme .split-word{display:inline-block;overflow:hidden;vertical-align:top}.stadion-theme .split-word span{display:inline-block;transform:translateY(115%);transition:transform .7s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i, 0) * .05s)}.stadion-theme .split-reveal.in-view .split-word span{transform:translateY(0)}.stadion-theme .marquee{overflow:hidden;white-space:nowrap;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:16px 0}.stadion-theme .marquee.dark{background:var(--black);color:var(--white);border-color:#ffffff26}.stadion-theme .marquee-track{display:inline-flex;animation-name:marquee-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.stadion-theme .marquee-item{font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;padding:0 26px;white-space:nowrap}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.stadion-theme .pdp{padding:130px 5vw 100px}.stadion-theme .pdp-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:6vw;align-items:start}.stadion-theme .pdp-gallery-wrap{position:sticky;top:110px}.stadion-theme .pdp-gallery{position:relative;aspect-ratio:3/4;overflow:hidden;background:transparent;cursor:grab;touch-action:pan-y}.stadion-theme .pdp-gallery:active{cursor:grabbing}.stadion-theme .pdp-gallery-track{display:flex;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1)}.stadion-theme .pdp-gallery-slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center}.stadion-theme .pdp-gallery-slide img{width:100%;height:100%;object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.stadion-theme .pdp-nav-btn{display:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffd9;border:1px solid var(--hairline);font-size:1rem;cursor:pointer;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease;z-index:5}.stadion-theme .pdp-nav-btn:hover{background:var(--white)}.stadion-theme .pdp-nav-btn:disabled{opacity:.25;cursor:default}.stadion-theme .pdp-nav-btn.prev{left:16px}.stadion-theme .pdp-nav-btn.next{right:16px}@media(hover:hover)and (pointer:fine){.stadion-theme .pdp-nav-btn{display:flex}}.stadion-theme .pdp-dots{display:flex;gap:8px;justify-content:center;margin-top:16px}.stadion-theme .pdp-dot{width:6px;height:6px;border-radius:50%;background:var(--hairline);border:none;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.stadion-theme .pdp-dot.active{background:var(--black);transform:scale(1.3)}.stadion-theme .pdp-type{font-size:.7rem;color:var(--grey);margin-bottom:10px}.stadion-theme .pdp-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:500;margin-bottom:14px}.stadion-theme .pdp-price{font-size:1rem;color:var(--grey);margin-bottom:28px}.stadion-theme .pdp-variant-select{width:100%;padding:14px 16px;border:1px solid var(--hairline);background:var(--white);font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:16px}.stadion-theme .pdp-add-btn{width:100%;padding:16px;background:var(--black);color:var(--white);border:none;font-size:.72rem;cursor:pointer;transition:opacity .2s ease}.stadion-theme .pdp-add-btn:hover{opacity:.85}.stadion-theme .pdp-description{margin-top:36px;padding-top:28px;border-top:1px solid var(--hairline);line-height:1.8;font-size:.9rem;color:#3a3a38}.stadion-theme header{display:flex;justify-content:space-between;align-items:center;padding:22px 5vw;position:fixed;top:0;left:0;right:0;z-index:10;mix-blend-mode:difference;color:var(--white)}.stadion-theme .logo{font-size:.78rem}.stadion-theme nav ul{display:flex;gap:28px;list-style:none;font-size:.72rem}.stadion-theme nav a{opacity:.85;transition:opacity .2s;position:relative}nav a:hover{opacity:1}.stadion-theme nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:currentColor;transition:width .3s ease}.stadion-theme nav a:hover:after{width:100%}.stadion-theme .cart-count{font-size:.72rem}.stadion-theme .header-right{display:flex;align-items:center;gap:20px}.stadion-theme .menu-toggle{display:none;background:none;border:none;color:inherit;font-size:.7rem;cursor:pointer;padding:0}.stadion-theme .mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0ab8;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);color:var(--white);transform:translate(100%);transition:transform .45s cubic-bezier(.65,0,.35,1);z-index:30;display:flex;flex-direction:column}.stadion-theme .mobile-drawer.open{transform:translate(0)}.stadion-theme .drawer-side-text{position:absolute;left:10px;top:0;bottom:0;writing-mode:vertical-rl;transform:rotate(180deg);display:flex;align-items:center;justify-content:center;font-size:.6rem;color:#ffffff73;white-space:nowrap;letter-spacing:.1em}.stadion-theme .drawer-top{display:flex;justify-content:space-between;align-items:center;padding:26px 8vw 22px 56px;border-bottom:1px solid rgba(255,255,255,.18)}.stadion-theme .drawer-logo{font-size:.75rem}.stadion-theme .close-drawer{background:none;border:none;color:inherit;font-size:.72rem;cursor:pointer;padding:0}.stadion-theme .drawer-nav{display:flex;flex-direction:column;padding:0 8vw 0 56px;flex:1;overflow-y:auto}.stadion-theme .drawer-nav-item{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:clamp(1.3rem,5vw,1.7rem);font-weight:500;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease,opacity .2s ease;text-shadow:0 1px 12px rgba(0,0,0,.35)}.stadion-theme .mobile-drawer.open .drawer-nav-item{opacity:1;transform:translateY(0)}.stadion-theme .drawer-nav-item:nth-child(1){transition-delay:0s}.stadion-theme .drawer-nav-item:nth-child(2){transition-delay:.05s}.stadion-theme .drawer-nav-item:nth-child(3){transition-delay:.1s}.stadion-theme .drawer-nav-item:nth-child(4){transition-delay:.15s}.stadion-theme .drawer-nav-item:nth-child(5){transition-delay:.2s}.stadion-theme .drawer-nav-item:hover{opacity:.7}.stadion-theme .drawer-arrow{font-size:1.2rem;transition:transform .2s ease}.stadion-theme .drawer-nav-item:hover .drawer-arrow{transform:translate(6px)}.stadion-theme .drawer-bottom{padding:22px 8vw 34px 56px;border-top:1px solid rgba(255,255,255,.18)}.stadion-theme .drawer-buttons{display:flex;gap:14px;margin-bottom:22px;flex-wrap:wrap}.stadion-theme .drawer-btn{flex:1;text-align:center;padding:14px 16px;font-family:IBM Plex Mono,monospace;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;white-space:nowrap;transition:opacity .2s ease,background .2s ease}.stadion-theme .drawer-btn.outline{border:1px solid rgba(255,255,255,.8);color:var(--white)}.stadion-theme .drawer-btn.solid{background:#ffffffeb;color:var(--black)}.stadion-theme .drawer-btn:hover{opacity:.7}.stadion-theme .drawer-social{display:flex;gap:26px;font-size:.64rem}.stadion-theme .drawer-social a{opacity:.7;transition:opacity .2s ease}.stadion-theme .drawer-social a:hover{opacity:1}.stadion-theme .email-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,visibility .4s ease}.stadion-theme .email-popup-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.stadion-theme .email-popup{position:relative;background:var(--black);color:var(--white);max-width:420px;width:100%;padding:44px 32px 36px;text-align:center;transform:translateY(16px);transition:transform .4s ease}.stadion-theme .email-popup-overlay.open .email-popup{transform:translateY(0)}.stadion-theme .email-popup-close{position:absolute;top:14px;left:14px;width:32px;height:32px;border-radius:50%;background:#ffffff1f;border:none;color:var(--white);font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.stadion-theme .email-popup-close:hover{background:#ffffff38}.stadion-theme .email-popup-heading{font-size:clamp(1.2rem,4vw,1.5rem);font-weight:600;line-height:1.35;margin:10px 0 26px}.stadion-theme .email-popup-input{width:100%;background:transparent;border:1px solid rgba(255,255,255,.5);color:var(--white);padding:14px 16px;font-size:.9rem;margin-bottom:14px;font-family:Inter,sans-serif}.stadion-theme .email-popup-input::placeholder{color:#ffffff8c}.stadion-theme .email-popup-input:focus{outline:none;border-color:var(--white)}.stadion-theme .email-popup-submit{width:100%;background:var(--white);color:var(--black);border:none;padding:15px 16px;font-size:.72rem;cursor:pointer;transition:opacity .2s ease}.stadion-theme .email-popup-submit:hover{opacity:.8}.stadion-theme .email-popup-success{margin-top:14px;font-size:.7rem;color:#ffffffb3}.stadion-theme .hero{height:100vh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:0 5vw 6vh;overflow:hidden}.stadion-theme .hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(155deg,#d6d6d3,#a8a8a4 30%,#5c5c59 62%,#131312)}.stadion-theme .hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(95deg,rgba(255,255,255,.035) 0 2px,transparent 2px 6px);mix-blend-mode:overlay}.stadion-theme .hero-photo img{animation:heroZoom 12s ease-out both}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.stadion-theme .hero-eyebrow{position:relative;color:var(--white);font-size:.7rem;margin-bottom:16px;opacity:.9;animation:fadeUp .9s ease both;animation-delay:.15s}.stadion-theme .hero-text{position:relative;color:var(--white);max-width:520px}.stadion-theme .hero h1{font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:500;line-height:1.2}.stadion-theme .hero-links{margin-top:26px;display:flex;gap:24px;position:relative}.stadion-theme .hero-links a{font-size:.72rem;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:3px;transition:border-color .2s ease,opacity .2s ease,transform .25s cubic-bezier(.2,.8,.2,1)}.stadion-theme .hero-links a:hover{border-color:var(--white);opacity:.8}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.stadion-theme .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.stadion-theme .reveal.in-view{opacity:1;transform:translateY(0)}.stadion-theme .campaign{height:70vh;position:relative;display:flex;align-items:flex-end;padding:0 5vw 6vh;overflow:hidden}.stadion-theme .campaign-photo{position:absolute;top:0;right:0;bottom:0;left:0}.stadion-theme .campaign-photo img{transition:transform .8s ease}.stadion-theme .campaign:hover .campaign-photo img{transform:scale(1.05)}.stadion-theme .campaign:nth-child(2) .campaign-photo{background:linear-gradient(200deg,#ececea,#b9b9b5 45%,#4a4946)}.stadion-theme .campaign-body{position:relative;color:var(--black)}.stadion-theme .campaign.dark .campaign-body{color:var(--white)}.stadion-theme .campaign.dark .campaign-photo{background:linear-gradient(160deg,#3a3a38,#191918 55%,#050505)}.stadion-theme .campaign-body .mono{font-size:.7rem;margin-bottom:10px;display:block;opacity:.75}.stadion-theme .campaign-body h2{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:500;margin-bottom:18px}.stadion-theme .campaign-body a{font-size:.72rem;border-bottom:1px solid currentColor;padding-bottom:3px;opacity:.9;transition:opacity .2s ease,transform .25s cubic-bezier(.2,.8,.2,1)}.stadion-theme .campaign-body a:hover{opacity:.6}.stadion-theme .section{padding:9vh 5vw}.stadion-theme .section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:5vh;gap:24px;flex-wrap:wrap}.stadion-theme .section-head h2{font-size:.95rem;font-weight:500}.stadion-theme .section-head .mono{font-size:.7rem;color:var(--grey)}.stadion-theme .products{display:grid;grid-template-columns:repeat(4,1fr);gap:2px 2vw}.stadion-theme .product{display:block}.stadion-theme .product-visual{aspect-ratio:3/4;margin-bottom:14px;background:linear-gradient(150deg,#eaeae7,#c6c6c2 40%,#7c7c78 78%,#2c2c2a);position:relative;overflow:hidden}.stadion-theme .product:nth-child(2) .product-visual{background:linear-gradient(210deg,#efefec,#b4b4b0 55%,#46443f)}.stadion-theme .product:nth-child(3) .product-visual{background:linear-gradient(30deg,#e2e2de,#979793,#201f1d)}.stadion-theme .product:nth-child(4) .product-visual{background:linear-gradient(330deg,#dcdcd8,#9d9d99 45%,#313029)}.stadion-theme .product-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .5s ease,transform .6s ease}.stadion-theme .product-visual img.hover-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.stadion-theme .product:hover .product-visual img.hover-img{opacity:1}.stadion-theme .product:hover .product-visual img.main-img{transform:scale(1.04)}.stadion-theme .product-code{font-size:.62rem;color:var(--grey);margin-bottom:6px}.stadion-theme .product-name{font-size:.85rem;margin-bottom:3px;transition:opacity .2s ease}.stadion-theme .product:hover .product-name{opacity:.6}.stadion-theme .product-price{font-size:.78rem;color:var(--grey)}.stadion-theme .statement{padding:12vh 5vw;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);text-align:center}.stadion-theme .statement p{font-size:clamp(1rem,2vw,1.4rem);max-width:34ch;margin:0 auto;line-height:1.6}.stadion-theme .statement .mono{display:block;margin-top:24px;font-size:.68rem;color:var(--grey)}.stadion-theme .trust{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:8vh 5vw;border-top:1px solid var(--hairline)}.stadion-theme .trust-item{text-align:center}.stadion-theme .trust-item .mono{font-size:.66rem;color:var(--grey);margin-bottom:10px;display:block}.stadion-theme .trust-item h3{font-size:.9rem;margin-bottom:8px;font-weight:500}.stadion-theme .trust-item p{font-size:.78rem;color:var(--grey);line-height:1.5}.stadion-theme .signal{padding:10vh 5vw}.stadion-theme .signal-grid{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.stadion-theme .signal h2{font-size:.95rem;font-weight:500;margin-bottom:6px}.stadion-theme .signal .mono{font-size:.68rem;color:var(--grey)}.stadion-theme .signal-form{display:flex;min-width:280px;border-bottom:1px solid var(--black)}.stadion-theme .signal-form input{flex:1;background:none;border:none;padding:10px 2px;color:var(--black);font-family:Inter,sans-serif;font-size:.85rem}.stadion-theme .signal-form input::placeholder{color:var(--grey)}.stadion-theme .signal-form input:focus{outline:none}.stadion-theme .signal-form button{background:none;border:none;font-size:.7rem;cursor:pointer;color:var(--black);padding:0 2px;transition:opacity .2s ease,transform .25s cubic-bezier(.2,.8,.2,1)}.stadion-theme .signal-form button:hover{opacity:.6}.stadion-theme .signal-note{margin-top:12px;font-size:.72rem;color:var(--grey);min-height:1.1em}.stadion-theme footer{display:flex;justify-content:space-between;align-items:center;padding:24px 5vw 40px;font-size:.68rem;color:var(--grey);flex-wrap:wrap;gap:12px;border-top:1px solid var(--hairline)}.stadion-theme footer a{transition:color .2s ease}.stadion-theme footer a:hover{color:var(--black)}.stadion-theme .footer-links{display:flex;gap:22px}.stadion-theme .rd-collection{padding:130px 5vw 100px}.stadion-theme .rd-collection-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:50px}.stadion-theme .rd-collection-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:500}.stadion-theme .rd-style-nav{display:flex;gap:30px;overflow-x:auto;padding-bottom:26px;margin-bottom:60px;border-bottom:1px solid var(--hairline);scrollbar-width:none}.stadion-theme .rd-style-nav::-webkit-scrollbar{display:none}.stadion-theme .rd-style-item{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto;opacity:.55;transition:opacity .2s ease}.stadion-theme .rd-style-item:hover{opacity:1}.stadion-theme .rd-style-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:linear-gradient(150deg,#eaeae7,#c6c6c2,#8c8c88);display:flex;align-items:center;justify-content:center}.stadion-theme .rd-style-avatar img{width:100%;height:100%;object-fit:cover}.stadion-theme .rd-style-item span{font-size:.6rem;white-space:nowrap}.stadion-theme .rd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:44px 2vw}.stadion-theme .rd-item{display:block}.stadion-theme .rd-item-visual{position:relative;aspect-ratio:3/4;margin-bottom:20px;background:transparent;overflow:hidden;touch-action:pan-y}.stadion-theme .rd-item-track{display:flex;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1)}.stadion-theme .rd-item-slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center}.stadion-theme .rd-item-slide img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.stadion-theme .rd-item-nav{display:none;position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:#ffffffe6;border:1px solid var(--hairline);font-size:.75rem;cursor:pointer;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background .2s ease;z-index:4}@media(hover:hover)and (pointer:fine){.stadion-theme .rd-item-nav{display:flex}.stadion-theme .rd-item-visual:hover .rd-item-nav{opacity:1}}.stadion-theme .rd-item-nav:hover{background:var(--white)}.stadion-theme .rd-item-nav:disabled{opacity:0!important;pointer-events:none}.stadion-theme .rd-item-nav.prev{left:8px}.stadion-theme .rd-item-nav.next{right:8px}.stadion-theme .rd-item-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;gap:5px;justify-content:center;z-index:4}.stadion-theme .rd-item-dot{width:4px;height:4px;border-radius:50%;background:#ffffffb3;box-shadow:0 0 0 1px #0000002e;transition:background .2s ease,transform .2s ease}.stadion-theme .rd-item-dot.active{background:var(--black);transform:scale(1.4)}.stadion-theme .rd-item-name{font-size:.68rem;margin-bottom:8px;color:var(--black)}.stadion-theme .rd-item-spec{font-size:.78rem;color:var(--grey);margin-bottom:6px;line-height:1.4;min-height:1.2em}.stadion-theme .rd-item-price{font-size:.8rem}@media(max-width:900px){.stadion-theme .products{grid-template-columns:1fr 1fr}.stadion-theme nav{display:none}.stadion-theme .menu-toggle{display:block}.stadion-theme .trust{grid-template-columns:1fr;gap:36px;text-align:left}.stadion-theme .rd-grid{grid-template-columns:1fr 1fr;gap:32px 6vw}.stadion-theme .pdp-grid{grid-template-columns:1fr;gap:0}.stadion-theme .pdp-gallery-wrap{position:static;margin-bottom:32px}.stadion-theme .pdp-nav-btn,.stadion-theme .rd-item-nav{display:none!important}}@media(max-width:560px){.stadion-theme .products{grid-template-columns:1fr 1fr;gap:2px 6vw}.stadion-theme .signal-grid{flex-direction:column;align-items:flex-start}.stadion-theme .signal-form{width:100%}.stadion-theme .campaign{height:56vh}.stadion-theme header{padding:18px 6vw}.stadion-theme .hero{padding:0 6vw 8vh}.stadion-theme .hero-text{max-width:100%}.stadion-theme .campaign-body{max-width:88%}.stadion-theme .section-head{flex-direction:column;align-items:flex-start;gap:8px}.stadion-theme .rd-collection{padding:110px 6vw 70px}.stadion-theme .rd-collection-head{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:36px}.stadion-theme .rd-style-avatar{width:52px;height:52px}.stadion-theme .rd-style-nav{gap:22px;margin-bottom:40px}.stadion-theme .drawer-top{padding:22px 6vw 18px 48px}.stadion-theme .drawer-nav{padding:0 6vw 0 48px}.stadion-theme .drawer-nav-item{padding:18px 0}.stadion-theme .drawer-bottom{padding:18px 6vw 28px 48px}.stadion-theme .drawer-side-text{left:6px;font-size:.55rem}.stadion-theme .email-popup{padding:38px 22px 30px}.stadion-theme .marquee-item{font-size:.7rem;padding:0 18px}.stadion-theme .pdp{padding:110px 6vw 70px}}.stadion-theme :focus-visible{outline:1px solid var(--black);outline-offset:3px}@media(prefers-reduced-motion:reduce){.stadion-theme *{animation:none!important;transition:none!important}.stadion-theme .split-word span{transform:translateY(0)!important}.stadion-cursor{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/stadion.css.map */
