/* Add custom CSS styles below */ 
body,
main,
.main-content,
.app-inner,
.home,
section {
  background-color: #F7F2E8 !important;
}
#mainnav,
.main-nav-container,
.main-nav,
.navbar,
header .container,
header .inner {
  background-color: #F7F2E8 !important;
}
/* خلفية تذييل الصفحة */
footer,
.footer,
.store-footer,
footer .container,
footer .footer-container {
    background-color: #F7F2E8 !important;
}
/* زر أضف للسلة فقط */
salla-add-product-button .s-button-element,
salla-product-card salla-add-product-button .s-button-element {
    background-color: #224941 !important;
    border-color: #224941 !important;
    color: #ffffff !important;
}
/* خدمة العملاء - خلفية الأيقونات */
footer salla-contacts a,
footer .s-contacts-item,
footer [class*="contact"] a {
    background: #F7F2E8 !important;
    color: #224941 !important;
}

/* الأيقونات نفسها */
footer salla-contacts i,
footer salla-contacts svg,
footer .s-contacts-item i,
footer [class*="contact"] i {
    color: #224941 !important;
    fill: #224941 !important;
}
/* دوائر أيقونات التواصل الاجتماعي في الفوتر */
footer salla-social a,
footer .social-links a,
footer [class*="social"] > a {
    background-color: #F7F2E8 !important;
    color: #224941 !important;
    border-color: #F7F2E8 !important;
}

/* الأيقونة داخل الدائرة */
footer salla-social a i,
footer salla-social a svg,
footer .social-links a i,
footer .social-links a svg,
footer [class*="social"] > a i,
footer [class*="social"] > a svg {
    color: #224941 !important;
    fill: #224941 !important;
    stroke: #224941 !important;
}
/* توحيد خلفيات محتوى صفحة المنتج */
.product-details,
.product-description,
.product-reviews,
.reviews,
.review,
.review-item,
.s-comments,
.s-comments-wrapper,
.s-comments-product,
.s-product-details {
    background-color: #F8F3E8 !important;
}
/* المربعات الداخلية في صفحة المنتج */
.product-details > div,
.product-description > div,
.product-reviews > div,
.reviews > div,
.s-comments > div,
.s-comments-wrapper > div {
    background-color: #F8F3E8 !important;
}

/* حقول السؤال / الإدخال */
.product-details input,
.product-details textarea,
.s-comments input,
.s-comments textarea {
    background-color: #F8F3E8 !important;
}

/* الأزرار السوداء داخل محتوى صفحة المنتج فقط */
.product-details button,
.product-description button,
.product-reviews button,
.reviews button,
.s-comments button {
    background-color: #224941 !important;
    color: #ffffff !important;
    border-color: #224941 !
  /* قسم أهدي من تحب */
salla-gifting,
salla-gifting > div,
salla-gifting [class*="gift"] {
    background-color: #F8F3E8 !important;
}

/* زر أرسلها كهدية */
salla-gifting button,
salla-gifting salla-button,
salla-gifting .s-button-element {
    background-color: #224941 !important;
    color: #ffffff !important;
    border-color: #224941 !important;
}