/** Shopify CDN: Minification failed

Line 174:1 Unexpected "}"

**/
.price-item .text{display:none !important;}.visually-hidden{display:none !important;}#MainContent{background-color:#FEFDF7;}
.col-bio-sdesc{overflow: hidden; white-space: normal;display: -webkit-box;-webkit-line-clamp: var(--product-title-line-text);text-overflow: ellipsis;-webkit-box-orient: vertical;}

.card-information .jdgm-prev-badge {
    position: absolute;
    top: 260px;
    left: 10px;
    z-index: 100000;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 12px;
}

.card-information__wrapper .jdgm-widget.jdgm-widget{width:100px;color:#053d28; margin: auto; border-radius:20px;}

@media (max-width: 767px) {
  .card-information .jdgm-prev-badge {
    top: 124px;font-size: 10px;left: 5px;
  }
  .shopify-app-block{padding-left: 15px; padding-right: 15px;}
}

@media (min-width: 768px) {
.shopify-app-block{
max-width: 1440px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
}

<!-------------New------------->
.product-form__label{position: relative;}.iv_aplus_img{border-radius:15px; margin-bottom:10px;}
.product-form__label .text{line-height:58px !important;}.form__label{margin-bottom:0px !important;}.unit-price{display:none;}
.scroll-variant-wrapper{
    display:flex;
    gap:12px;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding:10px 0;
    scrollbar-width:thin;
    scrollbar-color:#768A4D #fff;
    -webkit-overflow-scrolling:touch;
}

.scroll-variant-wrapper .product-form__label{
    flex:0 0 130px;
    width:130px;
    min-width:130px;
    max-width:130px;
}

.product-form__label{
    position:relative;
    display:flex !important;
    flex-direction:column;
    background:#edf4f1;
    border:1px solid #4b8157;
    border-radius:12px;
    overflow:hidden;
    text-align:center;
    padding:0 !important;
    cursor:pointer;
}

.bio-discount_price{
    margin:6px;
    background:#d7bd67;
    color:#000;
    font-size:13px;
    font-weight:700;
    border-radius:10px;
    padding:8px 5px;
    line-height:1.2;
}

.variant-image-wrap{
    padding:8px 10px;
}

.variant-img{
    width:90px;
    height:90px;
    object-fit:contain;
    display:block;
    margin:auto;
}

.variant-content{
    padding:0 10px 10px;
}

.iv-variant-price{
    font-size:20px;
    font-weight:700;
    color:#36462f;
    line-height:1;
    margin-top:10px;
    margin-bottom: 5px;
}

.iv-variant-mrp{
    font-size:14px;
    color:#a8a8a8;
    text-decoration:line-through;
}

.variant-pack{
    font-size:16px;
    font-weight:700;
    color:#222;
    line-height:1.2;
    margin-top:8px;
}

.bio-unit-price{
    font-size:13px;
    color:#555;
    margin-bottom:40px;
    line-height:13px;
}

.variant-best-label{
    margin-top:auto;
    background:linear-gradient(90deg,#0f5f4f,#65b55c);
    color:#fff;
    font-size:12px;
    font-weight:600;
    bottom: 0px;
    left:0;
    right:0;
    position:absolute;
    margin: 5px; border-radius:10px;
}

.product-form__radio:checked + .product-form__label{
    border:2px solid #1e6b45;
    box-shadow:0 0 0 2px rgba(30,107,69,.15);
}
.varia-t{font-size: 13px; line-height: 16px; margin:5px 0 10px;}

@media(max-width:767px){
    .scroll-variant-wrapper .product-form__label{
        flex:0 0 120px;
        width:120px;
        min-width:120px;
    }

    .variant-img{
        width:75px;
        height:75px;
    }

    .iv-variant-price{
        font-size:18px;
    }
    .bio-labels-col .benefits-scroll{font-size:11px;}
}




<!----------------------->
.bio-labels .bio2-labels {
    font-size: 11px !important;
    line-height: 16px !important;
}}
/* Collection Flip Labels */

.bio-labels-col-wrap {
    position: relative;
    width: 100%;
    height: 32px;
    overflow: hidden;
    margin: 8px 0;
}

.bio-labels-col {
    position: relative;
    width: 100%;
    height: 32px;
}

.bio-labels-col .bio2-labels {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotateX(90deg);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: max-content;
    width: 95%;

    padding: 4px 12px;
    border-radius: 16px;

    background: #13634f;
    color: #fff;

    font-size: 11px;
    font-weight: 500;
    line-height: 18px;

    white-space: nowrap;
    text-align: center;

    opacity: 0;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    animation: bioFlipLabel 9s infinite ease-in-out;
}

/* Delay for each label */
.bio-labels-col .bio2-labels:nth-child(1) {
    animation-delay: 0s;
}

.bio-labels-col .bio2-labels:nth-child(2) {
    animation-delay: 3s;
}

.bio-labels-col .bio2-labels:nth-child(3) {
    animation-delay: 6s;
}

@keyframes bioFlipLabel {

    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(100%) rotateX(90deg);
    }

    8% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) rotateX(0deg);
    }

    30% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) rotateX(0deg);
    }

    38% {
        opacity: 0;
        transform: translateX(-50%) translateY(-100%) rotateX(-90deg);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-100%) rotateX(-90deg);
    }
}

.product-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 25px;
  margin: 20px 0;
width:80%;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.benefit-text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
}

@media (max-width: 767px) {
  .product-benefits {
    gap: 15px;width:100%;
  }

  .benefit-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .benefit-icon img {
    width: 24px;
    height: 24px;
  }

  .benefit-text {
    font-size: 13px;
  }
}
.search-block-content .jdgm-widget.jdgm-widget{display:none;}
.predictive-search__results-list .jdgm-widget.jdgm-widget{display:none;}