/** Shopify CDN: Minification failed

Line 403:1 Expected "}" to go with "{"

**/
/* Estimated Delivery By Clickpost  */
.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;
}




/****  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;
}



/* Collection page Rating Css */
.t4s-product-rating {
  margin-top: -2px;
  font-size: 13px;
}
.t4s-product-rating svg.loox-icon {
  color: gold;
}

/* when 4 Loox Rating css */

/* Hide Loox review count */
.loox-rating .loox-rating-label {
  display: none !important;
}

/* Align stars + rating */
.t4s-loox-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Style rating number */
.t4s-rating-number {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}



/* Instock Table */
.in-stock-label-warp svg{
  width: 20px;
  height: 20px;
}
.in-stock-label-warp p{
  display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
    color: #000000;
    margin: 24px auto;
}




/* Product title and Rating */

.title-review-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  margin-bottom: 3px !important;
}

.title-area {
  display: flex;
  flex-direction: column;
}

.t4s-product__review-inline {
  flex-shrink: 0;
  color: #000000;
  margin-bottom: 19px;
}
/* make stars smaller */
.t4s-product__review-inline .loox-rating svg {
  width: 13px !important;
  height: 13px !important;
}

/* reduce spacing between stars */
.t4s-product__review-inline .loox-rating {
  gap: 1px !important;
}

/* make rating number smaller */
.t4s-product__review-inline .t4s-rating-number {
  font-size: 11px !important;
}

/* optional overall shrink */
.t4s-product__review-inline {
  transform: scale(0.9);
}

@media (min-width: 1024px) {
  .title-review-flex {
    gap: 28px; /* desktop bigger gap */
  }
}




/* Product Page Return-exchange */

.shipping-img-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.shipping-img-wrapper img {
  width: 25px;
  margin-top: 8px;
}
.shipping-img-wrapper .shipping-img p{
  font-size: 11px;
  margin: 7px;
  color: #000000;
}
.shipping-img-wrapper .shipping-img{
  width: 100%;
  border: 1px solid #e5e5e5;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup h2 {
  margin: 0 0 10px;
}
.popup button {
  background-color: #333;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.popup button:hover {
  opacity: 0.9;
}
  .popup-content{
      position: relative;
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      width: 500px;
      text-align: center;
      height: 100%;
      overflow: scroll;
    }
    .popup-content h2{
      font-size: 15px; 
    }
    .popup-content ol{
      padding: 0;
    }
    .popup-content .close-btn {
      position: absolute;
      top: 9px;
      right: 0;
      background-color: transparent;
  }
  .popup-content .close-btn svg{
    width: 20px;
    height: 20px;
  }

@media (min-width:769px){
  .shipping-img-wrapper{
    justify-content: flex-start;
  }
  .popup{
    top: 80%;
    left: 108%;
  }
  .t4s-product__title{
    max-width: 390px;
    line-height: 1.3;
  }

.t4s-sticky-atc__btns .shopify-payment-button #gokwik-buy-now{
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    width: 130px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #000000;
    color:#ffffff;
    margin-top: 2px;

}
.t4s-sticky-atc__btns .t4s-sticky-atc__atc {
    border-radius: 10px;
    background-color: #000000 !important;
    min-width: 130px;
    height: 40px;
    font-weight:500;
}


}
@media (max-width:768px){
  .popup-content{
    width: 100%;
  }
  .shipping-img-wrapper {
    margin: 0 2px;
  }
.t4s-product__title{
  font-size: 20px;
  line-height: 1.2727272727;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.t4s-product__info-container .product-subtitle{
  font-size: 13px;

}
.t4s-product__title {
  margin-bottom: 3px !important; 
  max-width: 250px;
}


.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: 12px;
   margin-bottom: 10px;
}
.t4s-sticky-atc__btns .t4s-product-price ins .money{
    text-align: center;
    font-size: 16px;
    color: #151515;
    
}
.t4s-sticky-atc__btns .t4s-product-price span{
    font-size: 13px;
}
.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{
   
    text-transform: uppercase;
}
.t4s-sticky-atc__btns{
   padding: 0px 5px;
}
.t4s-sticky-atc__btns .shopify-payment-button #gokwik-buy-now{
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    margin-top: 0px;
    /* padding: 5px 0; */
    width: 125px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #000000;
    color:#ffffff
}





/* Image Loading Background - White instead of Black */
.t4s-product-inner img,
.t4s-product-inner .t4s-product-img,
.t4s-product-inner [data-main-slide] img,
.t4s-product-inner .t4s-pr img {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Lazy loading placeholders */
.t4s-product-inner img[data-src],
.t4s-product-inner img.lazyload,
.t4s-product-inner img.lazyloading,
.t4s-product-inner .lazyload,
.t4s-product-inner .lazyloading {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Image containers and wrappers */
.t4s-product-inner .t4s-product-img__wrap,
.t4s-product-inner [data-main-slide],
.t4s-product-inner .t4s-pr-group-variable {
  background-color: #ffffff !important;
}

/* Before image loads - placeholder state */
.t4s-product-inner img:not([src]),
.t4s-product-inner img[src=""],
.t4s-product-inner img[src*="base64"] {
  background-color: #ffffff !important;
  background: #ffffff !important;
}