/** Shopify CDN: Minification failed

Line 719:4 Unexpected "{"
Line 719:5 Expected identifier but found "%"
Line 719:35 Unexpected "{"
Line 719:36 Expected identifier but found "%"
Line 1006:31 Unexpected "{"
Line 1006:40 Expected ":"
Line 1006:46 Unexpected "{"
Line 1007:20 Expected identifier but found whitespace
Line 1007:22 Unexpected "{"
Line 1007:32 Expected ":"
... and 5 more hidden warnings

**/
/* sp-image-with-text.liquid css start */
.sp-image-with-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.sp-image-with-text__inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}
.sp-image-with-text__image {
  flex: 1 1 50%;
  width: 50%;
}
.sp-image-with-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-image-with-text__content {
  flex: 1 1 50%;
  width: 50%;
  display: flex;
  align-items: center;
  padding-block: 40px;
}
.sp-image-with-text__image-inner {
    display: block;
    width: 100%;
    height: 100%;
}
.sp-image-with-text__image-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-image-with-text__content-inner{
    width: 100%;
}
.tabs-with-contents__content {
    padding-inline: 15px;
}
.sp-image-with-text__heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #E9537B;
    margin-bottom: 10px;
}
.sp-image-with-text__subheading,
.sp-image-with-text__text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
}
.sp-image-with-text__text {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
.sp-image-with-text__text ,
.sp-image-with-text__heading,
.sp-image-with-text__subheading{
  padding-inline: 15px;
}
.sp-image-with-text.image-right .sp-image-with-text__inner {
  flex-direction: row-reverse;
  align-items: center;
}
.sp-image-with-text__image-inner .mobile-image{
    display: none;
}
.sp-image-with-text.image-right .sp-image-with-text__content {
    justify-content: end;
    width: 100%;
    max-width: 100%;
}
.sp-image-with-text.image-right .sp-image-with-text__image {
    width: 100%;
    max-width: 100%;
    text-align: -webkit-right;
}
.sp-image-with-text__image {
    height: -webkit-fill-available;
}
@media only screen and (min-width:2000px) {  
  .sp-image-with-text.sp-image-with-text-content-align .sp-image-with-text__inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0px;
  }
  .sp-image-with-text.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__image {
      width: 100%;
      grid-column: 1 / 3;
      grid-row: 1 / 2;
  }
  .sp-image-with-text.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content {
      width: 100%;
      grid-column: 3 / 4;
      grid-row: 1 / 2;
  }
  .sp-image-with-text.image-right.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__image,
  .sp-image-with-text.image-left.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content {    
      padding: 0 0 0 30px;
  }
  .sp-image-with-text.image-left.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__image,
  .sp-image-with-text.image-right.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content {    
      padding: 0 30px 0 0;
  }
  .sp-image-with-text.image-right.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content {
    max-width: 860px;
    margin-left: auto;
  }
  .sp-image-with-text.image-left.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content {
    max-width: 860px;
    margin-right: auto;
  }
  .sp-image-with-text.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content .sp-image-with-text__content-inner,
  .sp-image-with-text.image-right.sp-image-with-text-content-align .sp-image-with-text__inner {
      padding: 0;
  }
  .sp-image-with-text.image-right.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__image {
      grid-column: 3 / 5;
      grid-row: 1 / 2;
      max-width: 100%;
  }
  .sp-image-with-text.image-right.sp-image-with-text-content-align .sp-image-with-text__inner .sp-image-with-text__content {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
  }
}
@media (min-width: 1400px){
    .sp-image-with-text.image-left .sp-image-with-text__image {
        flex: 50%;
        width: 50%;
    }
}
@media only screen and (min-width:1200px) {  
  .sp-image-with-text.image-right .sp-image-with-text__inner {
    padding-left: 152.3px;
  }
}
@media (min-width: 992px){
      .sp-image-with-text.image-right .sp-image-with-text__image,
      .sp-image-with-text.image-right .sp-image-with-text__content {
        max-width: 50%;
    }
     .sp-image-with-text.image-left .sp-image-with-text__image {
      padding-right: 50px;
    }
    .sp-image-with-text__content-inner{
      padding: 0;
    }
    .sp-image-with-text.image-right .sp-image-with-text__content-inner {
      padding: 5px 60px 5px 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sp-image-with-text__heading {
    font-size: 30px;
  }
}
@media (min-width:769px) {
  .sp-image-with-text.image-left .sp-image-with-text__content-inner {
      padding-right: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-image-with-text__subheading, .sp-image-with-text__text p {
    font-size: 20px;
  }
  .sp-image-with-text.image-right .sp-image-with-text__content {
    padding: 30px 20px 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-image-with-text__subheading, .sp-image-with-text__text p {
    font-size: 18px;
  }
  .sp-image-with-text.image-right .sp-image-with-text__content-inner {
    padding: 5px 20px 5px 0;
  }
  .sp-image-with-text.image-left .sp-image-with-text__content-inner {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .sp-image-with-text__inner {
      flex-wrap: wrap;      
      flex-direction: column !important;
  }
}
@media (max-width: 768px) {
    .tabs-with-contents__sidebar .sidebar-title {
      font-size: 19px;
    }
    .sp-image-with-text__image-inner .mobile-image{
        display: block;
    }
    .desktop-image.desktop-hide{
        display: none;
    }
    .sp-image-with-text__image,
    .sp-image-with-text__content {
        width: 100%;
        flex: 1 1 100%;
    }
    .sp-image-with-text__content {
        text-align: center;
    }
    .sp-image-with-text.image-left .sp-image-with-text__content {
        padding: 20px 15px 40px;
    }
    .sp-image-with-text.image-right .sp-image-with-text__content {
        padding: 20px 15px;
    }
    .sp-image-with-text.image-right .sp-image-with-text__text, 
    .sp-image-with-text.image-right .sp-image-with-text__heading {
      padding-inline: 0;
    }
    .sp-image-with-text__heading {
        font-size: 28px;
    }   
    .sp-image-with-text__subheading,
    .sp-image-with-text__text p {
        font-size: 18px;
        width: 100%;
    }
    .sp-image-with-text.image-left .sp-image-with-text__subheading,
    .sp-image-with-text.image-left .sp-image-with-text__text p {
        padding-inline: 20px;
    }
}

/* sp-image-with-text.liquid css end   */

/* sp-tab-content-scroll.liquid css start  */

.tabs-with-contents__wrapper-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.tabs-with-contents {
  width: 100%;
}
.tabs-with-contents__wrapper {
  display: flex;
}
.tabs-with-contents__wrapper.reverse {
  flex-direction: row-reverse;
}
.tabs-with-contents__sidebar {
  background: #fdf6f8;
  border-radius: 20px;
  border: 1px solid #EF799880;
  padding: 0;
  margin: 0 15px;
  flex: 0 0 320px;
  overflow: hidden;
}
.tabs-with-contents__sidebar .sidebar-title {
    background: #fff;
    padding: 20px;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}
.tabs-nav__list {
    list-style: none;
    margin: 0;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.tabs-nav__list .tab-item {
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    margin: 8px 0;
}
.tabs-nav__list .tab-item.active {
  font-weight: 700;
  color: #E9537B;
  text-decoration: underline;
}
.tabs-nav__list .tab-item.active a {
  font-weight: 700;
  color: #E9537B;
}
.tabs-with-contents__content {
  flex: 1;
}
.tab-content.active {
  display: block;
}
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6{
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 15px;
}
.tab-content p{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 769px){
    .tabs-with-contents__content {
      padding: 0 0 0 15px !important;
    }
}
@media screen and (max-width: 768px) {
  .tabs-with-contents__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .tabs-with-contents__sidebar{
    flex: unset;
    margin: 0;
  }
  .tabs-nav__list {
    padding: 20px 15px 10px;
  }
  .tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
    font-size: 28px;
  }
  .tab-content p {
    font-size: 18px;
  }
  .tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6{
    margin-bottom: 10px;
  }
  .tabs-with-contents__content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 325px) {
    .tabs-with-contents__sidebar .sidebar-title {
      padding-left: 32px;
  }
}

/* sp-tab-content-scroll.liquid css end  */

/* sp-icons-text.liquid css start  */

.imbalance-symptoms {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.imbalance-symptoms__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.imbalance-symptoms__image {
  flex: 1 1 40%;
  width: 40%;
}
.imbalance-symptoms__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imbalance-symptoms__content {
    width: 100%;
    max-width: 1284px;
    margin: 0 auto;
}
.imbalance-symptoms__heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    width: 100%;
    margin: 0 0 12px 0;
}
.imbalance-symptoms__subheading {
    margin: 0 0 40px 0;
}
.imbalance-symptoms__subheading * {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}
.imbalance-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-inline: 10px;
}
.imbalance-symptoms__item {
  background: #FDEEF24D;
  border-radius: 20px;
  padding: 30px 15px 20px;
  text-align: center;
  transition: transform 0.3s ease;
  margin: 0 10px 20px;
}
.imbalance-symptoms__icon-inner{
    width: 121.5px;
    height: auto;
    margin: 0 auto 18px;
}
.imbalance-symptoms__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imbalance-symptoms__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #E9537B;
    margin-bottom: 10px;
}
.imbalance-symptoms__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.imbalance-symptoms.image-right .imbalance-symptoms__inner {
  flex-direction: row-reverse;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .imbalance-symptoms__heading{
    font-size: 30px !important;
  }
}
@media (max-width: 1024px) {
  .imbalance-symptoms__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) { 
    
    .imbalance-symptoms__image,
    .imbalance-symptoms__content {
        width: 100%;
        flex: 1 1 100%;
    }
    .imbalance-symptoms__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .imbalance-symptoms__heading{
        font-size: 24px;
        text-align: center;
        margin: 0 auto 8px;
    }
    .imbalance-symptoms__subheading {      
        margin: 0 auto 20px;
    }
    .imbalance-symptoms__icon-inner {
        width: 137px;
        margin: 0;
    }
    .imbalance-symptoms__item {
        display: flex;
        gap: 18px;
    }
    .imbalance-symptoms__title{
        margin: 0;
        font-size: 18px;
        padding-right:0;
        font-size: 24px;
    }
    .imbalance-symptoms__item-text-area {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .imbalance-symptoms__item-text-area h3,
    .imbalance-symptoms__item-text-area p{
      text-align: center;
      padding: 0 !important;
    }
    .imbalance-symptoms__item {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }
    .imbalance-symptoms__text{
        font-size: 18px;
    }
  .imbalance-symptoms__item {
    margin:0 0 25px;
  }
}

/* sp-icons-text.liquid css end  */

/* sp-rich-text.liquid css start  */

.sp-rich-text--inner {
  border: 2px dashed #E9537B;
  border-radius: 10px;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 80px;
}
.sp-rich-text-content h6{
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    margin: 0;
}
.sp-rich-text-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sp-rich-text-content p{
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #54585A;
}
.sp-rich-text-element {
    background: #fff;
}
.sp-rich-text-element .sp-richtext-feature-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 22px 0 0;
}
.sp-rich-text-element .sp-richtext-feature-content-wrap .sp-richtext-feature-content-heading {
    font-family: Cabin;
    font-weight: 700;
    font-size: 37.93px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #E9537B;
}
.sp-rich-text-element .sp-richtext-feature-content-wrap .sp-richtext-feature-info {
    font-family: Cabin;
    font-weight: 700;
    font-size: 28.45px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 8px 0 0;
}
@media only screen and (min-width:769px) and (max-width:1024px) {
  .sp-rich-text-element .sp-richtext-feature-content-wrap .sp-richtext-feature-content-heading{
    font-size: 24px;
  }
  .sp-rich-text-element .sp-richtext-feature-content-wrap .sp-richtext-feature-info {
    font-size: 16px;
  }
}
@media (max-width: 768px){    
    .sp-rich-text--inner {
        max-width: 100%;
        padding: 20px 25px;
    }
    .sp-rich-text-content h6{
        font-size: 22px;
    }
    .sp-rich-text-content p{
      font-size: 15px;
    }
    .sp-rich-text-element .sp-richtext-feature-content-wrap {
      flex-direction: column;
      gap: 9px;
    }
    .sp-rich-text-element .sp-richtext-feature-content-wrap .sp-richtext-feature-content-heading {
      font-size: 21.23px;
    }
    .sp-rich-text-element .sp-richtext-feature-content-wrap .sp-richtext-feature-info {
      font-size: 15.92px;
    }
}

/* sp-rich-text.liquid css end  */

/* sp-ingredients-blocks.liquid css start  */

.ingredient-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin:0 auto;
  max-width: 1222px;
}
.ingredient-block {
  background: #FDF2F5;
  border-radius: 31px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ingredient-block.full{
    padding: 40px 60px 50px;
}
.ingredient-block.half{
  padding: 40px 30px 30px;
}
.ingredient-block.full {
  width: 100%;
}
.ingredient-block.half {
  width: calc(50% - 10px);
}
.ingredient-block.full .ingredient-inner-element {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    gap: 0;
}
.ingredient-block-inner {
    display: flex;
    gap: 20px;
}
.ingredient-block.full .ingredient-block-inner {
    width: 100%;
    max-width: 242px;
    margin: 0 15px;
}
.ingredient-block.full .ingredient-content {
  width: 100%;
  max-width: calc(100% - 242px);
  padding: 5px 15px 5px 65px !important;
}
.ingredient-block.full .ingredient-block-inner {
    flex-direction: column-reverse;
}
.ingredient-block .ingredient-image {
    border-radius: 20px;
    overflow: hidden;
}
.ingredient-block.full .ingredient-image{
    width: 100%;
}
.ingredient-block.half .ingredient-image{
    width: 100%;
    {% comment %} max-width: 100%; {% endcomment %}
    max-width: 113.75px;
}
.ingredient-block .ingredient-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ingredient-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #E9537B;
    margin-bottom: 1px;
}
.ingredient-block.full .ingredient-subtitle {
    margin: 10px 0 0;
}
.ingredient-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
}
.ingredient-content ul {
    padding-left: 20px;
}
.ingredient-content *{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    list-style-position: outside;
}
.ingredient-content strong {
    font-weight: 700;
}
.ingredient-block.half .ingredient-block-inner {
    align-items: center;
}
.ingredient-block.half .ingredient-inner-element {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ingredient-section-top-heading-area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ingredient-section-top-heading-area .section-heading{
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 23px;
}
.ingredient-section-top-heading-area .section-top-content p{
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.ingredient-section-main-element {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ingredient-secondary-design-layout .ingredient-wrapper {
    max-width: 1321px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
.ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block {
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block-inner {
    flex-direction: column;
}
.ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block-inner .ingredient-image {
    max-width: 100%;
    border-radius: 10px;
}
.ingredient-secondary-design-layout .ingredient-title {
  font-size: 22px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ingredient-section-top-heading-area .section-heading{
      font-size: 30px !important;
  }
  .ingredient-secondary-design-layout .ingredient-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
@media (min-width: 1050px) and (max-width: 1100px ){
    .ingredient-section-main-element {
        padding-inline: 30px;
    }
}@media (min-width: 769px){
    .ingredient-block.full .ingredient-content ul {
        padding-left: 20px;
    }
    .ingredient-block.half .ingredient-block-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .ingredient-section-top-heading-area {
        max-width: 970px;
    }
}
@media (max-width: 768px) {
    .ingredient-block {
        width: 100% !important;
    }
    .ingredient-block.full .ingredient-inner-element {
        gap: 20px;
        flex-direction: column;
    }
    .ingredient-block {
        padding: 53px 39px;
    }
    .ingredient-block.full .ingredient-block-inner,
    .ingredient-block.full .ingredient-content {
        max-width: 100%;
    }
    .ingredient-block.full .ingredient-block-inner {
        flex-direction: column;
        margin: 0;
    }
    .ingredient-block.full .ingredient-image {
        max-width: 100%;
    }
    .ingredient-title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .ingredient-content ul li {
        list-style: outside;
        margin-left: 15px;
    }
    .ingredient-block.half .ingredient-block-inner {
        align-items: self-start;
        flex-direction: column;
    }
    .ingredient-section-main-element{
        padding-top: 26px;
        padding-bottom: 38px;
    }   
    .ingredient-section-top-heading-area .section-heading{
        text-align: center;
        font-size: 28px;
    }
    .ingredient-section-top-heading-area .section-top-content p{
        text-align: center;
        font-size: 18px;
    }
    .ingredient-section-main-element {
        gap: 23px;
    }
    .ingredient-wrapper{
        gap: 20px;
    }
    .ingredient-block{
      padding: 30px 20px !important;
    }
    .ingredient-block.full .ingredient-content {
      padding: 0 !important;
    }
    .ingredient-block.half .ingredient-image {
     max-width: 100%;
    }
    .ingredient-secondary-design-layout .ingredient-wrapper {
      grid-template-columns: repeat(1, 1fr);      
      gap: 35px;
      width: 100%;
    }
    .ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block {
      padding: 0 !important;
    }
    .ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block-inner {
      flex-direction: row;
      align-items: center;
    }
    .ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block-inner .ingredient-image {
      max-width: 30%;
    }
    .ingredient-secondary-design-layout .ingredient-wrapper .ingredient-block-inner .ingredient-block-text-element {
      max-width: 70%;
    }
}
@media (max-width: 375px){
   .ingredient-block {
        padding: 20px !important;
    }
    .ingredient-block.half .ingredient-image {
        max-width: 100px;
    }
}

/* sp-ingredients-blocks.liquid css end  */

/* sp-gold-standard-quality.liquid css start  */

.gold-standard__container {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.gold-standard {
    width: 100%;
    max-width: calc(1220px - 30px);
    margin: 0 auto;
}
.gold-standard__image {
    display: block;
    width: 100%;
    max-width: 375px;
    border-radius: 20px;
}
.gold-standard__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gold-standard__content {
    width: 100%;
    max-width: calc(100% - 375px);
    padding-right: 14px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gold-standard__heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.gold-standard__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.gold-standard__white-box {
  background: #ffffff;
  padding: 20px 40px 30px;
  border-radius: 10px;
}
.gold-standard__white-box *{
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
}
.gold-standard__white-box ul  {
    margin-bottom: 20px;
    padding-left: 22px;
}
@media (min-width: 769px) and (max-width: 1024px) {
   .gold-standard__heading{
      font-size: 30px !important;
  }
}
@media (max-width: 768px) {
    #sp-gold-standard-element-{{ section.id }}{
        padding-top: {{  section.settings.padding_top_mobile }}px;
        padding-bottom: {{  section.settings.padding_bottom_mobile }}px;
    }
    .gold-standard__container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .gold-standard__white-box {
        text-align: left;
    }
    .gold-standard__image {
        max-width: 100%;
    }
    .gold-standard__content {
        max-width: 100%;
        padding-right: 0;
        gap: 10px;
    }
    .gold-standard__heading {
        font-size: 28px;
    }
    .gold-standard__text *,
    .gold-standard__white-box *{
        font-size: 18px;
    }
    .gold-standard__white-box{
        padding: 20px;
        margin-top: 20px;
    }
}

/* sp-gold-standard-quality.liquid css end  */

/* sp-expert-team.liquid css start  */

.team-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.team-intro h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin: 0 auto 30px;
}
.team-intro p{
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}
.team-blocks {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.team-block {
    display: flex;
    gap: 33px;
    align-items: flex-start;
    width: 100%;
    max-width: calc(50% - 25px);
}
.team-block-image {
    width: 100%;
    max-width: 215px;
    flex: 0 0 215px;
}
.team-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-name,
.team-title{
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #F55F86;
}
.team-name{
  font-weight: 700;
}
.team-title{
  font-weight: 400;
  margin-bottom: 10px;
}
.team-description *{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000;
}
@media (min-width: 769px) and (max-width: 1024px) {
   .team-intro h2{
      font-size: 30px !important;
  }
}
@media (min-width: 992px){
  .team-intro h2{
    width: 100%;
    max-width: 879px;
  }
  .team-intro .top-content-text{
    width: 100%;
    max-width: 777px;
    margin: 0 auto;
  }
}
@media (max-width: 600px){
  .team-block-image {
    max-width: 111.86px;
    flex: 0 0 111.86px;
  }
}
@media (max-width: 991px) {
  .team-intro h2 {
    font-size: 28px;
  }
  .team-intro p {
    font-size: 18px;
  }
  .team-blocks {
    flex-direction: column;
    gap: 20px;
  }
  .team-block {
    gap: 20px;
    max-width: 100%;
  }
  .team-name,
  .team-title{
    font-size: 24px;
  }
  .team-description *{
    font-size: 18px;
  }
}

/* sp-expert-team.liquid css end  */

/* sp-product-list.liquid css start  */

.sp-product-list-section-inner{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-inline: 10px;
}
.sp-product-list-grid{
    display: flex;
    gap: 20px;
}
.sp-product-list-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    margin:0;
    color: #000000;
}
.sp-product-list-card {
    width: 100%;
    max-width: 33.33%;
    border: 1px solid #E2E2E2;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.sp-product-list-content {
  padding: 20px 15px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}
.product-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 10px;
}
.product-description p {
    margin: 0;
}
.product-price {
    font-weight: 700;
    font-size: 22px;
    line-height: 36.3px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}
.product-button {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26.4px;
    letter-spacing: 0;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2A8465;
    margin-top: auto;
}
.sp-product-list-image img {
    width: 100%;
    height: auto;
    display: block;
}
.product-rating {
    margin-bottom: 10px;
}
@media (min-width: 769px) and (max-width: 1024px) {
   .sp-product-list-title{
      font-size: 30px !important;
  }
}
@media (max-width: 768px){
    .sp-product-list-grid {
        gap: 30px;
        padding-inline: 0;
        flex-direction: column;
    }
    .sp-product-list-card{
        max-width: 100%;
    }
    .sp-product-list-content {
        padding: 20px 15px;
    }
    .product-title{
        font-size: 20.31px;
        line-height: 30.46px;
    }
    .product-description{
        font-size: 16px;
        line-height: 1.5em;
    }
    .product-price{
        font-size: 20.31px;
        line-height: 33.50px;
    }
    .sp-product-list-title{
        font-size: 28px;
        text-align: center;
    }
    .sp-product-list-section-inner{
        gap: 23px;
    }
}

/* sp-product-list.liquid css end  */

/* sp-faq-accordion.liquid css start  */


.sp-main-section-element .faq-section .faq-container{
  max-width: 860px;
  margin: 0 auto;
}
.sp-main-section-element .faq-title {
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
}
.sp-main-section-element .faq-item {
  border-top: 2px solid #EF7998
}
.sp-main-section-element .faq-item:last-child {
  border-bottom: 2px solid #EF7998
}
.sp-main-section-element .faq-question {
    cursor: pointer;  
    width: 100%;
    padding: 15px 10px 19px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.15px;
    text-align: left;
    color: #000000;
    background: transparent;
    border: 0;
}
.sp-main-section-element .faq-answer ul {
  padding: 0;
}
.sp-main-section-element .faq-answer *{
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000;
}
.sp-main-section-element .faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.sp-main-section-element .faq-answer-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.sp-main-section-element .faq-answer {
    padding: 0 14px 18px 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sp-main-section-element .faq-answer.open {
  opacity: 1;
}
.sp-main-section-element .faq-icon.faq-minus-icon{
    display: none;
}
.sp-main-section-element .faq-question[aria-expanded="true"] .faq-icon.faq-plus-icon{
    display: none;
}
.sp-main-section-element .faq-question[aria-expanded="true"] .faq-icon.faq-minus-icon{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.faq-list .faq-item:first-child li {
    list-style-type: none;
}
.sp-main-section-element .faq-icon svg {
    width: 12px;
    min-width: 12px;
    height: 13px;
}
@media (min-width: 769px) and (max-width: 1024px) {
   .sp-main-section-element .faq-title{
      font-size: 30px !important;
  }
}
@media (max-width: 768px){
    .sp-main-section-element .faq-title {
        height: auto;
        font-size: 28px;
        margin-bottom: 25px;
    }
    .sp-main-section-element .faq-question {
        padding: 15px 10px 15px 0;
        text-align: left;
        height: auto;
        font-size: 20px;
        line-height: 150%;
    }
    .sp-main-section-element .faq-answer *{
        font-size: 18px;
        line-height: 150%;
    }
    .sp-main-section-element .faq-answer {
        padding: 0 10px 12px 10px;
    }
    .ingredient-content ul {
        padding-left: 4px;
    }
}

/* sp-faq-accordion.liquid css end  */