/* Add custom CSS styles below */ 
.s-product-card-vertical .s-button-btn {
    color: #0D2019;
}
.s-reviews-testimonial {
    color: #000;
}
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner{
    background-color: #FDD98F;
}
.footer-is-light .store-footer .store-footer__inner * {
    color: #0D2019 !important;
      border-color: #0d20195e;
}
.store-footer .s-social-link:not(.s-social-link:hover) * {
    color: #fdd98f !important;
}

.s-block--testimonials.container {
    margin-bottom: 3rem;
}
.s-reviews-header-wrapper {
    display: none;
}
salla-comments .s-comments-product {
    background-color: unset !important;
}
.s-modal-body.s-modal-align-middle.s-modal-lg.s-modal-padding.s-modal-entering {
    background: #0D2019;
}