/* Add custom CSS styles below */ 
/* مقاس شعار NONCO على اللابتوب */
header .navbar-brand img,
header .store-logo img,
header .header-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 220px !important;
  max-height: 72px !important;
  object-fit: contain !important;
}

/* مقاس شعار NONCO على الجوال */
@media (max-width: 767px) {
  header .navbar-brand img,
  header .store-logo img,
  header .header-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 155px !important;
    max-height: 50px !important;
    object-fit: contain !important;
  }
}