:root {
    --swiper-navigation-size: 55px;
}
.no-swiper-arrow::after {
    content: none;
    display: none;
}

.slider-wrapper {
    min-width: 0;
}

.swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
}

.swiper-wrapper {
    min-width: 0;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 0;
    box-sizing: border-box;
}
