<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 21:7 Unexpected "{"
Line 21:16 Expected ":"
Line 169:11 Unexpected "{"
Line 169:20 Expected ":"
Line 221:11 Unexpected "{"
Line 221:20 Expected ":"

**/


/* CSS from section stylesheet tags */
.custom-buy-box-fp .product-form .white-background ,
.custom-buy-box-fp .left-product-carousel .custom-image-box{
  display: none !important;
}
.custom-buy-box-fp .product-form .button-bottom-text{
    display: none !important;
}
.page-{{template.suffix}} .shopify-section.custom-featured-product {
    background: #fbfaff;
    width: fit-content;
    margin: auto;
    padding: 50px 0 12px;
    padding-inline: 30px;
    border-radius: 19px;
    border: 1px solid #e1dfec;
}
.custom-featured-product .custom-buy-box-fp-label {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    padding: 7px 25px;
    background: #00b67a;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 650;
    letter-spacing: 1px;
    border-radius: 42px;
    display: block;
    width: fit-content;
    margin: auto;
}
  .custom-featured-product{
    position:relative;
  }
  .custom-buy-box-fp .kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-wrapper {
    padding: 15px !important;
}
 .custom-buy-box-fp img.kaching-bundles__bar-image {
    width: 150px !important;
    height: 120px !important;
}
  .custom-buy-box-fp span.kaching-bundles__bar-title {
    text-transform: capitalize !important;
    font-weight: 700;
}
  .custom-buy-box-fp .kaching-bundles__bar-subtitle {
    font-weight: 400 !important;
    margin-top: 2px;
    font-style: italic !important;
}
  .custom-buy-box-fp .kaching-bundles__bar-pricing {
    flex-wrap: nowrap;
    flex-direction: row !important;
    gap: 10px;
    justify-content: center;
    margin-top: 4px;
    display: flex;
    width: 100%;
}
      .custom-buy-box-fp .shipping_delivery_bar {
      margin-bottom: 15px;
      margin-top: 10px;
    }
  
    .custom-buy-box-fp .delivery_time_block {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 5px;
    }
    .custom-buy-box-fp .delivery_time_block img {
      width: 20px;
      height: 20px;
      animation: fadeInOuts 2s ease-in-out infinite; /* 3s duration, ease-in-out timing function, infinite loop */
    }
    @keyframes fadeInOuts {
      0% {
        opacity: 0.5; /* Start with the image hidden */
      }
      50% {
        opacity: 1; /* Fully visible at 50% of the animation duration */
      }
      100% {
        opacity: 0.5; /* Fade back to hidden by the end */
      }
    }
   .custom-buy-box-fp p.delivery_time_block_text {
      line-height: 1.3;
      font-size: 15px;
      font-weight: 500;
      color: #1b164d;
      margin-top: 1px;
    }
   .custom-buy-box-fp span.expected_delivery_date {
      font-weight: 650;
    }
   .custom-buy-box-fp .shipping_delivery_container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
    }
   .custom-buy-box-fp .shipping_country_block p {
      line-height: 1.3;
      font-size: 15px;
      font-weight: 500;
      color: #1b164d;
      margin-top: 1px;
    }
    .custom-buy-box-fp .shipping_delivery_bar {
      margin-bottom: 15px;
      margin-top: 10px;
    }
      .custom-buy-box-fp .shipping_country_block {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 5px;
    }
  .custom-buy-box-fp span.kaching-bundles__bar-label {
    font-size: 12px !important;
    font-weight: 550 !important;
    width: fit-content;
    margin: auto;
}
  .custom-buy-box-fp .kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-wrapper {
    padding: 15px !important;
    padding-top: 30px !important;
}
.custom-buy-box-fp .prod__title {
    margin-bottom: 8px;
}

.custom-buy-box-fp .main-product__block.main-product__block-description {
    margin-top: 10px;
}

