/** Shopify CDN: Minification failed

Line 583:0 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@media screen and (max-width: 749px) {
    .small-hide {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 990px) {
    .large-up-hide {
      display: none !important;
    }
  }
  .primary-btn{
    background-color: #fff;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
    padding: 7px 20px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
  }
.t4s-sticky-atc__btns .t4s-product-price .mrp, .t4s-sticky-atc__btns .t4s-product-price del{
    display: none;
}
.t4s-sticky-atc__btns .t4s-product-price{
    text-align: center;
    line-height: 0;
   margin-top: 14px;
}
.t4s-sticky-atc__btns .t4s-product-price ins .money{
    text-align: center;
    font-size: 18px;
}
.t4s-sticky-atc__btns .t4s-product-price span{
    font-size: 14px;
}
.t4s-sticky-atc__btns .t4s-pr-wishlist .t4s-text-pr {
    display: none;
}
.t4s-sticky-atc__btns .t4s-pr-wishlist .t4s-svg-pr-icon svg { 
    width: 37px;
    height: 37px;
    fill: none;
    border: 1px solid rgb(0, 0, 0);
    padding: 2px;
    background: rgb(0, 0, 0);
    stroke: #ffffff;
    border-radius: 8px;
    margin-top: 3px;
}

.t4s-sticky-atc__btns .t4s-pr-wishlist.is--added svg {
    color: red !important;
    --border-color: red !important;
  }


.t4s-sticky-atc__btns .t4s-sticky-atc__atc {
    border-radius: 8px;
    background-color: #000000 !important;
    min-width: 115px;
    font-family: "Hanken Grotesk", sans-serif;
}
.t4s-sticky-atc__btns .t4s-sticky-atc__atc .t4s-btn-atc_text{
    font-weight: 500;
    text-transform: uppercase;
}
.t4s-sticky-atc__btns{
   padding: 0px 5px;
}
.t4s-sticky-atc__btns .shopify-payment-button #gokwik-buy-now{
    font-size: 14px;
    font-weight: 500;
    min-height: 43px;
    padding: 5px 0;
    min-width: 115px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #000000;
    color:#ffffff
}

.clickpost-edd__container {
    width: 100%;
    margin: 24px 0;
    margin-bottom: 11px;
}
.clickpost-edd__submit-button {
    margin-right: 10px;
}
.clickpost-edd__heading {
    margin-bottom: 15px;
}
.clickpost-edd__heading p{
    margin: 0;
    margin-bottom: 6px;
    max-width: 400PX;
}
.clickpost-edd__heading .delivery-date {
    background-color: #489d7d;
    color: #fff;
    padding: 2px 3px;
    border-radius: 3px;
    margin-left: 5px;
}
.clickpost-edd__form{
    margin-top: 6px;
}
.sticky-text{
    background-color:#489d7d;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.t4s-product__media{
    position: relative;
}

/****  Delivery estimation js pdp    *****/

/* Initially hide the form */
.clickpost-edd__form {
    display: none !important;
  }
  
  /* Optional: Add a smooth transition for showing/hiding */
  .clickpost-edd__form.show {
    display: block !important;
  }
  .est-del-warpper{
    display: flex;
    justify-content: space-between;
    }
.est-del-warpper .check-pin{
    color: #c69a7f;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.est-del-warpper .get-day span{
    background-color: #c69a7f;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 6px;
}
.t4s-product-form__buttons #gokwik-buy-now{
    width: 100%;
    margin-top: 3px;
}

#toggleButton {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.offer-drawer {
    position: fixed;
    top: 0;
    right: -300px; /* Start hidden off the screen */
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    display: block;
    justify-content: center;
    align-items: center;
    transition: right 0.5s ease-in-out; /* Slide effect */
    z-index: 10000;
    padding: 56px 30px;
    overflow-y: auto;
}
.t4s-pr-single_wrap-content .t4s-product-price del{
    text-decoration: none;
}

.offer-drawer p {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 20px;
}

.close-button {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 30px;
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 5px;
}

.promise_tags_wrapper{
    background-color: #f1eee4;
    padding: 30px 45px;
}
.promise_tags{
    grid-row-gap: 4.4rem !important;
}
.t4s-product__media{
    position: relative;
}
.loox-rating .loox-rating-content{
    padding: 17px 5px;
    vertical-align: bottom !important;
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 0;
    background-color: #f1e7df;
    color: black;
    z-index: 2;
    padding: 3px 5px;
    font-weight: normal;
  font-family: Nunito Sans;
    font-size: 16px;
}
.similar-pr-icon{
    right: 63px;
    position: absolute;
    z-index: 2;
    bottom: 12px;
    width: 40px;
    cursor: pointer;
    border-radius: 100px;
    background: #ffffff;
    padding: 7px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.similar-pr-icon svg{
    width: 26px;
    height: 26px;
}
.t4s-product__info-container .loox-rating{
    position: absolute;
    top: 10px;
    z-index: 0;
    right: 13px;
} 
@media(max-width: 768px) {
    .t4s-product-form__buttons #gokwik-buy-now{
        width: 100%;
    }
    .primary-btn{
        font-size: 15px;
    }
  
}

 
@media(min-width: 769px) {
    .t4s-sticky-atc__btns{
        gap: 10px;
    }
    .sticky-text {
        display: none;
    }
    .offer-drawer {
        top: 150px;
    }
    /* .loox-rating{
        position: absolute;
        bottom: 18px;
        z-index: 2;
        left: -600px;
        background-color: #ffffff;
        border-radius: 8px;
        color: #000000;
    } */
}
.product__policies img{
    width: 35px !important;
    height: 35px !important;
}
.product__policies .tag{
    font-size: 13px !important;
    line-height: normal !important;
    letter-spacing: 0.5px;
    margin-top: 15px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    color: #3e3e3e;
}
.product__policies { 
    display: block !important;
}
.promise_tags{
    text-align: center;
}
.block--usp-messaging .usp_messages{
    padding: 60px 30px;
}
 /******Header Searcj*******/
 .t4s-search-header__main {
    background: #f1eee4;
    border-radius: 20px;
}
.t4s-header__design2 .t4s-search-header__form .t4s-search-header__submit{
    background-color: transparent;
    color: #000000;
}
.response-cod{
    font-family: var(--font-family-1) !important; 
}

