.mySwiper {
    background: #eee;
    overflow: hidden;
}

.main-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    width: 100% !important;
}

.main-slide img {
    object-fit: fill;
}

.swiper-button-prev:after, .swiper-button-next:after {
    content: none;
}

.swiper-button-prev, .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 33%);
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 40%;
    height: 40%;
}

.swiper-button-prev-custom, .swiper-button-next-custom {
    position: absolute;
    top: 0;
    background-color: unset;
    color: #000 !important;
    fill: black !important;
    stroke: black !important;
    height: 100%;
    width: 24px;
    display: flex;
}

.swiper-button-prev-custom.swiper-button-lock, .swiper-button-next-custom.swiper-button-lock {
    display: none;
}

.swiper-button-next-custom {
    right: -24px;
}

.swiper-button-prev-custom {
    left: -24px;
}

.swiper-button-next-custom svg, .swiper-button-prev-custom svg {
    margin: auto;
}

.mainSwiper .swiper-button-prev, .mainSwiper .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
}

@media (min-width: 768px) {
    .mainSwiper .swiper-button-prev, .mainSwiper .swiper-button-next {
        display: none;
    }
}

.mainSwiperThumbs:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 10px;
}

.mainSwiperThumbs:not(.swiper-initialized) .swiper-slide {
    flex: 1 1 calc(25% - 10px);
    box-sizing: border-box;
}

.mainSwiperThumbs:not(.swiper-initialized) .swiper-slide img {
    width: 100%;
    height: 100%;
}

.mainSwiperThumbs:not(.swiper-initialized) .swiper-slide:nth-child(n+5) {
    display: none;
}

:root {
    --swiper-preloader-color: #DDEEEE;
}
