/** Shopify CDN: Minification failed

Line 296:6 Expected identifier but found whitespace
Line 296:7 Unexpected "401px"

**/
/* 
@media screen and (max-width: 640px) {
  .hidden-phone {
   display: none !important;
  }

}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

}

@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }
}

@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }

}

@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }

}

@media screen and (min-width: 1140px) {
  .hidden-desk {
    display: none !important;
  }

}
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }
}

*/

@media (min-width: 1600px) {
  .FeatureText--withImage .FeatureText__ImageWrapper .AspectRatio {
    max-width: 1000px !important;
  }
  .FeatureText--imageLeft .FeatureText__ImageWrapper .AspectRatio {
    margin-left: auto;
    margin-right: 0;
  }
  .FeatureText--imageRight .FeatureText__ImageWrapper .AspectRatio {
    margin-left: 0;
    margin-right: auto;
  }
}

/* Sticky bar */
.shopify-section--bordered {
  --border-color: transparent;
}

.Product__StickyBar {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.features--heading-large .u-h1,
.features--heading-large .Rte h1 {
  font-size: 30px;
}

@media screen and (min-width: 641px) {
  .features--heading-large .u-h1,
  .features--heading-large .Rte h1 {
    font-size: 35px;
  }

  .featured-content__big .FeatureText__Content,
  .featured-content__big .SectionHeader__Description {
    max-width: 800px;
  }
}

@media screen and (max-width: 640px) {
  div.FeatureText__ContentWrapper
    > div.FeatureText__Content
    > header.SectionHeader
    > h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-top: 0.83em !important;
    margin-top: 0em !important;
    margin-bottom: 0.83em !important;
  }

  .Product__StickyBarWrapper {
    position: relative;
  }
  .Product__StickyBarWrapper::after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    left: auto;
    right: 0;
    content: "";
    background: linear-gradient(to right, #fff0, #ffffff);
  }
}

.FeatureText__IconsWrapper {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  gap: 3rem;
  /* flex-wrap: wrap; */
}
@media (max-width: 641px) {
  .FeatureText__IconsWrapper {
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 5px));
    line-height: 1.3;
    font-size: 14px;
  }
  .FeatureText__IconsWrapper .FeatureText__ImageWrapper {
    margin-bottom: 0.5rem;
  }
  .FeatureText__IconsWrapper .FeatureText__Icon p {
    overflow-wrap: break-word;
  }
}

.FeatureText__Icon {
  width: 100%;
}

.Product__StickyBarLink {
  opacity: 0.5;
}
.Product__StickyBarLink.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .Product__StickyBar {
    overflow: auto;
  }

  .Product__StickyBarLink {
    font-size: 14px;
  }
  .Product__StickyBarItem {
    white-space: nowrap;
    margin: 0 0.5rem;
    z-index: 1;
  }

  /* .Product__StickyBar::-webkit-scrollbar {
    width: 0.4em;
  }

  .Product__StickyBar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  }

  .Product__StickyBar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }

  .Product__StickyBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .Product__StickyBar::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
  }

  .Product__StickyBar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  } */
}

/* Whats Included */
.WhatsIncluded__ProductItem {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 1.6rem;
}
.WhatsIncluded__ProductItemDetails li {
  line-height: 1.2;
}

.WhatsIncluded__ProductItemDetails > .Heading {
  margin-bottom: 0px;
}

@media (max-width: 640px) {
  .WhatsIncluded__ProductItemDetails > .Heading {
    margin-bottom: 0px;
  }

  .WhatsIncluded__ProductItem {
    margin-bottom: 1.5rem;
  }
}

/* Logo List */
.LogoList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.LogoList__Item {
  width: 100%;
  max-width: none;
}

.Section--LogoList .SectionHeader {
  margin-top: 0;
}

@media (max-width: 640px) {
  .WhatsIncluded__ProductItemDetails {
    text-align: left;
  }
}
@media (min-width: 641px) {
  .LogoList {
    gap: 2rem;
    display: flex;
    align-items: center;
    width: 60%;
  }
}

