.swiper-slide:first-child::after,
.swiper-slide:last-child::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
}

ul.swiper-wrapper li:first-child::after {
    right: 100% !important;
    width: var(--fake-left-width) !important;
    background-image: var(--fake-left-images) !important;
    background-position: var(--fake-left-positions) !important;
    background-size: var(--fake-left-sizes) !important;
}

ul.swiper-wrapper li:last-child::after {
    left: calc(100% + var(--fake-gap, 0px)) !important;
    width: var(--fake-width) !important;
    background-image: var(--fake-images) !important;
    background-position: var(--fake-positions) !important;
    background-size: var(--fake-sizes) !important;
}