.breadcrumb {
  font-weight: 300;
  color: #000;
}
@media (min-width: 1024px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb--cms, .breadcrumb--pdp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb--cms a, .breadcrumb--pdp a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb--cms {
  font-size: 0.875rem;
}
@media (min-width: 480px) {
  .breadcrumb--cms {
    font-size: 1rem;
  }
}
.breadcrumb--pdp {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .breadcrumb--pdp {
    line-height: 1.3125rem;
    font-size: 0.75rem;
  }
}
.breadcrumb--pdp .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumb-divider {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 479.98px) {
  .pdp-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .pdp-carousel {
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .pdp-carousel {
    padding-right: 1rem;
  }
}
.pdp-carousel .glide:not(.glide--carousel) .pdp-carousel__slide + .pdp-carousel__slide {
  display: none;
}
.pdp-carousel__slide {
  position: relative;
}
.pdp-carousel__slide__banners {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.pdp-carousel__slide__flag {
  padding: 1px 5px;
}
.pdp-carousel__slide__award {
  max-width: 90px;
}
.pdp-carousel__slide__caption {
  background-color: rgba(70, 70, 70, 0.9);
  text-align: left;
  padding: 0.5rem 3.75rem 0.5rem 1rem;
  font-size: 12px;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 1, 1);
  transition: all 0.2s cubic-bezier(0, 1, 1, 1);
}
@media (min-width: 1024px) {
  .pdp-carousel__slide__caption {
    text-align: center;
    padding: 0.375rem 3.75rem;
  }
}
.glide__slide--active .pdp-carousel__slide__caption {
  bottom: 0;
}
.pdp-carousel__slide__html-video, .pdp-carousel__slide__html-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdp-carousel__slide__html-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-carousel__slide__html-video--with-control {
  background-color: #000;
}
.pdp-carousel__slide__html-video--with-control video {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.pdp-carousel__slide__iframe-container {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  width: 100%;
  z-index: 1;
}
.pdp-carousel__slide__iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  z-index: 1;
}
.pdp-carousel__slide__html-video-control {
  left: 1rem;
}
.pdp-carousel__slide__overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pdp-carousel__slide--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
}
.pdp-carousel__slide--play .pdp-carousel__slide__overlay {
  display: none;
}
.pdp-carousel__arrow {
  right: 0.375rem;
}
.pdp-carousel__arrow--left {
  right: 2.25rem;
  padding-right: 3px;
}
.pdp-carousel__arrow--right {
  padding-left: 3px;
}
.pdp-carousel__arrow, .pdp-carousel__slide__html-video-control {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  padding: 0;
  border: 0;
  z-index: 2;
  border-radius: 50%;
  bottom: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
}

.glide__slide--active .pdp-carousel__slide__iframe-container {
  visibility: visible;
}
.glide__slide--active iframe, .glide__slide--active .pdp-carousel__slide__html-video--with-control video {
  display: block;
}
@media (max-width: 1023.98px) {
  .glide__slide--active:not(.pdp-carousel__slide--play) .pdp-carousel__slide__overlay {
    display: block;
  }
}

.pdp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
  .pdp-container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1600px) {
  .pdp-container {
    max-width: 1500px;
  }
}
.pdp-transactional-area {
  max-width: 640px;
}
.pdp-product-name {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .pdp-product-name {
    font-size: 3rem;
  }
}
.pdp-product-name__secondary {
  display: block;
  line-height: 30px;
  margin-top: 0.5rem;
  font-family: "Siaga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .pdp-product-name__secondary {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .pdp-product-name__secondary {
    font-size: 1.25rem;
  }
}
.pdp-review {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1.75rem;
}
.pdp-review .yotpo-star-rating-reviews-summary-text {
  font-size: 0.875rem;
  text-transform: capitalize;
  color: black;
}
.pdp-review .yotpo-star-rating-reviews-summary-link {
  text-decoration: none !important;
}
.pdp-review .yotpo-star-rating-reviews-summary-icon svg path {
  fill: #000;
}
.pdp-recommended {
  margin-bottom: 1.6rem;
  font-size: 0.875rem;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (min-width: 1024px) {
  .pdp-recommended {
    font-size: 1rem;
  }
}
.pdp-recommended__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-bottom: 0.625rem;
}
.pdp-recommended__item:last-child {
  margin-right: 0;
}
@media (max-width: 1023.98px) {
  .pdp-recommended__item {
    width: 50%;
  }
}
.pdp-divider {
  border-color: #B1B1B1;
  margin: 0;
}
.pdp-size__list {
  font-size: 0.875rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 1.5rem;
}
.pdp-size__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .pdp-size__item {
    width: 25%;
  }
}
.pdp-size__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: none;
  text-align: center;
  border: 1px solid #B1B1B1;
  border-radius: 10px;
  padding: 0.75rem 0.25rem;
  color: #000000;
}
.pdp-size__link:hover {
  color: #000000;
  text-decoration: none;
  border-color: #6D47B8;
}
.pdp-size__link--active {
  border-width: 2px;
  border-color: #6D47B8;
}
.pdp-size__name {
  display: block;
  font-weight: 500;
}
.pdp-color__list__item {
  margin-right: 0.375rem;
}
.pdp-color__list__link {
  display: block;
  padding: 1px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
}
.pdp-color__list__link--active {
  border-color: #000000;
}
.pdp-color__list__img {
  border-radius: 50%;
}
.pdp-color__list__colorcode {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
.pdp-color__name {
  margin-bottom: 2rem;
}
.pdp-size, .pdp-color {
  margin-top: 2rem;
}
.pdp-whats-included {
  margin-bottom: 2.375rem;
}
.pdp-whats-included ul {
  list-style: none;
  padding-bottom: 0.5rem;
  padding-left: 0;
  margin-bottom: 1rem;
}
.pdp-whats-included h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.pdp-whats-included h4 {
  font-family: "Siaga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-transform: none;
  line-height: 21px;
}
.pdp-whats-included h4 a {
  color: #000;
}
.pdp-whats-included, .pdp-whats-included h4 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .pdp-whats-included, .pdp-whats-included h4 {
    font-size: 1rem;
  }
}
.pdp-frequency {
  margin-top: 2rem;
}
.pdp-frequency--og {
  min-height: 132px;
}
.pdp-frequency__item {
  margin-bottom: 1rem;
}
.pdp-frequency__item--without-checkbox .pdp-frequency__input-group__label {
  padding-left: 0;
}
.pdp-frequency__item--without-checkbox .pdp-frequency__input-group__label::before {
  display: none;
}
.pdp-frequency__input-group {
  position: relative;
}
.pdp-frequency__input-group__price {
  position: absolute;
  right: 0;
  top: 0;
}
.pdp-frequency__input-group__radio {
  position: absolute;
  opacity: 0;
}
.pdp-frequency__input-group__radio:checked ~ .pdp-frequency__input-group__label:before {
  background-color: #000000;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.pdp-frequency__input-group__radio:checked ~ .pdp-frequency__input-group__toggle {
  display: block;
}
@media (max-width: 1023.98px) {
  .pdp-frequency__input-group__price, .pdp-frequency__input-group__label {
    font-size: 0.875rem;
  }
}
.pdp-frequency__input-group__label {
  cursor: pointer;
  display: block;
  padding-right: 4.375rem;
  padding-left: 1.875rem;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 1023.98px) {
  .pdp-frequency__input-group__label {
    font-size: 0.875rem;
  }
}
.pdp-frequency__input-group__label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #000000;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 1024px) {
  .pdp-frequency__input-group__label:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.pdp-frequency__input-group__toggle {
  display: none;
  padding-left: 2.5rem;
}
.pdp-frequency__input-group__dropdown {
  border-color: #B1B1B1;
  font-weight: 300;
}
.pdp-out-of-stock__sub-heading {
  color: #000;
  line-height: 15px;
}
.pdp-out-of-stock__heading {
  line-height: 17px;
  color: #6D47B8;
}
.pdp-add-bag {
  margin-top: 1.7rem;
  top: -100%;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
}
.pdp-add-bag__container {
  padding-left: 4.375rem;
  padding-right: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .pdp-add-bag__container {
    padding-right: 3.125rem;
  }
}
.pdp-add-bag__qty {
  position: absolute;
  top: 0;
  left: 0;
}
.pdp-add-bag__qty__dropdown {
  width: 3.75rem;
  height: 2.5rem;
  border-color: #B1B1B1;
  font-weight: 300;
  line-height: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pdp-add-bag__wihslist {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
}
@media (min-width: 768px) {
  .pdp-add-bag__wihslist {
    right: 0.625rem;
  }
}
.pdp-add-bag__afterpay-icon {
  width: 3.75rem;
}
.pdp-add-bag .pdp-out-of-stock__link {
  height: 52px;
  display: block;
}
@media (max-width: 767.98px) {
  .pdp-add-bag .pdp-out-of-stock__link--not-available .pdp-out-of-stock__heading {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .pdp-add-bag .pdp-out-of-stock__link--not-available .pdp-out-of-stock__sub-heading {
    font-size: 0.625rem;
  }
}
.pdp-add-bag .pdp-out-of-stock__sub-heading {
  font-size: 0.75rem;
}
.pdp-add-bag .pdp-out-of-stock__heading {
  font-size: 0.875rem;
}
.pdp-add-bag .ad-promocode-error {
  color: #A10935;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 400;
  display: none;
}
.pdp-not-available {
  background-color: #DCD1F2;
  border: 1px solid #6D47B8;
  margin-top: 2rem;
  padding: 10px 18px;
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .pdp-not-available {
    width: 100%;
  }
}
.pdp-not-available--sticky {
  margin-top: 0;
  padding: 7px 10px;
}
.pdp-delivery-info {
  margin-top: 1.5rem;
}
.pdp-delivery-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  margin-right: 0.6rem;
}
.pdp-delivery-info__item:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .pdp-delivery-info__item {
    margin-right: 1rem;
    font-size: 1rem;
  }
}
.pdp-delivery-info__item__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}
@media (min-width: 1024px) {
  .pdp-delivery-info__item__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.pdp-sticky-nav {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100px;
  z-index: 2;
  padding: 1rem 0.9375rem;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
}
.sticky-add-to-bag .pdp-sticky-nav {
  top: 0;
}
@media (min-width: 1024px) {
  .pdp-sticky-nav {
    height: 96px;
  }
}
.pdp-sticky-nav__product {
  width: 300px;
}
.pdp-sticky-nav__item {
  font-size: 0.75rem;
}
@media (max-width: 380px) {
  .pdp-sticky-nav__item:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .pdp-sticky-nav__item {
    font-size: 0.875rem;
  }
}
.pdp-sticky-nav__item + .pdp-sticky-nav__item {
  margin-left: 1rem;
}
.pdp-sticky-nav__link {
  display: block;
  padding-bottom: 4px;
}
.pdp-sticky-nav__link, .pdp-sticky-nav__link:hover {
  text-decoration: none;
  color: #000000;
}
.pdp-sticky-nav__link--active {
  border-bottom: 2px solid #000000;
  padding-bottom: 2px;
}
.pdp-sticky-nav__qty-add-bag {
  position: relative;
  padding-left: 65px;
}
@media (min-width: 768px) {
  .pdp-sticky-nav__qty-add-bag {
    max-width: 280px;
  }
}
.pdp-sticky-nav__qty {
  position: absolute;
  top: 0;
  left: 0;
}
.pdp-sticky-nav__qty__dropdown {
  width: 58px;
  height: 40px;
  font-weight: 300;
  border-color: #B1B1B1;
  line-height: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 767.98px) {
  .pdp-sticky-nav__qty__dropdown:not([multiple]), .pdp-sticky-nav__add-bag {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pdp-sticky-nav .pdp-out-of-stock__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  padding: 0.125rem;
}
.pdp-sticky-nav .pdp-out-of-stock__sub-heading {
  font-size: 0.625rem;
}
.pdp-sticky-nav .pdp-out-of-stock__heading {
  font-size: 0.75rem;
}
.pdp-modal .modal-content {
  border-radius: 0;
  border: 0;
}
.pdp-modal .modal-header {
  padding: 1.5rem 1.5rem 0.6rem;
  border-bottom: 0;
}
.pdp-modal .modal-header .close {
  right: 1rem;
  top: 1.2rem;
  opacity: 1;
}
.pdp-modal .modal-title {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .pdp-modal .modal-title {
    font-size: 1.125rem;
  }
}
.pdp-modal .modal-body {
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .pdp-modal .modal-body {
    font-size: 1rem;
  }
}
.pdp-modal .modal-footer {
  padding: 1rem 1.4rem;
}
.pdp-promo-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 30rem;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  background-color: #fff;
  margin-top: 1rem;
}
.pdp-promo-mod__img {
  max-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .pdp-promo-mod__img {
    max-width: 120px;
  }
}
.pdp-promo-mod__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .pdp-promo-mod__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pdp-promo-mod h3 {
  font-size: 1rem;
  line-height: 20px;
}
@media (min-width: 768px) {
  .pdp-promo-mod h3 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.pdp-promo-mod p {
  font-size: 0.75rem;
  margin-bottom: 0px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .pdp-promo-mod p {
    line-height: 20px;
    font-size: 0.875rem;
  }
}
.pdp-promo-mod a {
  color: #000;
  font-weight: 500;
}
.pdp-promo-mod a, .pdp-promo-mod a:hover {
  text-decoration: underline;
}

.header--sticky-header .header__container {
  position: static !important;
  border: 0 !important;
}

.header-fixit-placeholder {
  display: none;
}

.pdp-narvar-edd {
  font-family: "Siaga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.pdp-narvar-edd-container {
  position: relative;
  margin-bottom: 0.875rem;
}
.pdp-narvar-edd-container .narvar-edd-list {
  position: absolute;
  width: 300px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 99;
  bottom: 25px;
  left: 50px;
  padding: 10px;
  z-index: 1;
}
.pdp-narvar-edd-container .narvar-edd-list__table-row span {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pdp-narvar-edd__update-zip, .pdp-narvar-edd__show-list {
  cursor: pointer;
}
.pdp-narvar-edd .narvar-edd-input-wrap__postalcode-input {
  border-color: #495257;
}

.pdp-product-hue-mini-review {
  min-height: 222px;
}
.pdp-product-hue-mini-review [data-hue-style~=mrv-title] {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  font-family: "Victor Serif", Garamond, serif;
  margin-top: 1.5rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1;
}
.pdp-product-hue-mini-review .hue-mrv-carousel-tagged-variant {
  display: none;
}
.pdp-product-hue-mini-review .hue-mrv-carousel-item {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.pdp-product-hue-mini-review .hue-mrv-carousel-see-more-item {
  background-color: #E0DAEB;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.pdp-product-hue-mini-review .hue-mrv-carousel-container {
  min-height: 100px;
  z-index: 1;
}
.pdp-product-hue-mini-review .hue-mrv-carousel-item, .pdp-product-hue-mini-review .hue-mrv-carousel-loader-item, .pdp-product-hue-mini-review .hue-mrv-carousel-see-more-item {
  aspect-ratio: 1/1;
  width: 100px;
  border-radius: 100%;
}

#hue-review-module {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.hue {
  /*&-video-module{
      &__main-title{
          margin-bottom: rem-calc(24) !important;
          //font-family: $font-family-alt !important;
          @include media-breakpoint-down(sm){
              text-align: left !important;
          }
      }
      !*&-slider{
          margin: 0 -15px 0 -4px !important;
          @include media-breakpoint-up(sm){
              margin: 0 30px 3rem !important;
          }
          &-arrow{
              z-index: 1 !important;
          }
          &-arrows{
              padding-bottom: 20px !important;
          }
      }*!
  }*/
  /*&-filter{
      &-select__control-content-title{
          font-size: 14px !important;
          font-weight: $font-weight-bold !important;
      }
      &-block__label{
          font-size: 14px;
      }
  }*/
  /*&-selected-filters{
      &__title{
          text-transform: capitalize;
          //font-weight: $font-weight-medium !important;
          @include media-breakpoint-down(sm){
              text-align: left !important;
          }
      }
      &-row{
          @include media-breakpoint-down(sm){
              justify-content: flex-start !important;
          }
      }
  }*/
  /*&-no-results__title{
      font-weight: $font-weight-medium !important;
  }*/
  /*&-feed-view-content{
      !*&__title{
          font-size: 20px;
          font-family: $font-family-alt !important;
      }*!
      &__description{
          //font-style: italic !important;
          @include media-breakpoint-down(sm){
              margin-left: rem-calc(28) !important;
              margin-right: rem-calc(28) !important;
          }
      }
  }*/
}
.hue-widget-desktop {
  min-height: 626px;
}
.hue-widget-mobile {
  min-height: 609px;
}
.hue-widget-mobile .hue-video-module__main-title {
  margin-left: 15px !important;
}

.product-list-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-list-slider {
    max-width: 802px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .product-list-slider {
    max-width: 1076px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .product-list-slider {
    max-width: 1350px;
  }
}
.product-list-slider__min-height-wrapper {
  min-height: 445px;
}
.product-list-slider__min-height-wrapper--account {
  min-height: 430px;
}
.product-list-slider__sec-title {
  font-family: "Victor Serif", Garamond, serif;
  margin: 1rem 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .product-list-slider__sec-title {
    margin: 2rem 0 2rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
.product-list-slider__sec-title--mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.product-list-slider__cell {
  position: relative;
  width: 254px;
  padding: 2px 2px 4px 20px;
}
@media (min-width: 1024px) {
  .product-list-slider__cell {
    margin-right: 20px;
    padding: 4px;
  }
}
.product-list-slider__image {
  aspect-ratio: 1/1;
}
.product-list-slider__link {
  color: #000;
  display: block;
}
.product-list-slider__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-list-slider__link {
    outline: 0;
  }
}
.product-list-slider__header {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 43px;
}
.product-list-slider__title {
  display: block;
  line-height: 18px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 480px) {
  .product-list-slider__title {
    font-size: 0.9375rem;
    line-height: 20px;
  }
}
.product-list-slider__subtitle {
  display: block;
  line-height: 18px;
  margin-top: 3px;
  min-height: 20px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .product-list-slider__subtitle {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.product-list-slider__title, .product-list-slider__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list-slider__cta a {
  text-decoration: none;
}
.product-list-slider__review, .product-list-slider .reviews-ratings-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  height: 20px;
}
.product-list-slider__review .yotpo-star-rating-reviews-summary-link, .product-list-slider .reviews-ratings-link .yotpo-star-rating-reviews-summary-link {
  display: none !important;
}
.product-list-slider__frequency {
  min-height: 39.5px;
}
.product-list-slider__frequency-recommended {
  font-size: 14px;
  line-height: 20px;
}
.product-list-slider .wishlist-block {
  position: absolute;
  top: 2px;
  width: 20px;
  left: 10px;
  z-index: 1;
  color: #000;
}
.product-list-slider .btn-wishlist {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-list-slider--3-column {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list-slider--3-column {
    max-width: 802px;
  }
}
@media (min-width: 1600px) {
  .product-list-slider--3-column {
    max-width: 1040px;
  }
}
.product-list-slider--3-column .product-list-slider__cell {
  width: 207px;
}
@media (min-width: 1024px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 20px;
    padding: 2px;
  }
}
.product-list-slider--3-column .product-list-slider__image {
  margin: 0 auto;
}
.product-list-slider .glide__bullets {
  bottom: -30px;
}
.product-list-slider .glide__arrow {
  width: 44px;
  height: 44px;
}
.product-list-slider .glide__arrow svg {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .product-list-slider .glide__arrow--left {
    left: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--left {
    left: -42px;
  }
  .product-list-slider .glide__arrow--right {
    right: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--right {
    right: -42px;
  }
}

.content-carousel {
  max-width: 1010px;
  margin: 0 auto;
  padding-bottom: 1.7rem;
}
@media (min-width: 1024px) {
  .content-carousel {
    padding-bottom: 0;
  }
}
.content-carousel__heading {
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .content-carousel__heading {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}
.content-carousel__link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.content-carousel__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .content-carousel__link {
    margin-left: 1rem;
  }
}
.content-carousel__cell {
  max-width: 255px;
  border-radius: 4px;
  margin-right: 20px;
  padding-left: 4px;
  padding-bottom: 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .content-carousel__cell {
    max-width: 320px;
  }
}
.content-carousel__glide > .content-carousel__cell + .content-carousel__cell {
  display: none;
}
.content-carousel__glide--pdp {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
.content-carousel__glide--pdp .content-carousel__heading {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 480px) {
  .content-carousel__glide--pdp .content-carousel__heading {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .content-carousel__glide--pdp .content-carousel__title {
    font-size: 1rem;
  }
}
.content-carousel__glide .glide--disabled-options .glide__track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-carousel__body {
  padding: 1rem;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 130px;
}
@media (min-width: 1024px) {
  .content-carousel__body {
    min-height: 152px;
  }
}
.content-carousel__title {
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-family: "Victor Serif", Garamond, serif;
  font-weight: 300;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .content-carousel__title {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pdp-bg--dewy {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #FFF), color-stop(33.78%, #D4D1F9), color-stop(60.27%, #FFF), to(#D4D1F9));
  background: linear-gradient(180deg, #FFF 12%, #D4D1F9 33.78%, #FFF 60.27%, #D4D1F9 100%);
}
.pdp-bg--dewy .pdc-touts-bar {
  background-color: #4C4497;
}
@media (max-width: 1023.98px) {
  .pdp-bg--dewy .pdc-ingredients {
    background-color: #D4D1F9;
  }
}
.pdp-bg--water {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #FFF), color-stop(33.78%, #D9F4F0), color-stop(60.27%, #FFF), to(#D9F4F0));
  background: linear-gradient(180deg, #FFF 12%, #D9F4F0 33.78%, #FFF 60.27%, #D9F4F0 100%);
}
.pdp-bg--water .pdc-touts-bar {
  background-color: #385954;
}
@media (max-width: 1023.98px) {
  .pdp-bg--water .pdc-ingredients {
    background-color: #D9F4F0;
  }
}
.pdp-bg--classic {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #FFF), color-stop(33.78%, #F1EEED), color-stop(60.27%, #FFF), to(#F1EEED));
  background: linear-gradient(180deg, #FFF 12%, #F1EEED 33.78%, #FFF 60.27%, #F1EEED 100%);
}
.pdp-bg--classic .pdc-touts-bar {
  background-color: #6D47B8;
}
@media (max-width: 1023.98px) {
  .pdp-bg--classic .pdc-ingredients {
    background-color: #F1EEED;
  }
}
.pdp-bg--indigo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #FFF), color-stop(33.78%, #CDDEF8), color-stop(60.27%, #FFF), to(#CDDEF8));
  background: linear-gradient(180deg, #FFF 12%, #CDDEF8 33.78%, #FFF 60.27%, #CDDEF8 100%);
}
.pdp-bg--indigo .pdc-touts-bar {
  background-color: #0059A0;
}
@media (max-width: 1023.98px) {
  .pdp-bg--indigo .pdc-ingredients {
    background-color: #CDDEF8;
  }
}
.pdp-bg--brand {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #FFF), color-stop(33.78%, #D4D1F9), color-stop(60.27%, #FFF), to(#D4D1F9));
  background: linear-gradient(180deg, #FFF 12%, #D4D1F9 33.78%, #FFF 60.27%, #D4D1F9 100%);
}
.pdp-bg--brand .pdc-touts-bar {
  background-color: #6D47B8;
}
@media (max-width: 1023.98px) {
  .pdp-bg--brand .pdc-ingredients {
    background-color: #D4D1F9;
  }
}
.pdp-bg--brightening {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #FFF), color-stop(33.78%, #FFD4CC), color-stop(60.27%, #FFF), to(#FFD4CC));
  background: linear-gradient(180deg, #FFF 12%, #FFD4CC 33.78%, #FFF 60.27%, #FFD4CC 100%);
}
.pdp-bg--brightening .pdc-touts-bar {
  background-color: #9E300E;
}
@media (max-width: 1023.98px) {
  .pdp-bg--brightening .pdc-ingredients {
    background-color: #FFD4CC;
  }
}

.suggested-ritual__slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  .suggested-ritual__slider {
    margin-left: -12px;
    margin-right: -12px;
  }
  .suggested-ritual__slider .glide__slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) and (max-width: 1599.98px) {
  .suggested-ritual__slider--5-colum {
    margin-left: -6px;
    margin-right: -6px;
  }
  .suggested-ritual__slider--5-colum .suggested-ritual__slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.suggested-ritual__slide {
  max-width: 265px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
}
@media (max-width: 1023.98px) {
  .suggested-ritual__slide {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .suggested-ritual__slide {
    max-width: 274px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.suggested-ritual__step {
  position: absolute;
  left: 1.5625rem;
  top: 0.625rem;
}
@media (min-width: 1024px) {
  .suggested-ritual__step {
    left: 1.375rem;
  }
}

.pdp-transactional-area .r4u-btn {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  margin-bottom: 2rem;
}
.r4u-btn__text {
  height: 64px;
}

@media (max-width: 767.98px) {
  .r4u-modal {
    padding-right: 0 !important;
  }
}
.r4u-modal .modal-header .btn-reset {
  color: #000;
}
@media (max-width: 767.98px) {
  .r4u-modal .modal-dialog {
    margin: 0;
    width: 100vw;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .r4u-modal .modal-dialog {
    max-width: 670px;
  }
}
@media (min-width: 1024px) {
  .r4u-modal .modal-dialog {
    max-width: 652px;
  }
}
@media (min-width: 1280px) {
  .r4u-modal .modal-dialog {
    max-width: 690px;
  }
}
.r4u-modal .modal-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #FFFFFF), color-stop(66.49%, #DCD1F2));
  background: linear-gradient(180deg, #FFFFFF 42%, #DCD1F2 66.49%);
  border: 0;
  border-radius: 0;
  min-height: 100vh;
  display: block;
}
@media (min-width: 768px) {
  .r4u-modal .modal-content {
    min-height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.r4u-modal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 374px) {
  .r4u-modal .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .r4u-modal .modal-body {
    padding: 0;
  }
}
.r4u-modal__link {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 24px;
  letter-spacing: 1px;
}
.r4u-modal__back-icon, .r4u-modal__start-over {
  display: none;
}
.r4u-modal__img {
  aspect-ratio: 750/570;
  overflow: hidden;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
}
.r4u-modal__questions {
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
}
.r4u-modal__heading {
  font-size: 1.375rem;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .r4u-modal__heading {
    min-height: 4rem;
    font-size: 1.5rem;
  }
}
.r4u-modal__answer-btns .btn {
  width: calc(50% - 9px);
}
@media (max-width: 767.98px) {
  .r4u-modal__answer-btns .btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.r4u-modal__info-expansion {
  display: none;
}
.r4u-modal__accordion {
  max-width: 499px;
  margin-left: auto;
  margin-right: auto;
}
.r4u-modal__accordion-items {
  min-height: 466px;
}
.r4u-modal__accordion-item {
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
  padding: 0 23px;
}
.r4u-modal__accordion-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #000;
}
.r4u-modal__accordion-item__icon .icon-plus {
  display: none;
}
.r4u-modal__accordion-item__title {
  font-family: "Siaga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  color: #444444;
  line-height: 36px;
  letter-spacing: 1px;
  display: block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
}
.r4u-modal__accordion-item__title.collapsed .icon-plus {
  display: block;
}
.r4u-modal__accordion-item__title.collapsed .icon-minus {
  display: none;
}
.r4u-modal__accordion-item__content {
  margin-bottom: 1.5rem;
  color: #000;
}
.r4u-modal__accordion-header {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .r4u-modal__add-to-bag {
    max-width: 244px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .r4u-modal__add-to-bag {
    max-width: 375px;
  }
}
.r4u-modal--show-start-over .r4u-modal__start-over {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.r4u-modal--show-back-button .r4u-modal__back-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.r4u-modal--info-expansion .r4u-modal__back-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r4u-modal--info-expansion .r4u-modal__questions {
  display: none;
}
.r4u-modal--info-expansion .r4u-modal__info-expansion {
  display: block;
}

.pdc-section__overline {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .pdc-section__overline {
    font-size: 0.875rem;
  }
}
.pdc-section__title {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  .pdc-section__title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .pdc-section__title--suggested-ritual, .pdc-section__title--ymal {
    font-size: 2.25rem;
  }
}
.pdc-section__link {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #000000;
}
.pdc-section__link, .pdc-section__link:hover {
  color: inherit;
}
@media (min-width: 1024px) {
  .pdc-section__link {
    font-size: 1rem;
  }
}
.pdc-section__content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pdc-section__content {
    max-width: 560px;
  }
}
.pdc-section__paragraph {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .pdc-section__paragraph {
    font-size: 1rem;
  }
}
.pdc-section__footnote {
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .pdc-section__footnote {
    margin-top: 2rem;
  }
}
.pdc-section__footnote p {
  margin-bottom: 0;
}
.pdc-r4u-section {
  min-height: 64px;
}
.pdc__circle-lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .pdc__circle-lists ul {
    line-height: 30px;
    font-size: 1rem;
  }
}
.pdc__circle-lists__icon {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (min-width: 480px) {
  .pdc__circle-lists__icon {
    top: 1px;
  }
}
@media (min-width: 1024px) {
  .pdc__circle-lists__icon {
    top: 7px;
  }
}
.pdc__circle-lists li {
  padding-left: 1.5rem;
  position: relative;
}
.pdc__circle-lists li + li {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .pdc__circle-lists li + li {
    margin-top: 1.2rem;
  }
}
.pdc-clinical-results__no {
  min-width: 55px;
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .pdc-ingredients__list-container .glide--swipeable {
    cursor: default;
  }
}
@media (max-width: 1023.98px) {
  .pdc-ingredients__list-container {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 479.98px) {
  .pdc-ingredients__list-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1024px) {
  .pdc-ingredients__list {
    -ms-flex-flow: wrap !important;
        flex-flow: wrap !important;
    width: 100% !important;
  }
}
.pdc-ingredients__list__arrow {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1rem;
  top: 15.75rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  z-index: 2;
  border-radius: 50%;
  z-index: 1;
}
.pdc-ingredients__list__arrow--left {
  left: 1rem;
}
.pdc-ingredients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .pdc-ingredients__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    text-align: left;
    width: 100% !important;
  }
  .pdc-ingredients__item + .pdc-ingredients__item {
    margin-top: 1.5rem;
  }
}
.pdc-ingredients__item__img {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .pdc-ingredients__item__img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
}
@media (min-width: 1024px) {
  .pdc-ingredients__item__img {
    max-width: 120px;
  }
}
@media (max-width: 1023.98px) {
  .pdc-ingredients__item__info {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 356px;
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .pdc-ingredients__item__info {
    margin-left: 1rem;
  }
}
@media (max-width: 1023.98px) {
  .pdc-ingredients__item.next .pdc-ingredients__item__img {
    -webkit-transform-origin: 40px;
            transform-origin: 40px;
  }
  .pdc-ingredients__item.prev .pdc-ingredients__item__img {
    -webkit-transform-origin: 170px;
            transform-origin: 170px;
  }
  .pdc-ingredients__item.glide__slide--animate .pdc-ingredients__item__img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .pdc-ingredients__item.glide__slide--animate .pdc-ingredients__item__info {
    opacity: 1;
    -webkit-transition: all 0.4s 0.2s ease-in-out;
    transition: all 0.4s 0.2s ease-in-out;
  }
}
.pdc-ingredients__formulated-without {
  padding-top: 2.5rem;
}
.pdc-touts-bar {
  background-color: #6D47B8;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 400px) {
  .pdc-touts-bar {
    font-size: 0.75rem;
  }
  .pdc-touts-bar li {
    padding-left: 1.8rem !important;
  }
}
.pdc-touts-bar li {
  padding-left: 2rem;
  padding-right: 0.6rem;
  width: 50%;
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .pdc-touts-bar li {
    width: auto;
  }
}
.pdc-touts-bar__list {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.pdc-touts-bar__list__icon {
  position: absolute;
  left: 0.6rem;
  top: 4px;
}
@media (max-width: 420px) {
  .pdc-touts-bar__list__icon {
    top: 3px;
  }
}
.pdc-heritage-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .pdc-heritage-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .pdc-heritage-title {
    font-size: 2.25rem;
  }
}
.pdc-heritage-one-column {
  position: relative;
  text-align: center;
}
.pdc-heritage-one-column__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 720px;
}
@media (max-width: 479.98px) {
  .pdc-heritage-one-column__img {
    min-height: 580px;
    max-height: 580px;
  }
}
.pdc-heritage-one-column__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pdc-heritage-one-column__content__inner {
  max-width: 600px;
  margin: 0 auto;
}
.pdc-heritage-one-column__img-caption__inner {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0.5rem 0.875rem;
}
.pdc-heritage-two-column__content {
  padding: 3.25rem 2.5rem;
}
@media (min-width: 768px) {
  .pdc-heritage-two-column__content {
    padding: 1.875rem 0.9375rem;
    max-width: 550px;
    margin: 0 auto;
  }
}
.pdc-how-to-use__product {
  max-width: 500px;
}
.pdc-how-to-use__product__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1023.98px) {
  .pdc-how-to-use__product__img {
    max-width: 120px;
  }
}
@media (max-width: 330px) {
  .pdc-how-to-use__product__cta .btn {
    font-size: 0.625rem;
    padding: 0.3125rem;
  }
}
.pdc-how-to-use__product__content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 375px) {
  .pdc-how-to-use__product__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pdc-how-to-use__accordion__step {
  border-top: 1px solid #D5D5D5;
}
.pdc-how-to-use__accordion__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdc-how-to-use__accordion__icon .icon-plus {
  display: none;
}
.pdc-how-to-use__accordion__title {
  font-family: "Victor Serif", Garamond, serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #000;
  line-height: 24px;
  letter-spacing: 1px;
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  width: 100%;
  text-align: left;
}
.pdc-how-to-use__accordion__title.collapsed .icon-plus {
  display: block;
}
.pdc-how-to-use__accordion__title.collapsed .icon-minus {
  display: none;
}
.pdc-benefits-sets-carousel__slide {
  position: relative;
  background-color: #fff;
  width: 250px;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .pdc-benefits-sets-carousel__slide {
    width: 350px;
  }
}
.pdc-benefits-sets-carousel__slide__link {
  color: #000 !important;
  text-decoration: none !important;
}
.pdc-benefits-sets-carousel__arrow {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0.375rem;
  bottom: -3.125rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  z-index: 1;
  border-radius: 50%;
}
.pdc-benefits-sets-carousel__arrow--left {
  right: 2.25rem;
}
.pdc-imagetext-sidebyside__video {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.pdc-imagetext-sidebyside__video-iframe-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.pdc-imagetext-sidebyside__video-iframe-container iframe, .pdc-imagetext-sidebyside__video-iframe-container video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pdc-imagetext-sidebyside__video-iframe-container video {
  -o-object-fit: cover;
     object-fit: cover;
}

.clinical-note {
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
}

.pdc-container-1500 {
  max-width: 1500px;
  margin: 0 auto;
}
.pdc-text-container {
  max-width: 560px;
}

.pdp-breadcrumb-wrapper {
  min-height: 52px;
}
.pdp-write-a-review svg {
  margin-right: 1px;
}
.pdp-amzn-buy-now-wrapper {
  min-height: 144px;
  color: #464646;
}
@media (min-width: 768px) {
  .pdp-amzn-buy-now-wrapper {
    max-width: 395px;
  }
}
