/** Shopify CDN: Minification failed

Line 381:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
/* collapsible_Content_image_section start  */
      .collapsible_Content_image_section {
        padding: 30px 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        @media screen and (min-width: 992px) {
          padding: 56px 0;
        }
      }

       .collapsible_Content_image_section .des p {
         margin: 0;
         padding: 0;
         font-size: 16px;
         
         font-family: sans-serif;
         font-weight: 550;
       }

        .collapsible_Content_image_section .heading {
          margin-bottom: 15px;
        }

      .collapsible_Content_image_section .heading>*{
        font-size:47px;
        color: #0d2243;
        font-weight: 700;
        line-height:48px;
        @media (max-width: 992px) {
          font-size: 28px;
          line-height:36px;
        }
        @media (max-width: 768px) {
          font-size: 25px;
        }
        @media (max-width: 500px) {
          font-size: 20px;
          line-height:30px;
        }
        text-align: left;
      }
      .collapsible_Content_image_section .des{
        font-size:17px;
        color: black;
        font-weight: 600;
        text-align: left;
        @media (max-width: 992px) {
          font-size: 16px;
        }
        @media (max-width: 768px) {
          font-size: 15px;
        }
        @media (max-width: 500px) {
          font-size: 14px;
        }

      }
      .collapsible_Content_image_section .faq-heading{
        font-size:25px;
        color: #0d2243;
        font-weight: 500;
        @media (max-width: 992px) {
          font-size: 23px;
        }
        @media (max-width: 768px) {
          font-size: 22px;
        }
        @media (max-width: 500px) {
          font-size: 20px;
        }
        text-align: left;
      }

       .collapsible_Content_image_section .content-wrapper {
        padding: 20px 15px;
      }

      .ingredient-description {
        font-size: 14px;
        color: #444;
        margin-bottom: 20px;
      }

      .collapsible_Content_image_section .collapsible {
        background-color: transparent;
        color: black;
        cursor: pointer;
        padding: 14px 5px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        padding-right: 40px;
      }
      .collapsible_Content_image_section .collapsible h2 {
        color: #0d2243;
        font-family: var(--des);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        padding: 0;
          @media (max-width: 560px) {
       font-size: 15px;
       }
      }

      .collapsible_Content_image_section .active,
      .collapsible:hover {
        background-color: transparent;
      }

  .collapsible_Content_image_section .collapsible .icon {
      height: 10px;
      width: 10px;
      position: absolute;
      right: 7%;
      top: 50%;
      transition: all 0.2s linear;
      transform: translateY(-50%);
  }

      .collapsible_Content_image_section .collapsible .icon:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #0d2243;
        width: 100%;
        height: 1px;
        transition: all 0.2s linear;
      }
      .collapsible_Content_image_section .collapsible .icon:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #0d2243;
        width: 1px;
        height: 100%;
        transition: all 0.2s linear;
      }

      .collapsible_Content_image_section .collapsible.active .icon:before {
        height: 0%;
      }

      .collapsible_Content_image_section .content {
        padding: 0 5px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: transparent;
        color: #000;
        font-size: 15px;
        font-family: var(--des);
      }

      .collapsible_Content_image_section .faq-item {
        background: white;
        margin-bottom: 10px;
        border-radius: 10px;
      }

      .button.r-btn.collaps a {
        margin-top: 40px;
        padding: 16px 80px;
      }

     .faq-bg{
  background: #e1f2fa;
  border-radius: 10px;
  padding: 25px;
      }

       .collapsible_Content_image_section .faq-heading{
         margin-bottom: 15px;
       }

      @media (min-width: 1400px) {
        .collapsible_Content_image_section .container {
            max-width: 1020px;
        }
    }

      .collapsible_Content_image_section .collapsible {
        display: flex;
        gap: 10px;
        align-items: center;
      }

      .collapsible_Content_image_section .collapsible .logo{
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e2f5fa;
      }

  .collapsible_Content_image_section .collapsible .logo img {
      width: 100%;
  }


      /* collapsible_Content_image_section end  */
