/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Text Domain:  hello-elementor-child
 Version:      1.0.0
*/

/* CSS additionnel */
li.ctc-bouton-menu a{
	background-color:red;
	color:white !important;
}

/* Limite la taille des images produit WooCommerce */
.woocommerce div.product div.images img {
    max-height: 500px; /* ajuste selon ton besoin */
    width: auto;
    margin: 0 auto;
    object-fit: contain; /* conserve les proportions sans déformer */
}

.elementor-widget-container .woocommerce ul.products li.product img {
    width: 100%;
    height: 250px; /* adapte la hauteur selon ton design */
    object-fit: contain; /* ou cover si tu veux remplir */
}