/* Add custom CSS styles below */ 

.product-card__title a {
        font-size: 15px;
}
.border-primary {
    display: none;
}
.product-card__price .total-price {
        font-size: 15px;
}
.product-card__buttons {
    display: none !important;
}
.product-card__normal-cart {
margin-top: 10px;
background-color: #b1935b;
}
.product-card__normal-cart__btn .s-button-text {
color: #fcf5e6;
}
.flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
    background-color: #fff2da;
    box-shadow: 0 5px 10px rgb(69 53 45 / 33%);
}
.single-faq.w-full.rounded-lg.border.border-store-text-secondary.bg-store-bg-secondary.py-3.px-5 {
    background-color: #fff2da;
    box-shadow: 0 5px 10px rgb(69 53 45 / 33%);
}
.s-trust-badges-wrapper {
    display: none;
}