/** Shopify CDN: Minification failed

Line 707:0 Expected "}" to go with "{"

**/
.page-width {
  max-width: var(--site-max-width);
  padding-left: calc(var(--gap, 8px) * 3);
  padding-right: calc(var(--gap, 8px) * 3);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .page-width {
    padding-left: calc(calc(var(--gap, 8px) * 3) + calc(var(--gap, 8px) * 2));
    padding-right: calc(calc(var(--gap, 8px) * 3) + calc(var(--gap, 8px) * 2));
  }
}

@media (max-width: 899px) {
  .new-about-banner .banner-heading h3 {
    font-size: 19px !important;
  }
  .new-about-banner .image img {
    min-height: 140px;
    object-fit: cover;
    object-position: center;
  }
  .form-fields .field,
  .form-fields .field.text_area textarea {
    width: 100% !important;
  }
}
.new-about-banner .overlay {
  text-align: center;
}
.new-about-banner {
  width: 100%;
  background: #d0ebf9;
}
.new-about-banner .image img {
  width: 100%;
  display: block;
}
.form-fields .field.text_area {
  width: 100%;
}
.new-about-banner .banner-heading h3 {
  font-size: 40px;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.ambassador-forms-width .heading h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  text-transform: none;
}
.form-fields .field button {
  width: 200px;
  box-shadow: 0px 16px 22px -4px #bfbfbf;
  font-size: 16px;
}
.form-fields .int_type {
  width: 100%;
}
.form-fields .int_type ul {
  margin: 0;
  padding: 0;
}