@media (min-width: 992px) {
    .compare_section .compare-section-box {
      width: 100%;
      margin: 0 auto;
    }

    .compare_section {
      padding: 50px 0;
    }
  }

  .compare_section {
      padding: 30px 15px;
      background: #dcf1f7;
    }

  .compare_section .compare-section-box {
    padding: 120px 0;
    @media (max-width: 768px) {
     padding: 70px 0;
    }
  }

  .compare_section .container {

    border-radius: 30px;
  }

  .compare_section .table-items.col1 {
    text-align: center;
  }

  .compare_section .table-items.col1 .item {
    font-size: 19px;
    color: black;
    background: #b3e2f1;
    padding: 15px 45px;
    margin-bottom: 10px;
    border-radius: 16px 0 0 0;
    font-weight: 600;
    min-height: 110px;
    @media (max-width: 768px) {
    font-size: 16px;
    }
  }



  .compare_section .table-items.col1 .item p {
    margin: 0;
  }

  .compare_section .table-items .icon .image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .compare_section .table-items .icon img {
    width: 100%;
    height: 100%;
  }

  .compare_section .table-items .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

    .compare_section .table-items .icon {
      width: 7%;
    }
    .compare_section .table-items span {
      width: 88%;
    }

  .compare_section .col2 {
    font-size: 16px;
    color: white;
    background: #0c2142;
    padding: 90px 15px;
    border-radius: 30px;
    font-weight: 500;
    transform: scale(1.2);
    position: relative;
    z-index: 1;
    box-shadow: 3px 1px 8px #000;
  }

  @media (max-width: 992px) {
    .compare_section .col2 {
      transform: scale(1);
    }
  }

  .compare_section .col2 .item {
    padding-bottom: 10px;
    min-height: 100px;
  }

  .compare_section .col3 .item {
    font-size: 19px;
    color: black;
    background: #b3e2f1;
    padding: 15px 10px 15px 60px;
    min-height: 110px;
    margin-bottom: 10px;
    font-weight: 600;
    @media (max-width: 992px) {
      padding: 15px 10px 15px 10px;
    }
    @media (max-width: 768px) {
    font-size: 16px;
    }
  }

  .compare_section .col2 .heading {
    top: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .compare_section .col3 .heading {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
  }

  .compare_section .col2 .heading h2 {
    font-size: 34px;
    color:white;
  }
  .compare_section .col3 .heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #0e213f;
  }

  .compare_section .item {
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .compare_section .col3 {
    position: relative;
    z-index: 0;
    padding: 70px 0;
    @media (max-width: 768px) {
    padding: 85px 0 20px 0;
   }
  }
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');

  .featured-slider-wrapper {
    margin: 40px auto;
    font-family: var(--font);
  }
    .featured-slider-wrapper .swiper {
    padding-bottom: 40px;
  }
    .featured-slider-wrapper .swiper-slide {
    padding: 10px;
  }
  .featured-slider-wrapper .product-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
    text-align: center;
    position: relative;
    height: 100%;
    padding: 20px 0;
  }

  .featured-slider-wrapper .product-card .line{
    border-bottom: 2px solid black;
    height: 8px;
    margin-bottom: 4px;
  }
  .featured-slider-wrapper .product-card .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #3f65b2;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 4px 10px;
    font-size: 12px;
    border-radius:0 16px 0 0;
  }
  .featured-slider-wrapper .product-card img {
    max-width: 100%;
    height: auto;
  }
  .featured-slider-wrapper .product-card .title {
    font-size: 27px;
    font-weight: bold;
    margin: 10px 0;
    background-color: #617bbd;
    color:white;
    @media (max-width: 992px) {
      font-size: 23px;
    }
    @media (max-width: 768px) {
      font-size: 19px;
    }
    @media (max-width: 500px) {
      font-size: 18px;
      max-width: 100%;
    }
  }
  .featured-slider-wrapper .product-card .price {
    font-size: 14px;
    color: #000;
    font-weight: 700;
  }
  .featured-slider-wrapper .product-card .add-btn {
    /* margin-top: 10px; */
    border: 1px solid #0c2142;
    padding:0px 6px;
    font-weight: bold;
    background: transparent;
    transition: 0.3s;
    color:#0c2142;
    border-radius: 5px;
    font-size:14px;
    font-weight: 600;
  }
  .featured-slider-wrapper .product-card .add-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  .featured-slider-wrapper .product-card a:hover {
    text-decoration: none;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #000;
  }