/* ============================= */
/* Full Width Photos Slider */
/* ============================= */

/* Top spacing */
section.s-block.s-block--photos-slider {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* RTL Swiper padding fix */
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem !important;
}

/* Slides styling */
salla-slider.photos-slider .swiper-slide {
    padding: 0 !important;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    border-radius: 0 !important;
}

/* Wrapper specific fix */
div[id^="swiper-wrapper"] .swiper-slide {
    padding: 0 !important;
}

/* Image styling */
.s-block--photos-slider .swiper-slide img {
    border-radius: 0px !important;
}

/* Tablet + Mobile RTL fix */
@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0rem !important;
    }
}

/* Desktop RTL fix */
@media (min-width: 750px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0rem !important;
    }
}

/* Bottom spacing */
salla-slider.photos-slider.swiper {
    padding-bottom: 0rem !important;
}

salla-slider.photos-slider .swiper {
    padding-bottom: 0rem !important;
}