/** Shopify CDN: Minification failed

Line 97:18 Expected identifier but found whitespace
Line 160:18 Unexpected "{"
Line 160:26 Expected ":"
Line 163:18 Unexpected "{"
Line 163:26 Expected ":"
Line 523:22 Unexpected "{"
Line 523:29 Expected ":"

**/
@font-face {
  font-family: "Gotham";
  src: url("https://cdn.shopify.com/s/files/1/0865/4438/4310/files/Gotham-Light.otf?v=1724653561")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("https://cdn.shopify.com/s/files/1/0865/4438/4310/files/Gotham-Bold.otf?v=1724653572")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamCondensed";
  src: url("https://cdn.shopify.com/s/files/1/0865/4438/4310/files/GothamCond-Bold.otf?v=1724653546")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h2{
  margin-bottom: 15px !important;
}
.container{
  max-width: 1440px !important;
  padding-left: 64px ;
  padding-right: 64px ;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* header */
.header .menu-right.header-grid{
   grid-template-columns: 80% 20% !important;
}
.menu-right .logo-and-menu{
  justify-content: space-between !important;
}
.header.hover{
  background: #fff !important;
}
.header{
  padding: 10px 0 !important;
}
.header .menu-holder li a{
  color: #000 !important;
  /* text-transform: uppercase; */
}
.header .contact-btn, .header .login-btn{
  font-family: Gotham;
  font-size: 14px !important;
  font-weight: 600;
}
.header .contact-btn{
  border: 1px solid #000;
  padding: 8px 20px !important;
  color: #000 !important;
  border-radius: 20px;
}
.header.hover .contact-btn{
  border: 1px solid #00D378;
  padding: 8px 20px;
  border-radius: 20px;
}
.account-holder a{
  text-decoration: none;
}
.header.hover .login-btn{
  color: #fff !important;
}
.account-holder a: hover{
  text-decoration: none !important;
}
.header .login-btn:hover, .logolink:hover .login-btn, .menu-holder li a:hover .login-btn{
  color: #fff !important;
}
.header.light-title:hover .login-btn{
  color: #fff !important;
  border-bottom: none !important;
}
.header .login-btn{
  background: #000;
  color: #fff !important;
  padding: 9px 20px !important;
  border-radius: 20px;
}
.header.hover .login-btn{
  color: #fff !important;
  background: #00D378;
}
.header .account-holder.has-text-links a:before{
  border-bottom: none !important;
}
.mobile-menu li a{
  color:#000;
}
.mobile-menu li span{
  color: #000;
}
.mobile-toggle > span{
  background: #000 !important;
}

/* drop down menu */
.thb-full-menu .sub-menu{
  background: #fff9e2 !important;
  box-shadow: 0 0 8px #00000014;
}
.thb-full-menu>li.dropdown-menu{
  position: relative;
}


@media only screen and (max-width: 1024px) {
  .contact-btn, .login-btn {
    display: none !important;
  }
}

/* button */
/* .button-design{
  padding: 10px 20px !important; 
  border-radius: 20px !important;
  line-height: 16px !important;
  min-width: 110px !important;
  font-size: 16px !important;
  margin-right: 15px !important;
} */
.btn.small{
  min-height: unset !important;
}

/* img with text */ 
#shopify-section-{{section.id}} .section-image-with-text .content-side .content-side-inner{
  padding: 0px !important;
}
#shopify-section-{{section.id}} .content-side .content-side-inner > h1, .content-side .content-side-inner p{
  margin-bottom: 15px !important;
}


/* logo list */
.flickity-slider{
  display: flex;
  align-items: center;
}
.logo-list-container .carousel-cell {
  width: 25%;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-list-container .carousel-cell img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 480px) {
.logo-list-container .carousel-cell {
    width: 50%;
  }
.logo-list-container .carousel-cell{
  margin-right: 0 !important ;
}
}

