/** Shopify CDN: Minification failed

Line 755:0 Unexpected "}"

**/
body {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  font-stretch: normal;
  font-weight: 400;
  position: relative;
}

/* Fix position:fixed being broken by page transition animation */
/* The animation on .transition-body creates a GPU layer with transform, 
   which makes fixed elements position relative to it instead of viewport */
.loaded[data-transitions="true"] .transition-body {
  animation: none !important;
  opacity: 1 !important;
}
div {
  display: block;
}
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
details {
  display: block;
}
.heading-small {
  font-size: 36px;
}
.center {
  text-align: center !important;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 22%);
  z-index: 25 !important;
}

/* Ensure product sticky bar (benefits + product-nav) appears above header when scrolling */
.product-nav.fixed,
.js--benefits.fixed,
.section-diatery-save-up.fixed {
  z-index: 10000 !important;
  display: flex !important;
}
.product-nav.fixed {
  display: block !important;
}
.product-nav.fixed .width {
  display: inline-flex !important;
}
.btn--green {
  border: 4px solid #26d062;
  background-color: #f2fff6;
  color: #26d062;
  border-radius: 50px;
}
.fa,
.fas {
  font-weight: 900;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome\ 5 Free";
}

/* section product */
.section-product > * {
  width: 50%;
}
.section-product {
  display: flex;
  align-items: flex-start;
  padding:20px;
  justify-content: center;
}
.section-product__slider {
  max-width:725px;
  padding: 2rem 1rem 0 3rem;
  position: relative;
}
div#above-prod-selector {
  padding: 2rem 1rem 0 3rem;
}

/*  glide gallery */

.glide * {
  box-sizing: inherit;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.section-product__slider-item {
  outline: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.section-product__slider-img {
  display: block;
  max-width: 100%;
}
.section-product__thumbnails {
  display: flex;
  justify-content: center;
  width: 40%;
  margin: 10px auto;
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.grid {
  margin: 0;
}
.section-product__thumb-control {
  z-index: 10;
}
.section-product__thumb-control i {
  display: flex;
  justify-content: center;
}
.glide__track {
  overflow: hidden;
}
.section-product__thumb-item--active {
  border: 2px solid #0f0f0f !important;
  background-color: #fff !important;
}
.section-product__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-product__thumb-control {
  z-index: 10;
}

svg.section-product__slider-arrow-left {
  stroke: #000000 !important;
  stroke-width: 1px;
}
svg.section-product__slider-arrow-right {
  stroke: #000000;
  stroke-width: 2px !important;
}
.section-product__slider-arrow-left,
.section-product__slider-arrow-right {
  color: #0f0f0f;
  font-size: 20px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  align-items: center;
}
.section-product__slider-arrow-left {
  left: -25%;
  top: 40px;
}
.section-product__slider-arrow-right {
  right: -25%;
  top: 40px;
}
svg.section-product__slider-arrow-left:hover,
svg.section-product__slider-arrow-right:hover {
  color: #00b1ff;
}
.section-product__thumb-control i {
  display: flex;
  justify-content: center;
}
.section-product__slider-arrow-left:hover,
.section-product__slider-arrow-right:hover {
  color: #00b1ff;
}

/* product selector */
.section-product__selector {
  max-width: 95rem;
  padding-right: 6.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-product__info {
  margin-bottom: 18px;
}
.section-product__info-top,
.product-title {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  min-height: 100px;
  width: 100%;
  max-width: 610px;
}
.section-product__description {
  font-size: 18px;
  font-weight: 500;
  color: #00b1ff;
  margin: 0.5rem 0;
}
.section-product__selector .product-title {
  margin: 0px;
  min-height: auto;
}
.section-product__selector .product-title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 0 0 8px;
  text-align: left;
}

.product-selector {
  margin-top: 20px;
}

.view-nutrition-container {
  margin-top: 20px;
  height: 26px;
}
.view-nutrition-container {
  display: flex;
  justify-content: center;
}

/* section ingredients */
.section-content__ingredients {
  display: none;
}

.section-content__ingredients.active {
  display: flex;
}

.section-content__ingredients-link {
  font-family: "Roboto Mono", serif;
  font-weight: 900;
  font-size: 16px;
  color: initial;
  cursor: pointer;
  max-height: 80px;
  line-height: 1;
  margin: 5px;
}
.section-content__ingredients-link:hover {
  background-color: rgba(255, 108, 0, 0.12);
}
.link,
.link--orange,
.link--purple {
  display: inline-block;
  position: relative;
}

.link-colored--orange,
.link-colored--orange-green,
.link-colored--purple,
.link-colored--purple-blue,
.link-colored--purple-green {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.link-colored--purple:before,
.link-colored:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.125em;
  right: -0.125em;
  z-index: -1;
}

.link--orange:after,
.link--purple:after,
.link:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  bottom: 1px;
  z-index: -1;
}

.link-colored--purple:hover:before,
.link-colored:active:before,
.link-colored:hover:before {
  animation: linkUnderlineIn 0.3s forwards;
}
.link-colored--purple:active,
.link-colored--purple:hover,
.link-colored:active,
.link-colored:hover {
  z-index: 0;
  transition: all 0.3s;
}

.link-colored--purple:active,
.link-colored--purple:hover {
  color: #e200ff;
}

.link-colored--purple:active:before,
.link-colored--purple:hover:before,
.link-colored:active:before,
.link-colored:hover:before {
  animation: linkUnderlineIn 0.3s forwards;
}
.link--orange:after {
  bottom: 1px;
  background: rgba(255, 108, 0, 0.8);
}
.link--orange:hover:after,
.link--purple:active:after,
.link--purple:hover:after,
.link:active:after,
.link:hover:after {
  transition: all 0.1s linear;
  height: 0;
}

/* popup */
.ingredients-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;
  display: none;
}

.ingredients-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 80px;
  background: #fffefc;
  background-size: cover;
  min-height: 360px;
  min-width: 320px;
  z-index: 30;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  color: #fff;
  text-align: center;
  max-width: 930px;
  width: 90%;
  border-radius: 30px 0;
  box-shadow: -6px 6px 0 0 #d6d9de;
  font-family: Roboto, sans-serif;
}

