/* 
Theme Name: Agência Áurea
Theme URI: https://agenciaaurea.com.br
Description: Tema Filho baseado no Elementor Hello criado e personalizado pela Agência Áurea.
Author: Agência Áurea
Author URI: https://agenciaaurea.com.br
Template: hello-elementor
Version: 1.0
Text Domain: agencia-aurea
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product:not(.product-category) a img {
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}

.woocommerce ul.products li.product:not(.product-category) a img:nth-of-type(2) {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .2s;
}
.woocommerce ul.products li.product:not(.product-category) a:hover img:nth-of-type(2) {
    opacity: 1;
}

.elementor-menu-cart__product-image a img:nth-of-type(2), .elementor-widget-woocommerce-cart .woocommerce table.cart a img:nth-of-type(2) {
	display:none;
}