/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.face-of {
  overflow: hidden;
}
.face-of .outer-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
}
.face-of .outer-container .elixir-section-title {
  text-align: center;
  margin-bottom: 48px;
  color: var(--secondary-text-color, #275d40);
}
.face-of .outer-container .images-container {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
}
.face-of .outer-container .images-container .img-face {
  flex: 0 0 50%;
  max-width: 50%;
}
.face-of .outer-container .images-container .img-face img {
  width: 100%;
  top: unset;
  left: unset;
  transform: unset;
}

.face-of-second {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  text-align: center;
}
.face-of-second .container {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.face-of-second .first-line {
  margin-bottom: 48px;
  color: var(--secondary-text-color, #275d40);
}
.face-of-second .second-line {
  text-transform: uppercase;
  color: var(--secondary-text-color, #275d40);
}

@media (min-width: 768px) {
  .face-of {
    padding-top: 88px;
  }
}
@media (min-width: 1024px) {
  .face-of .outer-container {
    height: 100%;
    min-height: 100%;
  }
  .face-of .outer-container .elixir-section-title {
    margin-bottom: 88px;
  }
  .face-of .outer-container .images-container .img-face {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .face-of-second .first-line {
    max-width: 66.66%;
  }
}
.before-and-after {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 52px;
}
.before-and-after .container {
  display: flex;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
.before-and-after .container .inner-container {
  width: 100%;
}
.before-and-after .before-and-after-body {
  display: flex;
  flex-direction: column;
}
.before-and-after .before-and-after-info {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.before-and-after .before-and-after-info .info-first {
  margin-bottom: 32px;
}
.before-and-after .before-and-after-info .model-name {
  font-size: 0.875rem;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  min-height: 31px;
}
.before-and-after .before-and-after-info-inner {
  margin-bottom: 16px;
}
.before-and-after .before-and-after-images {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.before-and-after .peek-carousel-container {
  position: relative;
  margin: auto 0;
  width: 100%;
}
.before-and-after .peek-carousel {
  padding-bottom: 0;
  width: 100%;
  margin: 0;
}
.before-and-after .peek-carousel .swiper-wrapper {
  padding-left: 0;
}
.before-and-after .swiper-slide {
  width: 93px;
  height: 93px;
  flex: 0 0 93px;
  margin-right: 8px;
  margin-bottom: 0;
}
.before-and-after .swiper-slide button {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
}
.before-and-after .swiper-slide .img-hover {
  opacity: 0;
}
.before-and-after .slider-outer-container {
  width: 100%;
  max-width: 472px;
  margin-bottom: 16px;
}
.before-and-after .before-and-after-slider {
  position: relative;
  width: 100%;
}
.before-and-after .slider-inner-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.before-and-after .slider-inner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.before-and-after .slider-inner-container .foreground-img-container {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.before-and-after .slider-inner-container .background-img {
  z-index: -1;
  width: 100%;
}
.before-and-after .slider-inner-container .slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.before-and-after .slider-inner-container .slider-line {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 100%;
  background: #303e48;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.before-and-after .slider-inner-container .slider-button {
  pointer-events: none;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #303e48;
  top: calc(85% - 18px);
  left: var(--position);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-and-after .slider-inner-container .slider-button .arrow-left .svg-icon {
  position: absolute;
  width: 0.375em;
  height: 0.5625em;
  top: calc(50% - 0.25em);
  stroke: #fff;
  left: 9px;
}
.before-and-after .slider-inner-container .slider-button .arrow-right .svg-icon {
  position: absolute;
  width: 0.375em;
  height: 0.5625em;
  top: calc(50% - 0.25em);
  stroke: #fff;
  transform: rotate(-180deg);
  right: 9px;
}
.before-and-after .slider-inner-container .slider-button [class^=day-] {
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  background: #303e48;
  color: #fff;
  width: max-content;
  padding: 4px 24px;
  top: 36px;
  border-radius: 2px;
}
.before-and-after .slider-inner-container .slider-button .day-before {
  right: calc(50% + 4px);
}
.before-and-after .slider-inner-container .slider-button .day-after {
  left: calc(50% + 5px);
}
.before-and-after .slider-inner-container input[type=range] {
  appearance: none;
  width: 100%;
}
.before-and-after .slider-inner-container input[type=range]:focus-visible ~ .slider-button {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}
.before-and-after .slider-inner-container input[type=range]::-webkit-slider-thumb {
  height: 500px;
  width: 50px;
  cursor: pointer;
  appearance: none;
}
.before-and-after .slider-inner-container input[type=range]::-moz-range-thumb {
  height: 500px;
  width: 50px;
  cursor: pointer;
}

.module-container .before-and-after .before-and-after-body {
  min-width: 100%;
}

@media (max-width: 544px) {
  #pdp-elixir-discover-results-cntr {
    width: 100vw;
    margin-left: -16px;
  }
  .before-and-after .slider-outer-container {
    width: 100vw;
    max-width: 100vw;
  }
  .before-and-after .slider-outer-container .before-and-after-slider {
    width: 100vw;
  }
  .before-and-after .peek-carousel {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .before-and-after .slider-outer-container {
    width: 100%;
    max-width: 534px;
  }
}
@media (min-width: 1024px) {
  .before-and-after {
    padding-bottom: 0;
  }
  .before-and-after .container {
    min-height: 100%;
  }
  .before-and-after .before-and-after-body {
    flex-direction: row;
  }
  .before-and-after .before-and-after-images {
    display: flex;
    flex-direction: row;
    padding-left: 120px;
    flex: 1;
  }
  .before-and-after .before-and-after-info {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .before-and-after .before-and-after-info .model-name {
    font-size: 1.375rem;
    min-height: 50px;
  }
  .before-and-after .before-and-after-info-inner {
    width: 40%;
  }
  .before-and-after .slider-outer-container {
    width: 100%;
    max-width: 680px;
    margin-right: 16px;
  }
  .before-and-after .swiper-slide {
    width: 118px;
    height: 118px;
    flex: 0 0 118px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .before-and-after .swiper-slide .img-hover {
    opacity: 0;
    transition: ease opacity 0.3s;
  }
  .before-and-after .swiper-slide .img-hover:hover {
    opacity: 1;
  }
  .before-and-after .peek-carousel-container {
    width: auto;
  }
  .before-and-after .peek-carousel {
    width: auto;
    height: 504px;
  }
  .before-and-after .peek-carousel ~ .swiper-button.swiper-button-prev {
    height: auto !important;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  .before-and-after .peek-carousel ~ .swiper-button.swiper-button-prev span {
    transform: rotate(-90deg);
  }
  .before-and-after .peek-carousel ~ .swiper-button.swiper-button-next {
    height: auto !important;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -50px;
  }
  .before-and-after .peek-carousel ~ .swiper-button.swiper-button-next span {
    transform: rotate(90deg);
  }
  .before-and-after .peek-carousel .swiper-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    padding: 3px;
  }
  .before-and-after .swiper-button span {
    background: transparent;
  }
  .before-and-after .swiper-button .svg-icon {
    fill: #303e48;
    stroke: #303e48;
  }
}
.before-and-after .elixir-section-title {
  text-transform: var(--section-title-case, uppercase);
  color: var(--secondary-text-color, #275d40);
  display: none;
  max-width: 50%;
  margin-bottom: 62px;
}
.before-and-after .elixir-section-title.mobile {
  display: block;
}
.before-and-after .before-and-after-info .info-first {
  color: var(--secondary-text-color, #275d40);
}
.before-and-after .before-and-after-info .model-name {
  color: var(--secondary-text-color, #275d40);
}
.before-and-after .slider-inner-container .slider-line {
  background: var(--before-and-after-background, #275d40);
}
.before-and-after .slider-inner-container .slider-button {
  background-color: var(--before-and-after-background, #275d40);
}
.before-and-after .slider-inner-container .slider-button [class^=day-] {
  background: var(--before-and-after-background, #275d40);
  color: var(--secondary-text-color, #fff);
}

@media (min-width: 1024px) {
  .before-and-after .elixir-section-title {
    display: block;
    max-width: 20%;
    position: absolute;
    top: 15px;
    left: 24px;
  }
  .before-and-after .elixir-section-title.mobile {
    display: none;
  }
}
@media (min-width: 1400px) {
  .before-and-after .elixir-section-title {
    left: 130px;
  }
}
.over-time {
  position: relative;
  background: radial-gradient(67.92% 278.76% at 85% 17.48%, var(--background-gradient-second-color, #28b396) 0%, var(--background-gradient-first-color, #00432e) 100%);
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.over-time .container {
  display: flex;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.over-time .container .inner-container {
  width: 100%;
}
.over-time .elixir-section-title {
  color: var(--secondary-text-color, #fff);
  letter-spacing: -1px;
  text-align: center;
  text-transform: var(--section-title-case, uppercase);
  margin-bottom: 16px;
  font-size: var(--over-time-title-size-mobile, 2rem);
}
.over-time .time-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-text-color, #fff);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.over-time .time-frame h3 {
  color: var(--secondary-text-color, #fff);
  font-size: var(--over-time-sub-title-size-mobile, 2rem);
  font-family: var(--over-time-sub-title-font, custom-heading-font, andrade-pro-fallback, sans-serif);
}
.over-time .progress-circles {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
.over-time .circle-wrap {
  background: transparent;
  border-radius: 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 4px;
  display: flex;
  justify-content: center;
}
.over-time .circle-wrap.left {
  justify-content: end;
}
.over-time .circle-wrap.right {
  justify-content: start;
}
.over-time .circle-progress {
  position: relative;
  width: 160px;
  height: 160px;
}
.over-time .circle-progress.left {
  float: right;
}
.over-time .circle-wrap .circle-progress .mask,
.over-time .circle-wrap .circle-progress .fill {
  width: 160px;
  height: 160px;
  position: absolute;
  border-radius: 50%;
}
.over-time .circle-wrap .circle-progress .mask {
  clip: rect(0, 160px, 160px, 80px);
}
.over-time .circle-wrap .inside-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 90%;
  background: transparent;
  text-align: center;
  color: var(--secondary-text-color, #fff);
}
.over-time .circle-wrap .inside-circle .percentage {
  display: flex;
  justify-content: center;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.813rem;
  line-height: 1.1;
}
.over-time .circle-wrap .inside-circle .progress-attribute {
  font-size: 0.75rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.over-time .mask.progress-top .fill {
  border: var(--over-time-circle-border-px, 2px) solid var(--secondary-text-color, #9ed843);
}
.over-time .mask .fill {
  clip: rect(0, 80px, 160px, 0);
  border: var(--over-time-circle-border-px, 2px) solid var(--secondary-text-color, #80beb3);
  background: transparent;
}
.over-time .mask.progress-back.full {
  transform: rotate(180deg);
}
.over-time .mask.progress-back .fill {
  opacity: var(--over-time-back-circle-opacity, 100%);
  transform: rotate(180deg);
}
.over-time .progress-small-text {
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--secondary-text-color, #80beb3);
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 768px) {
  .over-time .circle-progress {
    position: relative;
    width: 230px;
    height: 230px;
  }
  .over-time .circle-wrap .circle-progress .mask,
  .over-time .circle-wrap .circle-progress .fill {
    width: 230px;
    height: 230px;
  }
  .over-time .circle-wrap .circle-progress .mask {
    clip: rect(0, 230px, 230px, 115px);
  }
  .over-time .circle-wrap .inside-circle .percentage {
    font-size: 4.5rem;
    letter-spacing: -3px;
  }
  .over-time .circle-wrap .inside-circle .progress-attribute {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .over-time .mask .fill {
    clip: rect(0, 115px, 230px, 0);
  }
}
@media (min-width: 1150px) {
  .over-time .circle-progress {
    position: relative;
    width: 248px;
    height: 248px;
  }
  .over-time .circle-wrap .circle-progress .mask,
  .over-time .circle-wrap .circle-progress .fill {
    width: 248px;
    height: 248px;
  }
  .over-time .circle-wrap .circle-progress .mask {
    clip: rect(0, 248px, 248px, 124px);
  }
  .over-time .mask .fill {
    clip: rect(0, 124px, 248px, 0);
  }
}
@media (min-width: 1024px) {
  .over-time {
    padding-bottom: 0;
    min-height: 100vh;
  }
  .over-time .container {
    min-height: 100%;
  }
  .over-time .elixir-section-title {
    display: block;
    margin-bottom: 60px;
    font-size: var(--over-time-title-size-desktop, 2.5rem);
  }
  .over-time .time-frame {
    margin-bottom: 40px;
  }
  .over-time .time-frame h3 {
    font-size: var(--over-time-sub-title-size-desktop, 2.5rem);
  }
  .over-time .circle-progress {
    position: relative;
    width: 218px;
    height: 218px;
  }
  .over-time .circle-wrap .circle-progress .mask,
  .over-time .circle-wrap .circle-progress .fill {
    width: 218px;
    height: 218px;
  }
  .over-time .circle-wrap .circle-progress .mask {
    clip: rect(0, 218px, 218px, 109px);
  }
  .over-time .mask .fill {
    clip: rect(0, 109px, 218px, 0);
  }
  .over-time .circle-wrap {
    flex: unset;
  }
  .over-time .circle-wrap + .circle-wrap {
    margin-left: 32px;
  }
}
@media (min-width: 1530px) {
  .over-time .circle-progress {
    position: relative;
    width: 268px;
    height: 268px;
  }
  .over-time .circle-wrap .circle-progress .mask,
  .over-time .circle-wrap .circle-progress .fill {
    width: 268px;
    height: 268px;
  }
  .over-time .circle-wrap .circle-progress .mask {
    clip: rect(0, 268px, 268px, 134px);
  }
  .over-time .mask .fill {
    clip: rect(0, 134px, 268px, 0);
  }
}
@keyframes in-and-out-title {
  0% {
    transform: translateY(60%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-60%);
    opacity: 0;
  }
}
.inside-bottle {
  position: relative;
  overflow: hidden;
}
.inside-bottle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: radial-gradient(67.92% 278.76% at 85% 17.48%, var(--background-gradient-second-color) 0%, var(--background-gradient-first-color) 100%);
}
.inside-bottle .outer-container {
  display: flex;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
  position: relative;
}
.inside-bottle .outer-container .inner-container {
  width: 100%;
}
.inside-bottle .elixir-section-title {
  color: var(--secondary-text-color, #275d40);
  letter-spacing: -1px;
  text-transform: var(--section-title-case, uppercase);
  z-index: 2;
}
.inside-bottle .ingredients-body {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.inside-bottle .bottle-img-desktop {
  display: none;
}
.inside-bottle .bottle-img-desktop img {
  min-width: 272px;
  min-height: 272px;
}
.inside-bottle .ingredients-container {
  display: flex;
  flex-wrap: wrap;
}
.inside-bottle .ingredients-container .bottle-ingredient {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-inner {
  flex: 0 0 100%;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-inner .media-wrapper {
  padding-bottom: 80%;
  margin-bottom: 16px;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-label {
  margin-bottom: 16px;
  color: var(--secondary-text-color, #275d40);
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-descripton-container {
  padding-right: 20%;
  position: relative;
  color: var(--secondary-text-color, #303e48);
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-descripton-container.expanded .description-collapsed-container {
  opacity: 0;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-descripton-container.expanded .description-expanded-container {
  opacity: 1;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-descripton-container:not(.expanded) .collapse-icon {
  transform: rotate(0);
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-descripton-container:not(.expanded) .description-collapsed-container {
  opacity: 1;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-descripton-container:not(.expanded) .description-expanded-container {
  opacity: 0;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-description-collapsed {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 8px;
  max-height: 100%;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-description-small-collapsed {
  font-size: 0.75rem;
  line-height: 1.4;
  max-height: 100%;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-description-expanded {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.inside-bottle .ingredients-container .bottle-ingredient .ingredient-description-small-expanded {
  font-size: 0.75rem;
  line-height: 1.4;
}
.inside-bottle .ingredients-container .bottle-ingredient .description-collapsed-container {
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  padding-right: 20%;
}
.inside-bottle .ingredients-container .bottle-ingredient .description-expanded-container {
  transition: opacity 0.3s;
}
.inside-bottle .ingredients-container .bottle-ingredient .collapse-icon {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background: var(--secondary-text-color, #303e48);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  z-index: 2;
}
.inside-bottle .ingredients-container .bottle-ingredient .collapse-icon::before {
  content: "";
  background: url("../../images/x-icon.svg") no-repeat;
  width: 0.813rem;
  height: 0.813rem;
  background-size: 0.813rem 0.813rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inside-bottle .bottle-ingredients-footer {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  flex: 0 0 100%;
}
.inside-bottle .bottle-ingredients-footer .view-all {
  position: relative;
  margin: 0 auto;
  color: var(--secondary-text-color, #303e48);
  border: none;
  background: none;
  font-size: 1rem;
  line-height: 1.2;
  padding-right: 20px;
}
.inside-bottle .bottle-ingredients-footer .view-all::after {
  right: 0;
}
.inside-bottle .bottle-ingredients-footer .bottle-additional-ingredients {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--secondary-text-color, #303e48);
}
.inside-bottle .bottle-ingredients-footer .bottle-additional-ingredients .additional-inner-container {
  padding-top: 48px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .inside-bottle .ingredients-body {
    overflow: hidden;
  }
  .inside-bottle .bottle-img {
    overflow: hidden;
    height: 500px;
    width: 100%;
  }
  .inside-bottle .bottle-img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .inside-bottle {
    overflow: visible;
    padding-bottom: 0;
  }
  .inside-bottle .bottle-img-mobile {
    display: none;
  }
  .inside-bottle .bottle-img-desktop-container {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
  }
  .inside-bottle .bottle-img-desktop {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 33%;
  }
  .inside-bottle .bottle-img-desktop img {
    min-width: 500px;
    min-height: 500px;
  }
  .inside-bottle .bottle-img img {
    width: auto;
  }
  .inside-bottle .outer-container {
    min-height: 100%;
  }
  .inside-bottle .ingredients-container .bottle-ingredient {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    z-index: 1;
  }
  .inside-bottle .ingredients-container .bottle-ingredient .ingredient-inner {
    flex: 0 0 61%;
    max-width: 61%;
  }
  .inside-bottle .ingredients-container .bottle-ingredient .ingredient-inner.left {
    margin-left: 15%;
  }
  .inside-bottle .ingredients-container .bottle-ingredient .ingredient-inner.right {
    float: right;
    margin-right: 15%;
  }
  .inside-bottle .bottle-ingredients-footer .bottle-additional-ingredients .additional-inner-container {
    width: 70%;
  }
}
.review-summary {
  display: flex;
  align-items: center;
}
.review-summary .inner-container {
  padding-top: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 56px;
}
.review-summary .inner-container .swiper-outer-container {
  position: relative;
  width: 90%;
}
.review-summary .inner-container .peek-carousel {
  padding-bottom: 0;
}
.review-summary .inner-container .peek-carousel .swiper-wrapper {
  padding: 0;
}
.review-summary .inner-container .peek-carousel .swiper-slide {
  flex: 0 0 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}
.review-summary .inner-container .peek-carousel .rating-header {
  margin-bottom: 16px;
  color: var(--secondary-text-color, #275d40);
}
.review-summary .inner-container .peek-carousel .rating-subheader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.review-summary .inner-container .peek-carousel .rating-subheader .based-on {
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--secondary-text-color, #275d40);
}
.review-summary .inner-container .peek-carousel .rating-subheader .stars {
  position: relative;
  margin-right: 8px;
  color: var(--secondary-text-color, #275d40);
}
.review-summary .inner-container .peek-carousel .rating-subheader .stars .icon-star {
  margin-right: 5px;
}
.review-summary .inner-container .peek-carousel .rating-subheader .stars .svg-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.review-summary .inner-container .peek-carousel .rating-subheader .stars .stars-full {
  opacity: 0.5;
  display: flex;
}
.review-summary .inner-container .peek-carousel .rating-subheader .stars .stars-rating {
  position: absolute;
  top: 0;
  display: flex;
  left: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 90%;
}
.review-summary .inner-container .peek-carousel .review-text {
  padding: 0 20px;
  margin-bottom: 24px;
  color: var(--secondary-text-color, #275d40);
}
.review-summary .inner-container .peek-carousel .review-author {
  margin-bottom: 24px;
  padding: 0 20px;
  color: var(--secondary-text-color, #275d40);
}
.review-summary .inner-container .peek-carousel .author-text {
  display: inline-block;
  color: var(--secondary-text-color, #275d40);
}
.review-summary .inner-container .peek-carousel .author-skin {
  text-transform: uppercase;
}
.review-summary .inner-container .swiper-button {
  top: 40%;
}
.review-summary .inner-container .swiper-button.swiper-button-prev {
  left: -35px;
}
.review-summary .inner-container .swiper-button.swiper-button-prev span {
  transform: rotate(180deg);
}
.review-summary .inner-container .swiper-button.swiper-button-next {
  right: -35px;
}
.review-summary .inner-container .swiper-button.swiper-button-next span {
  transform: rotate(0);
}
.review-summary .inner-container .swiper-button span {
  background: var(--secondary-text-color, #303e48);
}
.review-summary .inner-container .read-reviews {
  font-size: 1rem;
  line-height: 1.2;
  padding: 15px 8px;
  border: 1px solid var(--secondary-text-color, #303e48);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .review-summary .inner-container .swiper-outer-container {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .review-summary .inner-container .swiper-outer-container {
    width: 66%;
  }
  .review-summary .inner-container .peek-carousel .rating-subheader {
    margin-bottom: 64px;
  }
  .review-summary .inner-container .peek-carousel .review-text {
    margin-bottom: 48px;
  }
  .review-summary .inner-container .peek-carousel .review-author {
    margin-bottom: 48px;
  }
  .review-summary .inner-container .swiper-button.swiper-button-prev {
    left: -64px;
  }
  .review-summary .inner-container .swiper-button.swiper-button-next {
    right: -64px;
  }
}
.proven {
  display: flex;
  align-items: center;
}
.proven .inner-container {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 56px 0;
}
.proven .proven-text-container {
  flex: 0 0 48%;
  padding-top: 32px;
  padding-right: 10%;
  color: var(--secondary-text-color, #275d40);
}
.proven .proven-text-container .percentage {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -4px;
  display: flex;
}
.proven .proven-media {
  flex: 0 0 52%;
}
.proven .proven-media .proven-media-inner-container {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}
.proven .proven-media .proven-media-inner-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: var(--background-gradient-second-color, #2a836f);
}
.proven .proven-legal {
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--secondary-text-color, #275d40);
  margin-top: 20px;
}
.proven .elixir-section-title {
  color: var(--secondary-text-color, #275d40);
  letter-spacing: -1px;
  text-transform: var(--section-title-case, uppercase);
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .proven {
    padding-bottom: 0;
  }
  .proven .inner-container {
    flex-direction: row;
  }
  .proven .proven-text-container .percentage {
    float: right;
    font-size: 9rem;
  }
  .proven .elixir-section-title {
    margin-bottom: 5.5rem;
  }
}
.how-to-apply {
  margin: 4rem 0;
}
.how-to-apply .elixir-section-title {
  text-transform: var(--section-title-case, uppercase);
  color: var(--secondary-text-color, #275d40);
  margin-bottom: 4rem;
}
.how-to-apply .video-title {
  padding-bottom: 1rem;
  color: var(--secondary-text-color, #275d40);
}
.how-to-apply ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.how-to-apply li {
  opacity: 0.5;
  transition: opacity 1s ease 0s;
}
.how-to-apply .video-controls {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease 0s, transform 1s ease 0s;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1023px) {
  .how-to-apply ul {
    flex-direction: column;
  }
  .how-to-apply li {
    margin-bottom: 8rem;
    width: 82%;
  }
  .how-to-apply li:first-of-type, .how-to-apply li:last-of-type {
    display: none;
  }
  .how-to-apply li:nth-child(4) {
    margin-bottom: 0;
  }
  .how-to-apply li:nth-child(even) {
    transform: translateX(18vw);
  }
  .how-to-apply li.active {
    opacity: 1;
  }
  .how-to-apply li.active .video-controls {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.3s ease 0.3s, transform 1s ease 0s;
    transform: translate3d(0, 0, 0) scale(0.82);
  }
  .how-to-apply li .video-title {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .how-to-apply {
    margin: 9rem 0;
  }
  .how-to-apply .elixir-section-title {
    margin-bottom: 5.625rem;
  }
  .how-to-apply .video-title {
    padding-bottom: 1.5rem;
  }
  .how-to-apply ul {
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .how-to-apply li {
    flex-shrink: 0;
    width: 33%;
    padding-right: 1.25rem;
  }
  .how-to-apply.active li.active {
    opacity: 1;
  }
  .how-to-apply.active li.active .video-controls {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.3s ease 0.3s, transform 1s ease 0s;
    transform: translate3d(0, 0, 0) scale(0.82);
  }
}
.elixir-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
}
.elixir-blog .elixir-section-title {
  text-transform: var(--section-title-case, uppercase);
  align-self: self-start;
  color: var(--secondary-text-color, #275d40);
  margin-bottom: 48px;
  max-width: 90%;
}
.elixir-blog .ratio-carousel {
  padding-bottom: 100%;
}
.elixir-blog .blog-carousel-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.elixir-blog .peek-carousel ~ .swiper-button {
  display: none;
}
.elixir-blog .peek-carousel ~ .swiper-button.swiper-button-prev span {
  transform: rotate(180deg);
}
.elixir-blog .peek-carousel ~ .swiper-button.swiper-button-next span {
  transform: rotate(0);
}
.elixir-blog .peek-carousel .swiper-wrapper {
  padding: 0;
}
.elixir-blog .peek-carousel .swiper-wrapper .blog-tile {
  padding: 0;
}
.elixir-blog .peek-carousel .swiper-wrapper .blog-tile .image-container {
  margin-bottom: 48px;
}
.elixir-blog .peek-carousel .swiper-wrapper .blog-tile .blog-folder {
  padding-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 400;
  color: var(--secondary-text-color, #275d40);
}
.elixir-blog .peek-carousel .swiper-wrapper .blog-tile .blog-grid-title .experience-component > div {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -1px;
  color: var(--secondary-text-color, #275d40);
  min-height: 175px;
}
.elixir-blog .peek-carousel .swiper-wrapper .blog-tile .read-article {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--secondary-text-color, #275d40);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.elixir-blog .peek-carousel .swiper-wrapper .swiper-slide {
  flex: 0 0 280px;
  max-width: 280px;
  margin-right: 20px;
}
.elixir-blog .peek-carousel .swiper-wrapper .swiper-slide:last-of-type {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .elixir-blog .elixir-section-title {
    margin-bottom: 65px;
    max-width: 35%;
  }
  .elixir-blog .peek-carousel .swiper-wrapper .swiper-slide {
    flex: 0 0 380px;
    max-width: 380px;
  }
  .elixir-blog .peek-carousel .swiper-wrapper .blog-tile .blog-grid-title .experience-component > div {
    min-height: 120px;
  }
}
@media (min-width: 1400px) {
  .elixir-blog .elixir-section-title {
    max-width: 30%;
  }
  .elixir-blog .peek-carousel {
    width: 100%;
  }
  .elixir-blog .peek-carousel .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .elixir-blog .peek-carousel ~ .swiper-button:not(.swiper-button-disabled) {
    display: flex;
  }
  .elixir-blog .peek-carousel ~ .swiper-button.swiper-button-prev {
    left: -80px;
  }
  .elixir-blog .peek-carousel ~ .swiper-button.swiper-button-next {
    right: -80px;
  }
}
.media-section {
  position: relative;
  min-height: calc(100vh - 68px);
  height: calc(100vh - 68px);
  background: #fff;
}
.media-section.has-legal {
  margin-bottom: 80px;
}
.media-section .media-inner-container {
  position: relative;
  height: 100%;
}
.media-section .media-inner-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: var(--background-gradient-second-color, #2a836f);
}
.media-section .media-inner-container .media-copy-container-overflow {
  overflow: hidden;
}
.media-section .media-inner-container .media-copy-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.media-section .media-inner-container .media-copy-container .media-copy-inner-container > :first-child {
  letter-spacing: -1px;
}
.media-section .media-inner-container .media-copy-container .media-copy-inner-container > * {
  color: #fff;
}
.media-section .media-inner-container .legal-text {
  position: absolute;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  z-index: 1;
  right: 0;
  color: var(--secondary-text-color, #275d40);
  font-size: 0.75rem;
  line-height: 1.4;
}
.media-section .video-player {
  position: relative;
  height: 100%;
}
.media-section .video-player .media-copy-container::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
.media-section video {
  height: 100%;
  width: 100vw;
  position: absolute;
  object-fit: cover;
}
.media-section .video-controls {
  z-index: 3;
}

@media (min-width: 768px) {
  .media-section .media-inner-container .legal-text {
    text-align: right;
    margin-top: 30px;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .media-section {
    min-height: 100vh;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 72px !important;
    background: transparent;
  }
  .media-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 72px;
    background: #fff;
  }
  .media-section.has-legal {
    margin-bottom: 50px;
  }
  .media-section .media-inner-container .media-copy-container .media-copy-inner-container > :first-child {
    font-size: 4.5rem;
  }
}
.module-container {
  border: none;
}

.complete-routine {
  padding-top: 56px;
}
.complete-routine .routine-carousel-container {
  display: flex;
  justify-content: center;
}
.complete-routine .routine-carousel-container .complete-routine-carousel {
  width: 100%;
}
.complete-routine .elixir-section-title {
  color: var(--secondary-text-color, #275d40);
  text-transform: var(--section-title-case, uppercase);
}
.complete-routine .peek-carousel.fixed-width .swiper-slide {
  margin-right: 20px;
  flex: 0 0 280px;
  max-width: 280px;
}
.complete-routine .peek-carousel.fixed-width .swiper-slide:last-of-type {
  margin-right: 0;
}

.elixir-page .product-details .backinstock .oos-notify .notify-me-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.elixir-page .product-details .backinstock .oos-notify .notify-me-btn .icon-envelope {
  margin-right: 8px;
}
.elixir-page .product-details .backinstock .oos-message-container {
  padding: 0;
  margin-bottom: 8px;
  background: transparent;
}
.elixir-page .product-details .backinstock .oos-message-container .oos-message {
  color: var(--secondary-text-color, #fff);
  text-transform: uppercase;
}
.elixir-page .product-details .backinstock .oos-message-container .get-a-notification {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  color: var(--secondary-text-color, #fff);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
}
.elixir-page .product-details .backinstock .oos-email-sent {
  display: flex;
}
.elixir-page .product-details .backinstock .icon-checkmark {
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
}
.elixir-page .product-details .backinstock .icon-checkmark svg {
  fill: none;
  stroke-width: 1.5;
  stroke: var(--secondary-text-color, #303e48);
  width: 0.625rem;
  height: 0.563rem;
}
.elixir-page .product-details .smart-order-refill-options {
  background: transparent;
  padding: 0;
}
.elixir-page .product-details .smart-order-refill-options input[type=checkbox]:not(.bv-checkbox) + label,
.elixir-page .product-details .smart-order-refill-options input[type=radio] + label {
  color: var(--secondary-text-color, #fff);
}
.elixir-page .product-details .smart-order-refill-options input[type=checkbox]:not(.bv-checkbox) + label::before,
.elixir-page .product-details .smart-order-refill-options input[type=radio] + label::before {
  background: transparent;
  border-color: var(--secondary-text-color, #fff);
}
.elixir-page .product-details .smart-order-refill-options input[type=checkbox]:not(.bv-checkbox) + label::after,
.elixir-page .product-details .smart-order-refill-options input[type=radio] + label::after {
  display: none;
}
.elixir-page .product-details .smart-order-refill-options input[type=checkbox]:not(.bv-checkbox):checked + label .icon-checkbox-mark,
.elixir-page .product-details .smart-order-refill-options input[type=radio]:checked + label .icon-checkbox-mark {
  opacity: 1;
}
.elixir-page .product-details .smart-order-refill-options .icon-checkbox-mark {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 1;
  text-align: center;
  font-size: 20px;
}
.elixir-page .product-details .smart-order-refill-options .icon-checkbox-mark .svg-icon {
  fill: none;
  stroke-width: inherit;
  stroke: var(--secondary-text-color, #fff);
}
.elixir-page .product-details .smart-order-refill-options .ofs-help {
  color: var(--secondary-text-color, #fff);
  border-color: var(--secondary-text-color, #fff);
}
.elixir-page .product-details .smart-order-refill-options .osf-cselect::after {
  color: var(--secondary-text-color, #303e48);
}
.elixir-page .product-details .smart-order-refill-options .osf-cselect select {
  border-color: var(--secondary-text-color, #fff);
}
.elixir-page .scroll-indicator {
  animation: bounce 2s ease-in-out infinite;
}

#pdp-reviews {
  overflow: hidden;
}

.video-controls button.pause-play {
  background: var(--secondary-text-color, #303e48);
}

@media (min-width: 1024px) {
  .complete-routine .peek-carousel.fixed-width .swiper-slide {
    flex: 0 0 380px;
    max-width: 380px;
  }
  .elixir-page .product-details .quickview-notifyme {
    margin-bottom: 0;
  }
  .elixir-page .product-details .backinstock {
    position: relative;
    margin-bottom: 76px;
  }
  .elixir-page .product-details .backinstock .oos-notify {
    display: flex;
    top: calc(100% + 8px);
    position: absolute;
  }
  .elixir-page .product-details .backinstock .oos-notify .add-to-waitlist {
    flex: 0 0 40%;
  }
  .elixir-page .product-details .backinstock .oos-email-sent {
    top: calc(100% + 8px);
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .complete-routine .peek-carousel.fixed-width .swiper-slide {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
.intro {
  display: flex;
  align-items: center;
  padding: 0;
}
.intro .inner-container {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
}
.intro .intro-text-container {
  color: var(--secondary-text-color, #275d40);
}
.intro .intro-title {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 15px;
}
.intro .intro-sub-title {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  letter-spacing: -2.5px;
  line-height: 1.1;
  color: var(--primary-text-color, #303e48);
}
.intro .intro-improvement {
  display: flex;
}
.intro .intro-improvement .improvement {
  display: flex;
}
.intro .intro-improvement .improvement-number {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 4.875rem;
  letter-spacing: -4px;
  line-height: 1;
  color: var(--primary-text-color, #303e48);
}
.intro .intro-improvement .improvement-attribute {
  font-size: 1.25rem;
  line-height: 1.1;
}
.intro .improvement-desktop {
  display: none;
}
.intro .improvement-mobile {
  margin-top: 50px;
}
.intro .improvement-mobile .intro-title {
  margin-bottom: 26px;
  letter-spacing: -0.5px;
  line-height: 0.8;
}
.intro .improvement-mobile .intro-improvement {
  flex-direction: column;
  margin-left: 10%;
}
.intro .improvement-mobile .intro-improvement .improvement-attribute {
  flex: 0 0 50%;
  margin-left: 30px;
}
.intro .intro-media {
  margin-top: 50px;
}
.intro .intro-media .intro-media-inner-container {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}
.intro .intro-media .intro-media-inner-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: var(--background-gradient-second-color, #2a836f);
}
.intro .intro-legal {
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--secondary-text-color, #275d40);
  margin-top: 20px;
}
.intro .intro-bottom {
  width: 100%;
  margin-top: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}
.intro .intro-bottom .bottom-first {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--primary-text-color, #303e48);
  margin-bottom: 30px;
}
.intro .intro-bottom .bottom-second {
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--secondary-text-color, #275d40);
  max-width: 85%;
}

@media (min-width: 1024px) {
  .intro {
    padding-bottom: 0;
  }
  .intro .inner-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .intro .intro-text-container {
    flex: 0 0 48%;
    max-width: 48%;
    padding-top: 80px;
  }
  .intro .intro-top {
    padding-right: 20%;
  }
  .intro .intro-title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .intro .intro-sub-title {
    font-size: 2.5rem;
  }
  .intro .intro-improvement .improvement {
    flex: 0 0 23%;
    max-width: 30%;
    flex-wrap: wrap;
    justify-content: start;
  }
  .intro .intro-improvement .improvement + .improvement {
    margin-left: 20px;
  }
  .intro .intro-improvement .improvement-number {
    font-size: 8.125rem;
  }
  .intro .intro-improvement .improvement-attribute {
    flex: 0 0 100%;
    width: 100%;
    font-size: 1.375rem;
    text-align: left;
  }
  .intro .intro-media {
    flex: 0 0 52%;
    max-width: 52%;
    margin-top: 0;
  }
  .intro .improvement-desktop {
    display: block;
    margin-top: 70px;
  }
  .intro .improvement-desktop .intro-title {
    margin-bottom: 56px;
    letter-spacing: -0.5px;
    line-height: 0.6;
  }
  .intro .improvement-desktop .intro-improvement {
    display: flex;
  }
  .intro .improvement-mobile {
    display: none;
  }
  .intro .intro-bottom {
    margin-bottom: 0;
  }
  .intro .intro-bottom .bottom-first {
    font-size: 2.5rem;
    line-height: 0.8;
    max-width: 85%;
  }
  .intro .intro-bottom .bottom-second {
    font-size: 1.875rem;
    max-width: 65%;
  }
}
.how-to-use {
  padding-top: 52px;
}
.how-to-use .module-title {
  pointer-events: none;
  /* stylelint-disable-next-line selector-id-pattern */
}
.how-to-use .module-title #pdp-howToUse {
  text-transform: var(--section-title-case, uppercase);
  color: var(--secondary-text-color, #275d40);
}
.how-to-use .sub-title,
.how-to-use .tip {
  color: var(--secondary-text-color, #303e48);
}
.how-to-use .icon-collapse {
  display: none;
}

.elixir-page h1 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.elixir-page h2 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.elixir-page h3 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.elixir-page h4 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.elixir-page h5 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.elixir-page footer .footer-section .container,
.elixir-page .container {
  max-width: 1840px;
  padding-left: 24px;
  padding-right: 24px;
}
.elixir-page .product-detail {
  position: relative;
  background: transparent;
}
.elixir-page .product-detail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  background: var(--background-gradient-second-color, #2a836f);
}
.elixir-page .product-detail *:focus-visible {
  outline-color: var(--secondary-text-color, #fff);
}
.elixir-page .product-detail .video-player .video-controls {
  opacity: 0;
}
.elixir-page .product-detail .video-player,
.elixir-page .product-detail .main-image {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.elixir-page .product-detail .video-player img,
.elixir-page .product-detail .video-player video,
.elixir-page .product-detail .main-image img,
.elixir-page .product-detail .main-image video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  height: auto;
}
.elixir-page .product-detail .details-section-container {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%;
}
.elixir-page .product-detail .details-section {
  width: 100%;
  color: var(--secondary-text-color, #fff);
  height: auto;
}
.elixir-page .product-detail .details-section *:focus-visible {
  outline-color: inherit;
}
.elixir-page .product-detail .details-section .custom-input:focus-visible ~ .custom-control-label::before {
  outline-color: var(--secondary-text-color, #fff);
}
.elixir-page .product-detail .details-section .pay-later-modal-button {
  color: var(--secondary-text-color, #fff);
}
.elixir-page .product-detail .details-section .new-product {
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.elixir-page .product-detail .details-section .product-name {
  text-transform: uppercase;
  color: var(--secondary-text-color, #fff);
  font-size: 2rem;
}
.elixir-page .product-detail .details-section .short-description .collapsing + a,
.elixir-page .product-detail .details-section .short-description .collapse.show + a {
  display: none;
}
.elixir-page .product-detail .details-section .short-description a {
  color: var(--secondary-text-color, #fff);
  text-decoration: underline;
}
.elixir-page .product-detail .details-section .pid-rating-container {
  border: none;
  position: relative;
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.elixir-page .product-detail .details-section .pid-rating-container .bv_ratings_summary {
  color: var(--secondary-text-color, #fff) !important;
}
.elixir-page .product-detail .details-section .pid-rating-container .bv_button_buttonMinimalist {
  display: none !important;
}
.elixir-page .product-detail .details-section .size-attribute {
  height: 48px;
  border: 1px solid var(--secondary-text-color, #fff);
  color: var(--secondary-text-color, #fff);
  background: transparent;
  margin: 0 4px 8px;
  padding: 7px 24px;
}
@media (min-width: 847px) {
  .elixir-page .product-detail .details-section .size-attribute {
    margin: 0 8px 16px;
  }
}
.elixir-page .product-detail .details-section .size-attribute.active {
  background: #fff;
  border-color: #fff;
  color: #303e48;
}
.elixir-page .product-detail .details-section .size-attribute.active.disabled {
  border: 1px solid var(--secondary-text-color, #303e48);
  color: var(--secondary-text-color, #303e48);
  background: #fff;
}
.elixir-page .product-detail .details-section .size-attribute.active.disabled::after {
  background: #303e48;
  transform: translateX(-50%) rotate(161deg) scale(1.18);
}
.elixir-page .product-detail .details-section .size-attribute:active {
  color: var(--secondary-text-color, #303e48);
  background: #fff;
  border-color: #fff;
}
.elixir-page .product-detail .details-section .size-attribute:hover:not(:active) {
  color: var(--secondary-text-color, #fff);
  border-color: var(--secondary-text-color, rgba(255, 255, 255, 0.5));
  background: rgba(255, 255, 255, 0.5);
}
.elixir-page .product-detail .details-section .size-attribute:focus-visible:not(:active) {
  color: var(--secondary-text-color, #fff);
  border-color: var(--secondary-text-color, rgba(255, 255, 255, 0.5));
  background: rgba(255, 255, 255, 0.5);
}
.elixir-page .product-detail .details-section .size-attribute .attr-description {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
}
.elixir-page .product-detail .details-section .size-attribute .swatch-value {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.elixir-page .product-detail .details-section .promo-box {
  color: var(--secondary-text-color, #fff);
}
.elixir-page .product-detail .details-section .quickview-notifyme .quantity-select-container {
  display: none;
}
.elixir-page .product-detail .details-section .quickview-notifyme .notify-me-btn {
  color: var(--secondary-text-color, #fff);
  background: var(--add-to-cart-background, transparent);
  border-color: var(--add-to-cart-border-color, #fff);
}
.elixir-page .product-detail .details-section .quickview-notifyme .notify-me-btn:active {
  color: var(--secondary-text-color, #303e48);
  background: #fff;
  border-color: #fff;
}
.elixir-page .product-detail .details-section .quickview-notifyme .notify-me-btn:hover:not(:active) {
  color: var(--secondary-text-color, #fff);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--add-to-cart-hover-border-color, rgba(255, 255, 255, 0.5));
}
.elixir-page .product-detail .details-section .quickview-notifyme .notify-me-btn:focus-visible:not(:active) {
  color: var(--secondary-text-color, #fff);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--add-to-cart-hover-border-color, rgba(255, 255, 255, 0.5));
}
.elixir-page .product-detail .details-section > .quantity-select-container {
  display: none;
}
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions {
  display: none;
}
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .quantity-select-container {
  display: none;
}
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart-global,
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart {
  color: var(--secondary-text-color, #fff);
  background: var(--add-to-cart-background, transparent);
  border-color: var(--add-to-cart-border-color, #fff);
}
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart-global:active,
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart:active {
  color: var(--secondary-text-color, #303e48);
  background: #fff;
  border-color: #fff;
}
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart-global:hover:not(:active),
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart:hover:not(:active) {
  color: var(--secondary-text-color, #fff);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--add-to-cart-hover-border-color, rgba(255, 255, 255, 0.5));
}
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart-global:focus-visible:not(:active),
.elixir-page .product-detail .details-section > .quantity-add-to-cart-actions .add-to-cart:focus-visible:not(:active) {
  color: var(--secondary-text-color, #fff);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--add-to-cart-hover-border-color, rgba(255, 255, 255, 0.5));
}
.elixir-page .product-detail .details-section .getitnow-btn {
  color: var(--secondary-text-color, #fff);
  background: var(--add-to-cart-background, transparent);
  border-color: var(--add-to-cart-border-color, #fff);
}
.elixir-page .product-detail .details-section .getitnow-btn:active {
  color: var(--secondary-text-color, #303e48);
  background: #fff;
  border-color: #fff;
}
.elixir-page .product-detail .details-section .getitnow-btn:hover:not(:active) {
  color: var(--secondary-text-color, #fff);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--add-to-cart-hover-border-color, rgba(255, 255, 255, 0.5));
}
.elixir-page .product-detail .details-section .getitnow-btn:focus-visible:not(:active) {
  color: var(--secondary-text-color, #fff);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--add-to-cart-hover-border-color, rgba(255, 255, 255, 0.5));
}
.elixir-page .product-detail .scroll-indicator {
  display: none;
  position: absolute;
  height: 60px;
  right: 0.5rem;
  bottom: 50px;
}
.elixir-page .product-detail .scroll-indicator .svg-icon {
  margin-bottom: 8px;
  stroke: var(--secondary-text-color, #fff);
  width: 1.25rem;
  height: 0.625rem;
}
.elixir-page .product-detail .scroll-indicator .scroll-text {
  font-size: 0.75rem;
  line-height: 1.4;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--secondary-text-color, #fff);
}
.elixir-page .product-detail .gift-wrapping-banner-container {
  background: none;
}
.elixir-page .product-detail .gift-wrapping-banner-container .gift-image {
  margin-left: 0;
}
.elixir-page .breadcrumbs-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
}
.elixir-page .product-breadcrumb {
  padding-left: 16px;
  padding-top: 1.5rem;
}
.elixir-page .product-breadcrumb::after, .elixir-page .product-breadcrumb::before {
  display: none;
}
.elixir-page .product-breadcrumb a {
  color: var(--breadcrumbs-color, #fff);
  font-weight: 400;
}
.elixir-page .product-breadcrumb a:focus-visible {
  outline-color: var(--breadcrumbs-color, #fff);
}
.elixir-page .product-breadcrumb .breadcrumb-item {
  font-weight: 400;
}
.elixir-page .product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--breadcrumbs-color, #fff);
}
.elixir-page .product-breadcrumb .breadcrumb-item.active {
  color: var(--breadcrumbs-color, #fff);
}
.elixir-page .scroll-phases {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.elixir-page .scroll-phases .scroll-phase {
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
}
.elixir-page .video-tablet,
.elixir-page .video-desktop {
  display: none;
}
.elixir-page .media-wrapper,
.elixir-page .anim-fade-in-tall,
.elixir-page .anim-fade-in,
.elixir-page .anim-media-fade-in,
.elixir-page .before-and-after-slider,
.elixir-page .bottle-ingredient .ingredient-descripton-container,
.elixir-page .over-time .elixir-section-title {
  visibility: visible !important;
}
.elixir-page .pin-spacer {
  max-width: 100%;
}

.pdp-attribute-select {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 8px;
}
.pdp-attribute-select .attribute-select-container {
  position: relative;
}
.pdp-attribute-select .custom-select {
  appearance: none;
  border-radius: 4px;
  background: #fff url("../../images/chevron.svg") no-repeat right 6px center;
  background-size: 16px 16px;
  height: 48px;
  padding: 7px 26px 7px 6px;
  line-height: 1.2;
}
.pdp-attribute-select .custom-select:focus-visible {
  outline: 1px dotted #303e48;
}
.pdp-attribute-select .custom-select:focus {
  box-shadow: none;
}
.pdp-attribute-select .selected-option {
  height: 40px;
  line-height: 32px;
  padding: 6px 40px 6px 12px;
}
.pdp-attribute-select .selected-option .option-value {
  white-space: nowrap;
  overflow: hidden;
}

.mobile-add-to-cart {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 24px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
}
.mobile-add-to-cart .sticky-add-to-bag {
  width: 100%;
  display: flex;
}
.mobile-add-to-cart .sticky-add-to-bag .mobile-price {
  margin-left: 12px;
}
.mobile-add-to-cart .sticky-notify-me {
  width: 100%;
}
.mobile-add-to-cart .sticky-notify-me button {
  width: 100%;
}
.mobile-add-to-cart .cart-and-ipay {
  flex: 1;
}

.sticky-notify-me button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-notify-me .icon-envelope {
  margin-right: 8px;
}

.slide-down-section {
  animation: slide-up 2s forwards;
  animation-timing-function: linear;
}

.fixed-section {
  position: fixed !important;
  top: 0 !important;
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  appearance: none;
  width: 100%;
  height: 8px;
  background: white;
  z-index: 1021;
}
.overflow-hidden #progress-bar {
  z-index: 1020;
}
#progress-bar::-webkit-progress-bar {
  background: white;
}
#progress-bar::-webkit-progress-value {
  background: linear-gradient(to left, var(--background-gradient-second-color, #28b396), var(--background-gradient-first-color, #00432e));
  background-attachment: fixed;
}
#progress-bar::-moz-progress-bar {
  background: linear-gradient(to left, var(--background-gradient-second-color, #28b396), var(--background-gradient-first-color, #00432e));
  background-attachment: fixed;
}

#elixir-subheader {
  display: none;
}

.shoprunner-wrapper.active {
  background: var(--insurance-background, #fff);
  border: var(--insurance-border, "none");
  padding: 16px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .elixir-page footer .footer-section .container,
  .elixir-page .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .elixir-page h1 {
    font-size: 4.5rem;
  }
  .elixir-page h2 {
    font-size: 3.5rem;
  }
  .elixir-page h3 {
    font-size: 2.5rem;
  }
  .elixir-page h4 {
    font-size: 1.875rem;
  }
  .elixir-page .video-mobile,
  .elixir-page .video-desktop {
    display: none;
  }
  .elixir-page .video-tablet {
    display: block;
  }
}
@media (max-width: 1023px) {
  .elixir-page footer .footer-section .container,
  .elixir-page .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .elixir-page .details-section-container {
    position: relative;
  }
  .elixir-page .details-section-container::before {
    content: "";
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(42, 131, 111, 0), var(--background-gradient-second-color, #2a836f));
  }
}
@media (min-width: 1024px) {
  #elixir-subheader {
    width: 100%;
    background: #fff;
    color: var(--secondary-text-color, #303e48);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    height: 72px;
  }
  #elixir-subheader .container {
    display: flex;
    justify-content: space-between;
  }
  #elixir-subheader .add-to-bag-container {
    display: flex;
    align-items: center;
    margin: 12px 0;
  }
  #elixir-subheader .add-to-bag-container .prices {
    margin-right: 8px;
  }
  #elixir-subheader .add-to-bag-container .prices.left {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.875rem;
    line-height: 1.06;
    padding: 0;
    margin-top: 10px;
  }
  #elixir-subheader .add-to-bag-container .prices.left .value {
    font-weight: 400;
  }
  #elixir-subheader .cart-and-ipay button,
  #elixir-subheader .sticky-notify-me button {
    line-height: 1.2;
    height: 48px;
    letter-spacing: -1px;
    min-width: 264px;
  }
  #elixir-subheader .header-name {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
    align-self: center;
    margin-top: 0.5rem;
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    max-width: 425px;
    padding-right: 32px;
  }
  #elixir-subheader .pdp-attribute-select .custom-select {
    padding-left: 15px;
    color: var(--secondary-text-color, #303e48);
    border-color: var(--secondary-text-color, #303e48);
  }
  .elixir-page .sticky-top-full-height {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .elixir-page footer .footer-section .container,
  .elixir-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .elixir-page .product-detail {
    min-height: calc(100vh - 162px);
  }
  .elixir-page .product-detail::before {
    background: var(--background-gradient-second-color, #014231);
    height: calc(100% + 162px);
    top: -162px;
  }
  .elixir-page .product-detail .details-section-container {
    padding: 56px 0 0;
  }
  .elixir-page .product-detail .details-section-container .inner-container {
    display: flex;
    justify-content: flex-end;
  }
  .elixir-page .product-detail .video-player,
  .elixir-page .product-detail .main-image {
    position: absolute;
    top: -162px;
    width: 100%;
    height: calc(100% + 162px);
    overflow: visible;
    z-index: -1;
    padding-bottom: 0;
  }
  .elixir-page .product-detail .video-player img,
  .elixir-page .product-detail .video-player video,
  .elixir-page .product-detail .main-image img,
  .elixir-page .product-detail .main-image video {
    height: 100vh;
    width: auto;
  }
  .elixir-page .product-detail .video-player picture,
  .elixir-page .product-detail .main-image picture {
    display: block;
    min-height: 100%;
  }
  .elixir-page .product-detail .details-section {
    height: unset;
    padding-left: 16px;
    padding-right: 80px;
    width: 512px;
  }
  .elixir-page .product-detail .details-section .attributes-container {
    display: block;
  }
  .elixir-page .product-detail .details-section .prices {
    display: block;
  }
  .elixir-page .product-detail .details-section .quantity-add-to-cart-actions {
    display: block;
  }
  .elixir-page .product-detail .scroll-indicator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 40%;
    right: auto;
    transform: translateX(-50%);
  }
  .elixir-page .product-breadcrumb {
    padding: 2.5rem 45px 0;
  }
  .elixir-page .video-mobile,
  .elixir-page .video-tablet {
    display: none;
  }
  .elixir-page .video-desktop {
    display: block;
  }
  .mobile-add-to-cart {
    display: none;
  }
  .pdp-attribute-select {
    font-family: roboto-light, roboto-fallback, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    margin-right: 8px;
  }
  .pdp-attribute-select .attribute-select-container {
    position: relative;
  }
  .pdp-attribute-select .custom-select {
    background: #fff url("../../images/chevron.svg") no-repeat right 14px center;
    background-size: 16px 16px;
    padding: 0 60px 0 36px;
    line-height: 1.2;
  }
  .pdp-attribute-select .selected-option {
    height: 40px;
    line-height: 32px;
    padding: 6px 40px 6px 12px;
  }
  .pdp-attribute-select .selected-option .option-value {
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  #elixir-subheader .header-name {
    max-width: 640px;
  }
  .elixir-page .product-detail .scroll-indicator {
    left: 50%;
  }
}
@media (min-width: 1400px) {
  .elixir-page footer .footer-section .container,
  .elixir-page .container {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
