/* Add custom CSS styles below */ 
body {
    background-color: rgb(228 216 210);
}
section[id^="featured-products-style2"] {
    background-color: rgb(228 216 210);
}
.store-header {
    background-color: #71253c !important;
    color: white !important;
}

.store-header a,
.store-header span,
.store-header p,
.store-header h1,
.store-header h2,
.store-header h3,
.store-header h4,
.store-header h5,
.store-header h6,
.store-header .s-menu-topnav-item {
    color: white !important;
}
#mainnav {
    background-color: #71253c !important;
    color: white !important;
}

#mainnav a,
#mainnav span,
#mainnav p,
#mainnav h1,
#mainnav h2,
#mainnav h3,
#mainnav h4,
#mainnav h5,
#mainnav h6 {
    color: white !important;
}

#mainnav .sicon-menu,
#mainnav .sicon-shopping-bag,
#mainnav .sicon-user-circle {
    color: white !important;
}


salla-slider .s-product-card-content-title a {
  font-weight: 700 !important; /* عريض */
  color: #71253c !important;   /* اللون */
}

custom-salla-product-card {
    background-color: #ffffff0d !important;
  border: 2px solid #71253c !important;
  border-radius: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  padding: 10px;
}


/* تغيير خلفية الفوتر كاملة */
.store-footer {
  background-color: #71253c !important;
}

/* تعديل ألوان النص داخل الفوتر ليتباين مع الخلفية */
.store-footer,
.store-footer a,
.store-footer .text-gray-400 {
  color: #fff !important;
}

/* تغيير لون الروابط عند التمرير */
.store-footer a:hover {
  color: #e0e0e0 !important;
}

/* تعديل خلفية القسم السفلي للفوتر (حقوق النشر ووسائل الدفع) */
.store-footer .container.text-center {
  background-color: #71253c !important;
  border-top: 1px solid #fff2;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: rgb(113 37 60) !important;
}

@media only screen and (max-width: 1024px) {
    .mm-spn li img {
        background-color: rgb(245 247 249 / 0%);
 
    }
}