.hero-video{position:relative;width:100%;height:var(--hero-height-mobile, 90vh);min-height:420px;overflow:hidden;background-color:#000;isolation:isolate}@media screen and (min-width:750px){.hero-video{height:var(--hero-height-tablet, 95vh)}}@media screen and (min-width:990px){.hero-video{height:var(--hero-height-desktop, 100vh)}}.hero-video__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.hero-video__video,.hero-video__fallback-image,.hero-video__placeholder,.hero-video__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.04);transition:opacity 1.4s cubic-bezier(.22,1,.36,1),transform 1.8s cubic-bezier(.22,1,.36,1)}.hero-video__slide-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-video__placeholder svg{width:100%;height:100%;object-fit:cover}.hero-video.is-loaded .hero-video__fallback-image,.hero-video.is-loaded .hero-video__placeholder,.hero-video.is-loaded .hero-video__video.is-active,.hero-video.is-loaded .hero-video__slide.is-active{opacity:1;transform:scale(1)}.hero-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:var(--hero-overlay-opacity, 1);background:linear-gradient(to bottom,#00000026,#0003 45%,#0009);transition:opacity 1.2s ease}.hero-video__content-wrap{position:relative;z-index:2;display:flex;height:100%;width:100%;padding:var(--hero-padding-mobile, 32px) 20px;box-sizing:border-box}@media screen and (min-width:990px){.hero-video__content-wrap{padding:var(--hero-padding-desktop, 80px) 64px}}.hero-video__content{max-width:var(--hero-content-max-width, 650px);width:100%;color:#fff;display:flex;flex-direction:column;gap:20px}.hero-video--position-top .hero-video__content-wrap{align-items:flex-start}.hero-video--position-center .hero-video__content-wrap{align-items:center}.hero-video--position-bottom .hero-video__content-wrap{align-items:flex-end}.hero-video--align-left .hero-video__content{text-align:left;align-items:flex-start;margin-right:auto}.hero-video--align-center .hero-video__content{text-align:center;align-items:center;margin-left:auto;margin-right:auto}.hero-video--align-right .hero-video__content{text-align:right;align-items:flex-end;margin-left:auto}.hero-video__subheading{margin:0;font-size:16px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#ffffffeb;opacity:0;transform:translateY(16px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}@media screen and (min-width:750px){.hero-video__subheading{font-size:18px}}.hero-video__heading{margin:0;font-size:36px;font-weight:700;line-height:1.05;letter-spacing:var(--hero-heading-letter-spacing, 0px);color:#fff;opacity:0;transform:translateY(32px);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);transition-delay:.15s}.hero-video__heading--uppercase{text-transform:uppercase}@media screen and (min-width:750px){.hero-video__heading{font-size:54px}}@media screen and (min-width:990px){.hero-video__heading{font-size:72px}}.hero-video__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px;opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:.4s}.hero-video--align-center .hero-video__buttons{justify-content:center}.hero-video--align-right .hero-video__buttons{justify-content:flex-end}.hero-video__btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 34px;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;white-space:nowrap;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),background-color .35s ease,color .35s ease,box-shadow .35s ease;will-change:transform}.hero-video__btn--primary{background-color:#fff;color:#111;border-color:#fff}.hero-video__btn--primary:hover,.hero-video__btn--primary:focus-visible{transform:translateY(-3px);box-shadow:0 10px 24px #00000040}.hero-video__btn--secondary{background-color:transparent;color:#fff;border-color:#ffffffd9}.hero-video__btn--secondary:hover,.hero-video__btn--secondary:focus-visible{background-color:#fff;color:#111;transform:translateY(-3px)}.hero-video__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.hero-video.is-animated .hero-video__subheading,.hero-video.is-animated .hero-video__heading,.hero-video.is-animated .hero-video__buttons{opacity:1;transform:translateY(0)}.hero-video__scroll-indicator{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:3;width:32px;height:48px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:flex-start;justify-content:center;opacity:0;transition:opacity 1s ease;transition-delay:.8s}.hero-video.is-animated .hero-video__scroll-indicator{opacity:.85}.hero-video__scroll-indicator:hover{opacity:1}.hero-video__scroll-line{display:block;width:1px;height:32px;background:#fff;animation:hero-scroll-line 1.8s ease-in-out infinite;transform-origin:top}@keyframes hero-scroll-line{0%{transform:scaleY(.3);opacity:.4}50%{transform:scaleY(1);opacity:1}to{transform:scaleY(.3);opacity:.4}}.section-header+.shopify-section .hero-video,body.header--transparent .hero-video{margin-top:0}@media(prefers-reduced-motion:reduce){.hero-video__video,.hero-video__fallback-image,.hero-video__placeholder,.hero-video__slide,.hero-video__subheading,.hero-video__heading,.hero-video__buttons,.hero-video__scroll-indicator,.hero-video__btn{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}.hero-video__scroll-line{animation:none!important}}@media screen and (max-height:480px)and (orientation:landscape){.hero-video{height:100vh;min-height:320px}.hero-video__scroll-indicator{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hero-video.css.map */
