: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;
}

.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;
}


.brand-btn-prev,
.brand-btn-next {
    top: 31%;
}

@media only screen and (max-width: 768px) {

    .swiper-prod-btn-next,
    .swiper-prod-btn-prev {
        top: 50%;
        z-index: 1;
    }

    .swiper-prod-btn-next {
        right: 1%;
    }

    .swiper-prod-btn-prev {
        left: 1%;
    }


    #prod_wrapper .swiper-prod-btn-next,
    #prod_wrapper .swiper-prod-btn-prev {
        top: 29%;
    }

    .brand-btn-prev,
    .brand-btn-nex {}
}