@media (min-width: 768px) {
    .s-block__title h2 {
        text-align: -webkit-center;
    }

      .s-block__title p {
        text-align: -webkit-center;
    }
}

.dark .da-bgm {
    background-color: #0163fd !important;
}


.rtl\:right-4:where([dir=rtl],[dir=rtl] *) {
    bottom: 8rem;
}

.swiper-scrollbar+.swiper-wrapper {
    justify-content: center;
}

/* تغيير شعار الفوتر */
a.logo-footer img.logo-light.foo {
    content: url("https://cdn.salla.sa/AxnBB/products/WgeDtK5gvBNdCO8ncRhcUWQdqyP7Qg2tSvN6Xesg.png") !important;
    width: auto !important;
    height: 2.5rem !important; 
    object-fit: contain !important; 
}


/* تغيير لون اسم المنتج والسعر في الشريط الثابت إلى الأسود */
.sticky-product-bar h2.da-tm,
.sticky-product-bar .starting-or-normal-price h2.total-price {
    color: #000000 !important;
}

/* في حال تفعيل الوضع الليلي وتأثره، يمكن ضمان لون النص */
html.dark .sticky-product-bar h2.da-tm,
html.dark .sticky-product-bar .starting-or-normal-price h2.total-price {
    color: #000000 !important;
}


.dark .form-input, .dark .s-comment-form-input, .dark .s-login-modal-input, .dark .s-product-availability-input, .dark .s-verify-input, .dark .tel-input, .dark input, .dark select, .dark textarea {
    color: #000000;
}



/* تغيير أيقونة القائمة ولونها في الهيدر فقط */
.header-container .sicon-menu:before {
    content: "\ed7f" !important;
    color: white !important;
}