/* Clinical Results */
.ClinicalResults__Result {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 2rem 0;
  text-align: left;
}
.ClinicalResults__ResultHeading {
  margin-bottom: 0;
}
.ClinicalResults__Image {
  border-radius: 20px;
  overflow: hidden;
}
.ClinicalResults__Swiper {
  margin-top: 2rem;
  display: block;
}

@media (max-width: 641px) {
  .ClinicalResults__Swiper {
    width: 401px;
    margin-left: -29px;
  }
}
width: 401px;
margin-left: -29px;

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

.ClinicalResults__ResultContent {
  font-size: 17px;
  line-height: 1.2;
}
.ClinicalResults__ResultHeading {
  font-size: 34px !important;
  line-height: 1;
  min-width: 85px;
}
/* Popup */
.Popup.Popup--Center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
}

.Popup.Popup--Center {
  max-width: none;
  max-height: 100vh;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.Popup__Inner {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 1000px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  padding: 1.5rem;
  overflow: auto;
  height: max-content;
}
/* Ingredients Swiper */
.IngredientsSwiper {
  margin: 2rem 0;
}
@media (min-width: 1007px) {
  .IngredientsSwiper {
    --swiper-navigation-sides-offset: -60px;
  }
}
.IngredientsSwiper__Slide {
  border: 1px solid black;
}
.IngredientsSwiper__SlideImage {
  position: relative;
}

.IngredientsSwiper__SlideImage .IngredientsSwiper__SlideTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: white;
  font-weight: bold;
      text-shadow: 0px 0px 25px black;
    text-transform: uppercase;
    line-height: 27px;
}

.IngredientsSwiper__SlideContent {
  background: white;
  padding: 1.5rem;
  border-top: 1px solid black;
  text-align: left;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .IngredientsSwiper__SlideContent {
  padding: 15px 45px 15px 45px;
  }
}

