/* .images-product-column {gap: 10px;} */
/* .image-product {width: 50%; padding: 5px;}
.image-product * {width: 100%;}
.images-product-column .image-product:nth-child(1), .images-product-column .image-product:nth-child(2) {padding-top: 0px;}
.images-product-column .width33:nth-child(1), .images-product-column .width33:nth-child(2), .images-product-column .width33:nth-child(3) {padding-top: 0px; width: 33.33% !important;}
 */

.image-product{margin-bottom: 30px;}
 
/* SLIDER */
.product-flex-images{
    /* display: flex; */
    gap: 5px;
    flex-direction: row;
}
.swiper-thumbs{
    flex-grow: 1;
    min-width: 15%;
}
.swiper-thumbs .swiper-slide{
    position: relative;
    height: 100%;
    opacity: 0.6;
}
.swiper-thumbs .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media(max-width:767px){
    .product-flex-images{display: block;}
    .col-images{padding: 0;}
}


/* Product navigation */
.swiper-product-prev,.swiper-product-next{position: absolute; left: 50%; margin-left: -15px; z-index: 30000; cursor: pointer;}
.swiper-product-prev svg,.swiper-product-next svg{height: 30px;}
.swiper-product-prev svg path,.swiper-product-next svg path{fill: var(--primary);}
.swiper-product-prev i,.swiper-product-next i{font-size: 30px; color: var(--primary);}
.swiper-product-prev{top: 0px; rotate: 90deg;}
.swiper-product-next{bottom: 0px; rotate: 90deg;}
.swiper-pagination-bullet-active{background-color: var(--primary) !important;}