/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 99:0 Unexpected "<"
Line 120:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .jsuwuiwjs-section {
    padding: 50px 20px;
    background-color: #f4f7fa;
  }

  .jsuwuiwjs {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 20px 0px;
  }

  .jsuwuiwjs .content {
    flex: 1;
    padding: 60px 40px;
    min-width: 300px;
  }

  .jsuwuiwjs .content h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 25px;
  }

  .jsuwuiwjs .content p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .jsuwuiwjs .content ul {
    list-style: none;
    padding: 0;
  }

  .jsuwuiwjs .content ul li {
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
    font-size: 17px;
    color: #333;
  }

  .jsuwuiwjs .content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e66106;
    font-weight: bold;
  }

  .jsuwuiwjs .image {
    flex: 1;
    min-width: 300px;
    background-color: #f0f0f0;
  }

  .jsuwuiwjs .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 768px) {
    .jsuwuiwjs {
      flex-direction: column;
    }

    .jsuwuiwjs .content {
      padding: 40px 20px;
    }

    .jsuwuiwjs .content h2 {
      font-size: 28px;
    }

    .jsuwuiwjs .content p {
      font-size: 16px;
    }
  }
</style>
<style>
.supplement-button {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #1D969B;
  border-radius: 50px;
  font-size: 16px;
  color: #1D969B;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.supplement-button:hover {
  background-color: #0b3f3c;
  color: #fff;
}
.supplement-facts-button-section {
  text-align: center;
  padding: 40px 0;
}
</style>
.ingredients-section {
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #111;
  font-family: "Helvetica Neue", sans-serif;
}
.ingredients-container {
    max-width: 1440px;
    margin: auto;
  display: flex;
  gap: 170px;
  flex-wrap: nowrap;
  padding-bottom: 100px;
   padding-left: 30px;
}
.ingredients-left {
  flex: 1 1 35%;
  min-width: 260px;
}
.ingredients-left h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ingredients-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.ingredients-right {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 300px;
}
.ingredient-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ingredient-item img {
  width: 134px;
  height: 134px;
  border-radius: 8px;
  object-fit: cover;
}
.ingredient-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px;
}
.ingredient-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  max-width: 500px;
}
@media only screen and (max-width: 480px) {

  .ingredients-left h2{
        font-size: 23px;
  }

  .ingredients-left p{
       font-size: 10px;
  }

.ingredient-item h4{
      font-size: 14px;
}

  .ingredient-item p{
        font-size: 12px;
  }
  
  .ingredients-container {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .ingredients-section {
    padding: 30px 8px;
    display: flex;
    justify-content: center;
  }
}
.review-section {
  padding: 60px 30px;
  background-color: #fff;
  color: #111;
  font-family: 'Helvetica Neue', sans-serif;
}
.review-section h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}
.review-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.review-card {
  background-color: #f7f5f0;
  padding: 24px;
  border-radius: 8px;
  width: 445px;
  box-sizing: border-box;
  text-align: left;
  height: 356px;
  flex-shrink: 0;
}
.stars {
  color: #e66106;
  font-size: 34px;
  margin-bottom: 12px;
}
.review-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.review-text {
  font-style: italic;
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
}
.review-meta {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 600px) {
  .review-section {
    padding: 20px 11px;
  }
  .review-section h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .review-title {
    font-size: 20px;
  }
  .review-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .stars {
    font-size: 28px;
  }
  .review-cards {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .review-card {
    max-width: 85%;
    scroll-snap-align: start;
  }
}
.testimonial-disclaimer em{
    font-size: 12px;
    color: rgb(112, 113, 112);
  }
  .testimonial-quote strong{
       font-size: 20px;
    margin: 6px 0;
    color: black;
    font-weight: 700;
  }
.video-testimonial-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 20px;
 
      max-width: 1440px;
    margin: auto;
}
.video-testimonial-content {
  flex: 1 1 400px;
  max-width: 500px;
}
.video-testimonial-stars {
  color: black;

  font-size: 14px;
}
.video-testimonial-title {
  font-size: 36px;
  margin: 10px 0 20px;
}
.video-testimonial-button {
  padding: 10px 20px;
  color: rgb(12, 61, 61);
  border: 1px solid rgb(12, 61, 61);
  background: solid rgb(12, 61, 61);
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 30px;
}
.video-testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  flex: 1 1 500px;
}
.testimonial-card {
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  text-align: left;
}
.testimonial-video-thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.testimonial-video-thumbnail img {
  width: 100%;
  display: block;
      height: 443px;
    object-fit: cover;
}
.testimonial-video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  padding: 12px;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.testimonial-text-wrap {
  margin-top: 15px;
}
.testimonial-tag {
  font-size: 14px;
  color: black;
}
.testimonial-quote {
  font-size: 16px;
  margin: 3px 0;
}
.testimonial-author {
font-size: 12px;
    color: rgb(112, 113, 112);
}
.testimonial-disclaimer {
  font-size: 12px;
  color: gray;

}
  .video-testimonial-button:hover{
    background-color: #1D969B;
  }
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
.video-modal.active {
  display: flex;
}
.video-modal iframe {
  width: 90%;
  max-width: 800px;
  height: 450px;
}
.video-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
@media(max-width: 768px) {
  .testimonial-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}