/* featured collection */
.feature-collection-min-height .product-card-content{
  min-height: 270px;
}
.featured-collection-wrapper .row{
  padding: 0px !important;
} 
/* .featured-collection-container */
.product-card-content{
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 10px;
  z-index: 1;
  flex: 1 1 200px;
}
/* .featured-collection-container  */
.product-metafield-content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* .featured-collection-container  */
.product-card-tags{
    border: 2px solid #000;
    padding: 5px 10px 4px;
    font-size: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 10px;
    font-weight: bold;
    display: flex;
    color: #000;
    align-items: center;
}
/* .featured-collection-container  */
.product-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
/* .featured-collection-container  */
.products .product .product_thumbnail{
  margin-bottom: 0px !important;
  padding-bottom: 85% !important;
}
/* .featured-collection-container */
.product-item{
  width: 33.33%;
}
/* .featured-collection-container .product-item:before{  */
.product-item:before{
   content: "";
  position: absolute;
  top: 30%;
  bottom: 20px;
  right: 15px;
  left: 15px;
  background: #fff;
  border-radius: 15px;
}
.button-design{
  font-size: 18px !important; 
}
/* .featured-collection-container  */
.products .product .product_thumbnail a{
  left: 10% !important;
  right: 10% !important;
}
.card-btn-wrap{
  /* margin-top: 20px; */
}
@media only screen and (max-width: 768px){
  .product-item{
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50%;
  }
}
@media only screen and (max-width: 480px){
  .product-item{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* #section-products-template--23132301918518__featured_collection_hTitqq .product-item{
  height: 324px;
  padding-top: 166px;
}
#section-products-template--23132301918518__featured_collection_hTitqq .product_thumbnail{
      position: absolute;
    top: -125px;
}
#section-products-template--23132301918518__featured_collection_hTitqq .product{
  margin-top: 110px;
}
#section-products-template--23132301918518__featured_collection_hTitqq .img-wrapper > a{
  width: 200px;
  height: auto;
} */

/* #section-products-template--23132301918518__featured_collection_hTitqq .product:before{
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 70%;
}
#section-products-template--23132301918518__featured_collection_hTitqq .products{
  gap: 15px;
  flex-flow: unset;
}
#section-products-template--23132301918518__featured_collection_hTitqq .products h3{
  z-index: 9;
}
#section-products-template--23132301918518__featured_collection_hTitqq .product{
  height: 100%;
  justify-content: stretch;
}
.products .product .product_thumbnail{
  width: 70% !important;
  margin: 0 auto;
  padding-bottom: 70% !important;
}

.card-metafields-container{
  z-index: 9;
}
 */

/* rich text */
.rich-text-container.container{
  margin: 0 auto !important;
}


/* Custom styles anil  */
.post.type-post{
  height:100%;
    display:flex;
      flex-direction: column;
}
.post .post-content.text-over-img{
   display:flex;
      flex-direction: column;
  justify-content:space-between;
}
.post-content-center{
  height:100%;
}
.products .product{
   /* min-width:350px;  */
}
.container .columns{
  /* padding-left:0 !important;
  padding-right:0 !important; */
}
.header .account-holder.has-text-links #cart-drawer-toggle{
  display:none !important;
}

.product-info.thb-product-detail>.row{
position:relative;
      align-items: flex-start;
}
@media screen and (min-width: 1024px){
.product-info.thb-product-detail>.row>div{
position:sticky;
  top:0;
}
}
#main-content{
  justify-content:center;
}
/* .products .flickity-viewport .product{
  min-height:100%;
}
 */
.mega-menu-promotion--content{
  position:static !important;
  text-align:center;
}
.mega-menu-promotion--content h6{
  padding-left:0;
}
.thb-full-menu .mega-menu-columns{
  width:90% !important;
  margin:20ox auto auto !important;
}
@media screen and (max-width:1068px){
  .header .account-holder.has-text-links #cart-drawer-toggle{
    display:block !important;
  }
  .header .account-holder.has-text-links .contact-btn, .header .account-holder.has-text-links .login-btn{
    display: none !important;
  }
  .header .menu-right.header-grid{
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .header.style2 .logo-and-menu{
    justify-content: center !important;
  }
}

.section-image-with-text .content-side{
  padding:32px 0!important;
}
.img-with-text-benefits.section-image-with-text .content-side{
  padding: 0 !important;
}
/* .add-to-cart-btn-wrap, .add-to-cart-btn-wrap:hover {
    background-color: #fff !important;
}
 */
@media only screen and (max-width: 768px){
.section-image-with-text .row-direction-image-right .content-side{
  padding-top: 0px !important;
  }
}

/* header */
   .cart-items-count{
      width: 20px;
      height: 20px;
      color: #fff;
      text-align: center;
      font-size: 12px;
      font-weight: 300;
     display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -6px;
      right: -8px;
      border-radius: 50%;
      padding: 3px;
      background: #000;
   }
  .cart-items-count-inner{
    text-align: center;
    margin-left: 0 !important;
    color: #fff !important;
  }
