/** Shopify CDN: Minification failed

Line 3377:3 Expected "}" to go with "{"

**/
/***** Custom CSS | Commerce Bureau *****/
/*** Global ***/
/* RichText Heading Styling */
.shopify-section--rich-text h1:not(.heading),
.shopify-section--rich-text h2:not(.heading),
.shopify-section--rich-text h3:not(.heading),
.shopify-section--rich-text h4:not(.heading),
.shopify-section--rich-text h5:not(.heading),
.shopify-section--rich-text h6:not(.heading),
.shopify-section--main-page h1:not(.heading),
.shopify-section--main-page h2:not(.heading),
.shopify-section--main-page h3:not(.heading),
.shopify-section--main-page h4:not(.heading),
.shopify-section--main-page h5:not(.heading),
.shopify-section--main-page h6:not(.heading) {
  font-family: var(--heading-font-family);
  text-transform: var(--heading-text-transform);
  font-weight: var(--heading-font-weight);
  line-height: 1.5;
}

/*** Navigation ***/
/* Highlighted Header Link */
li.header__linklist-item[data-item-title="Get Started"] {
  background: rgb(var(--primary-button-background));
  padding: 6px 12px;
  border-radius: var(--button-border-radius);
  color: rgb(var(--primary-button-text-color));
  transition: all 0.25s ease-in-out;
}

ul.header__linklist.list--unstyled.hidden-pocket.hidden-lap {
  align-items: baseline;
}

li.header__linklist-item[data-item-title="Get Started"]:hover {
  background: rgb(var(--primary-button-background-hover));
  color: rgb(var(--primary-button-text-color-hover));
}

li.header__linklist-item[data-item-title="Get Started"]
  a.link--animated:hover:after {
  display: none;
  transform: none;
}

/* Link list headers */
span.mega-menu__title.heading.heading--small {
  font-family: var(--heading-font-family);
  font-size: calc(var(--heading-small-font-size) + 2px);
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 0;
}

/*** Slideshow ***/
/* Update font size for text on slideshow and video hero */
.slideshow__text-wrapper p,
.video-wrapper p {
  font-size: calc(var(--base-font-size) + 1px);
}

/*** Video ***/
/* Text shadow option for video text */
.text-shadow {
  text-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

/*** Footer ***/
.footer__social {
  margin-top: 20px;
}

.footer__item--newsletter img {
  margin-bottom: 20px;
}

span.footer__policy-links {
  margin-left: 10px;
}

span.footer__policy-links .linklist__item {
  display: inline;
  margin-left: 10px;
}

.footer__aside {
  flex-wrap: wrap;
}

.payment-methods-list .afterpay-icon {
  width: 36px;
  height: 22px;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .footer__item.footer__item--text {
    grid-column: span 2;
  }

  .footer__cross-border {
    justify-content: center;
  }

  .footer__aside {
    display: flex;
    flex-direction: column;
  }

  .payment-methods-list.payment-methods-list--auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 30px;
  }

  .footer__payment-methods {
    margin-top: 10px;
  }
}

/*** Product Page ***/
/* Nurtients Badge */
.product-meta__nutrients {
  padding: 6px 10px;
  font-size: var(--heading-small-font-size);
  width: max-content;
  background-color: rgb(var(--heading-color));
  border-radius: 4px;
  color: rgb(var(--background));
}

/* Upper part spacing */
h1.product-meta__title.heading.h3 {
  font-size: 32px;
  line-height: 36px;
  margin-block-start: 8px;
  margin-block-end: 8px;
}

.product-form__text {
  font-size: 16px;
  line-height: 20px;
  color: #292929;
}

.product-meta__reference {
  margin-block-start: 0px;
}

.product-meta__price-list-container {
  margin-block-start: 5px;
}

.product-meta__price-list-container span {
  color: #374437;
  text-transform: none !important;
  font-family: var(--text-font-family) !important;
  font-size: 16px !important;
}

.product-meta__reference.pack-serve-size {
  margin-top: 8px;
}

.product-grid-info .pack-sku-container span.text--subdued,
.product-grid-info_serving-size,
.product-grid-info_cost-per-serve {
  font-size: 14px;
  line-height: 18px;
  color: #9e9e9e;
}

product-payment-container .shopify-payment-button__button {
  height: fit-content;
}

@media (max-width: 768px) {
  h1.product-meta__title.heading.h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
  }

  .product-form__text {
    font-size: 14px;
    line-height: 18px;
  }

  .product-grid-info .pack-sku-container span.text--subdued,
  .product-grid-info_serving-size,
  .product-grid-info_cost-per-serve {
    font-size: 12px;
    line-height: 16px;
  }

  .product-meta {
    margin-bottom: 12px;
  }

  .product-meta__price-list-container span {
    font-size: 15px !important;
  }
}

/* Recharge Widget */
.rc-widget {
  background-color: white;
  border-radius: 4px;
}

.rc-radio.rc-radio--active,
.rc-radio.rc-radio--active ~ .rc-selling-plans {
  background-color: rgb(var(--secondary-background)) !important;
  border-radius: 4px;
}

button.rc-subscription-details__button {
  font-size: 14px !important;
  text-decoration: underline;
}

button.rc-subscription-details__button svg {
  display: none;
}

.discount-label {
  font-family: var(--heading-font-family);
  text-transform: var(--heading-text-transform);
  font-weight: var(--heading-font-weight);
}

.rc-widget .p-2 {
  padding: 20px 12px !important;
}

.rc-radio .price-label {
  font-weight: var(--heading-font-weight) !important;
  font-size: var(--heading-h6-font-size) !important;
  margin-top: 7px !important;
}

.rc-widget .pb-1 {
  font-weight: var(--heading-font-weight) !important;
}

@media screen and (min-width: 768px) {
  .product.product--thumbnails-bottom,
  .product.product--thumbnails-left {
    margin: 0;
    gap: 80px;
  }

  product-media.product__media {
    padding-left: 0;
    flex-grow: 1;
  }
}

