.premium-hero{--hero-red: #e10600;--hero-red-soft: rgba(225, 6, 0, .34);--hero-black: #050609;--hero-white: #fff;--hero-muted: rgba(255, 255, 255, .72);--hero-border: rgba(255, 255, 255, .14);--hero-card: rgba(12, 14, 20, .72);--hero-radius: 2.8rem;display:block;overflow:hidden;color:var(--hero-white);background:var(--hero-black)}.premium-hero,.premium-hero *{box-sizing:border-box}.premium-hero__viewport{position:relative;min-height:clamp(56rem,74vh,76rem);aspect-ratio:16 / 7;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,rgba(255,255,255,.045) 25%,transparent 25%) 0 0 / 1.4rem 1.4rem,radial-gradient(circle at 18% 18%,rgba(225,6,0,.28),transparent 34rem),linear-gradient(135deg,#050609,#11131a 45%,#050609)}.premium-hero__slides,.premium-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0}.premium-hero__slide{display:grid;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateZ(0);transition:opacity .75s ease,visibility .75s ease,transform 1.1s cubic-bezier(.2,.8,.2,1)}.premium-hero__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0)}.premium-hero__media,.premium-hero__shade,.premium-hero__light{position:absolute;top:0;right:0;bottom:0;left:0}.premium-hero__media{z-index:-4;overflow:hidden;contain:paint;background:var(--hero-black)}.premium-hero__image,.premium-hero__placeholder,.premium-hero__placeholder svg{display:block;width:100%;height:100%}.premium-hero__image{max-width:100%;max-height:100%;object-fit:contain;object-position:center center;transform:none;transition:none}.premium-hero__slide.is-active .premium-hero__image{transform:none}.premium-hero__placeholder{background:linear-gradient(135deg,#151821,#050609)}.premium-hero__placeholder svg{opacity:.16;object-fit:cover}.premium-hero__shade{z-index:-3;background:linear-gradient(90deg,#000000eb,#000000ad 42%,#00000042),linear-gradient(0deg,rgba(0,0,0,.82) 0%,transparent 46%,rgba(0,0,0,.34) 100%)}.premium-hero__light{z-index:-2;opacity:0;filter:blur(.2rem);transition:opacity .8s ease,transform 1s ease}.premium-hero__light--one{background:radial-gradient(circle,rgba(225,6,0,.62),transparent 28rem);transform:translate(-12%,-18%) scale(.9)}.premium-hero__light--two{background:radial-gradient(circle,rgba(255,255,255,.16),transparent 24rem);transform:translate(58%,50%) scale(.85)}.premium-hero__slide.is-active .premium-hero__light{opacity:1;transform:translate(0) scale(1)}.premium-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(42rem,58rem);align-items:center;gap:clamp(2rem,4vw,5rem);width:100%;min-height:inherit;padding-top:clamp(6rem,8vw,9rem);padding-bottom:clamp(6rem,7vw,8rem)}.premium-hero__copy{max-width:min(88rem,100%);transform:translateY(2.4rem);opacity:0}.premium-hero__slide.is-active .premium-hero__copy{animation:premiumHeroRise .85s cubic-bezier(.2,.8,.2,1) .12s forwards}.premium-hero__eyebrow{display:inline-flex;align-items:center;gap:.9rem;margin:0 0 1.4rem;color:var(--hero-white);font-size:clamp(1.1rem,1.4vw,1.35rem);font-weight:900;letter-spacing:.18em;text-transform:uppercase}.premium-hero__eyebrow:before{content:"";width:4.8rem;height:.2rem;background:var(--hero-red);box-shadow:0 0 2rem var(--hero-red)}.premium-hero__heading{max-width:none;margin:0;color:var(--hero-white);font-size:clamp(3rem,4.6vw,6rem);font-weight:900;line-height:.96;letter-spacing:-.045em;text-transform:uppercase;white-space:nowrap;text-shadow:0 2rem 6rem rgba(0,0,0,.55)}.premium-hero__description{max-width:54rem;margin-top:1.4rem;color:var(--hero-muted);font-size:clamp(1.45rem,1.8vw,1.85rem);line-height:1.6}.premium-hero__description p{margin:0}.premium-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.4rem}.premium-hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:5.2rem;padding:0 2.4rem;border-radius:999rem;font-size:1.35rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}.premium-hero__button:hover{transform:translateY(-.2rem)}.premium-hero__button--primary{color:#fff;background:var(--hero-red);box-shadow:0 1.8rem 4rem var(--hero-red-soft)}.premium-hero__button--secondary{color:#fff;background:#ffffff14;border:.1rem solid var(--hero-border);-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.premium-hero__button--secondary:hover{border-color:#ffffff52;background:#ffffff24}.premium-hero__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-self:start;align-self:center;width:min(100%,62rem);gap:.9rem;margin-top:clamp(2rem,5vh,5.2rem);transform:translate(1.8rem,2.2rem);opacity:0}.premium-hero__slide.is-active .premium-hero__products{animation:premiumHeroSlideIn .85s cubic-bezier(.2,.8,.2,1) .28s forwards}.premium-hero__product-card{position:relative;display:grid;grid-template-columns:7.2rem minmax(0,1fr);align-items:center;gap:1rem;min-width:0;min-height:9.2rem;padding:.9rem 1rem;overflow:hidden;color:#fff;text-decoration:none;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent 36%),var(--hero-card);border:.1rem solid var(--hero-border);border-radius:1.5rem;box-shadow:0 2rem 5rem #00000047;-webkit-backdrop-filter:blur(1.4rem);backdrop-filter:blur(1.4rem);transform:translateZ(0);transition:transform .22s ease,border-color .22s ease,background .22s ease}.premium-hero__product-card:focus-visible,.premium-hero__button:focus-visible,.premium-hero__arrow:focus-visible,.premium-hero__dot:focus-visible{outline:.2rem solid currentColor;outline-offset:.35rem}.premium-hero__product-card:after{content:"";position:absolute;inset:-40% auto auto -20%;width:50%;height:180%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);transform:rotate(18deg) translate(-130%);transition:transform .55s ease}.premium-hero__product-card:hover{color:#fff;border-color:#e10600b8;background:linear-gradient(135deg,rgba(225,6,0,.14),transparent 42%),#10121adb;transform:translateY(-.25rem) scale(1.015)}.premium-hero__product-card:hover:after{transform:rotate(18deg) translate(280%)}.premium-hero__product-image-wrap{display:grid;place-items:center;width:7.2rem;height:7.2rem;overflow:hidden;background:#fff;border-radius:1.1rem}.premium-hero__product-image,.premium-hero__product-placeholder{display:block;width:100%;height:100%;object-fit:contain}.premium-hero__product-info{display:grid;gap:.45rem;min-width:0}.premium-hero__product-kicker{color:var(--hero-red);font-size:.9rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.premium-hero__product-info strong{overflow:hidden;color:#fff;font-size:clamp(1.18rem,1.3vw,1.45rem);font-weight:900;line-height:1.2;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.premium-hero__product-price{color:#ffffffd6;font-size:1.12rem;font-weight:800}.premium-hero__arrow{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:4.4rem;height:7.2rem;padding:1.1rem;color:#fff;background:#00000052;border:0;border-radius:0;cursor:pointer;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem);transform:translateY(-50%);transition:transform .22s ease,background .22s ease,color .22s ease}.premium-hero__arrow:hover{color:#fff;background:var(--hero-red);transform:translateY(-50%)}.premium-hero__arrow svg{width:100%;height:100%}.premium-hero__arrow--prev{left:0;border-radius:0 999rem 999rem 0}.premium-hero__arrow--next{right:0;border-radius:999rem 0 0 999rem}.premium-hero__dots{position:absolute;left:50%;bottom:2.4rem;z-index:3;display:flex;gap:.8rem;transform:translate(-50%)}.premium-hero__dot{display:grid;place-items:center;width:3rem;height:2rem;padding:0;background:transparent;border:0;cursor:pointer}.premium-hero__dot span{display:block;width:2.8rem;height:.85rem;background:#ffffff6b;border-radius:999rem;transform:scaleX(.3);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.premium-hero__dot.is-active span{background:var(--hero-red);box-shadow:0 0 2rem var(--hero-red-soft);transform:scaleX(1)}@keyframes premiumHeroRise{to{opacity:1;transform:translateY(0)}}@keyframes premiumHeroSlideIn{to{opacity:1;transform:translateY(2.2rem)}}@media screen and (max-width:989px){.premium-hero__viewport{min-height:70rem}.premium-hero__content{grid-template-columns:1fr;align-content:end;gap:3rem;padding-top:7rem;padding-bottom:8rem}.premium-hero__heading{max-width:100%;white-space:normal;text-wrap:balance}.premium-hero__products{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,62rem);justify-self:start}.premium-hero__product-card{grid-template-columns:7.2rem minmax(0,1fr);align-content:center;min-height:9.2rem}.premium-hero__product-image-wrap{width:7.2rem;height:7.2rem}}@media screen and (max-width:749px){.premium-hero__viewport{min-height:clamp(68rem,145vw,84rem);aspect-ratio:auto}.premium-hero__image{object-position:center center}.premium-hero__shade{background:linear-gradient(0deg,#000000f0,#000000b8 58%,#00000047),linear-gradient(90deg,#000000c7,#00000057)}.premium-hero__content{align-content:end;gap:2rem;min-height:100%;padding:5.2rem 1.6rem 7.8rem}.premium-hero__copy{max-width:100%}.premium-hero__eyebrow{gap:.7rem;margin-bottom:1rem;font-size:1rem;letter-spacing:.14em}.premium-hero__eyebrow:before{width:3.2rem}.premium-hero__heading{font-size:clamp(2.5rem,8.4vw,4.2rem);line-height:1.02;letter-spacing:-.035em}.premium-hero__description{max-width:100%;margin-top:1rem;font-size:1.32rem;line-height:1.5}.premium-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1.6rem}.premium-hero__button{width:100%;min-height:4.4rem;padding:0 1rem;font-size:1.05rem;letter-spacing:.05em}.premium-hero__products{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,100%);gap:.8rem;margin-top:.6rem;transform:translateY(.8rem)}.premium-hero__slide.is-active .premium-hero__products{animation-name:premiumHeroSlideInMobile}.premium-hero__product-card{grid-template-columns:1fr;justify-items:center;min-height:0;padding:.8rem .65rem;border-radius:1.3rem;text-align:center}.premium-hero__product-image-wrap{width:6.2rem;height:6.2rem}.premium-hero__product-kicker{display:none}.premium-hero__product-price{display:inline;font-size:1rem}.premium-hero__product-info strong{font-size:1rem;line-height:1.2;-webkit-line-clamp:2}.premium-hero__arrow{top:auto;bottom:1.6rem;width:3.4rem;height:5rem;transform:none}.premium-hero__arrow:hover{transform:none}.premium-hero__arrow--prev{left:0}.premium-hero__arrow--next{right:0}.premium-hero__dots{bottom:2.2rem}}@media screen and (max-width:420px){.premium-hero__viewport{min-height:clamp(70rem,168vw,82rem)}.premium-hero__products{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-hero__product-card{grid-template-columns:1fr;justify-items:center;text-align:center}.premium-hero__product-image-wrap{width:6.2rem;height:6.2rem}.premium-hero__product-kicker,.premium-hero__product-price{display:inline}.premium-hero__actions{grid-template-columns:1fr}}@keyframes premiumHeroSlideInMobile{to{opacity:1;transform:translateY(.8rem)}}@media(prefers-reduced-motion:reduce){.premium-hero *,.premium-hero *:before,.premium-hero *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/premium-hero-slideshow.css.map */
