.hero-promo{position:relative;color:var(--text-color, #ffffff);background:var(--bg-color, #000000);overflow:hidden}.hero-promo__slider{position:relative;min-height:var(--hero-height-mobile);overflow:hidden}.hero-promo__slide{position:relative;width:100%;color:var(--text-color, #ffffff);background:var(--bg-color, #000000);overflow:hidden;min-height:var(--hero-height-mobile);display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translate(2%);transition:opacity .6s ease,transform .6s ease}@media (min-width: 750px){.hero-promo__slider,.hero-promo__slide{min-height:var(--hero-height-desktop)}}.hero-promo__slider--ready .hero-promo__slide{position:absolute;top:0;right:0;bottom:0;left:0}.hero-promo__slide.is-active{opacity:1;pointer-events:auto;transform:translate(0);z-index:2}.hero-promo__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-promo__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.hero-promo__video video{width:100%;height:100%;object-fit:cover}.hero-promo__video--desktop{display:none}@media (min-width: 750px){.hero-promo__video--desktop{display:block}.hero-promo__video--mobile{display:none}}.hero-promo__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--bg-color, #000000);background-image:var(--hero-bg-mobile);background-size:cover;background-position:center;background-repeat:no-repeat}@media (min-width: 750px){.hero-promo__bg{background-image:var(--hero-bg-desktop, var(--hero-bg-mobile))}}.hero-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-color, #000000);opacity:var(--overlay-opacity, .45);pointer-events:none}.hero-promo__layer{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px;min-height:inherit}@media (min-width: 750px){.hero-promo__layer{gap:26px}}.hero-promo__inner{flex:1;display:flex;align-items:var(--content-vertical-mobile, var(--content-vertical));justify-content:var(--content-justify-mobile);padding:var(--inner-pt-mobile, 0) var(--inner-pr-mobile, 0) var(--inner-pb-mobile, 0) var(--inner-pl-mobile, 0)}@media (min-width: 750px){.hero-promo__inner{align-items:var(--content-vertical);justify-content:var(--content-justify-desktop);padding:var(--inner-pt-desktop, var(--inner-pt-mobile, 0)) var(--inner-pr-desktop, var(--inner-pr-mobile, 0)) var(--inner-pb-desktop, var(--inner-pb-mobile, 0)) var(--inner-pl-desktop, var(--inner-pl-mobile, 0))}}.hero-promo__body{width:100%;max-width:var(--content-max-width-mobile, 90%);display:grid;gap:16px;text-align:var(--text-align-mobile);margin-left:var(--body-ml-mobile, auto);margin-right:var(--body-mr-mobile, auto)}@media (min-width: 750px){.hero-promo__body{max-width:var(--content-max-width, 60%);gap:20px;text-align:var(--text-align-desktop);margin-left:var(--body-ml-desktop, var(--body-ml-mobile, auto));margin-right:var(--body-mr-desktop, var(--body-mr-mobile, auto))}}.hero-promo__eyebrow{margin:0;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.hero-promo__title{margin:0;font-size:var(--title-size-mobile, 32px);line-height:1.06}@media (min-width: 750px){.hero-promo__title{font-size:var(--title-size-desktop, 48px)}}.hero-promo__title p{margin:6px 0}.hero-promo__subtitle{font-size:var(--subtitle-size-mobile, 16px);line-height:1.6;max-width:68ch;margin:0}@media (min-width: 750px){.hero-promo__subtitle{font-size:var(--subtitle-size-desktop, 18px);max-width:72ch}}.hero-promo__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:var(--content-justify-mobile)}@media (min-width: 750px){.hero-promo__actions{justify-content:var(--content-justify-desktop)}}.hero-promo__actions .btn--text.btn--white{padding-top:7px}.hero-promo__menu{position:relative;color:inherit;z-index:3}.hero-promo__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#00000059;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.hero-promo__nav:hover{background:#0000008c;border-color:#fff6;transform:translateY(-50%) scale(1.03)}.hero-promo__nav--prev{left:12px}.hero-promo__nav--next{right:12px}@media (max-width: 749px){.hero-promo__nav{width:36px;height:36px}}.hero-promo__dots{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:4;display:flex;gap:8px}.hero-promo__dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:#fff3;padding:0;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.hero-promo__dot.is-active{background:#fff;border-color:#fff;transform:scale(1.05)}.hero-promo__menu:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--menu-bg, #000000);opacity:var(--menu-opacity, .35);pointer-events:none}.hero-promo__menu .page-width{position:relative;overflow:auto;scrollbar-width:none}.hero-promo__menu .page-width::-webkit-scrollbar{display:none}.hero-promo__menu-list{list-style:none;margin:0;padding:12px 0;display:flex;flex-wrap:nowrap;gap:10px 18px;justify-content:center;align-items:center;width:max-content}@media (min-width: 990px){.hero-promo__menu-list{gap:12px 28px;padding:14px 0}}.hero-promo__menu-item{position:relative;font-size:14px;letter-spacing:.01em}@media (min-width: 750px){.hero-promo__menu-item{font-size:15px}}.hero-promo__menu-item+.hero-promo__menu-item{padding-left:16px;margin-left:8px}.hero-promo__menu-item+.hero-promo__menu-item:before{content:"";position:absolute;left:0;top:50%;width:1px;height:18px;background:currentColor;opacity:.55;transform:translateY(-50%)}
/*# sourceMappingURL=/cdn/shop/t/138/assets/section-hero-promo.css.map */
