/** Shopify CDN: Minification failed

Line 11:0 All "@import" rules must come first
Line 647:66 Expected identifier but found "*"

**/
html, body{
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
    font-family: 'Erode';
    src: url('/cdn/shop/files/Erode-Bold.woff2?v=1715186268') format('woff2'),
        url('/cdn/shop/files/Erode-Bold.woff?v=1715186268') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erode';
    src: url('/cdn/shop/files/Erode-BoldItalic.woff2?v=1715186268') format('woff2'),
        url('/cdn/shop/files/Erode-BoldItalic.woff?v=1715186268') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



.row {    display: -ms-flexbox;    display: flex;    -ms-flex-wrap: wrap;    flex-wrap: wrap;    margin-right: -15px;    margin-left: -15px;}
.col-md-1 {    -ms-flex: 0 0 8.333333%;    flex: 0 0 8.333333%;    max-width: 8.333333%; padding: 0 15px;  }
.col-md-2 {    -ms-flex: 0 0 16.666667%;    flex: 0 0 16.666667%;    max-width: 16.666667%; padding: 0 15px;  }
.col-md-3 {    -ms-flex: 0 0 25%;    flex: 0 0 25%;    max-width: 25%; padding: 0 15px;  }
.col-md-4 {    -ms-flex: 0 0 33.333333%;    flex: 0 0 33.333333%;    max-width: 33.333333%; padding: 0 15px;  }
.col-md-5 {    -ms-flex: 0 0 41.666667%;    flex: 0 0 41.666667%;    max-width: 41.666667%; padding: 0 15px;  }
.col-md-6 {    -ms-flex: 0 0 50%;    flex: 0 0 50%;    max-width: 50%; padding: 0 15px;  }
.col-md-7 {    -ms-flex: 0 0 58.333333%;    flex: 0 0 58.333333%;    max-width: 58.333333%; padding: 0 15px;  }
.col-md-8 {    -ms-flex: 0 0 66.666667%;    flex: 0 0 66.666667%;    max-width: 66.666667%; padding: 0 15px;  }
.col-md-9 {    -ms-flex: 0 0 75%;    flex: 0 0 75%;    max-width: 75%; padding: 0 15px;  }
.col-md-10 {    -ms-flex: 0 0 83.333333%;    flex: 0 0 83.333333%;    max-width: 83.333333%; padding: 0 15px;  }
.col-md-11 {    -ms-flex: 0 0 91.666667%;    flex: 0 0 91.666667%;    max-width: 91.666667%; padding: 0 15px;  }
.col-md-12 {    -ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%; padding: 0 15px;  }


#shopify-section-header{
  display: none;
}

.shopify-section.liquid-banner{
  background-image: url('/cdn/shop/files/background-img_2.png?v=1715186527');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100px;
}

#MainContent{
  padding: 0px !important;
}

.shopify-section.liquid-banner .container{
  max-width: 1640px;
  padding-inline: 50px;
  margin-inline: auto;
}
  
.shopify-section.liquid-banner .logo-box{
  padding: 67px 0 48px;
}

.shopify-section.liquid-banner .logo-box img{
  max-width: 180px;
}

.shopify-section.liquid-banner .rating{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-bottom: 20px;
}

.shopify-section.liquid-banner .rating p{
  font-family: "Instrument Sans", sans-serif;
  font-size: 24px;
    line-height: 17px;
    margin: 0;
    font-weight: 600;
    font-style: italic;
    color: #184840;
}

.shopify-section.liquid-banner h2.title{
 font-family: 'Erode';
  font-weight: bold;
  font-size: 55px;
  color: #184840;
  line-height: 57px;
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.liquid-banner h2.title span{
  color: #fff;
  font-style: italic;
}

.shopify-section.liquid-banner p.subtitle{
    font-family: "Instrument Sans", sans-serif;
  font-size: 24px;
    line-height: 25px;
    margin: 0;
    font-weight: 600;
    color: #184840;
  margin-top: 0px;
  margin-bottom: 30px;
}

.shopify-section.liquid-banner a.button{
      background: #ffa13c;
    border-radius: 10px;
    width: 100%;
    max-width: 555px;
    font-family: Instrument Sans, sans-serif;
    font-size: 24px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    display: table;
    padding: 23px 20px 20px;
    text-align: center;
}

.shopify-section.liquid-banner .col-md-6.imagew-box .img{
      width: 865px;
    max-width: 865px;
    margin-left: -30px;
}

.shopify-section.liquid-banner .image-with-text-row.row{
  align-items: center;
}

.shopify-section.liquid-banner .icon-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 52px;
  margin-top: 84px;
  position: relative;
}

.shopify-section.liquid-banner .icon-row.mobile-only{
  display: none;
}

.shopify-section.liquid-banner .icon-row::before, .shopify-section.liquid-banner .icon-row::after{
  content: "";
  position: absolute;
  top: 0;
  width: 584px;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}

.shopify-section.liquid-banner .icon-row::before{
  left: 0px;
}

.shopify-section.liquid-banner .icon-row::after{
  right: 0px;
}

/* ============================================= */

.shopify-section.key-benefits{
  padding: 150px 0;
}

.shopify-section.key-benefits .container{
  max-width: 1510px;
  padding-inline: 50px;
  margin-inline: auto; 
}

.shopify-section.key-benefits .title-box .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 42px;
  color: #184840;
  margin-bottom: 80px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.key-benefits .title-box .title span{
  font-weight: 500;
  font-style: italic;
}

.shopify-section.key-benefits .card{
  max-width: 340px;
  margin-inline: auto;
}

