/* =========================================================
   Cards shop - imagen pareja + titulo + boton WhatsApp
   ========================================================= */

/* Caja de imagen siempre cuadrada */
[data-products="type-2"] .product .ct-media-container,
[data-products="type-2"] .product .ct-image-container {
	aspect-ratio: 1 / 1 !important;
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}

/* La imagen se adapta sin deformarse ni recortarse */
[data-products="type-2"] .product .ct-media-container img,
[data-products="type-2"] .product .ct-image-container img,
[data-products="type-2"] .product .woocommerce-loop-product__link img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

/* Altura pareja para el titulo */
[data-products="type-2"] .product .woocommerce-loop-product__title,
[data-products="type-2"] .product .product-title,
[data-products="type-2"] .product .ct-product-title {
	min-height: 66px !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: center !important;
	text-align: center !important;
	margin-bottom: 8px !important;
}

/* Boton WhatsApp alineado antes de la linea divisoria inferior */
[data-products="type-2"] .product .wa-rapido-shop {
	margin-top: 0 !important;
	margin-bottom: 4px !important;
}

/* Mantiene estable el bloque inferior */
[data-products="type-2"] .product .ct-woo-card-actions {
	margin-top: 0 !important;
}