.blck.blck-gallery-product {
    padding: 0;
}
.blck.blck-gallery-product .blck-content {}
.blck.blck-gallery-product .blck-content .gallery_product {display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel {display:block}
.blck.blck-gallery-product .blck-content .gallery_product .item {background:#f2f2f2;padding: 20px;border-radius: 20px 20px 0 0;}
.blck.blck-gallery-product .blck-content .gallery_product .item:nth-child(1) {grid-column: span 2;}
.blck-gallery-product .gallery_product .item:nth-last-child(1):nth-child(even) {grid-column: span 2;}

.blck.blck-gallery-product .blck-content .gallery_product .item img {width: 100%;display: block;object-fit: cover;border-radius: 10px;}


.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs {display: flex;flex-wrap: wrap;align-items: center;/* position: absolute; */bottom: 30px;left: 50%;/* transform: translateX(-50%); */gap: 0px;width: 100%;justify-content: center;padding: 0 20px 20px;background: #f2f2f2;border-radius: 0 0 20px 20px;box-shadow: 0 -50px #f2f2f2;}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs button {opacity:0.5;border: none;padding: 1px;background: none;border: solid 2px transparent;border-radius: 5px;margin: 4px;transform: scale(1);transition: all 0.3s;}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs button.active {opacity:1;box-shadow: 0 0 0 3px var(--c-main);background: #f2f2f2;transform: scale(1.1);}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs button img {mix-blend-mode: darken;height: 40px;width: 40px;object-fit: cover;border-radius: 5px;}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-dots {display:none}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-nav {/* display:none; */}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-nav .owl-next {position: absolute;right: 40px;top: calc(50% - 40px);transform: translateY(-50%);background: var(--c-main);width: 50px;height: 50px;border-radius: 50%;font-size: 21px;line-height: 50px;}
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-nav .owl-prev {position: absolute;left: 40px;top: calc(50% - 40px);transform: translateY(-50%);background: var(--c-main);width: 50px;height: 50px;border-radius: 50%;font-size: 21px;line-height: 50px;}
 

@media (max-width: 991px) {
    .blck.blck-gallery-product .blck-content .gallery_product .item {border-radius: 0;padding-top: 0;}
    .blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs {border-radius:0}
}
@media (max-width: 767px) {
.blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-nav {display:none;}
    .blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs button { margin: 3px; border: none; }
    .blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs button.active { box-shadow: 0 0 0 2px var(--c-main); }
    .blck.blck-gallery-product .blck-content .gallery_product.owl-carousel .owl-thumbs button img { width: 30px; height: 30px; }
}