/* Add custom CSS styles below */ 
.bg-storeBG {
    /* background-color: var(--bg-primary); */
    background-color: #fdf9f1;
}
.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {
    border-bottom: 1px solid #eee;
    max-width: none;
    margin-right: 45%;
}
.header {
  background-color: #faf2e4;
}

@media (min-width: 991px) {
    .product-card--vertical .product-card__content {
        padding-left: 10px;
        padding-right: 10px;
        background-color: #ead89f;
        border-radius: 0 0 10px 10px;
        color: wheat;
    }
}

.top-navbar:not(.topnav-has-bg) {
    background-color: #fdf9f1;
    color: #000000;
}

.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: #ffffff;
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(255 255 255);
}

.footer-is-custom .store-footer .store-footer__curve {
    color: #ffffff;
}

.footer-is-custom .store-footer .footer-bottom {
    background-color: #ffffff;
}
.s-product-options-thumbnails-wrapper div input[type=radio]+label img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}