/** Shopify CDN: Minification failed

Line 502:16 Expected identifier but found whitespace
Line 502:18 Unexpected "{"
Line 502:27 Expected ":"
Line 502:55 Unexpected "{"
Line 502:64 Expected ":"
Line 502:94 Unexpected "{"
Line 502:103 Expected ":"
Line 502:134 Unexpected "{"
Line 502:143 Expected ":"
Line 502:170 Expected ":"
... and 1 more hidden warnings

**/
.new-template .productView-groupBottom{
  margin:0;
}
.productView-desc.halo-text-format p span {
    text-transform: math-auto;
}
 .new-template .product_details video {
    display: block !important;
    opacity: 1 !important;
    pointer-events: all !important;
}
.right-side-content{
  border-radius:10px;
}
.new-template .product_details video::-webkit-media-controls {
    display: flex !important;
}
.new-template .metaContent table, .new-template .metaContent tbody, .new-template .metaContent tr, .new-template .metaContent td{
  border:unset;
}
.new-template .productView-stickyCart.show-sticky, .new-template .product-details .product-option.sticky-product-mobile{
  display: none;
}
.new-template .metafield-rich_text_field ol li , .new-template .metafield-rich_text_field ul li {
    color: black;
}
.new-template .pr-rating-flex svg, .new-template .pr-rating-flex svg path{
  fill: #FFE500;;
  stroke:#FFE500;
}
.new-template.productView-nav .slick-arrow{
    background: #eadbdbb3;
}
.new-template .sticky-product-mobile{
  display:none;
}
.new-template .productView-stickyCart.style-1 .sticky-actions .button {
  background: #00BDDB;
  border: none;
}
.short-ingredient{
  color:#0d5ea8;
  font-weight: 700;
}
.new-template .productView-top{
  margin-top:20px;
}
.left-side-image .productView-images-wrapper{
  position:relative;
}
.overlayText{
    position: absolute;
    top: 13px;
    z-index: 9;
    background: #0DB9D3;
    color: white;
    padding: 2px 20px;
    border-radius: 0 5px 5px 0;
    left: 0;
}
.new-template .productView-action .button{
    background: #00BDDB;
    border: none;

}
.new-template .productView-action .button:hover{
    background: #00BDDB;
    color:white;
}
 .new-template .instagram-heading h2{
   font-family:Poppins;
   text-transform: capitalize;
 }
.instagram-heading h2{
  text-align:center;
}
.code-section p{
  font-size:16px;
}
.new-template .short-ingredient{
  font-family: Poppins;
  font-weight: 600;
  font-size: 13px;
  line-height: line height/24;
  color:#00BDDB;
}
.new-template .productView-desc p{
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0%;
  color:#585858;
  /* text-transform:capitalize; */
}
.new-template .productView-title{
  padding-bottom:10px;
}
.new-template .productView-buttons {
    padding-top: 26px;
}
.new-template .productView-thumbnail-wrapper{
  position:unset;
}
.new-template .productView-images-wrapper{
  align-items:center !important;
}
.pdp-images-new{
  /* padding:30px; */
  background:white;
}
.right-side-content .productView-product{
  padding:1px 30px 30px 30px;
  background:white;
  border-radius:16px;
}
.new-product-page .pdp-images-new, .new-product-page .pdp-images-new .draggable {
  border-radius:16px;
}
.new-product-page{
  width:calc(100% - 20px);
  gap:20px;
}
.left-side-image, .right-side-content {
    padding: 0 !important;
    width:50% !important;
}
/* price css */
.new-price-sale{
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}
.price-part-align {
   margin: 0;
    padding-bottom: 26px;
  border-bottom: 0.5px solid #737C7F;
}
.price-part-align:nth-child(1),
.price-part-align:nth-child(3) {
   border-bottom: none;
}

