/* تغيير لون خلفية الهيدر */
.inner.bg-inherit {
    background-color: #f4efe5 !important;
}

/* جميع النصوص داخل الهيدر */
.store-header,
.store-header * {
    color: #000 !important;
}

/* الأيقونات (سواء كانت Font Icons أو SVG) */
.store-header i,
.store-header svg,
.store-header svg path {
    color: #000 !important;
    fill: #000 !important;
}

/* الروابط */
.store-header a {
    color: #000 !important;
}

/* زر البحث وحدوده */
.store-header input,
.store-header .s-search-input {
    color: #000 !important;
    border-color: #000 !important;
}

/* إزالة أي ألوان أساسية (primary) */
.store-header .text-primary {
    color: #000 !important;
}

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

/* إزالة أي خلفية بيضاء داخلية */
.store-footer .container,
.store-footer .store-footer__inner {
    background-color: #D7CCC8 !important;
}