.product-container {
    display: flex;
    width: 1300px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
}

.productWrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    gap: 100px;
    width: 100%;
    flex-wrap: wrap;
}

.productWrapperLeft {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 660px;
    height: 800px;
}

.productWrapperRight {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 350px;
}

.swiper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 1200px;
    margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .swiper {
        height: 400px;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 400px;
    width: 640px;
}

.mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 150px;
    height: 100px;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

