footer,
.s-footer,
.store-footer,
footer .container,
footer .footer-main,
footer .footer-top,
footer .footer-content {
    background-color: #741420 !important;
}

footer,
.s-footer,
.store-footer,
footer * {
    color: #FFFFFF !important;
}

footer a,
.s-footer a,
.store-footer a {
    color: #FFFFFF !important;
}
/* خلفية قسم آراء العملاء */
section:has(.testimonial),
section:has(.testimonials),
.s-block--testimonials,
.s-testimonials,
.testimonials-section,
.testimonial-section {
    background: linear-gradient(
        180deg,
        #F9EFD3 0%,
        #F7D7B0 35%,
        #F4A986 65%,
        #D85A57 85%,
        #741420 100%
    ) !important;
}