/* 
Theme Name: Hello Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema Filho baseado no Elementor Hello
Author: 3Ana's Store
Author URI: https://magnusfienne.com/
Template: hello-elementor
Version: 1.2
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/*
    Add your custom styles here
*/
.product-secondary-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-in-out;
}

.elementor-loop-item:hover .product-primary-image {
    opacity: 0;
    z-index: 0;
}

.elementor-loop-item:hover .product-secondary-image {
    display: block;
    opacity: 1;
    z-index: 1;
}
