/* ============================
   1) تغيير شعار الفوتر للشعار الملون
   ============================ */
.footer-logo img {
  content: url("https://cdn.files.salla.network/theme/1648975443/7546fc9f-f2e0-48bb-b27e-1f06766dc7be_500x169.png");
  height: 64px;
  width: auto;
}

/* ============================
   2) تلوين عناصر الهيدر بـ #6B292C
   في كل الصفحات ما عدا الرئيسية
   ============================ */
body:not(.index) .store-header .header-btn__icon,
body:not(.index) .store-header .header-btn,
body:not(.index) .store-header .sicon-menu,
body:not(.index) .store-header .menu-label,
body:not(.index) .store-header .main-menu > li > a,
body:not(.index) .store-header .navbar-brand + a,
body:not(.index) .store-header a {
  color: #6B292C !important;
}