.product-carousel {
    padding: 100px 20px 60px 0;
    
    
    width: 100%;
    clear: both;
    
}

.product-carousel .swiper-wrapper {
    position: relative;
    left: 10px;
}

.product-carousel .swiper-slide {
    width: auto;
}

.product-carousel img {
    height: 32vw;
    width: auto;
    display: block;
}