/*
 Theme Name:   Hello Elementor Child - KYVA
 Theme URI:    https://kyva.co
 Description:  Tema hijo de Hello Elementor con todas las customizaciones de KYVA.
 Author:       KYVA Dev Team
 Author URI:   https://kyva.co
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Las customizaciones de CSS van aquí */

/* Corrección de Aspect Ratio de Imágenes (Lighthouse) */
img {
    height: auto !important;
    object-fit: cover;
}

/* Ocultar badge de Oferta por defecto de Elementor/WooCommerce */
.onsale {
    display: none !important;
}
