/* Add custom CSS styles below */ 
/* إخفاء البريد الإلكتروني من الشريط العلوي فقط */
.top-navbar a[href^="mailto:"],
.topbar a[href^="mailto:"],
.header-top a[href^="mailto:"] {
    display: none !important;
}
/* إخفاء أرقام التواصل من الفوتر والإبقاء على البريد */
footer li:has(a[href^="tel:"]),
footer li:has(a[href*="wa.me"]),
footer li:has(a[href*="whatsapp.com"]),
footer a[href^="tel:"],
footer a[href*="wa.me"],
footer a[href*="whatsapp.com"] {
    display: none !important;
}
/* تكبير شعار المتجر في الهيدر */
header .navbar-brand img,
header .store-logo img,
header .logo img,
salla-store-header img[alt*="logo"],
salla-store-header img[alt*="شعار"] {
    height: 75px !important;
    width: auto !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: contain !important;
}

/* منع حاوية الشعار من قصّه */
header .navbar-brand,
header .store-logo,
header .logo {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

/* حجم الشعار في الجوال */
@media screen and (max-width: 767px) {
    header .navbar-brand img,
    header .store-logo img,
    header .logo img,
    salla-store-header img[alt*="logo"],
    salla-store-header img[alt*="شعار"] {
        height: 55px !important;
    }
}