/** Shopify CDN: Minification failed

Line 206:0 Unexpected "}"

**/
/* FORCE REMOVE HERO OVERLAY + HOVER EFFECT */
.banner::before,
.image-banner::before,
.promo-banner::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

/* STOP HOVER EFFECT */
.banner:hover,
.image-banner:hover,
.promo-banner:hover {
  transform: none !important;
}

/* KEEP IMAGE NORMAL */
.banner img,
.image-banner img,
.promo-banner img {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

/* ALSO KILL HOVER OVERLAY LAYER */
.banner:hover::before,
.image-banner:hover::before,
.promo-banner:hover::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}
/* LMB PRODUCT FIT VIDEO - PORTRAIT 9:16 */

.lmb-fit-video {
  display: block !important;
  position: relative !important;
  width: 350px !important;
  max-width: 100% !important;
  height: 622px !important;
  padding: 0 !important;

  /* controls space above/below video */
  margin: 12px auto 25px !important;

  overflow: hidden !important;
}


.lmb-fit-video .rte__video-wrapper {
  display: block !important;
  position: relative !important;
  width: 350px !important;
  max-width: 100% !important;
  height: 622px !important;
  max-height: none !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.lmb-fit-video .rte__video-wrapper iframe {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
}

/* MOBILE */
@media (max-width: 767px) {
  .lmb-fit-video {
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
  }

  .lmb-fit-video .rte__video-wrapper {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    aspect-ratio: 9 / 16 !important;
  }

  .lmb-fit-video .rte__video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
/* LMB BACK TO BROWSING BUTTON */

.lmb-keep-browsing-wrap {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 45px !important;
  margin-bottom: 35px !important;
  padding: 20px 0 !important;
border-top: none;
border-bottom: none;}

.lmb-keep-browsing {
    position: relative !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;

    width: 280px !important;
    max-width: 85% !important;
    min-height: 0 !important;
    padding: 12px 24px !important;

    background: #F9ECEF !important;
    color: #111111 !important;

    border: 1px solid #E391A0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 2.2px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    white-space: nowrap !important;

    cursor: pointer !important;
    transition: all 0.25s ease !important;
}



.lmb-keep-browsing:hover {
  background: #DFA0AE !important;
  border-color: #DFA0AE !important;
  color: #FFFFFF !important;
}




/* MOBILE */
@media (max-width: 767px) {

  .lmb-keep-browsing-wrap {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    padding: 18px 10px !important;
  }

  .lmb-keep-browsing {
    width: 100% !important;
    max-width: 340px !important;
    min-height: 55px !important;
    padding: 15px 20px !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
  }

  .lmb-keep-browsing-wrap::before,
  .lmb-keep-browsing-wrap::after {
    display: none !important;
  }
}

/* LMB SEE THE FIT BADGE - COLLECTION CARDS */
.lmb-fit-check-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 10 !important;

  background: rgba(255, 255, 255, 0.96) !important;
  color: #111111 !important;
  border: 1px solid #E391A0 !important;

  padding: 6px 9px !important;

  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 1.1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  white-space: nowrap !important;
  pointer-events: none !important;
}
}
/* LMB SEE THE FIT - PRODUCT PAGE */
.lmb-see-the-fit-link {
  margin: 10px 0 18px !important;
}

/* LMB SEE THE FIT - PRODUCT PAGE */
.lmb-see-the-fit-link {
  margin: 16px 0 20px !important;
}

.lmb-see-the-fit-link a {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  background: #FDF5F7 !important;
  border: 1px solid #E391A0 !important;
  padding: 12px 18px !important;

  text-decoration: none !important;
  color: #111111 !important;
  cursor: pointer !important;

  transition: all 0.2s ease !important;
}

.lmb-see-the-fit-link span {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
}

.lmb-see-the-fit-link small {
  display: block !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  color: #555555 !important;
}

.lmb-see-the-fit-link a:hover {
  background: #E391A0 !important;
  color: #ffffff !important;
}

.lmb-see-the-fit-link a:hover small {
  color: #ffffff !important;
} 
 

html {
  scroll-behavior: smooth;
}

#lmb-fit-video {
  scroll-margin-top: 30px;
}
/* LMB SEE THE FIT - MOBILE PRODUCT IMAGE BUTTON */

.lmb-mobile-see-fit {
  display: none !important;
}

@media (max-width: 767px) {

  .product-gallery__main_item {
    position: relative !important;
  }

  .lmb-mobile-see-fit {
    display: inline-flex !important;
    position: absolute !important;

    left: 14px !important;
    bottom: 14px !important;
    width: auto !important;

    z-index: 20 !important;

    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #E391A0 !important;

    padding: 9px 13px !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.4px !important;
    line-height: 1 !important;

    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }
}
/* HIDE SECOND SEE THE FIT BOX ON MOBILE ONLY */
@media (max-width: 767px) {
  .lmb-see-the-fit-link {
    display: none !important;
  }
}