/** Shopify CDN: Minification failed

Line 790:1 Unexpected ";"

**/
@media only screen and (min-width: 40.063em){
  #v3-desktop-menu-container{
    transition: position 1s;
    
  }
  .floating-desktop-menu-con{
    position: fixed;
    z-index: 99999;
    width: 100%;
    max-width: 100%;
    background: white;
    top:0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
  }
  .floating-desktop-menu{
    max-width: 75rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.v3-header{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.v3-blue-section-shipping-info img{
  width: 33px;
}
.v3-main-menu{
  height: 77px;
  align-items: center;
}

.v3-main-menu ul{
  text-align: center;
}

.v3-main-menu ul a{
  font-size: 18px;
}

.v3-main-board{
  height: 712px;
  position: relative;
}

.v3-main-board .grid-container{
  height: 100%;
  display: flex;
  align-items: center;
}
.v3-main-board .text-container{
  width: 50%;
  padding-right: 80px;
}

.v3-main-board .over-shipped{
  background: white;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 900;
  align-items: center;
  margin-bottom: 30px;
}

.v3-main-board .over-shipped img{
  width: 33px;
  height: 18px;
}

.v3-main-board .board-title{
  font-size: 56px;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 25px;
    color: white;
    letter-spacing: -1px;
}

.v3-main-board .board-title a{
  color: #FFB600;
}

.v3-main-board .board-desc{
  font-size: 24px;
    color: white;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 35px;
}

.v3-main-board .button.yellow{
  width: 328px;
  font-size: 20px;
  font-weight: 800;
  color: #1d252c;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-left: 0;
}

.v3-main-board .left-pan{
  position: absolute;
  width: 50%;
  height: 100%;
  background: #1D252C;
}

.v3-main-board .right-pan{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}

.v3-main-board .main-pan{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  transition: top 0.3s;
}

.v3-blue-slider-section{
  background-color: #00bed6;
  padding: 38px 0 35px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.v3-blue-slider-section .slick-dots li button:before{
  font-size: 50px;
}

.v3-blue-slider-section .cell{
  background: white;
  border-radius: 8px;
  height: 172px;
  padding: 24px;
}

.v3-blue-slider-section .content{
  height: 75px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1d252c;
    font-weight: 400;
}

.v3-blue-slider-section .logo{
  margin: auto;
  max-height: 45px;
  max-width: 100px;
}

.v3-blue-slider-section .slick-arrow .fas:after, .v3-customer-review-section .slick-arrow .fas:after{
  content: " ";
  border: solid #ffffff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 0px;
  transition: all .5s;
}

.v3-blue-slider-section .slick-arrow.slick-prev .fas:after, .v3-customer-review-section .slick-arrow.slick-prev .fas:after{
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
}

.v3-blue-slider-section .slick-arrow::before, .v3-customer-review-section .slick-arrow::before{
  display: none;
}

.v3-blue-section-title{
  font-size: 48px;
  margin-bottom: 40px;
}

.v3-blue-section-button-container .button{
  width: 328px;
  border-radius: 6px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 800;
  height: 55px;
  line-height: 55px;
}

.v3-blue-section-shipping-info{
  background-color: #FFB600;
  font-size: 18px;
  display: flex;
  padding: 30px 50px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  gap: 24px;
}

.v3-how-it-works-section{
  text-align: center;
    padding: 70px 0 56px 0;
    background-color: #1D252C !important;
    color: white;
}

.v3-how-it-works-section h2{
  color: white;
    margin-bottom: 54px;
    font-size: 48px;
}

.v3-how-it-works-section img{
  width: 440px;
  aspect-ratio: 1 /1;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid white;
}

.v3-how-it-works-section .step-con{
  margin-bottom: 30px;
  margin-left: -22px;
}
 
.v3-how-it-works-section .line1{
  text-align: left;
  font-weight: 800;
  display: flex;
}

.v3-how-it-works-section .line1 p{
  font-size: 32px;
  margin-bottom: 0;
  line-height: 44px;
  color: white;
}


.v3-how-it-works-section .sub-con{
  font-size: 20px;
  font-weight: 600;
  margin-left: 70px;
  text-align: left;
}

.v3-how-it-works-section .text-con{
  display: flex;
  align-items: center;
}
.v3-how-it-works-section .text-con>div{
  height: fit-content;
  border-left: 4px solid #00BED6;
  margin-left: 24px;
}

.v3-how-it-works-section .sub-con a{
  color: #FFB600;
  text-decoration: underline;
}

.v3-how-it-works-section .circle-num{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 3px solid white;
  border-radius: 50%;
  margin-right: 27px;
  font-size: 20px;
  background-color: #00BED6;
  line-height: 1;
}

.v3-how-it-works-section .button.yellow{
  width: 328px;
    border-radius: 6px;
    margin-top: 60px;
    font-size: 20px !important;
}

.v3-our-plan-section{
  padding: 65px 0 56px 0;
  text-align: center;
  background-color: #00BED6;
}

.v3-our-plan-section .v3-plan-section-title{
  margin-bottom: 38px;
    color: white;
    font-size: 48px;
}

.v3-our-plan-section .button.yellow{
  width: 328px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  border-radius: 6px;
  line-height: 54px;
  height: 54px;
}

.v3-our-plan-section .v3-plan-card-container{
  justify-content: center;
  gap: 20px;
}

.v3-plan-card-container .plan-card{
  width: 403px;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  margin: 0 10px;
}

.v3-plan-card-container .plan-card .img{
  position:relative;
}

.v3-plan-card-container .plan-card .img img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.v3-plan-card-container .plan-card .percent-circle{
  position: absolute;
    width: 160px;
    height: 160px;
    background-color: #1d252c;
    border-radius: 1000px;
    border: 10px solid white;
    top: 16px;
    right: 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.v3-plan-card-container .plan-card .percent-circle h2{
  color: white;
  line-height: 30px;
  font-size: 38px;
}


.v3-plan-card-container .plan-card .percent-circle span{
  width: 70px;
  line-height: 17px;
  font-size: 16px;
  font-weight: 800;
}

.v3-plan-card-container .plan-card .body{
  padding: 0px 24px 24px 24px;
  text-align: center;
}

.v3-plan-card-container .plan-card .body .yellow-mark{
  display: block;
    background-color: #FFB600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    line-height: 16px;
    margin-top: -20px;
    width: fit-content;
    margin: -20px auto 0 auto;
    position: relative;
}

.v3-plan-card-container .plan-card .body .plan-title{
  font-size: 32px;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.v3-plan-card-container .plan-card .body .plan-desc{
  font-size: 18px;
  line-height: 25px;
  color: #1D252C;
}

.v3-plan-card-container .plan-card .body .price-text{
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 0;
}

.v3-plan-card-container .plan-card .body .price{
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 13px;
  margin-top: 13px;
}

.v3-plan-card-container .plan-card .items{
  padding: 28px 24px 18px 24px;
  border-top: 1px solid #00BED6;
  text-align: left;
}

.v3-plan-card-container .plan-card .items .item{
  display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.v3-plan-card-container .plan-card .items .item .check-con img{
  width:25px;
  height: 25px;
}

.v3-plan-card-container .plan-card .items .item .item-text{
  font-weight: 500;
  font-size: 18px;
  width: 310px;
}

.v3-plan-card-container .plan-card .items .item .item-text.text-bold{
  font-weight: 800;
}

.v3-our-receipe-section{
  padding: 70px 0 50px 0 !important;
}

.button.yellow{
  width: 328px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px !important;
  border-radius: 6px;
  line-height: 54px;
  height: 54px;
}

.v3-our-receipe-section .bt-ship-text{
  font-size: 16px;
  margin-top: 20px;
}

.v3-our-receipe-section .title-con h2{
  font-size: 48px;
  margin-bottom: 30px;
}

.v3-our-receipe-section .title-con p{
  font-size: 18px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
  color: #1D252C;
}

.v3-our-receipe-section .title-con .mark-container{
  display: flex;
  gap: 16px;
  justify-content: center;
}

.v3-our-receipe-section .title-con .mark-con{
  font-size: 16px;
    font-weight: 700;
    display: flex;
    gap: 8px;
    align-items: center;
}

.v3-our-receipe-section .title-con .mark-con img{
  width: 24px;
  height: 24px;
}


.v3-our-receipe-section .v3-recipe-card{
  text-align: left;
  padding: 20px 20px 40px 20px;
}

.v3-our-receipe-section .v3-recipe-card>img{
  margin-top: -113px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.v3-our-receipe-section .v3-recipe-card h4{
  padding: 0;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
}
.v3-our-receipe-section .v3-recipe-card p{
  min-height: 70px;
}

.v3-our-receipe-section .v3-recipe-card .sub-head {
    margin-top: 12px;
    border-top: 1px solid #EBEBEB;
    padding: 24px 0;
    font-size: 14px;
    line-height: 14px;
    color: #939393;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.readMore {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.v3-our-receipe-section .v3-recipe-card .ing-con{
  display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.v3-our-receipe-section .v3-recipe-card .ing-con img{
  /* height: 40px; */
  width: 40px;
  margin-top: 0;
  padding: 0;
}

.v3-our-receipe-section .v3-recipe-card ul{
  font-size: 16px;
  font-weight: 700;
}


.v3-health-benefits-section{
  padding: 70px 0 58px 0 !important;
}

.v3-health-benefits-section .title-con h3,h4{
  max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 !important;
}

.v3-customer-review-section{
  background-color: #00BED6 !important;
    padding: 80px 0 56px 0 !important;
}

.v3-customer-review-section .title-con .rating{
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.v3-customer-review-section .title-con .rating .fa.fa-star{
  font-size: 40px;
  color: #FFE500;
}

.v3-customer-review-section .title-con h3{
  margin-bottom: 56px;
  color: white;
}

.v3-customer-review-section .review-card{
  border-radius: 6px;
  overflow: hidden;
  background: white;
}

.review-card img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.review-card .review-body{
  padding: 24px;
    text-align: center;
}

.review-card .review-body .rating{
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
.review-card .review-body .rating .fa.fa-star{
  font-size: 24px;
  color: #FFB600;
}
.review-card .review-body .content p{
  height: 96px;
  line-height: 24px;
  text-align: center;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
}
.review-card .review-body .name{
  display: block;
  margin-top: 9px;
}
.review-card .review-body .verified-mark{
  display: flex;
  gap: 6px;
  justify-content: center;
  font-size: 14px;
  color: #00BED6;
  align-items: center;
  margin-top: 5px;
}
.review-card .review-body .verified-mark img{
  width: 14px;
  height: 14px;
}
.review-card .review-footer{
  padding: 10px;
    background: #FAF5F2;
    font-size: 18px;
    text-align: center;
}
.review-card .review-footer p{
  line-height: 18px;
  color: #978478;
}

.v3-first-box-section img{
  width: 280px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1000px;
}

.v3-footer-top{
  padding: 56px 0 28px 0;
  background-color: #1D252C;
}

.v3-footer-top .title-con h3{
  color: white;
}

.v3-footer-top .title-con img{
  max-width: 328px;
  aspect-ratio: 1 /1;
  object-fit: cover;
  border-radius: 14px;
}

.v3-footer-top .title-con p{
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
}

.v3-footer-top input{
  height: 54px;
  font-size: 18px;
  font-weight: normal;
  padding: 20px;
  border-radius: 6px;
}

.v3-footer-top .img-con{
  display: flex;
  justify-content: center;
}

.v3-footer-top .right-side{
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.v3-footer-top .right-side .email-con{
  display: flex;
  gap: 10px;
}

.v3-footer-top .right-side .email-con .button.yellow{
  margin-top: 0;
}
footer{
  margin-top: -1px;
}

footer .logo-con{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .logo-con>a{
  display: block;
  margin-bottom: 85px;
}

footer .contact-info{
  display: flex;
  gap: 30px;
  margin-top: -70px;
}

footer  .contact-info a{
  font-size: 18px;
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}

.slick-dots li button:before{
  font-size: 50px;
}

#klaviyo-form-WQDydp{
  color: black;
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 7px;
  margin-bottom: 10px;
  width: fit-content;
  display: none;
  top: 25px;
  background-color: #ffb600;
  font-weight: bold;
}

.new-footer-menu{
  margin-top: 84px;
  margin-bottom: 30px;
}

.new-footer-menu .tMenu{
  text-align: center;
}

.new-footer-menu li{
  padding: 0 20px;
  line-height: 18px;
}

.new-footer-menu li a{
  color: white !important;
  font-weight: bold;
}

.new-footer-menu li:not(:last-child){
  border-right: 2px solid white;
};

.footSMtxt .footMUL{
  display: block;
}

.reviewSlider .slick-arrow {
    background: transparent;
}