.shopify-section.key-benefits .icon-box{
  width: 100%;
  display: table;
  margiN: 0 auto 40px;
  max-width: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.shopify-section.key-benefits .icon-box::after{
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
}

.shopify-section.key-benefits .icon-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.shopify-section.key-benefits .content h4{
   font-family: "Instrument Sans", sans-serif;
  font-size: 24px;
    line-height: 17px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
    color: #184840; 
    text-align: center;
}

.shopify-section.key-benefits .content p{
   font-family: "Instrument Sans", sans-serif;
  font-size: 22px;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
    color: #184840; 
    text-align: center;
}

/* ========================================================= */

.shopify-section.liquid-testimonials{
  padding: 80px 0 100px;
  background-image: url('/cdn/shop/files/Group_1000002519.png?v=1715263459');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.shopify-section.liquid-testimonials .container{
  max-width: 1620px;
  padding-inline: 50px;
  margin-inline: auto;
}


.shopify-section.liquid-testimonials .title-box .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 42px;
  color: #184840;
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.liquid-testimonials .title-box .title span{
  font-weight: 500;
  font-style: italic;
}

.shopify-section.liquid-testimonials .rating{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}

.shopify-section.liquid-testimonials .rating p{
 font-family: "Instrument Sans", sans-serif;
  font-size: 24px;
    line-height: 17px;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    color: #184840; 
}

.shopify-section.liquid-testimonials .testimonials-carousel{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 80px;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card{
  background: #fff;
  filter: drop-shadow(0 0 100px rgba(0, 0, 0, .1));
  border-radius: 15px;
  width: calc(33.333333% - 20px);
  max-width: 450px;
  display: grid;
  align-items: stretch;
  grid-template-rows: auto 1fr;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .image-box{
  width: 100%;
  display: table;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .image-box img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .content{
  display: flex;
  flex-grow: 1;
  padding: 25px 25px 30px;
  flex-flow: column;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .rating{
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .review-title{
   font-family: 'Erode';
  font-weight: 500;
  font-size: 28px;
  line-height: 17px;
  color: #184840;
  margin-bottom: 40px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal; 
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .description{
    font-family: "Instrument Sans", sans-serif;
    font-size: 22px;
    line-height: 31px;
    margin: 0;
    font-weight: 400;
    color: #184840; 
    letter-spacing: normal;
    flex-grow: 1;
}

.shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .username{
  font-family: 'Erode';
  font-weight: 700;
  font-size: 22px;
  line-height: 13px;
  color: #A7B5B9;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
  margin-top: 40px;
}

/* =================================================== */

.shopify-section.image-text-column{
  padding: 150px 0;
}


.shopify-section.image-text-column .container{
  max-width: 1430px;
  padding-inline: 50px;
  margin-inline: auto;
}


.shopify-section.image-text-column .title-box .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 42px;
  color: #184840;
  margin-bottom: 80px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.image-text-column .title-box .title span{
  font-weight: 500;
  font-style: italic;
}

.shopify-section.image-text-column .image-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.shopify-section.image-text-column .image-row .image-column{
  width: calc(50% - 10px);
  max-width: 570px;
}

.shopify-section.image-text-column .image-row .image-column .image-box{
  width: 100%;
  display: table;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  filter: drop-shadow(0 0 100px rgba(0,0,0,.1));
}

.shopify-section.image-text-column .image-row .image-column .image-box img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.image-text-column .image-row .image-column .image-box .badge{
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='198' height='104' viewBox='0 0 198 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 15C0 6.71573 6.71573 0 15 0H194.241C196.317 0 198 1.68298 198 3.75904C198 59.1206 153.121 104 97.759 104H7.15663C3.20414 104 0 100.796 0 96.8434V15Z' fill='%23F9F9F9'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 100px rgba(0,0,0,.1));
  display: flex;
  align-items: center;
  justify-content: center;
    font-family: 'Erode';
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #184840; 
  padding: 0 10px 10px 0;
}

.shopify-section.image-text-column .image-row .image-column p{
 font-family: "Instrument Sans", sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    font-weight: 400;
    color: #123B34; 
    letter-spacing: normal;
    flex-grow: 1; 
}

.shopify-section.image-text-column .image-row .image-column a{
  font-family: 'Erode';
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #A7B5B9;
  margin-top: 40px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal; 
  font-style: italic;
  display: table;
}

/* ======================================================= */

.shopify-section.how-it-works .container{
 max-width: 1820px;
  padding-inline: 50px;
  margin-inline: auto;
}

.shopify-section.how-it-works .title-box .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 65px;
  color: #184840;
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.how-it-works .title-box .title span{
  font-weight: 500;
  font-style: italic;
}

.shopify-section.how-it-works .how-works-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopify-section.how-it-works .how-works-row.mobile-only{
  display: none;
}

.shopify-section.how-it-works .how-works-row .column.center-column{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  row-gap: 200px;
}

.shopify-section.how-it-works .how-works-row .column h3{
  font-family: Erode;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #184840;
    margin-top: 40px;
    text-align: center;
    max-width: 365px;
    margin-inline: auto;
}

.shopify-section.how-it-works .how-works-row .column{
  position: relative;
} 

.shopify-section.how-it-works .how-works-row .column.left-column::before, .shopify-section.how-it-works .how-works-row .column.left-column::after{
  content: "";
  width: 330px;
  height: 330px;
  display: inline-block;
  position: absolute;
}

.shopify-section.how-it-works .how-works-row .column.left-column::before{
  top: -310px;
  right: -150px;
  background-image: url('/cdn/shop/files/left-arrow_1.png?v=1715268249')
}

.shopify-section.how-it-works .how-works-row .column.left-column::after{
  bottom: -310px;
  right: -150px;
  background-image: url('/cdn/shop/files/left-arrow_4.png?v=1715268250')
}

.shopify-section.how-it-works .how-works-row .column.right-column::before, .shopify-section.how-it-works .how-works-row .column.right-column::after{
  content: "";
  width: 330px;
  height: 330px;
  display: inline-block;
  position: absolute;
}

.shopify-section.how-it-works .how-works-row .column.right-column::before{
  top: -310px;
  left: -150px;
  background-image: url('/cdn/shop/files/left-arrow_2.png?v=1715268250')
}

.shopify-section.how-it-works .how-works-row .column.right-column::after{
  bottom: -310px;
  left: -150px;
  background-image: url('/cdn/shop/files/left-arrow_3.png?v=1715268249')
}

/* ======================== ingredients section starts =========================== */

.shopify-section.ingredients-section{
  padding: 150px 0 120px;
  background-image: linear-gradient(to top, #C9E5DB, #FFFFFF);
}

.shopify-section.ingredients-section .container{
 max-width: 1820px;
  padding-inline: 50px;
  margin-inline: auto;
}

.shopify-section.ingredients-section .title-box .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 65px;
  color: #184840;
  margin-bottom: 100px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.ingredients-section .title-box .title span{
  font-weight: 500;
  font-style: italic;
}

/* =============================== ingredients accordion ========================*/

.shopify-section.ingredients-section .accordion-container{
  display: none;
}


.shopify-section.ingredients-section .accordion-container {
    width: 80%;
    max-width: 600px;
}

.shopify-section.ingredients-section .accordion-item {
    background-color: #CBE8DE; /* White background for items */
    border: 1px solid #CBE8DE; /* Light border */
    border-radius: 20px;
    margin-bottom: 10px;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */ */
}

.shopify-section.ingredients-section .accordion-header {
    background-color: #CBE8DE; /* Soft purple */
    color: #184840; /* White text */
    padding: 15px 16px 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    transition: background-color 0.3s ease;
    font-family: 'Erode';
    font-weight: 500;
    font-size: 28px;
    line-height: 17px;
}


.shopify-section.ingredients-section .accordion-content {
    background-color: #CBE8DE; /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.shopify-section.ingredients-section .accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.shopify-section.ingredients-section .icon {
    transition: transform 0.3s ease;
}

.shopify-section.ingredients-section .icon::after{
  content: "+";
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #123B34;
  line-height: 20px;
}

.shopify-section.ingredients-section .active .icon::after {
    content: "-";
}


/* =============================== ingredients accordion ========================*/

.shopify-section.ingredients-section .main-image-box{
  display: table;
  margin: 0 auto 134px;
}

.shopify-section.ingredients-section .main-image-box img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.ingredients-section .ingredients-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1300px;
  margin-inline: auto;
}

.shopify-section.ingredients-section .ingredients-row .ingredients-column{
  width: calc(33.333333% - 20px * 2/3);
  max-width: 340px;
}

.shopify-section.ingredients-section .ingredients-row .ingredients-column .image-box{
  display: table;
  margin: 0 auto 40px;
}

.shopify-section.ingredients-section .ingredients-row .ingredients-column .image-box img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.ingredients-section .ingredients-row .ingredients-column .content h3{
  font-size: 28px;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #184840;
   font-family: 'Erode'; 
  letter-spacing: normal;
  text-align: center;
}

.shopify-section.ingredients-section .ingredients-row .ingredients-column .content p{
  font-family: "Instrument Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: normal;
  color: #184840;
  font-weight: 400;
}

/* ======================================================== */

.shopify-section.quality-section{
  padding: 150px 0;
}


.shopify-section.quality-section .container{
 max-width: 1620px;
  padding-inline: 50px;
  margin-inline: auto;
}

.shopify-section.quality-section .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 65px;
  color: #184840;
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.quality-section .title + img.mobile-image{
  display: none;
}

.shopify-section.quality-section .title span{
  font-weight: 500;
  font-style: italic;
  width: 100%;
  display: block;
}

.shopify-section.quality-section .container .quality-row{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 130px;
}

.shopify-section.quality-section .container .quality-row .image-box, .shopify-section.quality-section .container .quality-row .text-box{
  width: calc(50% - 10px);
}

.shopify-section.quality-section .container .quality-row .image-box{
  max-width: 760px;
  border-radius: 15px;
  overflow: hidden;
}

.shopify-section.quality-section .container .quality-row .image-box img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.quality-section .container .quality-row .text-box{
  max-width: 500px;
}

.shopify-section.quality-section .container .quality-row .text-box .subtitle{
 font-family: 'Erode';
  font-size: 32px;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: center;
  color: #184840;
}

.shopify-section.quality-section .container .quality-row .text-box .description{
 font-family: "Instrument Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: normal;
  color: #184840;
  font-weight: 500; 
  margin-bottom: 40px;
}

.shopify-section.quality-section .container .quality-row .icon-row{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  
}

.shopify-section.quality-section .container .quality-row .icon-row .icon-box{
  width: 100px;
  height: 100px;
  position: relative;
}

.shopify-section.quality-section .container .quality-row .icon-row .icon-box .img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}


.shopify-section.money-back-section{
  padding: 50px 0;
}

.shopify-section.money-back-section .title{
  font-size: 110px;
  line-height: 132px;
  font-weight: 900;
  color: #184840;
  text-align: center;
  margin: 0px;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.money-back-section .subtitle{
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #184840;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  
}

.shopify-section.money-back-section .button{
 font-family: 'Erode';
    font-size: 30px;
    line-height: 18px;
    font-weight: 600;
    padding: 21px 40px 21px;
    background: #ffa13c;
    border-radius: 10px;
    width: 100%;
    max-width: 555px;
    display: table;
    margin: 0 auto;
    text-align: center;
}


.shopify-section.benefits-section{
  background-image: linear-gradient(to top, #C9E5DB , #ffffff);
  padding: 150px 0 100px;
  position: relative;
}

.shopify-section.benefits-section .title-box .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 65px;
  color: #184840;
  margin-bottom: 80px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.benefits-section .title-box .title span{
  font-weight: 500;
  font-style: italic;
}

.shopify-section.benefits-section .benefits-carousel{
  width: 100%;
  max-width: 1430px;
  margin-inline: auto;
  padding-inline: 50px;
}

.shopify-section.benefits-section .benefits-carousel .card{
  display: flex;
  align-items: center;
  padding: 60px 60px 60px 57px;
  column-gap: 40px;
  background: #fff;
  border: 1px solid #91D5BE;
  border-radius: 10px;
  
}

.shopify-section.benefits-section .benefits-carousel .card .image-box{
  width: 480px;
  display: table;
  position: relative;
  border: 1px solid #91D5BE;
  border-radius: 10px;
  overflow: hidden;
  min-width: 480px;
}

.shopify-section.benefits-section .benefits-carousel .card .image-box::before{
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
}

.shopify-section.benefits-section .benefits-carousel .card .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shopify-section.benefits-section .benefits-carousel .card .text-box{
  width: calc(100% - 520px);
}

.shopify-section.benefits-section .benefits-carousel .card .text-box .number{
  width: 59px;
  height: 59px;
  border: 1px solid #184840;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 29px;
  font-weight: 500;
  color: #184840;
}

.shopify-section.benefits-section .benefits-carousel .card .text-box .title{
 font-family: 'Erode';
  font-size: 40px;
  line-height: 37.5px;
  text-align: left;
  margin-bottom: 40px;
  color: #184840;
}

.shopify-section.benefits-section .benefits-carousel .card .text-box .description p{
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  color: #184840;
}


.shopify-section.benefits-section .benefits-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
      position: relative;
    bottom: 0;
    padding-top: 60px;
}
.shopify-section.benefits-section .benefits-carousel .slick-dots li {
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
.shopify-section.benefits-section .benefits-carousel .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #A7B5B9;
  text-indent: -9999px;
}
.shopify-section.benefits-section .benefits-carousel .slick-dots li.slick-active button {
  background-color: #184840;
}

.shopify-section.benefits-section .benefits-carousel{
  margin-bottom: 0px;
}

.shopify-section.benefits-section .prev-btn{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0px;
  border: none;
  background: transparent;
}

.shopify-section.benefits-section .next-btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0px;
  border: none;
  background: transparent;
}


/* ============================= accordion section starts =========================== */

.shopify-section.accordion-section {
  padding: 150px 0 110px;
}

.shopify-section.accordion-section .container{
  max-width: 1620px;
  padding-inline: 50px;
  margin-inline: auto;
}

.shopify-section.accordion-section .accordion .accordion-item {
  margin-bottom: 40px;
}

.shopify-section.accordion-section .accordion .accordion-item button[aria-expanded='true'] {
  /* border-bottom: 1px solid #184840; */
}

.shopify-section.accordion-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #184840;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding: 32px 40px;
  background: #FAF5E2;
  border-radius: 100px;
  font-size: 24px;
  line-height: 17px;
}

.shopify-section.accordion-section .accordion button:hover,
.shopify-section.accordion-section .accordion button:focus {
  cursor: pointer;
  color: #184840;
}

.shopify-section.accordion-section .accordion button:hover::after,
.shopify-section.accordion-section .accordion button:focus::after {
  cursor: pointer;
  color: #184840;
  border: 1px solid #184840;
}

.shopify-section.accordion-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.shopify-section.accordion-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 22px;
  /* border: 1px solid; */
  border-radius: 22px;
  transform: translateY(-50%);
}

.shopify-section.accordion-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  background: currentColor;
}
.shopify-section.accordion-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 4px;
  left: 9px;
  width: 2px;
  height: 12px;
  background: currentColor;
}

.shopify-section.accordion-section .accordion button[aria-expanded='true'] {
  color: #184840;
}
.shopify-section.accordion-section .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.shopify-section.accordion-section .accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 15em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.shopify-section.accordion-section .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.shopify-section.accordion-section .accordion .accordion-content p {
  font-size: 22px;
    line-height: 120%;
    font-weight: 400;
    color: #184840;
  margin-top: 20px;
}


.shopify-section.accordion-section  .title{
 font-family: 'Erode';
  font-weight: 300;
  font-size: 70px;
  line-height: 65px;
  color: #184840;
  margin-bottom: 80px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.shopify-section.accordion-section  .title span{
  font-weight: 500;
  font-style: italic;
}

/* ========================== footer css starts ======================== */

#shopify-section-footer{
  display: none;
}

.shopify-section.custom-footer .footer-top{
  background: #CBE8DE;
}

.shopify-section.custom-footer .footer-top .container{
  max-width: 1620px;
  padding-inline: 50px;
  margin-inline: auto;
}

.shopify-section.custom-footer .footer-top .container .top-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.shopify-section.custom-footer .footer-top .container .top-row .logo-box{
  padding: 40px 0;
}

.shopify-section.custom-footer .footer-top .container .top-row .logo-box img{
  max-width: 100%;
}

.shopify-section.custom-footer .footer-top .container .top-row .link-list{
  display: flex;
  align-items: center;
  column-gap: 120px;
}

.shopify-section.custom-footer .footer-top .container .top-row .link-list a{
 font-family: 'Erode';
  font-size: 30px;
  line-height: 102%;
}

.shopify-section.custom-footer .bottom-text{
  padding: 50px 0;
}

.shopify-section.custom-footer .bottom-text .disclaimer{
  font-size: 14px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  color: #184840;
  margin-bottom: 40px;
}

.shopify-section.custom-footer .bottom-text .copyright-text{
  font-size: 16px;
  font-weight: 600;
  color: #184840;
  text-align: center;
  margin: 0px;
  
}

@media (max-width: 1600px){
  .shopify-section.how-it-works .how-works-row .column.right-column::before, .shopify-section.how-it-works .how-works-row .column.right-column::after{
    left: -50px;
  }

  .shopify-section.how-it-works .how-works-row .column.left-column::before, .shopify-section.how-it-works .how-works-row .column.left-column::after{
    right: -50px;
  }
}

@media (max-width: 1400px){
  .shopify-section.liquid-banner h2.title{
    font-size: 50px;
    line-height: 52px;
  }

  .shopify-section.liquid-banner .icon-row .icon-col{
    max-height: 120px;
  }

  .shopify-section.liquid-banner .icon-row .icon-col img{
    max-height: 120px;
  }

  .shopify-section.liquid-banner .icon-row:before, .shopify-section.liquid-banner .icon-row:after{
    width: calc(50% - 100px);
  }

  .shopify-section.how-it-works .how-works-row .column h3{
    font-size: 32px;
    line-height: 42px;
  }

  .shopify-section.how-it-works .how-works-row .column.right-column::before, .shopify-section.how-it-works .how-works-row .column.right-column::after{
    width: 280px;
    height: 280px;
    left: 0px;
  }

  .shopify-section.how-it-works .how-works-row .column.left-column::before, .shopify-section.how-it-works .how-works-row .column.left-column::after{
    width: 280px;
    height: 280px;
    right: 0px;
  }
}

@media (max-width: 1200px){
  .shopify-section.liquid-banner h2.title{
    font-size: 42px;
    line-height: 44px;
  }

  .shopify-section.liquid-banner .rating svg{
    max-width: 120px;
  }

  .shopify-section.liquid-banner .rating p{
    font-size: 20px;
  }

  .shopify-section.liquid-banner p.subtitle{
    font-size: 20px;
    line-height: 21px;
  }

  .shopify-section.liquid-banner .icon-row{
    margin-top: 60px;
    padding: 30px 0;
  }

  .shopify-section.liquid-banner{
    padding-bottom: 120px;
  }
}



@media (max-width: 992px){
  .shopify-section.liquid-banner .image-with-text-row.row .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .shopify-section.liquid-testimonials .title-box .title {
    font-size: 50px;
    line-height: 57px;
}
  .shopify-section.key-benefits .title-box .title {
    font-size: 50px;
    line-height: 57px;
}
  .shopify-section.image-text-column .title-box .title {
    font-size: 50px;
    line-height: 57px;
}
  .shopify-section.how-it-works .title-box .title {
    font-size: 50px;
    line-height: 57px;
}
  .shopify-section.ingredients-section .title-box .title {
    font-size: 50px;
    line-height: 57px;
}
.shopify-section.quality-section .title {
    font-size: 50px;
    line-height: 57px;
}
  .shopify-section.money-back-section .title {
    font-size: 70px;
    line-height: 82px;
}
  .shopify-section.money-back-section .subtitle {
    font-size: 30px;
    line-height: 40px;
}
  .shopify-section.benefits-section .title-box .title {
    font-size: 50px;
    line-height: 57px;
}
  .shopify-section.accordion-section .title {
    font-size: 50px;
    line-height: 47px;
}
.new_product_section .container .row {
    column-gap: 50px;
}

.shopify-section.quality-section .container .quality-row{
  column-gap: 40px;
}
  
}


@media (max-width: 991px){

  .shopify-section.liquid-banner .container, .shopify-section.key-benefits .container, .shopify-section.liquid-testimonials .container, .shopify-section.image-text-column .container, .shopify-section.image-text-column .container, .shopify-section.how-it-works .container, .shopify-section.ingredients-section .container, .shopify-section.quality-section .container, .shopify-section.benefits-section .benefits-carousel, .shopify-section.accordion-section .container{
    padding-inline: 15px;
  }

  .shopify-section.benefits-section .benefits-carousel{
    padding-inline: 0px !important;
  }

  .shopify-section.how-it-works .how-works-row.desktop-only{
    display: none;
  }

  .shopify-section.how-it-works .how-works-row.mobile-only{
    display: block;
  }
  
.shopify-section.liquid-testimonials .testimonials-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
      position: relative;
    bottom: 0;
    padding-top: 53px;
}
.shopify-section.liquid-testimonials .testimonials-carousel .slick-dots li {
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
.shopify-section.liquid-testimonials .testimonials-carousel .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #A7B5B9;
  text-indent: -9999px;
}
.shopify-section.liquid-testimonials .testimonials-carousel .slick-dots li.slick-active button {
  background-color: #184840;
}

.shopify-section.liquid-testimonials .testimonials-carousel{
  margin-bottom: 0px;
}

.shopify-section.liquid-testimonials .slick-prev{
  position: absolute;
  top: auto;
  bottom: -30px;
  transform: translateY(-50%);
  left: -15px;
  transform: translateY(-50%);
  padding: 0px;
  border: none;
  background: transparent;
  width: 50px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 40L30 40C41.0457 40 50 31.0457 50 20C50 8.95431 41.0457 7.17666e-06 30 5.24537e-06L6.99382e-06 0L0 40Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6569 12.5649L9.29289 18.9288C8.90237 19.3193 8.90237 19.9525 9.29289 20.343L15.6569 26.707C16.0474 27.0975 16.6805 27.0975 17.0711 26.707C17.4616 26.3165 17.4616 25.6833 17.0711 25.2928L12.4142 20.6359L31 20.6359L31 18.6359L12.4142 18.6359L17.0711 13.9791C17.4616 13.5886 17.4616 12.9554 17.0711 12.5649C16.6805 12.1743 16.0474 12.1743 15.6569 12.5649Z' fill='%23184840'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}

.shopify-section.liquid-testimonials .slick-next{
  position: absolute;
  top: auto;
  bottom: -30px;
  transform: translateY(-50%);
  right: -15px;
  transform: translateY(-50%);
  padding: 0px;
  border: none;
  background: transparent;
  width: 50px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50 0H20C8.9543 0 0 8.95431 0 20C0 31.0457 8.9543 40 20 40H50V0Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.3431 27.4351L40.7071 21.0712C41.0976 20.6806 41.0976 20.0475 40.7071 19.657L34.3431 13.293C33.9526 12.9025 33.3195 12.9025 32.9289 13.293C32.5384 13.6835 32.5384 14.3167 32.9289 14.7072L37.5858 19.3641H19V21.3641L37.5858 21.3641L32.9289 26.0209C32.5384 26.4114 32.5384 27.0446 32.9289 27.4351C33.3195 27.8257 33.9526 27.8257 34.3431 27.4351Z' fill='%23184840'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}

.shopify-section.liquid-testimonials .slick-next::before, .shopify-section.liquid-testimonials .slick-next::after, .shopify-section.liquid-testimonials .slick-prev::before, .shopify-section.liquid-testimonials .slick-prev::after{
  display: none;
}



/* ============================================= */

.shopify-section.how-it-works .how-works-row.mobile-only .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
      position: relative;
    bottom: 0;
    padding-top: 53px;
}
.shopify-section.how-it-works .how-works-row.mobile-only .slick-dots li {
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
.shopify-section.how-it-works .how-works-row.mobile-only .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #A7B5B9;
  text-indent: -9999px;
}
.shopify-section.how-it-works .how-works-row.mobile-only .slick-dots li.slick-active button {
  background-color: #184840;
}

.shopify-section.how-it-works .how-works-row.mobile-only{
  margin-bottom: 0px;
}

.shopify-section.how-it-works .slick-prev{
  position: absolute;
  top: auto;
  bottom: -30px;
  transform: translateY(-50%);
  left: -15px;
  transform: translateY(-50%);
  padding: 0px;
  border: none;
  background: transparent;
  width: 50px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 40L30 40C41.0457 40 50 31.0457 50 20C50 8.95431 41.0457 7.17666e-06 30 5.24537e-06L6.99382e-06 0L0 40Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6569 12.5649L9.29289 18.9288C8.90237 19.3193 8.90237 19.9525 9.29289 20.343L15.6569 26.707C16.0474 27.0975 16.6805 27.0975 17.0711 26.707C17.4616 26.3165 17.4616 25.6833 17.0711 25.2928L12.4142 20.6359L31 20.6359L31 18.6359L12.4142 18.6359L17.0711 13.9791C17.4616 13.5886 17.4616 12.9554 17.0711 12.5649C16.6805 12.1743 16.0474 12.1743 15.6569 12.5649Z' fill='%23184840'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}

.shopify-section.how-it-works .slick-next{
  position: absolute;
  top: auto;
  bottom: -30px;
  transform: translateY(-50%);
  right: -15px;
  transform: translateY(-50%);
  padding: 0px;
  border: none;
  background: transparent;
  width: 50px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50 0H20C8.9543 0 0 8.95431 0 20C0 31.0457 8.9543 40 20 40H50V0Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.3431 27.4351L40.7071 21.0712C41.0976 20.6806 41.0976 20.0475 40.7071 19.657L34.3431 13.293C33.9526 12.9025 33.3195 12.9025 32.9289 13.293C32.5384 13.6835 32.5384 14.3167 32.9289 14.7072L37.5858 19.3641H19V21.3641L37.5858 21.3641L32.9289 26.0209C32.5384 26.4114 32.5384 27.0446 32.9289 27.4351C33.3195 27.8257 33.9526 27.8257 34.3431 27.4351Z' fill='%23184840'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}

.shopify-section.how-it-works .slick-next::before, .shopify-section.how-it-works .slick-next::after, .shopify-section.how-it-works .slick-prev::before, .shopify-section.how-it-works .slick-prev::after{
  display: none;
}

.shopify-section.how-it-works{
  padding-bottom: 53px;
  padding-top: 40px;
   background-image: linear-gradient(180deg, #F9F9F9, #CAE7DD);
}

.shopify-section.how-it-works .how-works-row .column .card{
  width: 100%;
}

.shopify-section.how-it-works .how-works-row .column .card .image-box{
  position: relative;
  background: #fff;
  border: 1.5px solid #91D5BE;
  border-radius: 10px;
  width: calc(100% - 32px);
  margin-inline: auto;
}

.shopify-section.how-it-works .how-works-row .column .card .image-box::after{
  content: "";
  width: 100%;
  position: relative;
  display: block;
  padding-top: 100%;
}

.shopify-section.how-it-works .how-works-row .column .card .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1.5px solid #91D5BE;
  border-radius: 10px;
  overflow: hidden;
}
  
}





@media (max-width: 820px){
  .shopify-section.benefits-section .benefits-carousel .card {
    flex-wrap: wrap;
}
  .shopify-section.benefits-section .benefits-carousel .card .image-box {
    width: 100%;
    min-width: 100%;
}
  .shopify-section.benefits-section .benefits-carousel .card .text-box {
    width: 100%;
    margin-top: 40px;
}
  #shopify-section-template--15471229829229__benefits_CWPMFz {
    padding-right: 20px;
    padding-left: 20px;
}
  
}


@media (max-width: 750px){
  .shopify-section.liquid-banner .logo-box img{
    max-width: 139px;
  }

  .shopify-section.liquid-banner .logo-box{
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .shopify-section.liquid-banner .rating{
    justify-content: center;
    column-gap: 10px;
  }

  .shopify-section.liquid-banner .rating svg{
    max-width: 106px;
    max-height: 20px;
  }

  .shopify-section.liquid-banner .rating p{
    font-size: 16px;
  }

  .shopify-section.liquid-banner h2.title{
    font-size: 32px;
    line-height: 104%;
    text-align: center;
  }

  .shopify-section.liquid-banner p.subtitle {
        font-size: 18px;
        line-height: 19px;
      text-align: center;
    }

  .shopify-section.liquid-banner h2.title span{
    display: block;
  }
  .shopify-section.key-benefits .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
  .shopify-section.liquid-testimonials .testimonials-carousel .review-card {
    width: calc(100% - 0px);
    max-width: 100%;
    
}
  .shopify-section.liquid-testimonials .testimonials-carousel {
    flex-wrap: wrap;
}
  .shopify-section.liquid-testimonials .testimonials-carousel .review-card {
    width: calc(100% - 0px);
    max-width: 100%;
    /* margin-bottom: 40px; */
}
  .shopify-section.image-text-column .image-row {
    flex-wrap: wrap;
}
  .shopify-section.image-text-column .image-row .image-column {
    width: calc(100% - 0px);
    max-width: 100%;
    margin-bottom: 60px;
}

  .shopify-section.image-text-column .image-row .image-column:last-child{
    margin-bottom: 0px;
  }
  .shopify-section.ingredients-section .ingredients-row {
    flex-wrap: wrap;
}
  .shopify-section.ingredients-section .ingredients-row .ingredients-column {
    width: calc(100% - 0px* 2 / 3);
    max-width: 100%;
}
  .shopify-section.quality-section .container .quality-row .image-box {
    max-width: 100%;
    width: calc(100% - 0px);
}
  .shopify-section.quality-section .container .quality-row .text-box {
    max-width: 100%;
    width: calc(100% - 0px);
    margin-top: 30px;
}
  .shopify-section.money-back-section {
    padding: 50px 20px;
}
  .shopify-section.benefits-section .benefits-carousel .card {
    padding: 20px;
    position: relative;
}
  .shopify-section.quality-section {
    padding-bottom: 0;
    padding-top: 100px;
}
  .shopify-section.benefits-section {
    padding-top: 30px;
}
  .shopify-section.accordion-section .accordion button {
    padding: 16px 35px;
    line-height: 17px;
    font-size: 14px;
}
  .shopify-section.accordion-section .accordion .accordion-item {
    margin-bottom: 20px;
}
  .shopify-section.accordion-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
  .shopify-section.image-text-column {
    padding-top: 80px;
    padding-bottom: 40px;
}
.shopify-section.key-benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }

  .shopify-section.key-benefits .title-box .title{
    font-size: 32px;
    line-height: 97%;
    margin-bottom: 40px;
  }
  .shopify-section.quality-section .container .quality-row {
    column-gap: 0;
}
  .shopify-section.custom-footer .footer-top .container .top-row {
    flex-wrap: wrap;
}
  .shopify-section.custom-footer .footer-top .container .top-row .link-list {
    flex-wrap: wrap;
}
  .shopify-section.custom-footer .footer-top .container .top-row .logo-box {
    padding: 0;
}
  .shopify-section.custom-footer .footer-top .container .top-row {
    flex-wrap: wrap;
    padding: 30px 0;
}

.shopify-section.liquid-banner a.button{
  padding: 17px 50px 15px;
}

  .shopify-section.liquid-banner .image-with-text-row.row .col-md-6.imagew-box{
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .shopify-section.liquid-banner .image-with-text-row.row .col-md-6.imagew-box img{
    width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        margin-right: -20px;
  }

  .shopify-section.liquid-banner{
    padding-bottom: 40px;
  }

  .shopify-section.liquid-banner .icon-row.desktop-only{
    display: none;
  }

  .shopify-section.liquid-banner .icon-row.mobile-only{
    display: flex;
    border-bottom: none;
    justify-content: center;
  }

  .shopify-section.liquid-banner .icon-row{
    flex-wrap: wrap;
    padding-bottom: 0px;
    justify-content: center;
    row-gap: 13px;
  }

  .shopify-section.liquid-banner .icon-row .icon-col{
    min-width: 33.333333%;
    flex-grow: 1;
    max-width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
  }

  .shopify-section.liquid-banner .icon-row .icon-col img{
    display: table;
    margin: 0 auto;
  }

  .shopify-section.liquid-banner .icon-row .icon-col:nth-child(2){
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
  }

  .shopify-section.liquid-banner .icon-row .icon-col:last-child{
    border-left: 1px solid #818181;
  }

  .shopify-section.liquid-banner .icon-row::before{
    display: none;
  }

  .shopify-section.liquid-banner .icon-row::after{
    content: "As Seen In";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Erode';
    font-size: 32px;
    line-height: 97%;
    font-weight: 400;
    color: #184840;
            text-align: center;
        height: auto;
        background: transparent;
        width: auto;
  }

  .shopify-section.liquid-banner .icon-row{
    margin-top: 15px;
  }

  .shopify-section.key-benefits .row .col-md-4:last-child{
    margin-bottom: 0px !important;
  }

  .shopify-section.liquid-testimonials{
    padding: 40px 0 53px;
  }

  .shopify-section.liquid-testimonials .title-box .title{
    font-size: 32px;
    line-height: 31px;
      margin-bottom: 20px;
  }

  .shopify-section.liquid-testimonials .rating svg{
    width: 157px;
    height: 24px;
  }

  .shopify-section.liquid-testimonials .rating p{
    font-size: 16px;
    line-height: 12px;
    
  }

  .shopify-section.liquid-testimonials .testimonials-carousel .review-card{
    filter: none;
  }

  .shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .rating svg{
    width: 132px;
    height: 20px;
  }

  .shopify-section.liquid-testimonials .testimonials-carousel{
    margin-top: 40px;
  }

  .shopify-section.liquid-testimonials .testimonials-carousel .review-card .content{
    padding: 25px 25px 16px;
  }

  .shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .review-title{
    line-height: 48px;
    margin-bottom: 40px;
  }

  .shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .description{
    font-size: 20px;
  }

  .shopify-section.liquid-testimonials .testimonials-carousel .review-card .content .username{
    font-size: 20px;
    line-height: 12px;
    
  }

  .shopify-section.image-text-column .title-box .title{
    font-size: 32px;
    line-height: 97%;
  }

  .shopify-section.image-text-column .image-row .image-column .image-box{
    margin-bottom: 20px;
    
  }

  .shopify-section.image-text-column .image-row .image-column p{
    font-size: 20px;
  }

  .shopify-section.image-text-column .image-row .image-column a{
    font-size: 20px;
    
  }

  .shopify-section.how-it-works .title-box .title{
    font-size: 32px;
    line-height: 97%;
    margin-bottom: 32px;
  }

  .shopify-section.how-it-works .how-works-row .column h3{
    font-size: 28px;
    line-height: 27px;
    padding-inline: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .shopify-section.how-it-works .how-works-row .column .card .image-box{
    width: 100%;
  }

  .shopify-section.ingredients-section{
    padding: 80px 0;
    background: transparent;
  }

  .shopify-section.ingredients-section .title-box .title{
    font-size: 32px;
    line-height: 97%;
    margin-bottom: 40px;
  }

  .shopify-section.ingredients-section .main-image-box, .shopify-section.ingredients-section .ingredients-row{
    display: none;
    
  }

  .shopify-section.ingredients-section .accordion-container{
    display: block;
    width: 100%;
  }

  .shopify-section.ingredients-section .accordion-content .image-box{
    display: table;
  }

  .shopify-section.ingredients-section .accordion-content .image-box img{
    float: left;
  }

  .shopify-section.ingredients-section .accordion-content .content p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #184840;
  }

  .shopify-section.quality-section{
    padding-top: 0px !important;
  }

  .shopify-section.quality-section .container .quality-row .text-box{
    margin-top: 0px;
  }

  .shopify-section.quality-section .title{
    font-size: 32px;
    line-height: 91.5%;
  }

  .shopify-section.quality-section .container .quality-row .image-box{
    display: none;
  }

  .shopify-section.quality-section .title + img.mobile-image{
      display: block;
      margin-bottom: 40px;
    }

  .shopify-section.quality-section .title span{
    display: contents;
  }

  .shopify-section.quality-section .container .quality-row .text-box .subtitle{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    
  }

  .shopify-section.quality-section .container .quality-row .text-box .description{
    font-size: 18px;
    line-height: 30px;
  }

  .shopify-section.money-back-section .title{
    font-size: 55px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .shopify-section.money-back-section .subtitle{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .shopify-section.money-back-section .button{
    width: calc(100% - 50px);
    margin-inline: auto;
    font-size: 24px;
    line-height: 14px;
    
  }

  .shopify-section.quality-section .container .quality-row .icon-row .icon-box{
    height: auto;
    
  }

  .shopify-section.quality-section .container .quality-row .icon-row{
    column-gap: 17px;
  }

  .shopify-section.benefits-section .title-box .title{
    font-size: 32px;
    line-height: 31px;
    margin-bottom: 40px;
  }

  .shopify-section.benefits-section{
    background-image: linear-gradient(to top, #C9E5DB, #fff);
  }

  .shopify-section.benefits-section .title-box .title span{
    display: block;
  }

  .shopify-section.benefits-section .benefits-carousel .card .text-box{
    margin-top: 30px;
  }

  .shopify-section.benefits-section .benefits-carousel .card .text-box .number{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
    background: #fff;
  }

  .shopify-section.benefits-section .benefits-carousel .card .text-box .title{
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .shopify-section.benefits-section .benefits-carousel .card .text-box .description p{
    font-size: 18px;
  }

  .shopify-section.benefits-section{
    padding-inline: 15px !important;
  }

  .shopify-section.benefits-section .benefits-carousel .slick-dots{
    padding-top: 30px;
  }

  .shopify-section.benefits-section{
    padding-bottom: 53px;
  }

  .shopify-section.benefits-section .next-btn, .shopify-section.benefits-section .prev-btn{
    top: auto;
    bottom: 0px;
    transform: translateY(-50%);
  }

  .shopify-section.benefits-section .next-btn svg, .shopify-section.benefits-section .prev-btn svg{
    float: left;
    
  }

  div#new_product_section{
    padding: 80px 0 !important;
  }

  .new_product_section .container{
    padding: 0 16px !important;
    
  }

  .new_product_section .container .col-md-6:first-child img.ebook-text{
    max-width: calc(100% + 23px) !important;
    margin-left: -9px !important;
  }

  .product_content .review span{
    font-size: 16px !important;
    line-height: 12px !important;
  }

  .new_product_section .product_content .review + h3{
    font-size: 32px !important;
    line-height: 97% !important;
  }

  .new_product_section .container .col-md-6:first-child{
    max-width: 100% !important;
    padding: 0 16px !important; 
    flex: 0 0 100% !important;
    padding-right: 16px !important;
  }

  .new_product_section .product_content .choose_bundle ul li .choose_bundle h5 + svg{
    max-width: 74px !important;
  }

  /* .product_content .choose_bundle ul li:nth-child(2) .choose_bundle h5 + svg, .product_content .choose_bundle ul li:nth-child(3) .choose_bundle input + svg{
    visibility: hidden;
    opacity: 0;
  } */
 .product_content .choose_bundle ul li:nth-child(3) .choose_bundle input + svg{
    visibility: hidden;
    opacity: 0;
  }

  .new_product_section .product_content .choose_bundle ul li .choose_bundle h3 + p{
    font-size: 10px !important;
  }

  .new_product_section .product_content p.price{
    font-size: 12px !important;
  }

  .new_product_section .add_to_cart_btn{
    min-height: 50px;
  }

  .shopify-section.accordion-section{
    padding-top: 0px;
  }

  .shopify-section.accordion-section .title {
        font-size: 32px;
        line-height: 33px;
        margin-bottom: 40px;
    }

  .shopify-section.custom-footer .footer-top .container{
    padding-inline: 16px;
  }

  .shopify-section.custom-footer .footer-top .container .top-row{
    padding: 40px 0;
  }

  .shopify-section.custom-footer .footer-top .container .top-row .logo-box{
    max-width: 113px;
    margin-bottom: 35px;
  }

  .shopify-section.custom-footer .footer-top .container .top-row .link-list{
    flex-flow: column-reverse;
    width: 100%;
  }

  .shopify-section.custom-footer .footer-top .container .top-row .link-list a{
    font-size: 24px;
    line-height: 15px;
    width: 100%;
  }

  .shopify-section.custom-footer .footer-top .container .top-row .link-list a:first-child{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgb(24 72 64 / 15%);
    
  }

  .shopify-section.custom-footer .bottom-text{
    padding: 20px 0;
  }

  .shopify-section.custom-footer .bottom-text .disclaimer{
    font-size: 8px;
    line-height: 14px;
    padding-inline: 4px;
    margin-bottom: 22px;
  }

  .shopify-section.custom-footer .bottom-text .copyright-text{
    font-size: 10px;
  }
}


.product_content .choose_bundle ul li .choose_bundle img{
  max-height: 120px !important;
}

/* .product_content .choose_bundle ul li:nth-child(2) .choose_bundle h5 + svg, .product_content .choose_bundle ul li:nth-child(3) .choose_bundle input + svg{
  opacity: 0 !important;
  visibility: hidden !important;
  display: table;
  margin-inline: auto;
} */
.product_content .choose_bundle ul li:nth-child(3) .choose_bundle input + svg{
  opacity: 0 !important;
  visibility: hidden !important;
  display: table;
  margin-inline: auto;
}
.shopify-section.accordion-section .accordion .accordion-item {
    border-radius: 46px;
    background: #FAF5E2;
    margin-bottom: 30px;
}
.shopify-section.accordion-section .accordion button {
    color: #123B34;
    font-family: Instrument Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 18px 45px 18px 30px;
    position: relative;
    min-height: 60px;
    align-items: center;
}
.shopify-section.accordion-section .accordion .accordion-item .accordion-content {
    padding: 0 30px 20px;
    color: #123B34;
    font-family: Instrument Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: none;
}
.shopify-section.accordion-section .accordion .accordion-content p {
    color: #123B34;
    font-family: Instrument Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.shopify-section.accordion-section .accordion button span.accordion-title {
    padding: 0;
}
.shopify-section.accordion-section .accordion button[aria-expanded='true'] + .accordion-content{
   display: block;
      max-height: max-content; 
}