/* Add custom CSS styles below */ 
/* تصغير حجم اللوجو في الهيدر */
.navbar-brand img,
.store-header .navbar-brand img,
header .navbar-brand img {
  max-height: 50px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

/* اللوجو في الموبايل أصغر شوية */
@media (max-width: 600px) {
  .navbar-brand img,
  .store-header .navbar-brand img {
    max-height: 38px !important;
  }
}