/* Add custom CSS styles below */ 
/* البانر بعرض الصفحة بالكامل */
salla-slider.photos-slider,
salla-slider.photos-slider .swiper,
salla-slider.photos-slider .swiper-wrapper,
salla-slider.photos-slider .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
}

/* الصورة تملأ البانر */
salla-slider.photos-slider .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
}
/* خلي البنرات عمودين في الموبايل */
@media (max-width: 768px) {
    .s-block.s-block--banners .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .s-block.s-block--banners .banner-entry {
        width: 100% !important;
    }
}