/* تأثير الخلفية على بطاقات المنتجات في الصفحة الرئيسية فقط */
body.index div[class*="product-card"]:not([class*="carousel"]) {
    background-color: #eed0b3 !important;
    border-radius: 15px !important;
    border: 0px solid #e0d2c0 !important;
    color: #000 !important;
}



footer {
  background-color: #eed0b3 !important;
}



footer inner {
  background-color: #eed0b3 !important;