/* Add custom CSS styles below */ 
.s-product-card-entry .s-product-card-wishlist-btn button .s-button-text {
    color: #404130; }


.herb-faqs .max-w-3xl {
  max-width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.herb-faqs details summary,
.herb-faqs details summary * {
  font-size: 11.5px !important;
}

.herb-faqs details summary + div,
.herb-faqs details summary + div * {
  font-size: 10.5px !important;
}

.herb-faqs details {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-bottom: 4px !important;
}

body {
    background: #f5f0eb;
}
.s-product-card-entry {
    background-color: #eddbc4 !important; }


    .s-product-card-entry .s-product-card-sale-price h4 {
        color: red !important;
    }

.s-reviews-swiper-slide > div {
  box-shadow: 0px 0px 3px 0px #979696 !important;
  border: 2px solid rgb(213 196 176) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 21px !important;
  background: #f3e9df !important;
}



.text-\[var\(--color-price-single-product\)\] {
    color: red;
}