product-media.product__media {
  position: relative;
}

.product-item__badges {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.product-item__badge {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 60px;
  text-transform: uppercase;
}

.product .product-item__badge {
  font-size: 11px;
  padding: 3px 12px;
  border-radius: 60px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .product-item__badges {
    padding: 6px;
    gap: 4px;
  }
  
  .product-item__badge {
    font-size: 9px;
    padding: 2px 8px;
  }

  .product .product-item__badges {
    padding-left: 0px;
    padding-top: 12px;
    gap: 8px;
  }
  
  .product .product-item__badge {
    font-size: 10px;
    padding: 3px 10px;
  }
}

span.price.price--compare {
  color: darkgray;
  margin-left: 5px;
}

/*** Collection Page ***/
/* Product Item Info */
.product-item__info .product-item-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

a.product-item-meta__title {
  font-family: var(--heading-font-family);
  text-transform: lowercase;
  /*font-size: calc(var(--heading-h5-font-size) - 2px);*/
}

.grid-product_short-description {
  font-size: var(--base-font-size);
  line-height: 1.2;
  margin-top: 7px;
}

.grid-product_short-description p em {
  font-style: normal;
}

.product-item__info {
  text-align: left;
}

.product-item-meta__price-list-container {
  margin-block-start: 18px;
}

span.product-grid-info {
  font-size: calc(var(--base-font-size) - 2px);
}

span.product-grid-info_divider {
  margin-right: 4px;
  color: rgb(var(--dividers));
  font-size: calc(var(--base-font-size) - 2px);
}

span.rating__caption {
  font-size: var(--heading-small-font-size);
}

.rating {
  vertical-align: top;
}

a.product-item-meta__reviews-badge.text--small {
  margin-top: 0;
}

a.product-item-meta__title {
  margin-bottom: 0;
}

.price-list:not(.price-list--stack) > .price:not(:last-child) {
  margin-inline-end: 15px;
}

@media screen and (max-width: 768px) {
  a.product-item-meta__title {
    font-size: calc(var(--heading-h5-font-size) + 3px);
    line-height: 1.2;
  }

  .line-item__info a.product-item-meta__title {
    font-size: calc(var(--heading-h5-font-size));
    line-height: 1.2;
  }

  .grid-product_short-description,
  span.product-grid-info {
    font-size: calc(var(--base-font-size) - 3px);
  }
}

@media screen and (min-width: 1000px) {
  .product-item__image-wrapper {
    margin-block-end: 15px;
  }
}

/*** Other ***/
.button.button--primary.hero-section-button {
  background: rgba(
    var(--hero-button-background),
    var(--hero-button-background-alpha)
  );
  border: solid var(--hero-button-border-weight)
    rgba(var(--hero-button-border), var(--hero-button-border-alpha));
  color: rgb(var(--hero-button-text));
  transition: all 0.25s ease-in-out;
}

.button.button--primary.hero-section-button:hover {
  background: white;
  color: #004c3f;
}

.button.button--primary:hover {
  background: #2e9e7b;
  color: white;
}

/* Main Product Accordion */
.product .about {
  position: relative;
}

.product .about__outer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .product .about__outer {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
  }
}

.product .about__accordion-item .about__accordion-description {
  margin-top: 10px;
  word-break: break-word;
}

.product .about__right {
  width: 100%;
}

.product .about__subheading {
  margin-bottom: 12px;
}

.product .about__content {
  margin: 0;
  letter-spacing: -0.02px;
}

.product .about__content p {
  margin: 0;
}

.product .about__more-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  opacity: 1;
  transition: 300ms;
  transition-delay: 100ms;
}

.product .about__more-link svg {
  width: 12px;
  height: 12px;
  transform: rotate(0deg);
  margin-right: 6px;
  transition: 300ms;
}

.product .about .about__accordion-title .active::before {
  width: 100%;
}

.product .about__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border-top: none;
  padding: 0px;
  position: relative;
  cursor: pointer;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
}

.product .about__accordion-title:hover .product .about__more-link {
  opacity: 1;
}

.product .about__accordion-title.active .about__more-link svg {
  transform: rotate(180deg);
}

.product .about__accordion-title.active:hover .product .about__more-link {
  opacity: 1;
}

.product .about__more-link-wrapper {
  display: flex;
  align-items: center;
}

