:root {
    --swiper-theme-color: #1A1A1A;
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #FFFFFF;
    border:1px solid #e2e2e2;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

/* Swiper products */
.swiper .product-miniature {
    max-width: none;
    flex: inherit;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}