/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 148:0 Unexpected "<"

**/
<style>
/* Swiper ke sabhi product cards ko equal height */
body .sec__products-carousel-item {
  align-items: stretch !important;
}

/* Har slide ko stretch karo */
body .sec__products-carousel-item > .product-item {
  display: flex !important;
  height: auto !important;
}

/* Complete bordered card */
body .sec__products-carousel-item > .product-item > .product-item__wrapper {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

/* Product image normal rahe */
body .product-item__wrapper .product-item__inner {
  flex: 0 0 auto !important;
}

/* Title, rating, price aur button ka content area */
body .product-item__wrapper .product-item__information {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    align-items: center;
}

/* Add to Cart ko card ke bottom par push karo */
body .product-item__information > product-form {
  display: block !important;
  width: 100% !important;
  margin-top: auto !important;
}

/* Select Options wale products bhi bottom par */
body .product-item__information > select-option {
  display: flex !important;
  width: 100% !important;
  margin-top: auto !important;
}

/* Button ka standard gap */
body .product-item__information .product__add-cart {
  margin-top: 20px !important;
  display: block !important;
  width: 100% !important;
  margin-top: auto !important;
}
.product-item.product__item-js {
    height: 100%;
}
body .product-type-list .product-item__wrapper .product-item__information{
display:block !important;

}
body .product-type-list .product-item__information .product-item__product-form form{
  margin-top:0 !important;
}
body .product-item__information .product-item__product-form form{
  margin-top:10px;
}
.custom-card-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 5px 0 8px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  line-height: 1;
  margin-top:8px;
}

.custom-review-star {
  color: #14854e;
  font-size: 15px;
  line-height: 1;
}

.custom-review-rating {
  font-weight: 600;
  color: #111;
}

.custom-review-count {
  font-weight: 400;
  color: #444;
}

.custom-card-review:hover {
  text-decoration: none;
}
.benefits-grid{
  padding-left:0 !important;
}
.pdp-custom-review {
  display: flex;
  gap: 3px;
  margin:10px 0 8px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  line-height: 1;
  margin-top:8px;
}

.pdp-review-star {
  color: #14854e;
  font-size: 15px;
  line-height: 1;
}

.pdp-review-rating {
  font-weight: 600;
  color: #111;
}

.pdp-review-count {
  font-weight: 400;
  color: #444;
}

.pdp-custom-review:hover {
  text-decoration: none;
}
@media (max-width:749px){
.product-grid.product-item-border .product-item__information .card-product-price {
    text-align: center;
    align-items: center;
    justify-content: center;
}

}
</style>