.product .about__accordion-description {
  font-size: inherit;
  line-height: 150%;
  letter-spacing: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.product .about + .about {
  border-top: 0;
}

.product .perfect .perfect-fit-description-item {
  max-width: 100% !important;
}

.product .about__accordion-description-image {
  position: relative;
}

.product .about__accordion-description-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product .about__accordion-description-image .button--with-underline {
  color: var(--color-title-text);
}

.product
  .about__accordion-description-image
  .product-recommendations--single
  .card--product {
  max-width: 100%;
}

.product .about__accordion-description-image .card-wrapper {
  max-width: 200px;
}

/* Cart */
.line-item__remove-button {
  margin: 0;
}

.quantity-selector--small {
  margin-inline-end: 12px;
}

/* Subscription customize */
.rc-template__button-group
  .rc-button-group__options[data-v-f1bb5b6a]
  .rc-radio {
  border-color: rgb(var(--border-color)) !important;
  border-width: 2px !important;
}

.rc-template__button-group
  .rc-button-group__options[data-v-f1bb5b6a]
  .rc-radio.rc-radio--active {
  background-color: inherit !important;
  border-color: #004c3f !important;
}

.rc-subscription-details[data-v-e69cc34d] {
  display: none !important;
}

/* Mobile nav styling */
li.mobile-nav__item[data-level="2"] button.mobile-nav__link,
li.mobile-nav__item[data-level="2"] > a.mobile-nav__link {
  font-family: var(--heading-font-family);
  text-transform: var(--heading-text-transform);
}

a.mobile-nav__image-push {
  min-width: 160px;
  max-width: 190px;
  position: relative;
}

/* Slideshow Adjustments - Wellness Week */
.slideshow__text-wrapper h3 {
  margin-block-start: 10px !important;
  margin-block-end: 20px !important;
}

.slideshow__text-wrapper div.slide-text {
  margin-block-end: 20px;
}

.slideshow__text-wrapper div.slide-text p {
  margin-block-start: 10px !important;
  color: white;
  line-height: 1.3;
}

.slideshow__text-wrapper p.slide-disclaimer {
  color: white;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .slideshow__text-wrapper h3 {
    font-size: 40px;
    margin-block-start: 10px !important;
  }

  .slideshow__text-wrapper a.button.button--primary {
    margin: 10px 0 0;
    width: 100%;
  }

  .slideshow__text-wrapper div.slide-text split-lines span[reveal],
  .slideshow__text-wrapper div.slide-text split-lines span span,
  .slideshow__text-wrapper div.slide-text div,
  .slideshow__text-wrapper div.slide-text div span,
  .slideshow__text-wrapper div.slide-text div span span,
  .slideshow__text-wrapper div.slide-text div p {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* Custom Build a Box - Test */
#__next h1 {
  font-family: "bree_serifregular" !important;
  text-transform: lowercase !important;
  font-weight: 400 !important;
  font-size: 2vw !important;
}

#__next .sc-4eb48f37-0.cASVbA {
  box-shadow: none !important;
}

#__next h3 {
  font-size: 18px !important;
}

@media screen and (max-width: 768px) {
  #__next h1 {
    font-size: 7vw !important;
    line-height: 1.3 !important;
  }

  #__next h3 {
    font-size: 14px !important;
  }
}

/* Sold Out Badge Position */
.product-item__label-list.label-list {
  left: unset;
  right: 10px;
}

/* Sticky ATC Changes */
span.product-sticky-form__title {
  font-family: "bree_serifregular";
  text-transform: lowercase;
  font-size: 20px;
}

.product-sticky-form__image-wrapper img {
  border-radius: 2px;
}

/* Okendo Reviews Avatar */
.okeReviews[data-oke-container]
  .oke-testimonialCard-head
  .oke-testimonialCard-reviewer
  .oke-w-reviewer-avatar,
div.okeReviews
  .oke-testimonialCard-head
  .oke-testimonialCard-reviewer
  .oke-w-reviewer-avatar {
  z-index: 1 !important;
}

/* Icon Marquee */
.icon-marquee__container .swiper-slide {
  width: fit-content;
}

.icon-marquee__container .swiper-wrapper {
  transition-timing-function: linear;
}

.icon-marquee__item {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 0 10px;
  align-items: center;
}

.icon-marquee__item .icon-marquee__icon-wrapper {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-marquee__item p.icon-marquee__text {
  font-family: "bree_serifregular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  margin: 0;
}

/* New product */
.new-product .container {
  max-width: 1200px;
}

@media (min-width: 1000px) {
  .new-product .product__info {
    width: calc(50% - 40px);
    max-width: 490px;
  }

  .new-product .product__media {
    width: 50%;
    max-width: 550px;
  }
}

.new-product .oke-sr-count {
  color: #004c3f;
}

.new-product h1.product-meta__title.heading.h3 {
  font-family: var(--text-font-family);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #005648;
  margin-top: 0;
  margin-bottom: 14px;
}

.new-product .product-meta__value-proposition {
  font-size: 34px;
  line-height: 38px;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #005648;
}

.new-product .product-meta__value-proposition em {
  font-style: normal;
  color: #10b193;
}

.new-product .product-grid-info .pack-sku-container span.text--subdued,
.new-product .product-grid-info_serving-size,
.new-product .product-grid-info_cost-per-serve {
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  color: #607874;
}

.new-product span.product-grid-info_divider {
  color: #cbd4d1;
}

.new-product .product-meta__reference.pack-serve-size {
  margin-top: 24px;
}

.new-product .product-form__description * {
  color: #005648;
}

.new-product .product-form__description {
  color: #005648;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.new-product .product-meta {
  margin-bottom: 10px;
}

.new-product #AddToCart span {
  font-weight: 400;
}

.new-product .capsule__btn {
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--button-border-radius);
  background: #f7f5f2;
  color: #005648;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.new-product .capsule__btn img {
  width: 27px;
  height: auto;
}

.new-product .capsule__btn svg {
  width: 16px;
}

.new-product .additional__data {
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 26px;
  justify-content: center;
  row-gap: 14px;
}

.new-product .additional__data p {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  color: #005648;
  font-size: 12px;
  line-height: 1.25;
}

.new-product product-media flickity-controls .product__media-prev-next,
.new-product product-media scroll-shadow,
.new-product .product__zoom-button {
  display: none !important;
}

.new-product product-media flickity-controls {
  justify-content: center;
}

.new-product product-media flickity-controls .dots-nav {
  display: flex !important;
}

.new-product product-media flickity-controls .dots-nav__item {
  opacity: 1 !important;
  background: #ffffff;
  border: 1px solid #cbd4d1;
  margin: 2.5px;
}

.new-product
  product-media
  flickity-controls
  .dots-nav__item[aria-current="true"] {
  background: #005648;
  border: none;
}

.new-product product-media flickity-controls .dots-nav__item::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 741px) {
  .new-product .product.product--thumbnails-bottom,
  .new-product .product.product--thumbnails-left {
    gap: 40px;
  }

  .new-product .product-form__payment-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 999px) {
  .new-product .product__media-item {
    padding: 0;
  }
}

