.woocommerce-product-gallery.swiper {
    width: 100%;
}

.woocommerce-product-gallery .swiper-slide img{
    width:100%;
    height:auto;
    display:block;
}

.woocommerce-product-gallery {
    overflow: hidden;
}
/* .woocommerce-product-gallery .swiper-slide img {
    width: 100px;
} */
/* .woocommerce-product-gallery .swiper-slide img {
    width: 100px;
    height: 100px;
}  */
.thumbs-swiper {
     width: 100px;
    height: 100px;
}

.woocommerce-product-gallery .swiper-slide img  {
    max-width: 500px;
}
.woocommerce-product-gallery {
    width:100%;
}

.woocommerce-product-gallery .swiper-wrapper{
    width:100%;
}

.woocommerce-product-gallery .swiper-slide{
    width:100% !important;
}

/* контейнер миниатюр */
.thumbs-swiper{
    width:100%;
    margin-top:15px;
}

/* wrapper */
.thumbs-swiper .swiper-wrapper{
    width:100%;

     max-width: 500px;
/*     overflow: hidden; */
}

/* сами миниатюры */
.thumbs-swiper .swiper-slide{
    width:80px !important;
    height:80px;
}
.thumbs-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height:70px;
    border: 1px solid #ddd;
}
.thumbs-swiper img{
    width:100%;
    height:70px;
    object-fit:cover;
}
.thumbs-swiper {
   /*  max-width: 500px; */
    overflow: hidden;
}