header .logo img,
header .navbar-brand img,
header .store-logo,
.logo img {
    max-height: 80px !important;
    width: auto !important;
}


/* فك القيود عن الحاوية */
.store-footer .navbar-brand {
    height: auto !important;
    max-height: none !important;
}

/* تكبير اللوقو بشكل نظيف */
.store-footer .navbar-brand img {
    height: 85px !important;
    width: auto !important;
    max-height: none !important;
    object-fit: contain;
}