.navbar-brand img {
    max-height: 4rem;
}
.s-block--tabs-produtcs .tab-trigger.is-active button
{
      Color: white;
}
.s-contacts-icon svg {

    fill: rgb(255 255 255);
}
.sokar-store-footer .sokar-store-footer__inner a h3 {
    /* إخفاء النص الأصلي */
    text-indent: -9999px;
    line-height: 0;
    
    /* وضع الصورة */
    background-image: url('https://cdn.files.salla.network/homepage/703474751/b9ad9db6-ee3f-4136-8311-100b53c77640.webp') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center right !important; /* خليها right عشان التنسيق العربي */
    
    /* تحديد أبعاد الصورة */
    display: block !important;
    width: 200px !important;  /* تقدر تغير العرض حسب مقاس صورتك */
    height: 100px !important;  /* تقدر تغير الطول حسب مقاس صورتك */
    
    /* تصفير الهوامش لو محتاج */
    margin-bottom: 16px !important;
}
.sokar-store-footer .sokar-store-footer__inner {
    background: linear-gradient(45deg, #B8893F, #985A2F);
}
}