/* توسيط الشعار في الهيدر على شاشات الجوال فقط */
@media (max-width: 767px) { /* هذا النطاق يغطي معظم أجهزة الجوال */
  .store-header .navbar-brand {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}