/* Add custom CSS styles below */ 
 body,
.main-content,
.store-content,
.salla-theme_raed {
    background-color: #E5E5E5 !important;
}  
@media (max-width: 767px) {
    /* إزالة الإزاحة اليسرى الإجبارية في الموبايل */
    .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0 !important;
    }