/** Shopify CDN: Minification failed

Line 146:17 Expected identifier but found bad string token
Line 146:18 Unterminated string token

**/
.video-section__media {
  --ratio-percent: 56.25%;
  position: relative;
  padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.scroll-trigger:where(.gradient.video-section__media) {
  background: transparent;
}
.video-section__media.global-media-settings--full-width {
  padding-bottom: var(--ratio-percent);
}
.video-section__media.deferred-media {
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}
.video-section__media.deferred-media:after {
  content: none;
}
.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}
.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}
.video-section__poster,
.video-section__media iframe,
.video-section__media video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-section__media video {
  background: #000000;
}
.video-section__media.media-fit-cover video {
  object-fit: cover;
}
.page-visit-us .banner__box {
  position: absolute;
  bottom: 12.4rem;
  left: 4rem;
}
.page-visit-us h2.banner__heading {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}
.page-visit-us .breadcrumb a, .page-faqs .breadcrumb a {
  color: #ffffff;
}

@media screen and (max-width: 749px) {
  .video-banner--wrapper {
    margin-top: -5rem;
  }
  .about-us .banner__heading {
    margin: 0;
    padding-top: 2rem;
  }
  .about-us .banner__text p {
    margin: 0;
  }
  .banner__box.about-us {
    justify-content: end !important;
    padding-bottom: 6rem;
  }
  .page-visit-us .breadcrumb {
    margin: 0;
  }
  .page-visit-us .banner__box {
    bottom: 3rem;
    left: 0;
  }
  .page-visit-us h2.banner__heading {
    font-size: 23px;
    line-height: 26px;
  }
}

.banner__box.about-us {
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}
.banner__content.about-us {
  position: absolute;
  height: 100%;
  top: 0;
}

@media screen and (min-width: 750px) {
  .banner__box.about-us {
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
  }
  .banner__box.about-us p, .banner__box.about-us h2, .banner__box.about-us div {
    margin: 0;
  }
  .banner__content.about-us {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .banner__box.customization {
    left: 4rem;
    bottom: 7rem;
    padding: 0;
  }
  .page-shop-the-look .banner__box {
    bottom: 5.4rem;
  }
  .banner__box {
    text-align: left;
    position: absolute;
    bottom: 18.4rem;
    left: 4.6rem;'
  }
  .shop-the-look .banner__box {
    bottom: 0;
  }
  .video-banner--wrapper {
    margin-top: calc(-3px - var(--header-height));
  }
  .video-banner--wrapper.shop-the-look {
    margin-top: calc(32px - var(--header-height));
  }
  .media--overlay-container {
    position: absolute;
    bottom: 11.4rem;
    left: 4.7rem;
    width: 100%;
    max-width: 60rem;
  }
  .media--overlay-container p {
    font-size: 2.4rem;
    color: white;
    margin: 1.6rem 0 4.2rem 0;
  }
}

.media--overlay-container h1 {
  text-transform: uppercase;
  margin: 0;
}
.video-banner--media {
  position: relative;
  width: 100%;
}
.shop-the-look .video-banner--media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #24242480, #0000);
  pointer-events: none;
}
.customization .video-banner--media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #24242480, #0000);
  pointer-events: none;
}
.gift-page .video-banner--media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #24242480, #0000);
  pointer-events: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shop-the-look .banner__box {
    bottom: 2rem;
    left: 3.6rem;
    max-width: 60rem;
    min-width: 40rem;
    padding: 2rem 2.5rem;
  }
  .page-gift-page .banner__box {
    bottom: 3.4rem;
  }
}