.ingredients-popup .icon-cancel-1 {
  color: #0f0f0f;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

.ingredients-image-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.product-title-wrapper {
  display: inline-block;
  width: 94%;
}

.section-diatery-save-up {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edfaff;
  padding: 0 8%;
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100px;
  border-bottom: 1px solid #00b1ff;
  border-top: 1px solid #00b1ff;
  margin-top: 35px;
  margin-bottom: 50px;
}

.section-diatery-save-up__save {
  text-align: center;
  text-transform: uppercase;
  color: #0f0f0f;
  font-size: 18px;
  font-stretch: 100%;
  font-weight: 900;
  margin: 16px 72px;
}

.section-diatery-save-up__save div {
  font-size: 36px;
  color: #00b1ff;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: inherit;
}
.section-diatery-save-up__pros-box {
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid #00b1ff;
  background-color: #fff;
  max-width: 700px;
  margin-right: 72px;
  line-height: normal;
}
.section-diatery-save-up__satisfaction {
  font-size: 18px;
  font-stretch: 100%;
  font-weight: 500;
  text-align: left;
  max-inline-size: 110px;
  margin: 3px 15px;
}
.section-diatery-save-up__pros {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: normal;
  row-gap: 5px;
}
.section-diatery-save-up__pros p {
  flex: 45%;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  margin: 0 4px;
  line-height: 18px;
}
.section-diatery-save-up__btn,
.section-diatery-save-up__btn:hover {
  border-radius: 50px;
  background-color: #26d061;
  box-shadow: none;
  transform: translate(0px, 0px);
  line-height: 16px;
  max-height: none;
  color: #ffffff;
}
.section-diatery-save-up__btn {
  color: #fff;
  font-family: "Roboto";
  font-style: normal;
  padding: 9px 0 0;
  font-size: 16px;
  line-height: 16px;
  width: 132px;
  height: 40px;
}
.ribbon {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
  display: flex;
  height: 24px;
  margin-bottom: 5px;
  text-align: center;
  background: #ff6c00;
  width: max-content;
  padding: 0 18px 0 8px;
}
.ribbon label {
  font-family: "Roboto";
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.ribbon.ribbon-black-friday {
  display: none;
}
.is-bf .ribbon.ribbon-black-friday {
  display: flex;
}
.is-bf .ribbon.on-sale {
  display: none;
}
.section-product__heading-secondary,
.product-title {
  margin: 0 0 1rem;
  font-size: 40px;
}

.heading-secondary,
.heading-small,
.section-form__content h3,
.product-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 2rem 0;
  text-align: left;
}

.product-subheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-product__description,
.product-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #00b1ff;
  margin: 0.5rem 0;
  display: inline-block;
  width: 46%;
}

