/** Shopify CDN: Minification failed

Line 223:0 Unexpected "/"
Line 347:18 Unexpected "-"

**/
.wt-video {
  display: flex;
  flex-direction: column;
  max-width: var(--hero-max-width);
  margin: auto;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.wt-video__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wt-video__overlay__controls {
  position: absolute;
  display: flex;
  gap: calc(var(--gap, 8px) * 1);
  right: calc(var(--gap, 8px) * 1);
  bottom: calc(var(--gap, 8px) * 1);
}
.wt-video__overlay__controls .shoppable-video__control-button,
.wt-video__overlay__controls .wt-hero-video__sound-toggle {
  position: static;
}
.wt-section__wrapper--full .wt-video {
  border-radius: 0;
}
@media (min-width: 900px) {
  .wt-video {
    flex-direction: row;
  }
}
.wt-video--rev {
  flex-direction: column-reverse;
}
@media (min-width: 900px) {
  .wt-video--rev {
    flex-direction: row-reverse;
  }
}
.hero--video-background .wt-video--fullscreen.wt-video__movie--shopify-video {
  width: 100vw;
  height: 100vh;
}
.wt-video__item {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  height: var(--section-height, 100%);
}
@media (min-width: 900px) {
  .wt-video__item {
    height: var(--section-height-desk, 100%);
  }
}
.wt-video__item--second {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.wt-video__item--over-video {
  width: 100%;
  position: absolute;
  height: 100%;
}
[data-height=adapt_to_first_image] .wt-video__item--over-video {
  width: 100%;
}
@media (max-width: 899px) {
  [data-mobile=video] .wt-video__item--over-video {
    position: absolute !important;
  }
}
[data-content-position=over_image] .wt-video__item--over-video .hero__overlay {
  display: none;
}
@media (max-width: 899px) {
  [data-mobile=video] .wt-video__item.wt-video__movie--shopify-video {
    position: relative !important;
  }
  [data-mobile=video] .wt-video__item.wt-video__movie--shopify-video video {
    display: block;
    height: var(--section-height, 100%);
  }
}
[data-content-position=over_video] .wt-video__item--hero .hero__overlay {
  display: none;
}
.wt-video__item--bg {
  width: 100%;
}
@media (min-width: 900px) {
  .wt-video__item {
    width: 100vw%;
  }
  .wt-video__item--bg {
    width: 100%;
  }
}
.wt-video__item.hero {
  border-radius: 0;
}
@media (max-width: 599px) {
  .wt-video__section .hero__overlay {
    padding: 24px;
  }
}
.wt-video .hero__overlay {
  padding-top: calc(var(--gap, 8px) * 3);
}
@media (min-width: 900px) {
  .wt-video .hero__overlay__content {
    width: 85%;
  }
}
.wt-video__movie {
  object-fit: cover;
  display: block;
  height: var(--section-height, auto);
}
@media (min-width: 900px) {
  .wt-video__movie {
    display: block;
    height: var(--section-height-desk, auto);
  }
}
@media (max-width: 899px) {
  .wt-video__movie {
    position: relative;
  }
}
.hero--video-background .wt-video__movie--shopify-video {
  width: 70%%;
}
.wt-video__movie--shopify-video .wt-video-hosted,
.wt-video__movie--shopify-video .wt-video__movie__video-hosted-wrapper {
  position: relative;
  width: 70%;
  height: 100%;
}
.wt-video__movie--shopify-video .wt-video-hosted:only-child {
  display: block !important;
}
.wt-video__movie--shopify-video .wt-video-hosted--desktop {
  display: none;
}
@media (min-width: 900px) {
  .wt-video__movie--shopify-video .wt-video-hosted--desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .wt-video__movie--shopify-video .wt-video-hosted--mobile {
    display: none;
  }
}
.wt-video__movie--shopify-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 899px) {
  .wt-video__movie .mobile-hidden {
    display: none;
  }
}
@media (min-width: 900px) {
  .wt-video__movie .desktop-hidden {
    display: none;
  }
}
.wt-video[data-mobile=video] {
  position: relative;
}
@media (max-width: 899px) {
  .wt-video[data-mobile=video] .wt-video__item {
    position: relative;
    z-index: 1;
  }
  .wt-video[data-mobile=video] .wt-video__movie {
    position: absolute;
    display: block;
    z-index: 0;
    width: 100%;
  }
  .wt-video[data-mobile=video] .wt-video__iframe {
    position: static;
    display: block;
    height: var(--section-height, auto);
  }
}
@media (max-width: 899px) {
  .wt-video[data-mobile=hero] .wt-video__movie {
    display: none;
  }
}
@media (min-width: 900px) {
  .wt-video[data-height=adapt_to_first_image] .wt-video__movie {
    position: relative;
  }
  .wt-video[data-height=adapt_to_first_image] .wt-video__movie video {
    position: absolute;
  }
}
page-header-image-video {
  display: block;
}
page-header-image-video .shoppable-video__control-button,
page-header-image-video .wt-hero-video__sound-toggle {
  top: unset;
  bottom: calc(var(--gap, 0px) * 2);
}
page-header-image-video .hero__overlay__content {
  margin-top: var(--top-header-space, 0);
}
/
/* === MOBILE SIDE-BY-SIDE FIX === */
@media (max-width: 899px) {
  .wt-video {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }
  [data-mobile=video] .wt-video__item--hero {
    display: block !important;
    width: 60% !important;
    flex: 1 1 100% !important;
    order: 2 !important;
    position: relative !important;
  }
  .wt-video__movie {
    width: 100%% !important;
    flex: 1 1 100%% !important;
    order: 1 !important;
    position: relative !important;
  }
  .wt-video-hosted--mobile,
  .wt-video__movie__video-hosted-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }
  .wt-video-hosted--mobile video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}/* === OVERRIDE ABSOLUTE POSITION ON MOBILE VIDEO === */