.form-fields .int_type ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.form-fields .int_type ul li label {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  margin: 0;
}
.form-fields .promocheckbox h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.form-fields .field.text_area textarea {
  width: calc(100% - 40px);
  background-color: #d0ebf97d;
  outline: none;
  border: 0;
  border-radius: 6px;
  padding: 0 20px;
  height: 183px;
  font-size: 14px;
  color: black;
  resize: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-fields .field-checkbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .promocheckbox {
  width: 100%;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.form-fields .field-checkbox label {
  position: relative;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.form-fields .field-checkbox ul {
  margin: 0;
  padding: 0;
}
.form-fields .full-width-checkbox ul li {
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  gap: 10px;
  list-style: none;
}
.styled-checkbox:checked + label:before {
  background: var(--color-button-primary-background);
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 5px;
  border: solid 1px var(--color-button-primary-background);
}
.ambassador-forms-width .heading {
  margin-bottom: 40px;
  width: 100%;
}
.ambassador-forms {
  width: 100%;
  padding: 70px 0;
}
.form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.form-fields .field input::placeholder {
  color: #00000087;
}
.form-fields .int_type {
  width: 100%;
}
.form-fields .int_type ul {
  margin: 0;
  padding: 0;
}
.form-fields .int_type ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.form-fields .field input {
  width: 100%;
  background-color: #d0ebf97d;
  outline: none;
  border: 0;
  border-radius: 6px;
  padding: 0 20px;
  height: 50px;
  font-size: 14px;
  color: black;
}
.form-fields .field label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  text-transform: none;
}

.form-fields .int_type ul li label {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.form-fields .field {
  width: calc(100% / 3 - 40px);
}

.form-fields .int_type ul li input {
  margin-right: 10px;
  position: relative;
}

.wt-product__main .wt-collapse__trigger {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #dedede;
}
.wt-product__main
  collapsible-section.wt-collapse[data-open="true"]
  .wt-collapse__trigger {
  border-bottom: 0;
  margin-bottom: 1rem;
}
@media (max-width: 899px) {
  img.mobile-absolute-img {
    width: 461px;
    position: absolute;
    right: -87px;
    z-index: 6;
  }
  h2.hero__title.hero {
    font-size: 30px !important;
  }
  a.hero__button--primary.hero__button.hero {
    max-width: 210px;
    width: 100%;
  }
  img.desktop-absolute-img {
    display: none;
  }
  span.c-bundle-spare {
    left: 15px;
    top: -6px;
  }
  img.c-bundle-img {
    height: auto;
    width: 45px;
    margin-top: 0 !important;
  }
  .c-bundle-single-wrapper {
    flex: 1 100% !important;
    position: relative;
    width: 100% !important;
  }
  .c-bundle-single-wrapper.active {
    padding: 10px;
  }
  .c-bundle-wrapper {
    flex-direction: column;
  }
  .wt-benefits-product__icon-list--column .wt-benefits-product__icon {
    max-width: 75px;
    max-height: 100%;
  }
  .wt-parallax__content h2.hero__title.hero {
    max-width: 800px;
    width: 100%;
    font-size: 32px;
    padding-top: 35%;
    text-align: right;
  }
  .wt-parallax .hero__text {
    max-width: 300px !important;
    text-align: right;
    width: 100%;
    margin-left: auto;
  }
  .wt-parallax .hero__button {
    margin-left: auto;
  }
}

@media (min-width: 900px) {
  img.mobile-absolute-img {
    display: none;
  }
  .wt-footer__body {
    margin-top: 3em !important;
  }
  .newsletter__image {
    position: relative !important;
    width: 50% !important;
    padding-top: 34% !important;
  }
  .newsletter.footer {
    max-width: 1600px;
    margin: 0 auto;
    flex-direction: row !important;
    position: relative;
  }

  .newsletter__image img {
    position: absolute;
    bottom: 0;
  }
  img.absolute-newsletter {
    width: 45% !important;
    position: absolute;
    bottom: -36px;
    left: 18%;
  }
  .newsletter__image {
    margin-top: 5rem;
  }
}
.wt-newsletter__fieldset {
  flex-direction: column;
}
.newsletterform-flex {
  display: flex;
}
.wt-newsletter__field.name {
  border-right: 1px solid var(--color-input-border);
}

.wt-parallax__content h2.hero__title.hero span {
  color: #024d95;
  font-weight: 700;
}
.newsletter__image {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  padding-top: 70%;
}
img.absolute-newsletter {
  position: absolute;
  bottom: -35px !important;
  display: block;
  width: 43% !important;
  left: 20% !important;
}
.newsletter__image img {
  width: 100%;
  height: auto;
  bottom: 0;
  position: absolute;
  max-width: 700px;
}
.newsletter.footer {
  flex-direction: column-reverse;
}
.newsletter.footer .newsletter__wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
}
.wt-parallax__content h2.hero__title.hero {
  max-width: 600px;
  width: 100%;
  font-size: 65px;
  line-height: 1;
  letter-spacing: -2px;
}
.wt-parallax__content {
  overflow-x: hidden;
}
.wt-parallax__content:before {
  content: "";
  background: linear-gradient(178deg, #d0ebf9, transparent);
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
}
img.desktop-absolute-img {
  position: absolute;
  max-width: 750px;
  right: -150px;
  width: 100%;
  top: 30px;
}

.wt-parallax__content .hero__wrapper .hero__overlay {
  padding-left: 0;
  padding-right: 0;
}
.smaller-images img.card__img {
  max-width: 100px;
  margin: 0 auto;
  width: 100%;
}
.smaller-images .collection-list .card__title {
  font-weight: var(--font-headline-weight);
  text-transform: var(--font-headline-transform, none);
  font-size: 20px;
  letter-spacing: var(--font-headline-letter-spacing, normal);
  line-height: var(--font-headline-line-height, normal);
  overflow: visible;
}
.benefits-product-section .hero__wrapper--full {
  padding-bottom: 25rem;
}
@media (min-width: 1200px) {
  .wt-benefits-product__icon {
    max-width: 100px;
  }
}
.j-slot li {
  font-size: 14px !important;
}
label.j-label span {
  font-size: 15px;
}
.color_selector {
  margin-bottom: 16px;
  margin-top: 24px;
}
.swatchColor--container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
span.swatchColor-title {
  font-weight: 500;
  padding-bottom: 0.5rem;
  display: block;
  font-size: 17px;
}
.swatch .tooltip {
  text-align: center;
  background: var(--color-button-primary-background);
  color: white;
  bottom: 100%;
  padding: 5px 5px 3px;
  display: block;
  position: absolute;
  left: 50%;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  transform: translate(-50%) !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  white-space: nowrap;
  top: unset;
  right: unset;
  text-transform: capitalize;
}
a.border_choice {
  margin: 2px;
  border-radius: 50%;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.swatch a.border_choice:hover .tooltip {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
a.border_choice img {
  cursor: pointer;
  height: 80px;
  display: flex;
}
a.border_choice {
  border: 2px solid #fff;
  width: 90px;
  height: 90px;
  position: relative;
  transition: 0.3s ease-in;
}
a.border_choice.selected {
  background: #d0ebf9;
}
a.border_choice:hover {
  background: #d0ebf9;
}
.c-bundle-img {
  width: 60px;
  height: 60px;
  margin-top: 18px;
}
span.c-bundle-spare {
  position: absolute;
  background: var(--color-button-primary-background);
  border-radius: 30px;
  color: white;
  font-size: 12px;
  padding: 2px 10px;
}
.c-bundle-single-wrapper.active {
  border: 2px solid var(--color-button-primary-background) !important;
  border-radius: 10px;
  background: #d0ebf9;
}
.c-bundle-wrapper {
  background: white;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.c-bundle-single-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  flex: 1 25%;
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 10px;
}
#juo-subscription-widget .j-label {
  background: white;
}
.c-bundle-single-wrapper {
  position: relative;
}
.newsletter__image img {
  width: auto !important;
  height: 450px !important; 
  max-width: none !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -70px !important; 
}
  
@media (max-width: 767px) {
  .newsletter__image img {
    height: 320px !important;
    transform: translateX(-50%) !important;
    bottom: -40px !important;
  }
}

/* Cart drawer customization */
.wt-cart__drawer .shoppable-product-card--full {
  margin-left: 16px;
}
.wt-cart__drawer .wt-button__container--view-cart {
  padding-inline: 0;
}
.wt-cart__drawer .wt-cart__drawer__footer {
  z-index: 10;
  background: var(--color-background);
}
.wt-cart__drawer .wt-cart__cross-sell__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
}
.wt-cart__cross-sell__toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.wt-cart__cross-sell__toggle::before,
.wt-cart__cross-sell__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.wt-cart__cross-sell__toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.wt-cart__cross-sell__toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::before,
.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::after {
  width: 8px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: transform 0.2s ease;
}
.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::before {
  transform: translate(-25%, -50%) rotate(45deg);
}

.wt-cart__cross-sell--collapsed .wt-cart__cross-sell__toggle::after {
  transform: translate(-75%, -50%) rotate(-45deg);
}

.wt-cart__cross-sell__toggle:hover::before,
.wt-cart__cross-sell__toggle:hover::after {
  opacity: 0.7;
}

.wt-cart__drawer .wt-cart__cross-sell {
  transition: margin 0.3s;
}
.wt-cart__drawer .wt-cart__cross-sell--collapsed {
  margin-bottom: -145px;
}
/* END: Cart drawer customization */

/* PLP fix cropping images */
.collection__body .card__img, 
.collection__body .card__video {
  object-fit: contain;
}

/* Fix for Image with Video */
@media (max-width: 899px) {
  .wt-video__section [data-mobile=video] .wt-video__item--hero:not(.wt-video__item--over-video) {
      display: flex;
  }
  .wt-video__section iframe.wt-video__movie {
    aspect-ratio: 1;
    position: relative !important;
  }
  .wt-video__section .wt-video__item--over-video .hero__overlay {
    display: none;
  }
  .wt-video__section .wt-video {
    flex-direction: column;
  }
  .wt-video__section .wt-video__item--hero [class*="--mobile"] {
    display: flex;
  }
}
.newsletter__image {
  pointer-events: none;
  z-index: 0;
}
.custom-top-bar {
  width: 100%;
  background: #cfeeff;
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
  padding: 5px 16px;
  z-index: 9999;
}

.custom-top-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