.product-subtitle {
  width: 51%;
}

/* Reviews */
.yotpo-reviews-container {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.product__info-wrapper .yotpo-reviews-container {
  align-items: center;
  display: inline-block;
  max-height: 27px;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  /* width: 51% !important; */
  width: 68% !important;
  margin-left: 20px;
  position: relative;
}

.yotpo-reviews-container
  .reviews-stars-container
  .yotpo-star-ratings-clickable {
  justify-content: center !important;
}

.yotpo-reviews-container .reviews-recommend-percent-label-container {
  font-size: 12px;
  text-align: center;
  visibility: hidden;
}

.yotpo-reviews-container,
.yotpo-reviews-placeholder {
  width: 100%;
}
.yotpo-star-ratings-clickable {
  cursor: default;
}
.product__info-wrapper .yotpo-reviews-container .view-all-link-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: -1px;
}
.product__info-wrapper .yotpo-reviews-container .view-all-link-container a {
  color: #626090;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
.product__info-wrapper
  .yotpo-reviews-container
  .view-all-link-container
  a.mobile-link {
  display: none;
}
.product__info-wrapper .yotpo-reviews-container .view-all-link-container a {
  color: #626090;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}

/* YOTPO OVERRIDES */
.yotpo-sr-bottom-line-text--right-panel {
  font-weight: 500;
  color: #00b1ff;
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: pointer;
}

/* section product benefits */

.section-product__benefits {
  font-size: 16px;
  color: #0f0f0f;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 32px;
  justify-content: start;
}
.section-product__benefits ul {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 14px;
  margin: 0;
}
.section-product__benefits li {
  font-size: 16px;
  font-weight: 400;
  list-style: initial;
  margin-bottom: 5px;
  line-height: 22px;
  list-style: none;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 7px;
}

.section-product__benefits li::marker {
  display: none;
  content: " ";
  list-style: none;
  list-style-type: none;
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.section-product__benefits li:before {
  background: no-repeat
    url(https://cdn.bfldr.com/DORXX83Q/at/4pcxnsmwbsxvtxtxqcjnfvx/lightning.png?auto=webp&format=png);
  background-position: left -2px top -1px;
  display: inline-flex;
  content: " ";
  min-width: 17px;
  width: 17px;
  height: 21px;
  overflow: visible;
}

.pdp-card-premium hr {
  display: none;
}

/* section diatary - blue bar */

.header-fixed-container {
  position: sticky;
  display: block;
  top: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 20;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.paragraph--list__item {
  font-size: 16px;
  line-height: 1.44;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  letter-spacing: normal;
}
.paragraph--list__item img {
  align-self: baseline;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
}

}
.section-diatery {
  font-size: 14px;
  font-stretch: 100%;
  font-weight: 400;
}

/* mobile nav */
.product-nav {
  padding: 10px 8px;
  width: 100%;
  background: #fdfdfd;
  height: 50px;
  border-bottom: 1px solid #000;
}
.product-nav .width,
.product-nav:not(.fixed) {
  display: none;
}

/* main content */

.section-content__tab-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 1px solid #0f0f0f;
  padding-top: 35px;
  margin-bottom: 78px;
}
.section-content__tab-navigation .tab-header.active {
  font-weight: 700;
  border: 1px solid #0f0f0f;
  border-bottom: 2px solid #fff;
  border-radius: 4px 4px 0 0;
}
.section-content__tab-navigation .tab-header {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #0f0f0f;
  background: #fff;
  color: #0f0f0f;
  margin: 0;
  padding: 0 16px;
  transform: translateY(1px);
  cursor: pointer;
  min-width: 100px;
  height: 30px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.section-content__heading-colored {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
}
.heading-colored,
.heading-colored--blue,
.heading-colored--green,
.heading-colored--orange,
.heading-colored--purple {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.heading-colored--blue:after {
  background-color: #00b1ff;
}
.heading-colored--blue:after,
.heading-colored--green:after,
.heading-colored--orange:after,
.heading-colored--purple:after,
.heading-colored:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.heading-secondary,
.heading-small,
.section-form__content h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 20px 0;
  text-align: left;
}


.section-content .hide-on-mobile {
  display: block;
}
.paragraph,
.section-form__content p {
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
}

.accordion__title .accordion__times {
  display: none;
}

.section-content__accordion--mobile {
  display: none;
}


.section-content__content p {
  line-height: 1.73;
  font-weight: 400;
  color: #0f0f0f;
  margin: 20px 0;
  font-size: 16px;
  letter-spacing: normal;
}

/* section-content__description styling for metafield content */
.section-content__content h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 20px 0 20px;
  text-align: left;
  width: 100%;
  display: block;
  line-height: normal;
}

.section-content__content small {
  font-size: 14px;
  color: #0f0f0f;
  margin-top: 10px;
  display: block;
}

.section-content__content h1,
.section-content__content h3,
.section-content__content h4,
.section-content__content h5 {
  font-size: 36px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 20px 0;
  text-align: left;
}

.section-content__content h6 {
  font-size: 0.67em;
  font-weight: 400;
  color: #0f0f0f;
  margin: 20px 0;
  text-align: left;
}

/* section science */
.section-content__science {
  display: none;
}

.section-content__science.active {
  display: block;
}

/* Product selector "Join..." text: left on desktop, center on mobile */
.product-selector .product-selector-subscribers-title {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .product-selector .product-selector-subscribers-title {
    text-align: center;
  }
}

/* Reduce gap between headline and bullet points to match main theme */
.section-content__science-bullets {
  margin-top: 5rem;
}

/* Column gap for "the science" paragraph grid (2x2 layout) */
.section-content__science .mx-auto[class*="flex"],
.section-content__science-bullets .mx-auto[class*="flex"] {
  column-gap: 20px;
}

/* section description */
.section-content__description {
  display: none;
}

.section-content__description.active {
  display: grid;
  margin-top: 4rem;
}

/* Tablet breakpoint adjustments */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-product__slider {
    width: 35% !important;
  }
  
  .section-product__selector {
    width: 60% !important;
  }
}

@media only screen and (max-width: 768px) {
  .heading-secondary,
  .heading-small,
  .section-form__content h3,
  .section-content__content h2 {
    font-size: 24px;
  }
  
  .section-content__science .section-content__title {
    font-size: 24px;
    line-height: 30px;
  }
  
  .section-content__science .section-content__heading-colored {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: unset;
  }
}

.accordion__title {
  display: flex !important;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  outline: none;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #61656c;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.8px;
  position: relative;
  border: none;
  border-top: 1px solid #d8d9db;
}
.accordion__title .ingredient-name {
  font-weight: 700;
  font-size: 18px;
}
.accordion .accordion__plus {
  float: right;
  margin-left: 10px;
  color: #0f0f0f;
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  transition: all 0.1s ease-in;
}
.accordion details[open] .accordion__plus {
  transform: rotate(45deg);
}
.accordion--product-page .accordion__title:hover span:first-of-type {
  color: #00b1ff;
  background-color: #edfaff;
}
.accordion__title:active span:first-of-type,
.accordion__title:hover span:first-of-type {
  transition: all 0.3s;
  position: relative;
  color: #00b1ff;
  background-color: #edfaff;
}
.accordion__paragraph {
  padding: 10px 0;
  margin-right: 20px;
  line-height: 26px;
}
.accordion--product-page details[open] .accordion__title {
  color: #00b1ff;
}
.accordion--product-page details[open] .accordion__title span:first-of-type {
  transition: all 0.3s;
  position: relative;
}
.accordion--product-page details[open] .accordion__title .ingredient-name {
  line-break: after-white-space;
  -webkit-line-break: after-white-space;
  background-color: #edfaff;
}
.accordion--product-page
  details[open]
  .accordion__title
  span:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.125em;
  right: -0.125em;
  -webkit-animation: linkUnderlineIn 0.3s forwards;
  animation: linkUnderlineIn 0.3s forwards;
  top: 0;
  bottom: 0;
}
.accordion--product-page
  details[open]
  .accordion__title
  .ingredient-name:before {
  white-space: nowrap;
  line-break: after-white-space;
  -webkit-line-break: after-white-space;
}
.section-content__ingredients .shopnow {
  border-radius: 50px;
  box-shadow: none;
  transform: translate(0);
  line-height: normal;
  max-height: none;
  min-width: 141px;
  height: 50px;
  color: #fdfdfd;
  font-size: 18px;
  font-family: "Roboto";
  align-items: center;
  padding: 18.5px 30px;
  background: #19d95c;
  display: flex;
}
.ingredients-popup img {
  width: 100%;
  max-width: 600px;
  border-radius: 0 15px 15px 0;
  margin: 0px;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}

/* section reviews */
.section-reviews.active {
  display: block;
}
.section-reviews {
  display: none;
  text-align: center;
}

/* join us section */

.section-reviews + .section-form {
  margin-top: 70px;
}
.section-form {
  text-align: center;
  margin: 3px auto;
}
.section-form__content {
  margin: 0 auto;
  text-align: center;
  width: 640px;
}
.section-form__content h3 {
  max-inline-size: 65px;
  font-size: 36px;
  font-stretch: 100%;
  font-weight: 700;
}
.email-capture-form .section-form__content h3 {
  max-inline-size: inherit;
}
.heading-secondary--center,
.popup .after-submit p,
.popup .submit-error p,
.section-form__content h3 {
  margin: 0 auto;
  text-align: center;
}
.section-form__content p {
  max-inline-size: 77rem;
  margin: 30px auto;
}
.section-form__form {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 45px auto 60px;
}
.section-form .email-capture-form-container {
  display: flex;
}
.section-form .btn--form {
  border-style: hidden;
  margin: 3px 0 0 5px;
  width: 128px;
  height: 50px;
  padding: 16px 30px 17px 28px;
  font-weight: 900;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #00b1ff;
  border-radius: 50px;
  font-size: 18px;
  line-height: 18px;
  color: #fdfdfd;
  font-family: "Roboto";
}
.section-form__input {
  padding: 20px;
  color: #0f0f0f;
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 900;
  max-width: 60rem;
  margin: 0 10px 10px 0;
  text-align: left;
  width: 520px;
  height: 50px;
  background: #fff;
  border: 1px solid #bdbfc4;
  border-radius: 50px;
  transition: all 0.15s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-form .post-sub {
  display: none;
}

.newsletter-section {
  padding: 4px 0px 72px;
}
.newsletter-section__content .theme-block {
  margin: 0px auto;
}
.newsletter-section__content .theme-block p.h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f0f0f;
  margin: 0px auto;
}
.newsletter-section__content .theme-block p {
  font-weight: 400;
  color: #0f0f0f;
  margin: 2rem 0;
  font-size: 16px;
  line-height: 26px;
  margin: 34px auto 45px;
  width: 640px;
  letter-spacing: normal;
}
.newsletter-section__content .theme-block button {
  margin: 0px;
  line-height: normal;
}

/*  Custom newsletter form */
.newsletter-custom input:first-child {
  background-color: #fff;
  border: 1px solid #bdbfc4;
  border-radius: 50px;
  color: #0f0f0f;
  font-weight: 900;
  font-size: 1rem;
  height: 50px;
  padding-left: 1.25rem;
  text-align: left;
  transition: all 0.15s cubic-bezier(0.25, 1, 0.5, 1);
  width: 32.5rem;
  -webkit-appearance: none;
}
.newsletter-custom input:last-child {
  align-items: center;
  background-color: #00b1ff;
  border-style: hidden;
  border-radius: 50px;
  color: #fdfdfd;
  display: flex;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
  height: 50px;
  justify-content: center;
  line-height: normal;
  white-space: nowrap;
  width: 128px;
  margin-left: 20px;
}

/* YOTPO */
.yotpo-display-s .yotpo-review {
  margin: 12px auto !important;
}
.yotpo-initials-background {
  fill: #83b6dd !important;
}
.yotpo-avatar-initials-text {
  fill: #ffffff !important;
}
.yotpo-star-rating-icon {
  width: 14px !important;
}
.yotpo-mobile-filters-popup-overlay-container {
  width: auto !important;
  height: auto !important;
  position: relative !important;
  border: 1px solid #cccccc;
  margin-bottom: 20px !important;
}
.yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-header {
  position: relative !important;
}
.yotpo-display-s
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-content {
  margin-top: 0px !important;
}
.yotpo-mobile-filters-popup-overlay-container
  .yotpo-mobile-filters-popup-content {
  padding: 10px 60px 0px !important;
}
.yotpo-review .yotpo-review-date .yotpo-date-format {
  font-size: 12px !important;
}
span.yotpo-reviewer-name {
  color: #2f84ed !important;
  font-weight: bold !important;
  font-size: 13px !important;
}
.yotpo-review .yotpo-review-title {
  display: inline-block;
  float: left;
  color: #6b6d76 !important;
  margin: 5px auto 5px !important;
  font-size: 14px !important;
}
.yotpo-reviewer-details,
.yotpo-reviewer-details-verified {
  flex-direction: row !important;
  position: relative !important;
  top: -8px;
}
.yotpo-display-s
  .yotpo-review
  .yotpo-review-center-panel
  .yotpo-review-star-rating {
  margin-bottom: 5px !important;
}
.yotpo-display-s .yotpo-review .yotpo-review-center-panel {
  margin-left: 44px !important;
  margin-top: -14px !important;
}
.yotpo
  .yotpo-review
  .yotpo-header.yotpo-verified-buyer
  .yotpo-icon-circle-checkmark {
  color: #1cc286;
}
.yotpo-reviewer-verified-buyer-text {
  position: relative !important;
  top: -3px !important;
  margin-left: 5px !important;
}
.yotpo-verified-icon-wrapper {
  fill: #1cc286 !important;
  -webkit-border-radius: 50%;
  background-color: #ffffff;
  width: 16px !important;
}
.yotpo-verified-icon-wrapper circle {
  fill: #1cc286 !important;
}
.yotpo-star-rating .star-container:not(:last-child) {
  margin-right: 6px !important;
}
.yotpo-review-votes-text {
  font-size: 13px !important;
}
.yotpo-horizontal-pagination a {
  color: #2f84ed !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-size: 14px !important;
}
.yotpo-horizontal-pagination .yotpo-pagination-number:hover {
  background-color: transparent !important;
  color: #2f84ed !important;
  font-weight: bold !important;
}
.yotpo-horizontal-pagination a.selected {
  background-color: transparent !important;
  color: #2f84ed !important;
  font-weight: bold !important;
}
.yotpo-pagination-icon {
  fill: var(--yotpo-blue);
}

.yotpo-modal {
  max-height: 99% !important;
}
.modal-body {
  overflow: visible !important;
}
.yotpo-modal .yotpo-modal-header {
  margin-top: 6px !important;
  margin-bottom: 8px !important;
}
.yotpo-modal .yotpo-new-review-star-rating {
  min-height: 4em !important;
}
.yotpo-new-review-content .yotpo-form-label {
  margin-top: 0px !important;
}
.yotpo-modal .yotpo-new-review-star-rating .yotpo-form-label {
  margin-bottom: 0px !important;
}
.yotpo-modal .yotpo-star-rating-icons-wrapper {
  padding: 0px !important;
}
.yotpo-modal .yotpo-new-review-content {
  min-height: 10em !important;
}
.yotpo-modal .yotpo-new-review-headline {
  min-height: 5em !important;
}
.yotpo-modal .yotpo-review-form .form-footer h6 {
  margin-bottom: 0px !important;
}
.yotpo-modal .yotpo-review-form .form-footer {
  padding: 4px 10px 10px !important;
  background-color: #eeeeee;
}
.yotpo-modal .yotpo-checkbox-label {
  font-size: calc(var(--typeBaseSize) + 0px) !important;
  margin-left: 10px !important;
}
.yotpo-modal .yotpo-terms-and-conditions-container {
  padding: 0px !important;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 900px) {
}

@media screen and (max-width: 56.25em) {
  .section-product--t-hero .pdp-selector .product-selector-bottom {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

/* MOBILE STYLES */
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .section-product > * {
    width: 100%;
  }
  .section-product {
    display: block;
    margin: 0 auto 2rem;
  }
  
  .section-product .section-product__slider {
    min-width: 100%;
    padding:0;
  }
  .section-product__thumbnails {
    width: 80%;
    justify-content: normal;
  }
  .section-product__thumb-item {
    width: 100%;
    height: auto;
    padding: 8px;
  }
  .section-product__slider-arrow-left {
    left: -8%;
    width: 16px;
    height: 16px;
    top: 40px;
  }
  .section-product__slider-arrow-right {
    right: -8%;
    width: 16px;
    height: 16px;
    top: 40px;
  }
  .section-content__ingredients-link {
    font-size: 12px;
    letter-spacing: normal;
  }
  .link--orange:after {
    bottom: 5px;
  }
  .ingredients-popup {
    width: 100%;
    padding: 20px 30px;
  }
  .section-product__selector {
    max-width: none;
    padding: 2.8% 0px !important;
  }
  .product__info-wrapper {
    padding-left: 0px;
  }
  .section-product__info-top {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .section-product__selector .product-title h1 {
    font-size: 1.9rem;
    line-height: normal;
  }
  .product-subheading {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-subtitle {
    line-height: normal;
    letter-spacing: normal;
  }
  .product-selector-subscribers-title {
    width: fit-content;
    max-width: 100%;
    text-align: center;
    height: 56px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    background: #ffffff;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    letter-spacing: normal;
  }
  .product-title-wrapper {
    margin-bottom: 18px;
    width: 100%;
  }
  .section-product__description,
  .product-subtitle {
    width: 100%;
    margin-bottom: 22px !important;
  }
  .product__info-wrapper .yotpo-reviews-container {
    display: contents;
  }
  .yotpo-reviews-star-ratings-widget {
    justify-content: flex-start !important;
  }
  .section-product__benefits ul {
    margin-left: 20px;
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .section-product__benefits li {
    font-size: 15px;
    font-weight: 400;
    list-style: initial;
    margin-bottom: 0.5rem;
    list-style: none;
  }
  .section-content__tab-navigation {
    display: none;
  }
  .section-content .hide-on-mobile {
    display: none;
  }
  /* product nav */
  .product-nav .width,
  .product-nav:not(.fixed) {
    display: block;
  }
  .product-nav .width {
    width: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
    list-style: none;
    margin: 0;
  }
  .product_nav li::marker {
    display: none;
  }
  .product-nav .width li a {
    font-family: Roboto, sans-serif;
    color: #0f0f0f;
    font-size: 12px;
    white-space: nowrap;
  }
  .product-nav .width li a.active {
    font-weight: 700;
    border-bottom: 2px solid #00b1ff;
  }
  .product-nav .width li a.btn {
    padding: 9px 16px;
    font-size: 11px;
    margin: 0;
    color: #fff7f2;
    background: #26d061;
    border: 3px solid #26d061;
    border-radius: 16px;
    font-family: "Roboto";
    transform: none;
    min-width: 0;
    box-shadow: none;
    line-height: 50%;
    font-weight: 900;
    letter-spacing: normal;
  }
  .section-content__description {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
    margin-bottom: 4rem;
  }
  .section-content__content {
    padding: 0 5%;
    order: 2;
  }
  .section-content__paragraph-container {
    width: 100%;
  }
  .section-content__paragraph-container .paragraph,
  .section-content__paragraph-container .section-form__content p,
  .section-form__content .section-content__paragraph-container p {
    width: 100%;
    font-size: 14px;
    padding-bottom: 16px;
  }
  /* Remove whitespace from empty first-child paragraph (from metafield) */
  .section-content__paragraph-container > .paragraph:first-child:not(.paragraph--list__item) {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    min-height: 0 !important;
  }
  @media only screen and (max-width: 767px) {
    .section-content__paragraph-container .paragraph--list__item img {
      width: 100%;
      max-width: 20px;
    }
  }
  .paragraph--list__item {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .paragraph--list__item img {
    margin-right: 4px;
  }
  .heading-secondary,
  .heading-small,
  .section-form__content h3 {
    font-size: 24px;
  }
  .section-content .paragraph,
  .section-content .section-form__content p,
  .section-form__content .section-content p {
    line-height: 22px;
  }
  .section-content__content p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .section-content__accordion--mobile {
    display: block;
    margin-top: 30px;
  }
  .accordion__title {
    font-size: 18px;
  }
  .accordion__title .ingredient-name {
    font-size: 14px !important;
  }
  .accordion .accordion__plus,
  .accordion .accordion__times {
    margin-top: 0px;
  }
  .section-content .accordion__paragraph {
    font-size: 1.8rem;
    margin: 0 2rem 0 0;
  }
  .section-content .accordion__paragraph {
    font-size: 0.9rem;
    margin: 0 2rem 0 0;
  }
  .accordion__paragraph {
    margin: 0;
  }
  /* On mobile: show ALL tab content stacked (no tab switching) */
  .section-content__science {
    display: block !important;
  }
  .section-content__description {
    display: grid !important;
    margin-top: 4rem;
  }
  .section-content__ingredients {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .section-form {
    padding: 0 1.5rem;
  }
  .section-form__content {
    width: auto;
  }
  .section-form__content h3 {
    font-size: 24px;
  }
  .section-form__content p {
    font-size: 14px;
    margin: 24px 0;
  }
  .section-form .email-capture-form-container {
    display: contents;
  }
  .section-form__input {
    margin: 5px 0;
    max-width: 100%;
    border-radius: 50px;
    text-align: center;
  }
  .newsletter-section__content .h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .newsletter-section__content p {
    font-size: 14px;
    line-height: 22px;
  }
  .newsletter-section__content button {
    box-shadow: none;
  }
  .newsletter-section__content .newsletter__input-group {
    gap: 14px;
  }
  .newsletter-section__content .newsletter__input {
    font-size: 13px !important;
    text-align: center !important;
  }
  .newsletter-section__content span.form__submit--large {
    font-size: 15px;
  }
  .newsletter-section__content .theme-block p.h2 {
    font-size: 24px;
  }
  .newsletter-section__content .theme-block p {
    width: auto;
    margin: 24px auto;
    font-size: 14px;
    line-height: 22px;
  }
  .section-reviews {
    display: block;
  }

  .yotpo-base-layout {
    width: 82% !important;
  }
  .yotpo-display-s .yotpo-review-left-panel {
    min-width: 50%;
  }
  .yotpo-mobile-filters-popup-overlay-container
    .yotpo-mobile-filters-popup-content {
    padding: 10px 26px 0 !important;
  }

  .newsletter-section {
    padding-bottom: 48px;
  }
  .newsletter-custom form {
    display: block;
  }
  .newsletter-custom input:first-child {
    width: 100%;
    text-align: center;
  }
  .newsletter-custom input:last-child {
    width: 100%;
    margin: 15px 0px 0px;
  }
}