@media screen and (max-width:749px){
  .custom-buy-box-fp .prod__title {
    margin-bottom: 3px;
}

.custom-buy-box-fp .main-product__block.main-product__block-description {
    margin-top: 5px;
  margin-bottom:10px;
}

  .custom-featured-product .custom-buy-box-fp-label {
    font-size: 16px;
    padding: 5px 20px;
    line-height: 1.3;
    top: -15px;
}
    .page-{{template.suffix}} .shopify-section.custom-featured-product {
        width: 90%;
        padding: 30px 20px 20px 20px;
    }
  .container.custom-buy-box-fp {
    padding: 0 !important;
}
  .custom-buy-box-fp .prod__title h1{
    font-size:23px;
    line-height:1.4;
    margin-bottom:15px;
  }
  .custom-buy-box-fp .left-product-carousel .faq-container {
        margin-top: 0 !important;
    }
  .custom-buy-box-fp .left-product-carousel {
        margin-bottom: 25px !important;
    }
  .custom-buy-box-fp .right-product-content .bottom-block__text{
    line-height:1.4;
  }
  .custom-buy-box-fp .right-product-content .product-form .custom_add_cart {
    margin: 0 !important;
    margin-top: 0 !important;
}
      .custom-buy-box-fp .free_gift_main_contas {
        display: none !important;
    }
  .custom-buy-box-fp .kaching-bundles__block.kaching-bundles__block--loaded {
    margin-top: 0 !important;
}
   .shipping_delivery_container {
        margin-top: 15px;
      }
      .delivery_time_block {
        align-items: flex-start;
      }
      p.delivery_time_block_text {
        line-height: 1.3;
        margin: 0;
        font-size: 13px;
      }
      .delivery_time_block img {
        width: 17px;
        height: 17px;
      }
      .shipping_country_block p {
        line-height: 1.3;
        font-size: 13px;
      }
}
  @media screen and (max-width: 550px) {
    .page-{{template.suffix}} .shopify-section.custom-featured-product {
        width: 95%;
        padding: 30px 15px 21px;
    }
    .custom-buy-box-fp .kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-wrapper {
    padding: 30px 12px 10px !important;
}
    .custom-buy-box-fp span.kaching-bundles__bar-label {
    font-size: 11px !important;
}
    .custom-buy-box-fp img.kaching-bundles__bar-image {
    width: 100px !important;
    height: 70px !important;
}
   .custom-buy-box-fp .kaching-bundles__bar-subtitle {
    font-size: 10px !important;
    line-height: 1.2 !important;
}
    .custom-buy-box-fp .kaching-bundles .kaching-bundles__bar-content {

    gap: 5px;

    }
    .custom-buy-box-fp .kaching-bundles .kaching-bundles__bar-price {

    font-size: 14px !important;
}
    .custom-buy-box-fp .kaching-bundles .kaching-bundles__bar-full-price {
    font-size: 12px;
}
    .custom-buy-box-fp .kaching-bundles .kaching-bundles__bar-pricing {
    gap: 2px !important; 
    flex-direction: column !important;
}
     .custom-buy-box-fp .shipping_delivery_container {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
      }
}
.lable_img {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 10px;
          width: 100%;
          padding: 10px 10px;
          background: rgb(224 224 227);
          border-radius: 0 0 15px 15px;
          /* margin-top: 15px; */
          /* border: 1px solid #eaeaea; */
          /* box-shadow: 0px 0px 20px #ccc; */
          margin: 0;
      border: 1px solid #e4e2e2;

            }
            .lable_img_image {
              width: 40px !important;
              height: 40px;
              object-fit: contain;
          }
          .lable_img p{
            font-weight:700;
            color:#000;
            text-transform:uppercase;
          }
          .shopify-section.product-box .content .product-row .image-box img{
            /* margin-bottom: 15px; */
            border-radius:10px 10px 0 0;
        }
      @media screen and (max-width:749px){
        .lable_img {
        gap: 7px;
          border-radius:0 0 9px 9px;
                  padding: 5px 10px;
    }
        .lable_img_image {
        width: 30px !important;
        height: 30px;
        object-fit: cover;
    }
        .lable_img p {
        font-size: 12px;
          line-height:1.2;
    }
        .shopify-section.product-box .content .checklist {
      padding: 20px 0 9px;
  }
      }</pre></body></html>