.similar-products {
    margin-top: 30px;
    padding: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow:hidden;
    position:relative;
}


.swiper-slide img {
    max-width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

