/* تكبير شعار المتجر */
.store-logo img,
.header-logo img,
img[alt*="logo"] {
    max-height: 90px !important;
    width: auto !important;
    transition: 0.3s ease;
}

/* للجوال */
@media (max-width: 768px) {
    .store-logo img,
    .header-logo img,
    img[alt*="logo"] {
        max-height: 70px !important;
    }
}