/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



/* Grid de Productos (si no tienes API) */
.product-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;
    margin: 0 -20px;
    background: #fff0;
}
.product {
    flex: 0 1 auto;
    align-self: auto;
    overflow: hidden;
 max-width: 200px;
    background: white;
    padding: 23.3px;
 margin-bottom:35px;
}
.product:hover {
    transform: scale(1.1);
}
.product h3 {
    padding: 10px 0 0 0;
 text-align: center;
}
.product p {
    text-align: center;
    margin: auto;
    max-width: 280px;
    padding: 0;
    font-size: 15px;
 font-style: italic;
 font-weight: 600;
}
.product img {
    margin: auto;
    max-width: 200px;
    padding: 0;
}
