.product{
    width: 100%;
}
.product-info-carusel-block .product-images{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.product-info-carusel-block .product-images .product-thumbnail{
    width: 70%;
    max-width: 100%;
}
.product-info-carusel-block .product-images .product-gallery{
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    max-height: 100%;
    overflow: hidden;
    max-width: 100%;
}
.product-info-carusel-block .product-images .product-gallery img{
    cursor: pointer;
    opacity: 0.5;
}
.product-info-carusel-block .product-images .product-gallery .selected img{
    opacity: 1;
    width: 100%;
    max-width: 100%;
}
.product-info-carusel-block .product-images .product-thumbnail img{
    width: 100%;
    max-height: 100%;
}

.product-info-carusel-block .swiper-container{
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}
.product-info-carusel-block .gallery-swiper .swiper-slide{
    width: auto;
}

@media(max-width: 1350px){
    .product-info-carusel-block .product-images .product-thumbnail{
        width: 100%;
    }
    .product-info-carusel-block .product-images .product-gallery{
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .product-page .product-info-block-wrap .product-info-block .woocommerce-product-gallery, .product-page .product-info-block-wrap .product-info-block .product-info-carusel-block{
        height: auto;
        max-height: none;
    }
}