/*



 Theme Name:   Woodmart Child



 Description:  Woodmart Child Theme



 Author:       XTemos



 Author URI:   http://xtemos.com



 Template:     woodmart



 Version:      1.0.0



 Text Domain:  woodmart



*/

/* Layout global à gérer dans Elementor :

   - colonne gauche = miniatures

   - colonne droite = galerie produit WoodMart/WooCommerce

*/



.single-product .bc-wd-gallery-thumbs img,

.single-product .bc-wd-gallery-rest img {

	border-radius: 18px;

}



.single-product .woocommerce-product-gallery,

.single-product .product-images {

	margin-bottom: 0;

}



.single-product .woocommerce-product-gallery__wrapper img,

.single-product .woocommerce-product-gallery img.wp-post-image {

	border-radius: 24px;

	overflow: hidden;

}



/* Optionnel : harmoniser avec ton style rose */

.single-product .bc-wd-gallery-thumb.is-active,

.single-product .bc-wd-gallery-rest-link.is-active {

	border-color: #c42587;

	box-shadow: 0 0 0 1px #c42587 inset;

}



.bc-wd-gallery-rest{

	width:100%;

	margin-top:30px;

}



.bc-wd-gallery-rest-grid{

	display:grid;

	grid-template-columns:repeat(3,minmax(0,1fr));

	gap:16px;

}



.bc-wd-gallery-rest .bc-wd-gallery-item{

	display:block;

}



.bc-wd-gallery-rest img{

	width:100%;

	display:block;

	border-radius:18px;

	object-fit:cover;

	aspect-ratio:4 / 5;

}



@media (max-width: 1024px){

	.bc-wd-gallery-rest-grid{

		grid-template-columns:repeat(2,minmax(0,1fr));

	}

}



@media (max-width: 767px){

	.bc-wd-gallery-rest-grid{

		grid-template-columns:1fr;

	}

}
.sib-default-btn:hover{
	background-color: #c42587!important;
}