@media(max-width: 768px) {
 #bik-wa-y84otPjfpxDlTHupj3bz-cta {
    bottom: 142px !important;
}
.t4s-sticky-atc__btns .t4s-product__price .inc-tax {
    font-size: 10px;
}
.t4s-section-header__mid .t4s-col-3 {
    width: 15%;
}
.t4s-section-header__mid .t4s-col-6{
    width: 60%;
    text-align: left !important; 
}
.product-badge{
  font-size: 10px;
  top: 8px;
  padding: 4px 15px;
}

}


/****  Popup    *****/



/* .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
} */
/* 
.popup.hidden {
    display: none;
} */

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    text-align: center;
}

/* .t4s-product__media-item .bss_parent_text {
    display: none;
} */


/****  homepage css    *****/

/* 
.t4s-product .t4s-product-btns2{
    left: 10px !important;
} */

.t4s-product-inner .t4s-pr-addtocart{
    position: absolute;
    right: 10px;
    z-index: 999;
    bottom: 10px;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 9px 9px;
    background-color: #FFFFFF;
    display: none;
}
.t4s-product-inner .t4s-svg-pr-icon {
    display: block;
    width: 16px;
    height: 16px;
}
.t4s-product-inner .t4s-text-pr{
    display: none;
}
.t4s-product .t4s-product-btns2 a{
    margin-bottom: 0 !important;
}
.t4s-product-info__inner .col-card-subtitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: #000000;
}
.t4s-product .t4s-product-info .t4s-product-info__inner{
    margin-bottom: 0 !important;
}
.banner-text-wrapper .primary-btn{
    border: 1px solid #ffffff !important;
}
.primary-btn{
    background-color: #fff;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
    padding: 7px 20px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
  }


/* collection product css */
  .t4s-product .t4s-product-title a {
    color: inherit;
    font-family: var(--product-title-family);
}
/* Hide wishlist by default */
.t4s-product a.t4s-pr-wishlist,
.css_for_wis_app_true .t4s-product .t4s-pr-wishlist {
    background: transparent !important;
    display: none;
   
}

/* Show wishlist when the product image is hovered */
.t4s-product .t4s-product-inner:hover .t4s-pr-wishlist{
    border-color: red !important;
    display: block !important;
}
.t4s-product .t4s-product-inner:hover .t4s-pr-addtocart{
    display: block !important;
}

.t4s-product .t4s-product-btns2 {
/* top: 10px !important;
right: -4px !important; */
  bottom: 0 !important;
left: 15px !important;
}
.t4s-product .t4s-product-btns2 a {
    box-shadow: none !important;
}

/* collection product css */

.t4s-featured-collection .t4s-product-sizes {
    display: none;
}
/* .t4s-product a .t4s-text-pr,
.t4s-product .t4s-product-btns a .t4s-text-pr,
.t4s-pr-style1 .t4s-product-btns a:hover .t4s-text-pr {
    display: block !important;
} */

#insta-feed h2 {
    font-size: 23px !important;
}

.t4s-richtext_text_JxeChh p{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #c69a7f;
}

.formFooter{
    display: none !important;
}


@media(max-width: 768px) {
    .primary-btn{
        font-size: 15px;
    }
    .t4s-product-inner .t4s-pr-addtocart{
        bottom: 5px;
    }
    #insta-feed h2 {
        font-size: 20px !important;
    }
}



/* Lab grown */

#shopify-section-template--19023978463489__heading .t4s-header-banner {
    border: none;
}
#shopify-section-template--19023978463489__heading .t4s-title-head {
    font-family: "Italianno", serif;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

#shopify-section-template--19023978463489__featured_collection_zpmwqB .t4s-section-title , #shopify-section-template--19023978463489__featured_collection_eQpHNd .t4s-section-title {
    font-size: 50px;
    font-family: "Italianno", serif;
    font-weight: 400;
}
#shopify-section-template--19023978463489__testimonial_ACf6YQ{
    background-color: #d6d1c2;
}
#shopify-section-template--19023978463489__featured_collection_zpmwqB .t4s-section-title , #shopify-section-template--19023978463489__featured_collection_CRrJLw .t4s-section-title {
    font-size: 50px;
    font-family: "Italianno", serif;
    font-weight: 400;


#shopify-section-template--19023978463489__testimonial_ACf6YQ .testimon-title h3{
    font-size: 50px;
}

#shopify-section-template--19023978463489__testimonial_ACf6YQ .testimonial-wrapper {
    padding: 50px 0;
}

@media  (max-width: 769px) {
#shopify-section-template--19023978463489__heading .t4s-title-head {
    font-size: 42px;
}
#shopify-section-template--19023978463489__testimonial_ACf6YQ .testimonial-wrapper{
    padding: 40px 0;
}
}