@media screen and (max-width: 640px) {
  .Section--IngredientsSwiper .SectionHeader__Heading {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
  .Section--IngredientsSwiper .FeatureText__Content,
  .Section--IngredientsSwiper .SectionHeader__Description {
    max-width: 1000px;
  }
}

/* How to use */
.HowToUse__StepBlock {
  padding: 1.5rem;
  /* border: 2px solid black; */
}

@media screen and (min-width: 641px) {
  .HowToUse__StepBlock {
    padding: 1rem 1rem 1rem 2rem;
    /* border: 2px solid black; */
  }
}

.HowToUse__StepBlock .HowToUse__StepIndex {
  background: #9ea897;
  color: white;
  padding: 10px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.HowToUse__StepBlock p {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

.Section--HowToUse .FeatureText__ContentWrapper .FeatureText__Content {
  max-width: 1000px;
}

.HowToUse__TabDetail {
  display: grid;
  width: 100%;
  max-width: 1000px;
  border: 1px solid;
}

@media (max-width: 640px) {
  .HowToUse__TabDetail .reeview-app-widget {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
  }
  .HowToUse__StepBlock {
    line-height: 1.4;
    font-size: 15px;
  }
  .HowToUse__StepBlock p {
    gap: 10px;
  }
}
@media (min-width: 641px) {
  .HowToUse__TabDetail {
    display: grid;
    grid-template-columns: 40% 60%;
    border: 1px solid black;
    padding: 30px;
  }
}

/* Multicolumn */
.Multicolumn__BlocksWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1400px;
  margin: 20px auto;
  flex-wrap: wrap;
}
.Multicolumn__Block {
  width: 100%;
}
.Multicolumn__Block .AspectRatio {
  margin-bottom: 20px;
}
.Multicolumn__BlocksWrapper--1-column .Multicolumn__Block {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .Multicolumn__BlocksWrapper--3-columns-desktop .Multicolumn__Block {
    max-width: calc(33% - 10px);
  }
}

.Multicolumn__BlockInner {
  max-width: 340px;
  margin: auto;
}

/* Text */
.ProductMeta__Text svg {
  width: 30px;
  min-width: 30px;
}
.ProductMeta__Text {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 641px) {
  .ProductMeta__IconWithText {
    font-size: 15px;
  }
  .ProductMeta__IconWithText {
    margin: 12px 0;
  }
  .ProductMeta__IconWithText:first-of-type {
    margin-top: 24px;
  }
  .ProductMeta__IconWithText:last-of-type {
    margin-bottom: 24px;
  }
}
/* Main Product Section */
.ProductMeta {
  padding-bottom: 0;
  margin-bottom: 0px;
  border: none;
}

.Price--compareAt::before {
  left: -0.2em;
  width: calc(100% + 0.2em);
}

.ProductMeta__Price,
.ProductItem__Price {
  font-weight: 400;
  font-size: 23px !important;
}

.ProductMeta__Price.Price--compareAt {
  margin-left: 10px;
  opacity: 0.4;
}

.ProductMeta__SavePercent {
  padding: 4px 7px;
  background: #9cb693;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}

@media (min-width: 641px) {
.ProductMeta__SavePercent {
  margin-left: 10px;
}
}

.ProductMeta__Title.Heading.u-h2 {
  font-size: 32px;
  line-height: 1.2;
}

.Product__RichText li {
  line-height: 1.3;
}

@media (max-width: 641px) {
  .Product__ProductMetaSubtitle {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .ProductMeta__Title.Heading.u-h2 {
    font-size: 22px;
  }
}


@media (max-width: 640px) {
  .ProductMeta__PriceContainer {
    display: flex;
    flex-direction: column;
  }
  .ProductMeta__SavePercent {
    order: 2; /* Ensure the discount text appears below the price */
  }
}



.ProductForm__Inventory {
  margin-top: 0px;
  font-style: normal;
}


.ProductMeta__PriceList {
  --product-sale-price-color: 000;
  align-items: center;
  margin-bottom: 0.5rem !important;
}

@media (min-width: 640px) {
.ProductMeta__PriceList {
  display: flex;
}
}


.ProductMeta {
  text-align: left;
}

.ProductMeta__ReviewStarsWrapper {
  display: inline-flex;
  align-self: center;
  margin: auto;
  transform: translateY(1px);
  margin-right: 8px;
}

.ProductMeta__ReviewStarsWrapper svg {
  width: 20px;
  height: 20px;
  color: #f7c73a;
}

.Product__ReviewText {
  margin-bottom: 3px !important;
}
.Product__ReviewText a {
  text-decoration: none !important;
}
@media (max-width: 641px) {
  .ProductMeta__ReviewStarsWrapper {
    margin-right: 2px;
  }
  .ProductMeta__ReviewStarsWrapper svg {
    width: 15px;
    height: 15px;
  }
  .Product__ReviewText {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  .ProductMeta__PriceList {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 641px) {
  .Product__Wrapperr.hidden-lap-and-up .ProductMeta__Title.Heading {
    padding: 18px 10px !important;
  }
  .Product__Slideshow .Carousel__Cell {
    width: 85% !important;
    margin-right: 15px !important;
  }
  .Product__RichText.Rte li {
    line-height: 1.2;
  }
}

/* Try Risk Free */
.TryRiskFree__Heading svg {
  width: 20px;
  min-width: 20px;
}

.TryRiskFree__Heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ProductForm__TryRiskfree.Text--alignCenter .TryRiskFree__Heading {
  justify-content: center;
}

.ProductForm__TryRiskfree {
  border: 1px solid black;
  padding: 1rem 2rem;
  padding: 0.7rem 0.6rem 1rem;
  margin-top: 1.8rem;
}

@media (max-width: 640px) {
  .ProductForm__TryRiskfree {
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

/* Offer List */
.ChooseYourOffer__Product {
  padding: 20px;
  border: 1px solid;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  position: relative;
  margin-bottom: 1rem;
  align-items: center;
}

.ChooseYourOffer__Product a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ChooseYourOffer__Heading::before {
  content: "";
  position: absolute;
  background: black;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(1px);
}
.ChooseYourOffer__Heading {
  position: relative;
  margin-bottom: 1rem;
}
.ChooseYourOffer__Heading span {
  background: white;
  padding: 0 12px;
  position: relative;
}

.TryRiskFree__Content > p {
  display: inline;
}

.TryRiskFree__Content [data-popup-trigger] {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.TryRiskFree__Content {
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media (max-width: 641px) {
  .TryRiskFree__Content * {
    font-size: 14px;
  }
}

/* Inventory */
.ProductForm__Inventory.sales-point .icon {
  height: 25px;
  margin-right: 1px;
  position: relative;
  width: 25px;
  margin-top: -3px;
}

.ProductForm__Inventory .icon {
  fill: currentColor;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.ProductForm__Inventory.inventory--low .icon--inventory:after,
.ProductForm__Inventory.inventory--low .icon--inventory:before {
  background: #f4af29;
}

.ProductForm__Inventory .icon--inventory:before {
  animation: inventory-pulse 2s linear infinite;
}
.ProductForm__Inventory .icon--inventory:after,
.ProductForm__Inventory .icon--inventory:before {
  background: #ffa600;
  border-radius: 9px;
  content: "";
  height: 9px;
  left: 0;
  margin: 8px;
  position: absolute;
  top: 0;
  width: 9px;
}

.ProductForm__Inventory.sales-point {
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 0px;
  border: dashed;
  padding: 10px 13px 10px 13px;
  background: #faebd76b
}

.ProductForm__Inventory.sales-point > span {
  font-weight: normal;
}

@media (max-width: 640px) {
  .ProductForm__Inventory.sales-point .icon {
    margin-right: 5px;
  }
  .ProductForm__Inventory.sales-point {
    font-size: 15px;
    margin-bottom: 0rem;
  }
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* Sticky Add to Cart */

.fixed-bar .ProductMeta__PriceList {
  margin-bottom: 0 !important;
  line-height: 0;
}
.fixed__button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .fixed-bar-wrap {
    flex-direction: column;
    gap: 6px;
  }
}

@media (min-width: 641px) {
  .fixed-bar .ProductMeta {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: baseline;
  }
  .fixed-bar .ProductMeta .ProductMeta__Title {
    margin-bottom: 0;
  }
  .fixed__button {
    max-width: 300px;
  }
}

/* Choose Your Offer */
.Product__ChooseYourOffer {
  margin-top: 2rem;
}

/* Vertical Swiper */

.Product__SlideshowMobileNav {
  --border-color: #d9d9d9;
}

.ProductMedia__ProductLabel {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 10px;
  line-height: 1;
  background-color: #1a1a1a;
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

@media (max-width: 640px) {
  .Product__SlideItem--hidden {
    visibility: visible;
  }
  .Product__SlideshowMobileNav {
    color: #9cb693;
    margin: -44px 24px 0;
    padding-bottom: 14px;
  }
  .Product__SlideshowNavArrow {
    display: none;
  }

  .Product__SlideshowMobileNav .flickity-page-dots .dot {
    background: white;
    background: #c0c0c0;
    width: 13px;
    height: 13px;
    margin: 0 2.4px;
  }
  .Product__SlideshowMobileNav .flickity-page-dots .dot.is-selected {
    background-color: currentColor !important;
  }
}
@media (min-width: 1140px) {
  .ProductForm > * {
    margin-bottom: 15px;
  }
  .ProductMeta {
    margin-bottom: 3px;
  }
  .ProductForm__BuyButtons {
    margin-bottom: 5px;
  }
  .Product__Gallery.Product__Gallery--withThumbnails {
    position: sticky;
    margin-left: 140px;
    top: 171px;
  }
  .Product__SlideshowMobileNav {
    position: absolute;
    top: 200px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
    justify-content: space-between;
  }
  /* [data-thumb-flickity] .Product__SlideItem--hidden {
    visibility: visible;
  }
  [data-thumb-flickity] .Product__SlideItem {
    max-width: 90px;
  } */
  [data-thumb-flickity] .AspectRatio > img {
    object-fit: cover;
  }
  [data-thumb-flickity] {
    height: 666px;
    overflow-y: auto;
    width: 84px;
  }
  /* width */
  [data-thumb-flickity]::-webkit-scrollbar {
    width: 0px;
  }

  /* Track */
  [data-thumb-flickity]::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  [data-thumb-flickity]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px;
  }

  /* Handle on hover */
  [data-thumb-flickity]::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .Product__SlideshowNavArrow {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    border-radius: 50%;
    background: var(--button-text-color);
    color: var(--button-background);
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
    vertical-align: middle;
    line-height: 0;
    transform: scale(1.001);
    transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
      transform 0.2s ease-in-out, color 0.2s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Product__SlideshowNav--thumbnails .Product__SlideItem {
    margin-bottom: 1rem;
  }

  .Product__Info {
    width: 500px;
  }
}

@media (min-width: 1140px) {
  .Product__Info {
    max-width: 530px !important;
    width: 530px !important;
    margin: 0px 0px 0px 0px;
  }

  .Product__Wrapper {
    max-width: calc(100% - 640px);
  }
  .Product__Gallery .flickity-prev-next-button {
    top: 300px;
  }

  .Product__Gallery .flickity-prev-next-button.next {
    right: 0;
  }
  .Product__Gallery .flickity-prev-next-button.previous {
    left: 0;
  }

  .Product--medium .Product__Slideshow {
    width: 100%;
    max-width: none;
    grid-row: 1;
    height: max-content;
    position: sticky;
    top: 170px;
  }
  .Product__SlideshowNav.Product__SlideshowNav--thumbnails {
    grid-row: 1;
    grid-column: 1;
    margin: 0 !important;
    width: 100px;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    left: -95px;
  }

  .Product--small .Product__Slideshow {
    max-width: none;
  }

  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNavImage {
    width: 100%;
    margin: 0;
    margin-bottom: 13px;
    height: 80px;
    width: 100%px;
    overflow: hidden;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNavImage:last-of-type {
    margin-bottom: 0px;
  }
  .Product__SlideItem img {
    object-fit: cover;
  }
}

.Product {
  max-width: 1390px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1100px) {
  .Product__Wrapper {
    max-width: calc(100% - 584px);
  }
}

/* @media screen and (min-width: 1500px) {
  .Product__Wrapper {
    max-width: calc(100% - 600px);
  }
}

@media (max-width: 1140px) {
  .Product__Gallery .flickity-prev-next-button {
    display: none;
  }
}


  }
  .Product__Wrapper {
    max-width: calc(100% - 640px);
  }
  .Product__Gallery .flickity-prev-next-button {
    top: 300px;
  }

  .Product__Gallery .flickity-prev-next-button.next {
    right: 0;
  }
  .Product__Gallery .flickity-prev-next-button.previous {
    left: 0;
  }
  .Product__Gallery.Product__Gallery--withThumbnails {
  
    margin-left: 140px;
    position: relative;
  }
  .Product--medium .Product__Slideshow {
    width: 100%;
    max-width: none;
    grid-row: 1;
    height: max-content;
    position: sticky;
    top: 170px;
  }
  .Product__SlideshowNav.Product__SlideshowNav--thumbnails {
    grid-row: 1;
    grid-column: 1;
    margin: 0 !important;
    width: 100px;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    left: -120px;
  }

  .Product--small .Product__Slideshow {
    max-width: none;
  }

  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNavImage {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNavImage:last-of-type {
    margin-bottom: 0px;
  }
} */

@media (max-width: 640px) {
  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 641px) {
  .shopify-section--bordered > .Section--spacingNormal {
    padding: 110px 0;
  }
}

/* Image Animation */

.Image--slideBottom {
  transform: translateY(25px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Image--lazyLoaded.Image--slideBottom {
  opacity: 1;
  transform: translateY(0);
}

.shopify-section-header-sticky.shopify-section-header-hidden {
  position: relative !important;
}
.shopify-section-header-sticky.shopify-section-header-hidden
  + main
  > div:first-of-type {
  top: 0 !important;
}

.scrolled-past-header.shopify-section-header-sticky {
  position: sticky;
}

/* Making image full height */

.Section.Section--ClinicalResults {
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .Section--ClinicalResults .FeatureText--withImage,
  .Section--WhatsIncluded .FeatureText--withImage {
    display: flex;
  }
  .Section--ClinicalResults
    .FeatureText--withImage
    .FeatureText__ImageWrapper
    div,
  .Section--WhatsIncluded
    .FeatureText--withImage
    .FeatureText__ImageWrapper
    div {
    height: 100%;
  }
  .Section--ClinicalResults
    .FeatureText--withImage
    .FeatureText__ImageWrapper
    img,
  .Section--WhatsIncluded
    .FeatureText--withImage
    .FeatureText__ImageWrapper
    img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 641px) {
  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.Product__SlideItem img {
    object-fit: cover;
  }
