:root {
    --swiper-navigation-sides-offset: 0;
}

.group-swiper::part(button-next) {
    color: transparent;
    background: url(/assets/ShopTheme/images/icons/right-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.group-swiper::part(button-prev) {
    color: transparent;
    background: url(/assets/ShopTheme/images/icons/left-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-swiper::part(button-next) {
    color: transparent;
    background: url(/assets/ShopTheme/images/icons/right-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-swiper::part(button-prev) {
    color: transparent;
    background: url(/assets/ShopTheme/images/icons/left-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-swiper::part(container) {
    padding: 0 0;
}

.city-swiper::part(button-next),
.city-swiper::part(button-prev) {
    background: #ebebeb;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 8px;
}

:root {
    --swiper-navigation-color: #494949 !important;
    --swiper-theme-color: white !important;
}

.city-swiper::part(button-prev) svg {}

.swiper-prod-btn-next,
.swiper-prod-btn-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.swiper-prod-btn-prev {
    background: url(/assets/ShopTheme/images/icons/left-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: auto;
    left: -46px;
}

.swiper-prod-btn-next {
    background: url(/assets/ShopTheme/images/icons/right-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: auto;
    right: -46px;
}

.group_swiper_container {}

.swiper-lg-wrap {
    width: 1200px;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    max-width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
    position: absolute !important;
}

@media only screen and (max-width: 600px) {

    .swiper-prod-btn-next,
    .swiper-prod-btn-prev {
        top: 89%;
    }

    .swiper-prod-btn-next {
        right: 3%;
    }

    .swiper-prod-btn-prev {
        left: 75%;
    }

}