.summary.entry-summary.text-left.wd-grid-col {
    height: fit-content;
}

.product-nice-crumb{font-size:12px; line-height:20px;}
.summary {
    width: 100%;
}
		.category-description{font-size:20px; line-height:29px;}

.wd-social-icons,.product_meta,.wishlist-btn{display:none!important;}
.row-column{flex-direction:column!important;}

.category-title{font-size:35px; line-height:40px; margin-bottom:10px;}
	.first-letter{font-size:3rem;}
	h2.wd-el-title.title.slider-title.element-title span{font-size:35px; line-height:40px;}

	
	.product_title {font-size:55px!important; line-height:60px!important;}
	.product-extrait{font-size:14px; line-height:24px;}



@media(min-width:1024px){
	
	.row-column{flex-direction:row!important;}
	.category-title{font-size:55px; line-height:64px;}
	.first-letter{font-size:5rem;}
	h2.wd-el-title.title.slider-title.element-title span{font-size:55px; line-height:64px;}

	
	.product_title {font-size:55px!important; line-height:60px!important;}
	.product-extrait{font-size:14px; line-height:24px;}
	.summary.entry-summary.text-left.wd-grid-col {
    border: thin solid #dfdfdf;
    padding: 33px 17px;
		max-width:480px;
}
.product-nice-crumb{font-size:16px; line-height:24px;}
	.price{font-size:14px; line-height:24px;}

}




.wd-gallery-thumb{display:none;}
.single_add_to_cart_button {width:100%;}

.custom-image-gallery {
    display: flex;
    flex-wrap: wrap;
   
    justify-content: center;
}

.custom-image-gallery .gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Large screens ≥1440px */
@media (min-width: 1440px) {
    .custom-image-gallery {
        flex-direction: row;
    }
    .custom-image-gallery .gallery-item {
        width: 460.8px;
        height: 460.8px;
        flex: 0 0 auto;
    }
}

/* Medium screens 1025px–1439px */
@media (min-width: 1025px) and (max-width: 1439px) {
    .custom-image-gallery {
        flex-direction: row;
    }
    .custom-image-gallery .gallery-item {
        width: 404.8px;
        height: 404.8px;
        flex: 0 0 auto;
    }
}

/* Mobile ≤1024px */
@media (max-width: 1024px) {
	
	.gallery-item.gallery-item2 {
    width: 50%!important;
}
	.gallery-item.gallery-item3 {
    width: 50%!important;
}
    .custom-image-gallery {
        flex-direction: column;
        gap: 26.3px;
    }

    .custom-image-gallery .gallery-item:nth-child(1) {
        width: 100%;
        max-width: 437px;
        margin: 0 auto;
    }

    .custom-image-gallery .gallery-item:nth-child(2),
    .custom-image-gallery .gallery-item:nth-child(3) {
        width: 205.4px;
        height: 205.4px;
        display: inline-block;
    }

   

    .custom-image-gallery .gallery-item:nth-child(3) {
        margin-right: 0;
    }

    .custom-image-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
  .vp-carousel .vp-track {
    width: 100% !important;
  }
}