@media screen and (max-width: 740px) {
  .new-product .product:not(.product--featured) {
    margin-block: 0;
  }
  .new-product .oke-sr-count {
    font-size: 12px;
  }

  .new-product h1.product-meta__title.heading.h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .new-product .product-meta__value-proposition {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }

  .new-product .product-meta__reference.pack-serve-size {
    margin-top: 16px;
  }

  .new-product .product-form__description {
    font-size: 14px;
  }

  .new-product .product-form__payment-container {
    margin-top: 24px;
  }

  .new-product .product-meta {
    margin-bottom: 8px;
  }

  .new-product .additional__data {
    margin-top: 8px;
  }
}

/* Directions */
.directions__container {
  text-align: center;
}

.directions__preheading {
  font-family: var(--text-font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #607874;
  padding: 8px 0;
  margin-bottom: 16px;
}

.directions__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 400;
}

.directions__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.directions__dosages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.directions__dosage {
  padding: 10px;
}

.directions__dosages-group-name {
  font-family: var(--heading-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  font-weight: 400;
  margin: 0;
}

.directions__dosages-dose {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

@media screen and (max-width: 740px) {
  .directions__preheading {
    padding: 0;
    margin-bottom: 16px;
  }

  .directions__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .directions__text {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .directions__dosages {
    flex-direction: column;
    gap: 12px;
  }
}

/* Instructions */
.instructions__container {
  text-align: center;
}

.instructions__preheading {
  font-family: var(--text-font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #607874;
  padding: 8px 0;
  margin-bottom: 16px;
}

.instructions__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 16px;
  font-weight: 400;
}

.instructions__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.instructions__instructions {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.instructions__instructions img {
  border-radius: 16px;
}

.instructions__instruction-text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  margin-top: 16px;
}

.instructions__instruction-tip {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #d7dedb;
  padding: 6px 10px;
  background-color: #f9fcf9;
  gap: 5px;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  margin-top: 16px;
}

.instructions__instruction-tip svg path {
  width: 12px;
  height: 12px;
}

.instructions__instruction-tip-text {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 740px) {
  .instructions__preheading {
    padding: 0;
    margin-bottom: 16px;
  }

  .instructions__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .instructions__text {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .instructions__instructions {
    flex-direction: column;
  }
}

/* Potency */
.potency__container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 79px 0;
  text-align: left;
}

.potency__container *:not(img) {
  position: relative;
  z-index: 1;
}

.potency__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 20px;
}

.potency__info {
  width: 55%;
  margin-left: 30%;
  max-width: 650px;
}

.potency__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}

.potency__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.potency__image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-32%, -50%);
  width: 50%;
  max-width: 597px;
}

