/* ===== الهيدر (القائمة العلوية) → فحمي فقط ===== */
.store-header, .header-components{
  background-color:#1A1916 !important;
}
/* نصوص وأيقونات الهيدر تصير فاتحة عشان تبان على الفحمي */
.header-components-inner, .header-components-inner *{
  color:#EFEAE1 !important;
}
/* شعار الهيدر يصير فاتح */
.navbar-brand img{
  filter:brightness(0) invert(1) !important;
}