#cart-drawer-toggle{
  margin-bottom: 10px; 
}
.payment-button .button{
  background: red;
}
 .accelerated-checkout-button{
   background: red !important;
 }


/* Mega menu */

.mega-menu-wrapper, .main-img-wrapper, .menu-promotion-wrapper{
  width: 33.33%;
}
.mega-menu-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}
.mega-menu-inner > li{
  width: 50%;
}
.main-img-inner{
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.main-img-wrapper img{
  width: 100%;
  height: 100%;
}
.mega-menu-header{
  font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gotham';
    padding: 25px;
}
.menu-promotion-wrapper{
  display: flex;
  align-items: center;
  margin: 55px 55px 25px 55px;
}
.menu-promotion-inner{
    display: flex;
    align-items: baseline;
    width: 100%;
}
.menu-promotion-inner > li{
  width: 33.33%;
  flex-shrink: 0;
  padding: 0 10px !important;
}

/* image with text overlay */
.sub-heading-design .content-wrap p{
    font-family: gotham;
    /* margin: 0; */
}
.img-with-text-overlay-container{
  position: relative;
}
.bg-video-inner video{
    width: auto;
    height: auto;
}
@media screen and (max-width: 1024px){
    .product-item{
    width: 50%;
  }
}

@media screen and (max-width: 768px){
  #section-hero-text-{{ block.id }}.content-wrap{
      max-width: 100% !important;
    }
  .product-item{
    width: 100%;
  }
}

