:root{--background:oklch(.9558 .0055 279.5);--foreground:oklch(.18 0 0);--card:oklch(.917 .006 84);--primary:oklch(.503 .191 17.5);--primary-foreground:oklch(1 0 0);--secondary:oklch(.93 0 0);--muted-foreground:oklch(.5 0 0);--border:oklch(.86 0 0);--maroon:oklch(.3 .106 15);--maroon-foreground:oklch(.95 .02 20);--ink:oklch(.14 0 0)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;position:relative}img,video{display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:0 0;border:0;cursor:pointer}h1,h2,h3{letter-spacing:-.01em;margin:0}ul{margin:0;padding:0;list-style:none}.caps{text-transform:uppercase;letter-spacing:.02em}.wrap{padding:0 16px}@media(min-width:768px){.wrap{padding:0 48px}}.center{text-align:center}.muted{color:var(--muted-foreground)}.btn{display:inline-block;background:var(--primary);color:var(--primary-foreground);padding:10px 28px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;border:1px solid var(--primary);transition:background .2s,color .2s}.btn:hover{background:var(--background);color:var(--primary)}.btn--block{display:block;width:100%;text-align:center;padding:16px;font-size:14px}.btn--outline{background:0 0;color:var(--foreground);border-color:var(--foreground);font-weight:600;padding:8px 24px;font-size:11px}.btn--outline:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.btn[disabled]{opacity:.5;pointer-events:none}.marquee{overflow:hidden;background:var(--ink);padding:6px 0}.marquee__track{display:flex;width:max-content;gap:40px;padding-right:40px;animation:30s linear infinite marquee}.marquee__item{display:flex;align-items:center;gap:40px;white-space:nowrap;font-size:11px;color:var(--background)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.promo{display:block;box-sizing:border-box;background:var(--ink);color:var(--background);padding:10px 16px;text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.header__inner{display:flex;align-items:center;gap:24px;padding:12px 16px}@media(min-width:768px){.header__inner{padding:12px 32px}}.header__logo img{height:32px;width:auto}.header__nav{display:none;flex:1;align-items:center;gap:24px}@media(min-width:1024px){.header__nav{display:flex}.header__burger{display:none}}.header__link{display:flex;align-items:center;gap:6px;padding:8px 0;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.header__link:hover{color:var(--primary)}.header__item{position:relative}.header__menu{display:none;position:absolute;left:0;top:100%;min-width:230px;background:var(--secondary);border:1px solid var(--border);padding:20px;box-shadow:0 20px 40px #00000026}.header__item:hover .header__menu{display:block}.header__menu li+li{margin-top:10px}.header__menu a{font-size:12px;text-transform:uppercase;letter-spacing:.02em}.header__menu a:hover{color:var(--primary)}.header__actions{margin-left:auto;display:flex;align-items:center;gap:18px}.header__region{display:none;border:1px solid var(--foreground);border-radius:999px;padding:3px 12px;font-size:12px}@media(min-width:768px){.header__region{display:inline-block}}.cart-count{position:absolute;top:-8px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-size:10px;display:flex;align-items:center;justify-content:center}.icon-btn{position:relative;display:inline-flex}.icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.75}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--background);overflow-y:auto;padding:24px 20px}.overlay[hidden]{display:none}.overlay__head{display:flex;align-items:center;justify-content:space-between}.search__input{margin-top:24px;width:100%;border:0;border-bottom:1px solid var(--foreground);background:0 0;padding:12px 0;font-size:18px;outline:0}.hero{position:relative;height:350px;overflow:hidden}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__body{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.hero__title{font-size:42px;font-weight:800;color:var(--background)}.cats{background:var(--maroon);padding:56px 16px}.fan{position:relative;margin:0 auto;display:flex;align-items:center;justify-content:center;width:100%;height:420px}@media(min-width:768px){.hero__title{font-size:82px}.fan{height:520px}}.fan__card{position:absolute;width:220px;height:300px;overflow:hidden;border-radius:16px;box-shadow:0 20px 60px #00000073;transition:transform .5s ease-out,opacity .5s ease-out}@media(min-width:768px){.fan__card{width:320px;height:440px}}.fan__link{position:relative;display:block;width:100%;height:100%}.fan__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fan__label{position:absolute;left:16px;top:16px;text-align:left;color:var(--maroon-foreground)}.fan__label small{display:block;font-size:10px;opacity:.8;text-transform:uppercase;letter-spacing:.02em}.fan__label strong{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.fan__cta{position:absolute;inset-inline:0;bottom:0;background:var(--primary);color:var(--primary-foreground);padding:8px 0;text-align:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;opacity:0;transition:opacity .2s}.fan__card:hover .fan__cta{opacity:1}.fan__controls{position:relative;z-index:30;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:16px}.fan__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1.5px solid;background:#ffffff0d;color:#fff9;transition:color .2s,border-color .2s}.fan__arrow:hover{color:var(--maroon-foreground);border-color:#ffffff80}.fan__arrow svg{width:16px;height:16px}@media(min-width:768px){.fan__controls{margin-top:24px}.fan__arrow{width:48px;height:48px}.fan__arrow svg{width:20px;height:20px}}.fan__dots{display:flex;align-items:center;gap:8px}.fan__dot{width:8px;height:8px;border-radius:999px;background:#ffffff40;transition:transform .3s,background .3s}.fan__dot[aria-current=true]{background:var(--maroon-foreground);transform:scale(1.3)}.fan__name{margin:24px 0 0;text-align:center;font-size:24px;font-weight:600;color:var(--maroon-foreground)}.colorway{background:var(--ink);color:var(--background);padding:64px 16px}.colorway__inner{margin:0 auto;display:grid;gap:40px;align-items:center}@media(min-width:768px){.colorway{padding:64px 48px}.colorway__inner{grid-template-columns:1fr 1fr}}.colorway__img{width:100%;border-radius:16px;object-fit:cover}.colorway__body{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.colorway__text{margin:0;font-size:13px;opacity:.7}.btn--ghost{background:0 0;border-color:#fff9;color:var(--background);font-weight:600;padding:8px 24px;font-size:11px}.btn--ghost:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.anpc-badge{width:170px;height:34px;object-fit:contain;filter:drop-shadow(0 2px 6px rgb(0 0 0 / .6))}.section{padding:48px 16px}.section__head{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.section__title{font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.section__sub{max-width:560px;font-size:13px}.grid{margin-top:40px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 16px}@media(min-width:768px){.section{padding:48px}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.card{min-width:0;width:100%}.card__media{position:relative;width:100%;aspect-ratio:1/1;background:0 0;overflow:hidden;display:flex;align-items:center;justify-content:center}.card__media a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.card__media img{width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center center;display:block}.card__badge{position:absolute;left:8px;top:8px;z-index:2;background:var(--primary);color:var(--primary-foreground);padding:2px 8px;font-size:11px;font-weight:600}.card__title{margin:12px 0 0;font-size:12px;line-height:1.35;text-transform:uppercase;letter-spacing:.02em}.card__price{margin:4px 0 0;font-size:13px;display:flex;gap:8px;align-items:center}.card__price s{color:var(--muted-foreground)}.card__soldout{font-size:11px;color:var(--muted-foreground);text-transform:uppercase}.story{background:var(--ink);color:var(--background);padding:64px 16px}.story__list{margin:40px auto 0;display:grid;gap:32px;max-width:900px}@media(min-width:768px){.story{padding:64px 48px}.story__list{grid-template-columns:repeat(3,1fr)}}.story__item{border-top:1px solid;padding-top:16px}.story__item h3{font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.story__item p{margin:8px 0 0;font-size:13px;opacity:.7}.product{padding:24px 16px}@media(min-width:768px){.product{padding:24px 48px}}.product__layout{display:grid;gap:40px}@media(min-width:1024px){.product__layout{grid-template-columns:1fr 1fr}}.gallery__main{background:var(--card)}.gallery__main img{aspect-ratio:1/1;width:100%;object-fit:cover}.gallery__thumbs{margin-top:16px;display:flex;gap:12px;overflow-x:auto}.gallery__thumbs button{width:96px;height:112px;flex:0 0 auto;background:var(--card)}.gallery__thumbs button[aria-current=true]{outline:1px solid var(--primary)}.gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product__info{max-width:520px}.product__title{font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.product__price{margin-top:12px;display:flex;align-items:center;gap:12px;font-size:15px}.product__price s{color:var(--muted-foreground)}.rule{border:0;border-top:1px solid var(--border);margin:24px 0}.option{margin-bottom:24px}.option__head{display:flex;align-items:center;justify-content:space-between;font-size:13px;text-transform:uppercase;letter-spacing:.02em}.option__values{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.swatch{min-width:54px;padding:8px 16px;font-size:12px;text-transform:uppercase;background:var(--secondary)}.swatch[aria-pressed=true]{background:var(--primary);color:var(--primary-foreground)}.qty{display:flex;align-items:center;gap:24px;border:1px solid var(--border);padding:8px 16px}.qty input{width:32px;border:0;background:0 0;text-align:center;font-size:13px}.row-between{display:flex;align-items:center;justify-content:space-between;margin-top:24px;font-size:13px;text-transform:uppercase;letter-spacing:.02em}.accordions{margin-top:40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.accordion{border-top:1px solid var(--border);padding:16px 0}.accordion:first-child{border-top:0}.accordion__btn{display:flex;width:100%;justify-content:space-between;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.accordion__body{padding-top:16px;font-size:13px;line-height:1.7;color:var(--muted-foreground)}.rte p{margin:0 0 12px}.breadcrumb{display:flex;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground);margin-bottom:24px}.row-scroll{display:flex;gap:16px;overflow-x:auto}.row-scroll>*{width:230px;flex:0 0 auto}.toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.select{border:1px solid var(--border);background:var(--background);padding:8px 12px;font-size:12px;text-transform:uppercase}.pagination{display:flex;justify-content:center;gap:16px;margin-top:48px;font-size:12px;text-transform:uppercase}.cart{padding:32px 16px}@media(min-width:768px){.cart{padding:48px}}.cart__row{display:flex;gap:16px;border-bottom:1px solid var(--border);padding:16px 0}.cart__row img{width:80px;height:96px;object-fit:cover;background:var(--card)}.cart__totals{margin-top:24px;max-width:380px;margin-left:auto}.page{padding:48px 16px;max-width:760px;margin:0 auto}.page__title{font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.footer{background:var(--maroon);color:var(--maroon-foreground)}.footer__media{isolation:isolate;display:flex;flex-direction:column}.footer__media .footer__poster,.footer__media video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;pointer-events:none}.footer__scrim{top:0;right:0;bottom:0;left:0;pointer-events:none}.footer__cols{display:grid;gap:40px;padding:56px 24px;flex:1;align-content:center}.footer__consent{margin-top:16px;display:flex;align-items:flex-start;gap:8px;font-size:11px}.footer__consent a{text-decoration:underline}@media(min-width:768px){.footer__cols{grid-template-columns:repeat(4,1fr);padding:56px 48px}}.footer h2{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.footer ul{margin-top:16px;display:grid;gap:8px;font-size:13px}.footer a:hover{text-decoration:underline}.footer__note{margin-top:8px;font-size:12px;opacity:.7}.footer__input{width:100%;border:0;border-bottom:1px solid;background:0 0;padding:8px 0;font-size:13px;color:inherit;outline:0}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 24px 24px;font-size:11px}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;padding:24px 48px}}.footer__bottom img{height:28px;width:auto}.colorway.colorway-product{position:relative;width:100%;padding:90px 48px;background:#080808;color:#fff;overflow:hidden}.colorway-product .colorway__inner{width:100%;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:80px}.colorway-product__visual{width:100%;min-width:0}.colorway-product__media{position:relative;width:100%;aspect-ratio:1/1.12;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 50% 20%,#ffffff21,#ffffff0b 45%,#ffffff05);box-shadow:0 30px 80px #00000059,inset 0 1px #ffffff14;isolation:isolate}.colorway-product__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.09),transparent 25%,transparent 70%,rgba(255,255,255,.035))}.colorway-product .colorway-product__img{position:relative;z-index:1;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;border-radius:0;transition:transform .45s}.colorway-product__media:hover .colorway-product__img{transform:scale(1.025)}.colorway-glass{position:absolute;z-index:5;width:110px;height:110px;background:#ffffff13;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff2e,0 10px 30px #00000026;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:none}.colorway-glass--tl{top:16px;left:16px;border-radius:22px 5px}.colorway-glass--tr{top:16px;right:16px;border-radius:5px 22px}.colorway-glass--bl{bottom:16px;left:16px;border-radius:5px 22px}.colorway-glass--br{right:16px;bottom:16px;border-radius:22px 5px}.colorway-product__discount{position:absolute;z-index:10;top:28px;left:28px;padding:7px 12px;background:var(--primary);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em}.colorway-product__body{width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:0}.colorway-product__eyebrow{margin-bottom:12px;color:#ffffff80;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.colorway-product__title{max-width:600px;margin:0;color:#fff;font-size:clamp(32px,4vw,56px);font-weight:800;line-height:.98;letter-spacing:-.04em;text-transform:uppercase}.colorway-product__price{display:flex;align-items:center;gap:14px;margin-top:22px;color:#fff;font-size:23px;font-weight:700}.colorway-product__price s{color:#ffffff61;font-size:16px;font-weight:500}.colorway-product__description{max-width:560px;margin:18px 0 0;color:#ffffff9e;font-size:13px;line-height:1.65}.colorway-product__rule{width:100%;height:1px;margin:28px 0;background:#ffffff1f}.colorway-product__options{display:grid;gap:24px}.colorway-option{width:100%}.colorway-option__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:11px;color:#ffffffb8;font-size:11px;letter-spacing:.05em;text-transform:uppercase}.colorway-option__head div{display:flex;align-items:center;gap:7px}.colorway-option__head strong{color:#fff;font-weight:700}.colorway-size-guide{color:#ffffffb3;font-size:10px;text-decoration:underline;text-underline-offset:3px}.colorway-option__values{display:flex;flex-wrap:wrap;gap:8px}.colorway-option__button{min-width:58px;min-height:42px;padding:9px 16px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:#fff;font-size:12px;transition:background .2s,border-color .2s,transform .2s}.colorway-option__button:hover{border-color:#ffffff8c}.colorway-option__button[aria-pressed=true]{border-color:var(--primary);background:var(--primary);color:#fff}.colorway-product__stock{display:flex;align-items:center;gap:8px;margin-top:26px;color:#ffffffad;font-size:11px;text-transform:uppercase}.colorway-product__stock-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#42bd76;box-shadow:0 0 12px #42bd768c}.colorway-product__stock-dot.is-soldout{background:var(--primary);box-shadow:none}.colorway-product__buy{display:grid;grid-template-columns:136px minmax(0,1fr);gap:10px;width:100%;margin-top:17px}.colorway-product__qty{height:56px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border:1px solid rgba(255,255,255,.18);background:#ffffff09}.colorway-product__qty button{width:100%;height:100%;padding:0;color:#fff;font-size:18px}.colorway-product__qty input{width:100%;min-width:0;border:0;outline:0;background:0 0;color:#fff;text-align:center;font:inherit;-webkit-appearance:textfield;appearance:textfield}.colorway-product__qty input::-webkit-inner-spin-button,.colorway-product__qty input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.colorway-product__add{min-height:56px;padding:14px 24px;border:1px solid var(--primary);background:var(--primary);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;transition:background .2s,transform .2s,opacity .2s}.colorway-product__add:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.08)}.colorway-product__add:disabled{opacity:.45;cursor:not-allowed}.colorway-product__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}.colorway-product__features>div{display:flex;flex-direction:column;gap:5px;padding-top:13px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff94;font-size:10px;line-height:1.4}.colorway-product__feature-icon{color:#ffffff45;font-size:9px}.colorway-product__details{align-self:flex-start;margin-top:27px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.42);color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em}@media(max-width:1000px){.colorway.colorway-product{padding:64px 30px}.colorway-product .colorway__inner{gap:48px}.colorway-product__title{font-size:38px}}@media(max-width:800px){.colorway.colorway-product{padding:48px 20px}.colorway-product .colorway__inner{grid-template-columns:1fr;gap:38px}.colorway-product__body,.colorway-product__visual{width:100%;max-width:620px;margin:0 auto}.colorway-product__media{aspect-ratio:1/1}}@media(max-width:520px){.colorway.colorway-product{padding:32px 14px 46px}.colorway-product .colorway__inner{gap:28px}.colorway-product__media{border-radius:20px}.colorway-glass{width:68px;height:68px}.colorway-glass--tl{top:10px;left:10px}.colorway-glass--tr{top:10px;right:10px}.colorway-glass--bl{bottom:10px;left:10px}.colorway-glass--br{right:10px;bottom:10px}.colorway-product__discount{top:19px;left:19px;padding:6px 9px;font-size:9px}.colorway-product__title{font-size:32px}.colorway-product__price{margin-top:18px;font-size:20px}.colorway-product__buy{grid-template-columns:1fr}.colorway-product__qty{width:145px}.colorway-product__features{grid-template-columns:1fr;gap:8px}}.footer{position:relative;background:#000;color:#fff;overflow:hidden}.footer__media{position:relative;min-height:700px;overflow:hidden;display:flex;flex-direction:column;background:#000}.footer__video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;opacity:1!important;visibility:visible!important;z-index:0!important;pointer-events:none}.footer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;pointer-events:none}.footer__bottom,.footer__cols{position:relative;z-index:2}body,html{width:100%;max-width:100%;overflow-x:hidden!important}#main,footer,header,img,main,section,svg,video{max-width:100%}.promo{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.colorway__inner,.fan,.grid,.home-product__inner,.product__layout{max-width:100%}.footer,.footer__media{width:100%;max-width:100%;overflow-x:hidden}.cats:before{content:"";position:absolute;left:24px;top:0;transform:translateY(-50%);width:295px;height:295px;background-image:url(/cdn/shop/files/a74a112552516ba3d21e17a57622451f.gif?v=1786416883);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:40;pointer-events:none}.cats:after{content:"";right:-70px;transform:translateY(-50%);pointer-events:none}@media(max-width:768px){body,html{overflow-x:hidden!important}.cats,.colorway,.product,.section,.wrap{max-width:100%}.cats:before{left:-15px;width:165px;height:165px}.cats:after{right:-45px;width:165px;height:165px}}.hero.hero-video{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:1920/900!important;min-height:0!important;max-height:none!important;overflow:hidden!important;background:#000!important;isolation:isolate}.hero.hero-video .hero__video{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;z-index:0!important;pointer-events:none}.hero.hero-video .hero__video--desktop{display:block!important}.hero.hero-video .hero__video--mobile{display:none!important}.hero.hero-video .hero__red-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;z-index:1!important;background:#00000040!important;pointer-events:none!important}.hero.hero-video .hero__body{position:relative!important;z-index:2!important;width:100%!important;height:100%!important;padding:40px 24px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:20px!important;text-align:center!important}.hero.hero-video .hero__title{margin:0!important;max-width:1100px;color:#fff!important;font-size:clamp(60px,7vw,105px)!important;font-weight:800!important;line-height:.95!important;letter-spacing:-.04em!important;text-transform:uppercase}.hero.hero-video .hero__button{display:inline-flex;align-items:center;justify-content:center;min-width:165px;min-height:42px;padding:11px 26px;border:1px solid var(--primary);background:var(--primary);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}@media(max-width:767px){.hero.hero-video{width:100%!important;height:auto!important;aspect-ratio:3/4!important;min-height:0!important;max-height:none!important}.hero.hero-video .hero__video--desktop{display:none!important}.hero.hero-video .hero__video--mobile{display:block!important}.hero.hero-video .hero__red-overlay{background:#96001440!important}.hero.hero-video .hero__video{object-fit:cover!important;object-position:center center!important}.hero.hero-video .hero__body{padding:25px 18px!important;gap:16px!important}.hero.hero-video .hero__title{max-width:100%;font-size:clamp(42px,14vw,64px)!important;line-height:.95!important}.hero.hero-video .hero__button{min-width:150px;min-height:42px;padding:10px 22px;font-size:11px}}.cats{width:100%;max-width:100%;overflow-x:hidden;position:relative;overflow:visible}.cats:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:190px;height:190px;background-image:url(/cdn/shop/files/0f23516f4ef683a4974054739d8070ba.gif?v=1786416092);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:40;pointer-events:none}@media(max-width:767px){.cats:after{width:165px;height:165px}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}.fan__card,.fan__dot,.card__img--alt,.btn,.colorway-product__img,.footer__accordion-content,.footer__accordion-content ul,.footer__accordion-icon{transition:none!important}html{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
