/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*ALEX: Oculta producto sin imagen, peticion Lorena 18/09/2026 Dia antes de la publicación*/
.w-grid-item.product:has(img[src*="woocommerce-placeholder"]) {
	display: none !important;
}