/* single article page */
.article-container{
    width: 70% !important;
    margin: 0 auto;
}
.post-content-wrap{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* product information */
@media screen and (min-width: 1060px){
  .flavour-content{
    width: 47%;
  }

}


/* blog page */
.blog-page-item-design.container{
  padding-left: 64px !important;
  padding-right: 64px !important;
}
@media screen and (max-width: 768px){
  .blog-page-item-design.container{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
  .email-form-wrapper .email-field-subscribe-wrap {
    gap: 16px !important;
}
}
.blog-page-item-design .post-content-wrapper, .single-blog-post .post-content-wrapper {
  height: 100%;
  display: flex;
}
.blog-page-item-design .post-content, .single-blog-post .post-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.blog-page-item-design .post-excerpt, .single-blog-post .post-excerpt, .homepage-blogs .post-excerpt, .about-blog .post-excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.blog-page-item-design .post-title{
  flex-grow: 1;
}
.blog-page-item-design .post-excerpt, .homepage-blogs .post-excerpt, .about-blog .post-excerpt{
  margin-bottom:20px !important;
}
.blog-page-item-design .post-excerpt > p{
  margin-bottom: 0 !important;
}
/* .blog-page-item-design .post-title, .single-blog-post .post-title{
  flex-grow: 1;
  min-height: 130px;
}

@media screen and (max-width: 1024px){
  .blog-page-item-design .post-title{
    min-height: 150px;
  }
}
@media screen and (max-width: 768px){
  .blog-page-item-design .post-title{
    min-height: 190px;
  }
}
@media screen and (max-width: 700px){
  .blog-page-item-design .post-title{
    min-height: unset;
  }
} */

/* single blog post */
.container .single-blog-post .columns{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.maintain-height{
  max-height: unset !important;
}

/* image with text slider */
.homepage_banner .flickity-page-dots{
  bottom: 1px !important;
}

/* health influencer email page */
.heading-width .news-letter-heading {
  margin: 0 auto;
}

/* collections pages */
@media (max-width:576px){
  .section-image-with-text .benefits-contact {
    margin-top:10px;
  }
  
  .text-with-icons.icon-large .text-with-icons__icon {
    width: 200px !important;
  }
}

.how-it-works.text-with-icon-width h4.img-with-text-heading {
    margin-top: 20px;
}
/* articles styles */
.article-container .column, .article-container .columns {
    padding-right: unset !important;
    padding-left: unset !important;
}
.post.post-detail .article-tags {
  padding:0 !important;
}
@media (max-width:767.8px){
    .article-container .column, .article-container .columns  {
        padding-right: unset !important;
        padding-left: unset !important;
    }
    .post-gallery.parallax {
        height:auto !important;
        
    }
    .post.post-detail .post-title .entry-title {
        font-size:32px !important;
    }
}

.flavour-container .flavour-header{
  margin-bottom:24px;
}

/* .homepage-blogs .blog-posts.swipe-on-mobile {
    display: flex;
    justify-content: center;
} */


/* bundles */
.product-pouches #simple-bundles-io-options select {
  padding-top: 0;
}
#simple-bundles-io-options select{
  margin-bottom: 15px !important;
}

.discount-badge{
    background: #00d576;
    /* padding: 2px 9px; */
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 13px;
}
.remove-compare-price{
  display: none;
}
.product-price-container:has(.percentage-badge) {
    /* display: flex;  */
}
/* product detail page */
.bundle-discount-badge, .per-serve-wrap{
  padding: 5px 13px;
  background: #02d279;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  margin: 0 8px;
}
.per-serve-wrap{
  background: #7059a6 !important;
  margin: 0 6px !important;
}
/* @media screen and (max-width: 367px){ */
  /* .per-serve-wrap{
    margin-top: 10px !important;
  } */
/* } */
.discount-tags{
  display: flex;
  padding-bottom: 10px;
}
.bundle-discount-badge{
  margin: 0 !important;
}

.quantity-field:after{
  content: "10pouch";
}
.quantity-block-wrap{
  position: relative;
}
.static-content{
  position: absolute;
    left: 45px;
    top: 42px;
  font-size: 14px;
}

/* discount tags in product cards */
.per-serve{
    position: relative;
    z-index: 9;
    top: 18px;
    width: 120px;
  padding-top:  4px !important;
  padding-bottom: 4px !important;
}
.discount-badge-wrap{
  top: 0;
}

/* bundles variant */
.thb-product-detail .product-information .variations .bundle-discount{
  border-radius: 5px;
  width: 100% !important;
  position: relative !important;
  padding: 15px !important;
  height: auto !important;
  display: block !important;
  margin-bottom: 10px !important;
}
.bundles-info{
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bundles-info > div{
  text-transform: none;
}
.variant-title{
  font-size: 16px;
  font-weight: 600;
}
.bundle-discount .discount-percent{
    color: #fff;
    background: #02d374;
    padding: 5px 18px;
    border-radius: 5px;
    position: absolute;
    right: 11px;
    top: 16px;
}
.thb-product-detail .product-information .variations .product-form__input--block input[type=radio]:checked+label{
  background: #7059a6;
  color: #fff !important;
}

/* bundles size info for bundles products */
.size-info{
  border: 1px solid;
  padding: 12px;
  margin: 8px 0;
  font-size: 13px;
  gap: 0 !important;
  border-radius: 5px;
  position: relative;
}
.size-info .bundle-discount-percent{
  color: #fff;
    background: #02d374;
    padding: 5px 18px;
    border-radius: 5px;
    position: absolute;
    right: 11px;
    top: 16px;
}
.size_title{
  font-size: 16px !important;
  font-weight: 600 !important;
}
.bundles-redirect-link{
  color: #000 !important;
}
#simple-bundles-io-options {
  margin-top: 20px;
}
.size-info.active{
  background: #7059a6;
  color: #fff !important;
}

/* footer logo */
.social-links-container .footer-logo-wrapper img{
  width: 150px;
}
.footer-logo-wrapper {
  justify-content: center;
  display: flex;
}
/* megamenu image */
.sub_menu-with_img .mega-menu-wrapper{
  width: 100%;
}
.sub_menu-with_img .mega-menu-wrapper .mega-menu-inner{
  justify-content: unset !important
}
.sub-menu .sub_menu-with_img .mega-menu-inner > li{
  width: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 0 10px;
}
.sub-menu .sub_menu-with_img li a{
  padding-top: 10px !important;
}
.sub-menu .sub_menu-with_img .mega-menu-inner{
  padding-bottom: 30px;
}
.thb-full-menu .sub-menu .sub_menu-with_img li a::before{
  content: none;
}

/* pdp add to cart */
.button.single-add-to-cart-button{
  height: 46px !important;
}


#shopify-section-template--19735786094804__image_with_text_jhTCaR .img-with-text-heading{
  margin-bottom:45px !important;
}

#section-image-with-text-text_APhBAE{
  margin-bottom:45px !important;
}

#shopify-section-template--19735786094804__image_with_text_jhTCaR .image-content-wrapper {
    gap: 0 !important;
    justify-content: center;
}

#shopify-section-template--19735786094804__image_with_text_jhTCaR .content-side-inner{
  width:fit-content;
}

#section-email-signup-template--19715568074964__rich_text_xUF3Vz{
  margin-top:0 !important;
}

/* contact form */
.contact-form > .row{
  gap: 10px;
} 
.contact-form .row > .medium-6{
  max-width: calc(50% - 10px);
}