.new-template #pop-club-product-detail {
    display: none;
}
.new-price-align {
    display: flex;
    gap: 10px;
  align-items:end;
}
.new-price__compare{
  color:#ABABAB;
  font-family: Poppins;
  font-weight: 400;
  line-height: 18.07px;
}
.new-price__compare .price-item--regular{
  font-size: 15px !important;
}
.new-discounted-price {
  height:20px;  
  background: #1FB079;
    color: #FFFFFF;
    padding: 0px 3px;
    border-radius: 4px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* price css */
.center_product {
    display: flex;
    /* justify-content: center; */
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* gap: 10px; */
    padding: 10px 0;
}

 /* Tooltip styling */
.coupon_container{
  gap:10px;
  padding:26px 0;
    display: flex;
    width: 100%;
    overflow-y: scroll;
  scrollbar-width:none;
}
  .tooltip {
    visibility: hidden; /* Hidden by default */
    opacity: 0; /* Hidden by default */
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
  }

  .copy-btn:hover + .tooltip {
    visibility: visible;
    opacity: 1;
  }


    .scroll-bar-container {
    width: 50%;
    height: 3px;
      background: #676767AD;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
  }

  .scroll-bar-indicator {
    width: 25%; /* Starts at one section width (100% / 4 sections) */
    height: 100%;
    position:sticky;
    background-color: #FFF;
    border-radius: 5px;
    display:block !important;
    transition: all 0.3s ease;
  }
    .coupon_code_container{
      /* width: 100%; */
      padding-bottom: 20px;
      /* display: flex; */
      flex-direction:column;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      gap: 20px;
      flex-wrap: nowrap;
      overflow: auto;
      /* background: #111; */
      margin-top: 4px;
    }

  .coupon_code_container::-webkit-scrollbar {
      display: none;
  }


  .coupon_inner_container{
      width: 400px;
      /* margin: auto; */
      /* display: flex; */
      gap: 20px;
      padding-left: 20px;
      padding-right: 20px;
      /* overflow: auto; */
  }
  .coupon_inner_container::-webkit-scrollbar {
      display: none;
  }
  .coupon_code_section {
      display: flex;
      flex-shrink: 0;
      background: #2D2D2D;
      color: #fff;
      border-radius: 50px 18px 18px 50px;
      position: relative;
      width:435px;
      border: 1px solid #57575742;
      border-left: none;
  }

  .coupon_code_section .coupon_side_box {
      color: white;
      padding: 15px 15px;
      font-weight: bold;
      font-size: 14px;
      border-radius: 18px 0px 0px 18px;
      writing-mode: vertical-rl;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      font-family: 'Poppins';
  }
          .elipse_section{
            width: 15px;
            height: 60%;
            left: -10px;
            position: absolute;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            gap: 1.5px;
          }
          .elipse_section span{
            display: block !important;
            background: #111;
            width: 9px;
            height: 9px;
            border-radius:50% ;
          }
          .coupon_code_section .coupon_content {
              flex-grow: 1;
              display: flex;
              flex-direction: column;
              justify-content: center;
          }

          .coupon_content h4 {
              margin: 0;
              font-size: 13px;
              font-family: 'Poppins';
              color: #A9A9A9;
              padding-left:10px;
              padding-right:30px;
              font-weight: normal;
              padding: 11px;
          }

          .code-section {
              display: flex;
              align-items: center;
              /* margin-top: 10px; */
              font-family: 'Poppins';
              padding-left:10px;
              padding-right:10px;
              justify-content: space-between;
          }

          .copy-btn {
              background: none;
              border: none;
              cursor: pointer;
              color: #999;
              font-size: 12px;
              display: inline-flex;
              align-items: center;
          }

          .copy-btn svg {
              margin-left: 5px;
          }

          .copy-btn:hover {
              color: #7E7D7D;
          }

/* trust badge css */
.trust-icon svg{
  width:3rem;
  height:3rem;
  fill:none;
  stroke:unset;
}
.trust-icon {
    margin-bottom: 12px;
}
  .feature-grid-main {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      max-width: 900px;
  }

  .feature-box-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 130px;
      /* height: 120px; */
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
      text-align: center;
      padding: 10px;
      transition: transform 0.3s ease-in-out;
  }

  .feature-box-inner:hover {
      transform: scale(1.05);
  }

  .feature-box-inner i {
      font-size: 32px;
      color: #2D8C6F;
      margin-bottom: 10px;
  }

  .feature-box-inner p {
      font-size: 14px;
      color: #666;
      margin: 0;
      font-weight: 600;
    line-height:normal;
    text-transform: capitalize;
  }