.potency__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.potency__list {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.potency__list-heading {
  font-family: var(--text-font-family);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.potency__list-content {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 740px) {
  .potency__container {
    padding: 40px 32px 265px;
  }

  .potency__info {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .potency__preheading {
    padding: 0;
    margin-bottom: 16px;
  }

  .potency__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 16px;
  }

  .potency__lists {
    gap: 0;
    text-align: left;
    margin-top: 20px;
  }

  .potency__list-content {
    font-size: 14px;
  }

  .potency__text {
    font-size: 14px;
  }

  .potency__image--mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

/* Results */
.results__container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}

.results__info {
  width: calc(47% - 20px);
}

.results__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.results__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.results__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.results__blocks-wrapper {
  width: calc(53% - 20px);
}

.results__blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.results__blocks--result {
  width: calc(50% - 8px);
}

.results__blocks--result-heading {
  font-family: var(--heading-font-family);
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.9px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.results__blocks--result-text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.results__note {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  font-weight: 400;
  color: #10b193;
  margin: 0;
  margin-top: 16px;
}

@media (max-width: 740px) {
  .results__container {
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .results__info,
  .results__blocks-wrapper {
    width: 100%;
  }

  .results__preheading {
    padding: 0;
  }

  .results__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .results__text {
    font-size: 14px;
  }
}

/* Experts video */
.experts-video__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}

.experts-video__video-wrapper {
  position: relative;
  width: calc(63% - 8px);
  border-radius: 16px;
}

.experts-video__video-wrapper .hero__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experts-video__info {
  border-radius: 16px;
  width: calc(37% - 8px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experts-video__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.experts-video__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.experts-video__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.experts-video__video-wrapper .video-wrapper__poster-content {
  display: flex;
  justify-content: center;
}

.experts-video__video-wrapper .video-wrapper__play-button--ripple {
  animation: none;
}

.experts-video__video-wrapper .video-wrapper__poster-image,
.experts-video__video-wrapper video {
  border-radius: 16px;
}

.experts-video__images {
  position: relative;
  height: 36px;
}

.experts-video__images img {
  position: absolute;
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f7f5f2;
  left: 0;
}

.experts-video__images img:first-child + img {
  left: 24px;
}

.experts-video__images img:last-child {
  left: 48px;
}

@media (max-width: 740px) {
  .experts-video__container {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .experts-video__video-wrapper,
  .experts-video__info {
    width: 100%;
  }

  .experts-video__info {
    text-align: center;
    padding: 48px 24px;
  }

  .experts-video__images {
    width: 84px;
    align-self: center;
  }

  .experts-video__preheading {
    padding-bottom: 0;
  }

  .experts-video__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .experts-video__text {
    font-size: 14px;
  }
}

/* Video Modal */
.modal {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(0);
}

.modal .modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal .modal__inner .modal__close {
  position: absolute;
  right: -7px;
  top: -7px;
  border-radius: 50%;
  background: #005648;
  padding: 5px;
}

.modal .modal__inner .modal__close svg path {
  stroke: #ffffff;
  stroke-width: 3;
}

.modal .video-wrapper {
  height: 0;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.modal .video-wrapper video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block !important;
  object-fit: cover;
}

.modal .video-wrapper--modal {
  width: auto;
  height: 60vh;
  max-width: 90vw;
  padding-bottom: 0;
  aspect-ratio: 1920 / 1080;
  border-radius: 16px;
}

@media (max-width: 740px) {
  .modal .video-wrapper--modal {
    width: 90vw;
    height: auto;
    max-height: 90vh;
    padding-bottom: 0;
  }
}

/* FAQ */
.shopify-section--faq .vertical-breather {
  text-align: center;
}

.shopify-section--faq .faq__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.shopify-section--faq header {
  max-width: 490px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.shopify-section--faq .heading {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.shopify-section--faq p {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.faq__wrapper {
  width: 100%;
  max-width: 830px;
}

.faq__item {
  background-color: #ffffff;
  border-radius: 10px;
}

.faq__item .collapsible-toggle {
  padding: 10px 20px;
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

.faq__item .collapsible-toggle > span {
  max-width: calc(100% - 28px);
  text-align: left;
}

.faq__item + .faq__item {
  border: none;
  margin-top: 10px;
}

.faq__item .collapsible__content {
  text-align: left;
  padding: 10px 20px 20px;
}

.shopify-section--faq .animated-plus {
  width: 12px;
  height: 12px;
}

.shopify-section--faq .animated-plus:before,
.shopify-section--faq .animated-plus:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 6px;
  width: 9px;
  background-color: #757575;
  opacity: 1 !important;
}

.shopify-section--faq .animated-plus:before {
  left: 0;
  transform: rotate(45deg);
}

.shopify-section--faq .animated-plus:after {
  right: 0;
  transform: rotate(-45deg);
}

.shopify-section--faq [aria-expanded="true"] > .animated-plus:before {
  transform: rotate(-45deg);
}

.shopify-section--faq [aria-expanded="true"] > .animated-plus:after {
  transform: rotate(45deg);
}

@media (max-width: 740px) {
  .faq {
    margin-inline: unset;
  }

  .faq__item {
    padding-inline: unset;
  }

  .shopify-section--faq header {
    margin-bottom: 36px;
  }

  .shopify-section--faq .faq__preheading {
    padding: 0;
  }

  .shopify-section--faq .heading {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .shopify-section--faq p {
    font-size: 14px;
  }
}

/* Compare */
.compare__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare__info,
.compare__features {
  width: 47%;
}

.compare__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.compare__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.compare__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.compare__info-points {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 54px;
  row-gap: 6px;
  flex-wrap: wrap;
}

.compare__info-point {
  display: flex;
  align-items: center;
  gap: 3px;
}

.compare__info-point-text {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.compare__features table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
}

.compare__features table th {
  width: 50%;
  border: 1px solid #607874;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: var(--heading-font-family);
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.4px;
  font-weight: 400;
  text-transform: lowercase;
  width: 25%;
}

.compare__features table th:first-child {
  width: 50%;
  border: none;
}

.compare__features table th:nth-child(2),
.compare__features table tr td:nth-child(2) {
  background-color: #005648;
  color: #ffffff;
}

.compare__features table th:nth-child(2),
.compare__features table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.compare__features table th:last-child {
  border-top-right-radius: 16px;
}

.compare__features table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.compare__features table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.compare__features table td {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  border: 1px solid #607874;
  padding: 17px 14px;
}

.compare__features table tr td:not(:last-child),
.compare__features table th:nth-child(2) {
  border-right: none;
}

.compare__features table td,
.compare__features table th {
  border-bottom: none;
}

.compare__features table tr:last-child td {
  border-bottom: 1px solid #607874;
}

.compare__features table td + td {
  text-align: center;
}

@media (max-width: 740px) {
  .compare__container {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .compare__info {
    text-align: center;
  }

  .compare__info,
  .compare__features {
    width: 100%;
  }

  .compare__preheading {
    padding-bottom: 0;
  }

  .compare__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 24px;
  }

  .compare__text {
    font-size: 14px;
  }

  .compare__features table td {
    font-size: 14px;
  }

  .compare__info-points {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
    row-gap: 6px;
  }
}

/* Ingredient */
.ingredients__container {
  text-align: center;
}

.ingredients__info {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.ingredients__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.ingredients__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.ingredients__text,
.ingredients__key-ingredient-title,
.ingredients__key-ingredient-text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-block-start: 0 !important;
}

p.ingredients__key-ingredient-title {
  font-family: var(--heading-font-family);
  text-transform: lowercase;
}

.ingredients__wrapper {
  display: flex;
  justify-content: center;
  gap: 94px;
}

.ingredients__key-ingredient {
  width: 200px;
  padding: 27px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ingredients__key-ingredient img {
  width: 70px;
  height: auto;
  margin: 10px 0 !important;
}

@media (max-width: 1100px) {
  .ingredients__wrapper {
    display: flex;
    justify-content: center;
    gap: calc((100% - 800px) / 3);
  }
}

@media (max-width: 740px) {
  .ingredients__preheading {
    padding-bottom: 0;
  }

  .ingredients__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .ingredients__text,
  .ingredients__key-ingredient-text {
    font-size: 14px;
  }

  .ingredients__key-ingredient-title {
    font-size: 16px;
  }

  .ingredients__info {
    margin-bottom: 22px;
  }

  .ingredients__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
  }

  .ingredients__key-ingredient {
    width: calc(50% - 10.5px);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* Science */
.science__container {
  text-align: center;
}

.science__info {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.science__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.science__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.science__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.science__benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 21px;
  row-gap: 16px;
}

.science__benefit {
  width: calc(33.3% - 14px);
  border: 1px solid #d7dedb;
  border-radius: 16px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.science__benefit-preheading {
  font-family: var(--heading-font-family);
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.22px;
  font-weight: 400;
  text-transform: lowercase;
  margin: 0;
}

.science__benefit-title {
  font-family: var(--text-font-family);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.science__benefit-text {
  word-break: break-all;
}

.science__benefit-text * {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.science__benefit-text a {
  text-decoration: none;
}

.science__show-more {
  height: 52px;
  width: 100%;
  border: 1px solid #005648;
  border-radius: 30px;
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 12px;
  transition: 0.3s all ease-in-out;
}

.science__show-more:hover {
  background-color: #005648;
  color: #ffffff;
}

@media (max-width: 740px) {
  .science__preheading {
    padding-bottom: 0;
  }

  .science__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .science__text {
    font-size: 14px;
  }

  .science__info {
    margin-bottom: 22px;
  }

  .science__benefits-wrapper {
    row-gap: 21px;
  }

  .science__benefit {
    position: relative;
    width: 100%;
    padding: 24px;
    gap: 16px;
  }

  .science__benefit:nth-child(n + 4) {
    display: none;
  }

  .science__benefit .science__benefit-overlay {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    border-image: linear-gradient(transparent, #ffffff) fill 1;
  }

  .science__benefits-wrapper .science__benefit:nth-child(n + 7) {
    display: none;
  }
}

/* Reviews */
.reviews__container {
  text-align: center;
}

.reviews__info {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.reviews__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.reviews__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.reviews__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.reviews__videos-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

.reviews__video {
  max-width: 255px;
  border-radius: 16px;
  position: relative;
}

.reviews__video img {
  aspect-ratio: 255 / 372;
  border-radius: 16px;
}

.reviews__video .product-video-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews__video-mute,
.reviews__video-play {
  position: absolute;
  top: 9px;
  right: 54px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews__video-play {
  right: 9px;
}

.review__video-info {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.review__video-name {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-bottom: 16px;
}

.review__video-marks {
  display: flex;
  align-items: center;
  gap: 1px;
}

.review__video-marks svg {
  width: 15px;
  height: 15px;
}

@media (min-width: 741px) {
  .reviews__videos-wrapper .swiper-wrapper {
    justify-content: center !important;
    gap: 16px !important;
  }

  .reviews__video.selected {
    max-width: 284px;
  }

  .reviews__video:not(.selected) {
    padding: 23px 0;
  }

  .reviews__video:not(.selected) .reviews__video-mute,
  .reviews__video:not(.selected) .reviews__video-play {
    top: 32px;
  }

  .reviews__video:not(.selected) .review__video-info {
    bottom: 45px;
  }
}

@media (max-width: 740px) {
  .reviews__preheading {
    padding-bottom: 0;
  }

  .reviews__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .reviews__text {
    font-size: 14px;
  }

  .reviews__info {
    margin-bottom: 22px;
  }

  .reviews__videos-wrapper {
    width: calc(100% + 48px);
    margin-left: -24px !important;
  }

  .reviews__videos-wrapper .reviews__video.swiper-slide-active {
    max-width: 284px;
    padding: 0;
  }

  .reviews__video {
    padding: 23px 0;
  }

  .reviews__video .reviews__video-mute,
  .reviews__video .reviews__video-play {
    top: 32px;
  }

  .reviews__video .review__video-info {
    bottom: 45px;
  }

  .reviews__videos-wrapper
    .reviews__video.swiper-slide-active
    .reviews__video-mute,
  .reviews__videos-wrapper
    .reviews__video.swiper-slide-active
    .reviews__video-play {
    top: 9px;
  }

  .reviews__videos-wrapper
    .reviews__video.swiper-slide-active
    .review__video-info {
    bottom: 24px;
  }
}

/* Image with text 1 */
.image-with-text-1__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-with-text-1__info,
.image-with-text-1__image {
  width: 47%;
}

.image-with-text-1__info {
  text-align: right;
}

.image-with-text-1__image img {
  border-radius: 16px;
}

.image-with-text-1__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}

.image-with-text-1__title {
  font-family: var(--heading-font-family);
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.8px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.image-with-text-1__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 740px) {
  .image-with-text-1__container {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .image-with-text-1__info {
    text-align: left;
  }

  .image-with-text-1__info,
  .image-with-text-1__image {
    width: 100%;
  }

  .image-with-text-1__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .image-with-text-1__text {
    font-size: 14px;
  }
}

/* Nutrition Info */
.nutrition-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nutrition-info-left,
.nutrition-info-right {
  width: 47%;
}

.nutrition-list-block {
  border-bottom: 1px solid #d7dedb;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nutrition-list-block:first-child {
  padding-top: 0;
}

.nutrition-list-block:last-child {
  border: none;
  padding-bottom: 0;
}

.nutrition-title__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
}

.nutrition-title {
  font-family: var(--text-font-family) !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  margin-block-end: 0 !important;
  margin: 0;
}

.nutrition-additional-text {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  text-align: right;
  flex: 1 0 50%;
}

.nutrition-list-block .nutrition-text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.nutrition-list-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nutrition-list-block li {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.nutrition-row {
  display: flex;
  padding: 20px 0;
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #d7dedb;
  align-items: center;
}

.nutrition-row.no-btm-padding {
  padding-top: 10px;
  padding-bottom: 0;
  border: none;
}

.nutrition-row.sub-row {
  padding-top: 0;
  padding-bottom: 10px;
}

.nutrition-header {
  align-items: flex-end;
  padding-top: 0;
}

.nutrition-label {
  flex: 0 0 50%;
}

.nutrition-value {
  flex: 0 0 25%;
}

.nutrition-header .nutrition-value {
  font-family: var(--text-font-family);
  font-size: 12px;
  line-height: 16.5px;
  letter-spacing: 0;
  font-weight: 400;
}

@media (max-width: 740px) {
  .nutrition-info-container {
    flex-direction: column;
    gap: 80px;
  }

  .nutrition-info-left,
  .nutrition-info-right {
    width: 100%;
  }

  .nutrition-header {
    align-items: center;
  }

  .nutrition-row {
    padding: 12px 0;
  }

  .nutrition-row.no-btm-padding {
    padding-top: 12px;
  }

  .nutrition-row.sub-row {
    padding-bottom: 12px;
  }

  .nutrition-value {
    font-size: 14px;
  }

  .nutrition-list-block .nutrition-text {
    font-size: 14px;
  }
}

/* Bundle benefits */
.bundle-benefits__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
}

.bundle-benefits__info,
.bundle-benefits__features {
  width: 47%;
  max-width: 550px;
}

.bundle-benefits__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  margin: 0;
  margin-bottom: 11px;
}

.bundle-benefits__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 11px;
}

.bundle-benefits__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.bundle-benefits__item {
  padding: 16px 0;
  border-bottom: 1px solid #f7f5f2;
}

.bundle-benefits__item:last-of-type {
  border: none;
}

.bundle-benefits__item p,
.bundle-benefits__item .collapsible__content {
  font-size: 16px;
  line-height: 1.2;
}

.bundle-benefits__item .collapsible__content {
  color: #607874;
}

.bundle-benefits__item .collapsible-toggle {
  gap: 16px;
  padding: 0;
}

.bundle-benefits__item .collapsible-toggle > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: calc(100% - 28px);
}

.bundle-benefits__item .collapsible-toggle > div > p {
  margin: 0;
}

.bundle-benefits__item .collapsible-toggle .pre-icon {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  color: #10b193;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.bundle-benefits__item .collapsible__content {
  padding-left: 57px;
  padding-top: 8px;
}

.shopify-section--bundle-benefits .animated-plus {
  width: 12px;
  height: 12px;
}

.shopify-section--bundle-benefits .animated-plus:before,
.shopify-section--bundle-benefits .animated-plus:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 6px;
  width: 8px;
  background-color: #000000;
  opacity: 1 !important;
}

.shopify-section--bundle-benefits .animated-plus:before {
  left: 0;
  transform: rotate(45deg);
}

.shopify-section--bundle-benefits .animated-plus:after {
  right: 0;
  transform: rotate(-45deg);
}

.shopify-section--bundle-benefits
  [aria-expanded="true"]
  > .animated-plus:before {
  transform: rotate(-45deg);
}

.shopify-section--bundle-benefits
  [aria-expanded="true"]
  > .animated-plus:after {
  transform: rotate(45deg);
}

@media (max-width: 740px) {
  .bundle-benefits__container {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .bundle-benefits__info,
  .bundle-benefits__features {
    width: 100%;
  }

  .bundle-benefits__preheading {
    padding-bottom: 0;
    margin-bottom: 11px;
  }

  .bundle-benefits__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .bundle-benefits__text {
    font-size: 14px;
  }

  .bundle-benefits__item {
    padding: 12px 0;
  }

  .bundle-benefits__item p,
  .bundle-benefits__item .collapsible__content {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Bundle ingredients */
.bundle-ingredients__container {
  text-align: center;
}

.bundle-ingredients__info {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.bundle-ingredients__preheading {
  font-family: var(--text-font-family);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
  margin-bottom: 16px;
}

.bundle-ingredients__title {
  font-family: var(--heading-font-family);
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.51px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}

.bundle-ingredients__text {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}

.bundle-ingredients__products {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.bundle-ingredients__product {
  width: calc(50% - 12px);
  max-width: 380px;
  border-radius: 20px;
  border: 1px solid #d7dedb;
}

.bundle-ingredients__product img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 55px 0 55px;
}

.bundle-ingredients__product-info {
  padding: 16px;
}

.bundle-ingredients__product-title {
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.27px;
  font-weight: 400;
  margin-bottom: 6px;
  text-transform: lowercase;
}

.bundle-ingredients__product-value-proposition {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  margin-bottom: 24px;
}

.bundle-ingredients__product-value-proposition em {
  font-style: normal;
}

.button.view-key-ingredients {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
  background: #10b193;
  border: 1px solid #10b193;
  margin-bottom: 10px;
  padding: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.view-nutritional-info {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 400;
  color: #106053;
  padding: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f5f2;
}

.drawer__title-wrapper,
.popover__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.drawer__product-title,
.popover__product-title {
  font-family: var(--text-font-family);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-block-start: 0 !important;
}

.popover__product-title {
  font-size: 14px;
}

.shopify-section--bundle-ingredients .ingredients__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
}

.shopify-section--bundle-ingredients .ingredients__key-ingredient {
  width: calc(50% - 10.5px);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.shopify-section--bundle-ingredients .ingredients-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow-y: auto;
}

.shopify-section--bundle-ingredients .nutrition-additional-text,
.shopify-section--bundle-ingredients .nutrition-header .nutrition-value {
  color: #10b193;
}

@media (max-width: 740px) {
  .bundle-ingredients__preheading {
    padding-bottom: 0;
  }

  .bundle-ingredients__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 11px;
  }

  .bundle-ingredients__text {
    font-size: 14px;
  }

  .bundle-ingredients__product img {
    padding: 0;
  }

  .bundle-ingredients__info {
    margin-bottom: 22px;
  }

  .bundle-ingredients__products {
    flex-direction: column;
    gap: 22px;
  }

  .bundle-ingredients__product {
    width: 100%;
    max-width: 100%;
  }

  .shopify-section--bundle-ingredients .modal .modal__inner {
    padding: 24px;
    max-height: 90vh;
  }

  .drawer__title-wrapper,
  .popover__title-wrapper {
    align-items: center;
  }

  .shopify-section--bundle-ingredients
    .nutritional-info-modal.modal
    .modal__inner {
    width: 90%;
  }

  .shopify-section--bundle-ingredients .nutritional-info-wrapper {
    width: 100%;
    text-align: left;
    overflow-y: auto;
  }
}

.okeReviews[data-oke-container]
  .oke-testimonialCard-head
  .oke-testimonialCard-reviewer
  .oke-w-reviewer-avatar,
div.okeReviews
  .oke-testimonialCard-head
  .oke-testimonialCard-reviewer
  .oke-w-reviewer-avatar {
  z-index: 1 !important;
}

/* Promotion Tile Enahancements */
.shopify-section--main-collection
  .promotion-block__content-wrapper.text-container {
  max-width: 55%;
}

@media screen and (max-width: 740px) {
  .shopify-section--main-collection
    .promotion-block__content-wrapper.text-container {
    max-width: 75%;
  }

  .shopify-section--main-collection
    .promotion-block__content-wrapper.text-container
    p.heading.heading--small {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .shopify-section--main-collection
    .promotion-block__content-wrapper.text-container
    p.heading.h4 {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .shopify-section--main-collection
    .promotion-block__content-wrapper.text-container
    div
    p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.175px;
  }
}

/* Bundle Directions */
.bundle-directions__dosages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.bundle-directions__dosage {
  display: flex;
  border: 1px solid #d7dedb;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  max-width: 950px;
}

.bundle-directions__dosage-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 10px;
  padding: 10px 30px;
  width: 25%;
}

.bundle-directions__dosage-product img {
  width: 40px;
}

.bundle-directions__dosage-product-title {
  font-family: var(--heading-font-family);
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  font-weight: 400;
  margin: 0;
}

.shopify-section--bundle-directions .directions__dosages {
  width: 75%;
  padding: 10px 30px;
  justify-content: center;
  border-left: 1px solid #e1e6e4;
  gap: 10px;
}

@media screen and (max-width: 740px) {
  .bundle-directions__dosages {
    gap: 22px;
  }

  .bundle-directions__dosage {
    flex-direction: column;
    align-items: center;
  }

  .bundle-directions__dosage-product {
    width: 100%;
    justify-content: center;
    padding: 14.5px 24px;
  }

  .shopify-section--bundle-directions .directions__dosages {
    border-left: none;
    border-top: 1px solid #e1e6e4;
    padding: 10px 24px;
    width: 100%;
    gap: 0;
  }
}

/* Subscription learn more modal */
.drawer__content .rte .subscribe-benefits,
.popover__content .rte .subscribe-benefits {
    color: #005648 !important;
}

.drawer__content .subscribe-benefits ul,
.popover__content .subscribe-benefits ul {
    margin-left: 0px;
}

.drawer__content .subscribe-benefits li,
.popover__content .subscribe-benefits li {
    display: block;
    background-color: #F7F5F2;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 16px;
}

.drawer__content .subscribe-benefits li span,
.popover__content .subscribe-benefits li span {
    margin-left: 10px;
}

.drawer__content .subscribe-benefits ::marker,
.popover__content .subscribe-benefits ::marker {
    display: none;
}

.drawer__content h2.heading.heading--medium,
.popover__content h2.heading.heading--medium {
    font-size: 26px;
    color: #005648;
}

.drawer__content h3.heading.heading--small,
.popover__content h3.heading.heading--small {
    font-size: 22px;
    color: #005648;
}

.drawer__content h4.heading.heading--micro,
.popover__content h4.heading.heading--micro {
    font-size: 18px;
    margin: 0px;
    color: #005648;
}

.drawer__content .free-gifts,
.popover__content .free-gifts {
    margin-top: 30px;
    border-top: 1px solid #dfdfdf;
    padding-top: 30px;
}

.drawer__content .gifts,
.popover__content .gifts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    margin-top: 20px;
}

.drawer__content .gift-item,
.popover__content .gift-item {
    width: calc(50% - 5px);
    background-color: #F9FCF9;
    padding: 15px;
    border-radius: 16px;
    position: relative;
}

.drawer__content .free-badge,
.popover__content .free-badge {
    position: absolute;
    top: -11px;
    right: 20px;
    font-size: 10px;
    background-color: #10B193;
    color: white;
    padding: 2px 6px;
    border-radius: 6px;
}

.drawer__content .gift-item p.product-title,
.popover__content .gift-item p.product-title {
    line-height: 1.2;
    margin: 10px 0px;
}

.drawer__content .gift-item p.price,
.popover__content .gift-item p.price {
    line-height: 1.2;
    font-size: 13px;
    margin: 0px;
}



/* Reviews Widget */
.okeReviews[data-oke-container] .container.vertical-breather {
  padding-top: 10px !important;
}
.oke-w-header {
  display: none;
}
.okeReviews[data-oke-container] .oke-w-reviews-head,
div.okeReviews .oke-w-reviews-head {
  justify-content: center !important;
  align-items: center !important;
}
.okeReviews[data-oke-container] .oke-w-reviews-writeReview,
div.okeReviews .oke-w-reviews-writeReview {
  margin-left: 10px !important;
}
.okeReviews[data-oke-container] button#filter-toggle, .okeReviews[data-oke-container] .oke-showMore button {
  max-height: 40px;
}
.oke-w-reviewer-avatar {
  display: none;
}
.oke-reviewContent,
.oke-reviewContent-title.oke-title {
  color: #004d3f !important;
}
.okeReviews[data-oke-container] button#filter-toggle, .okeReviews[data-oke-container] .oke-w-reviews-writeReview a, .okeReviews[data-oke-container] .oke-showMore button {
    border-radius: 60px !important;
    background: #f7f5f2 !important;
    border: none !important;
    min-height: 50px;
    transition: all 0.25s ease-in-out;
}

.oke-w-reviews-writeReview a::before {
    display: none !important;
}

.oke-w-reviews-writeReview a, .oke-button-text {
    color: #005748 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em;
    line-height: unset !important;
}

.oke-w-reviews-head .oke-icon {
    display: none !important;
}

.okeReviews[data-oke-container] button#filter-toggle:hover, .oke-w-reviews-writeReview a:hover,  .okeReviews[data-oke-container] .oke-showMore button:hover {
    background: #005748 !important;
    box-shadow: none !important;
    color: white !important;
}

.okeReviews[data-oke-container] button#filter-toggle:hover .oke-button-text,  .okeReviews[data-oke-container] .oke-showMore button:hover  .oke-button-text {
    color: white !important;
}

iframe#chat-button {
    right: 15px;
    bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .slideshow--x-small {
    --slideshow-min-height: 28vw;
  }