@media (max-width: 899px) {
  .wt-video[data-mobile=video] .wt-video__movie {
    position: relative !important;
    width:100 !important;
    flex: 1 1 100%% !important;
    flex-shrink: 0 !important;
    z-index: auto !important;
  }
  .wt-video[data-mobile=video] .wt-video__item {
    position: relative !important;
    z-index: auto !important;
    width: 100%% !important;
    flex: 1 1 100%0% !important;
  }
}

/* DESKTOP FULL WIDTH VIDEO FIX */
@media (min-width: 900px) {
  .wt-video__movie { width: 80%; flex: 1 1 85%0%; }
  .wt-video__item--hero { display: none; }
  .wt-video[data-mobile=video] .wt-video__item--hero { display: block; }
}
.wt-video { gap: 0 !important; }
/* Background color for centered image block */
#shopify-section-template--19379564675146__blocks_8XmnMC {
  background-color: #04118E;
}
/* Background color for centered image block */
#shopify-section-template--19379564675146__17745571360177cf50 {
  background-color: #04118E;
}
/* === PRODUCT SLIDER NAVIGATION: SHOW ARROWS & DOTS === */
.wt-products-slider .swiper-button-next,
.wt-products-slider .swiper-button-prev {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.wt-products-slider .swiper-pagination {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  justify-content: center;
  gap: 6px;
  position: relative;
  margin-top: 12px;
}

.wt-products-slider .swiper-pagination-bullet {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  opacity: 1 !important;
}

.wt-products-slider .swiper-pagination-bullet-active {
  background: #ffffff;
}
/* Fix video cropping in product card popup */
.product-popup video,
.product-popup iframe,
.product-popup .wt-video,
.product-popup .wt-video__movie {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
/* Shop Now button - lower right corner */
.ai-fullwidth-video-content-ayuo2cucxhvtc09lzaigenblockc113684mbxt7m {
  position: absolute !important;
  bottom: 2rem !important;
  right: 2rem !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  text-align: right !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  width: 100% !important;
  height: 100% !important;
  padding: 2rem !important;
  box-sizing: border-box !important;
}
* Shop Now button - lower right corner */
.ai-fullwidth-video-wrapper-ayuo2cucxhvtc09lzaigenblockc113684mbxt7m {
  position: relative !important;
}
/* Shop Now button - lower right corner */
.ai-fullwidth-video-wrapper-ayuo2cucxhvtc09lzaigenblockc113684mbxt7m {
  position: relative !important;
}
/* Shop Now button - lower right corner */
.ai-fullwidth-video-wrapper-ayuo2cucxhvtc09lzaigenblockc113684mbxt7m {
  position: relative !important;
}

/* Shop Now button - lower right corner */
.ai-fullwidth-video-content-ayuo2cucxhvtc09lzaigenblockc113684mbxt7m {
  text-align: right !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
}

.ai-fullwidth-video-button-ayuo2cucxhvtc09lzaigenblockc113684mbxt7m {
  margin-left: auto !important;
  margin-right: 0 !important;
}