.show-on-mobile{
      display:none;
    }

  /* Responsive for smaller screens */
  @media (max-width: 768px) {
    .show-on-desktop{
      display:none;
    }
    .new-template .productView-stickyCart.show-sticky{
  display: block;
}
   .new-template .instagram-video-section {
         width: 220px;
    }
    .align-random-number{
      justify-content:center;
    }
    .new-template .productView-title {
    padding-bottom: 0;
}
   .new-template .title-flex{
      flex-direction: column;
      align-items: baseline;
    }
    .new-template .productView-price .price {
    margin: 14px 0;
}
    .coupon_container{
      padding:20px 0;
    }
    .price-part-align{
      border:none;
    }
    .price-part-align{
      padding-bottom:0;
    }
    .new-template .productView-buttons {
    padding-top: 10px;
}
.new-template .productView-moreItem{
      margin:0 !important;
    }
    .new-template .productView-desc p, .new-template .short-ingredient{
      font-size:12px;
    }
    .show-on-mobile{
      display:block;
    }
    .new-template .left-side-image{
      margin-bottom:0;
    }
      .new-template .feature-grid-main {
          display: flex;
        width:100%;
        overflow-y:scroll;
        flex-wrap: unset;
        justify-content: flex-start;
        gap: 10px;
        scrollbar-width:none;
      }
      .new-template .feature-box-inner {
          width: 121px;
          height: 100px;
          flex-shrink: 0;
      }
    .left-side-image, .right-side-content{
      width:100% !important;
    }
  }

  @media (max-width: 480px) {
      .feature-grid-main {
          grid-template-columns: repeat(1, 1fr);
      }
  }

/* end trust badge css */


/* faq and product description css */

 .metafield-content{
        /* background: #E9E9E9B5; */
        padding: {{ section.settings.padding_top }}px {{ section.settings.padding_right }}px {{ section.settings.padding_bottom }}px {{ section.settings.padding_left }}px;
        border-radius: 38px;
      }
  .metafield-rich_text_field p{
    color:black
  }
      .faq_title{
        font-family: Poppins;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 80px;
        text-align: left;
        color:#014548;
        margin-top: 0;
      }
      .product_description{
        margin-bottom: 20px;
      }
      .metatitle_svg span{
        /* display:contents; */
      }
      /* .product_details{
        border-bottom: 1px solid;
      }
      .product_details:nth-child(4){
         border-bottom: 1px solid;
      } */
  .product_details{
    background: white;
    margin-bottom: 10px;
    padding: 0 49px;
    border-radius: 12px;
  }
      .metatitle_svg{
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
      }
      .metaTitle{
        font-family: Poppins;
        font-size: 17px;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
        color: #014548;
        margin: 0;
        padding:20px 0;
      }
      .metaContent{
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: left;
        /* color: #FFFFFF; */
        margin: 0;
        padding-bottom: 20px;

      }
      .hideElement{
         display:none;
      }
  .minus-icon{
    display:none;
  }
.metafield-rich_text_field ul li{
  color:black;
}

      /* .plus-icon {
      content: url('https://cdn.shopify.com/s/files/1/0555/1053/2229/files/Vector_1.png?v=1720513098');
    }

    .minus-icon {
      content: url('https://cdn.shopify.com/s/files/1/0555/1053/2229/files/Vector.png?v=1720513099');
    } */
    @media (min-width: 768px) and (max-width: 991px){
      .faq_title{
            margin-bottom: 10px;
      }
    }
    @media(max-width:767px){
      .feature-box-inner:hover {
    transform: unset;
}
      .new-product-page{
        width:100%;
      }
      .product_details {
          padding: 0 15px;
      }
      .coupon_code_section{
        width: 320px;
      }
      .right-side-content .productView-product {
      padding:15px;
      }
      /* .metafield-content{
        padding: 30px;
      } */
      .faq_title{
        font-size: 25px;
        line-height: normal;
        margin-bottom: 8px;
      }
      .metaTitle{
        font-size: 15px;
        line-height: normal;
      }
      .metafield-content{
      border-radius: 17px;
      }
      .plus-icon svg{
    width:15px;
    height:15px;
  }
      .minus-icon svg{
    width:15px;
    height:15px;
  }
  }
    }
    @media(max-width:375px){
      .metafield-content{
        padding: 30px 20px 65px 20px;
      }
      .faq_title{
        font-size:26px;
        margin: 0;
        line-height: normal;
      }
      .metaTitle{
        font-size: 15px;
        line-height: normal;
      }
    }

/* faq and product description css */