.elementor-343 .elementor-element.elementor-element-4beb398{--display:flex;}.elementor-343 .elementor-element.elementor-element-aa93dbe{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .eael-cat-tab{text-align:center;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce .products .product .eael-product-wrap img{height:291px;object-fit:contain;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-cat-tab{margin:0px 0px 0px 0px;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-cat-tab a{margin:-2% 0% -10% 0%;padding:0em 0em 0em 0em;color:#02010100;background-color:#FFFFFF00;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product{text-align:center;border-style:solid;border-width:1px 1px 1px 1px;border-color:#eee;border-radius:5px 5px 5px 5px;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product, .elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .icons-wrap.block-box-style{background-color:#FFFFFF;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product woocommerce-loop-product__link img{border-radius:5px 5px 0 0;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product .woocommerce-loop-product__title, .elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product .eael-product-title *{color:#272727;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product .price, .elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce ul.products li.product .eael-product-price{color:#272727;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce .star-rating::before{color:#f2b01e;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce .star-rating span::before{color:#f2b01e;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce .eael-star-rating{color:#f2b01e;}.elementor-343 .elementor-element.elementor-element-aa93dbe .woocommerce ul.products li.product .onsale, .elementor-343 .elementor-element.elementor-element-aa93dbe .woocommerce ul.products li.product .eael-onsale{color:#fff;background-color:#ff2a13;}.elementor-343 .elementor-element.elementor-element-aa93dbe .woocommerce ul.products li.product .eael-onsale:not(.outofstock).sale-preset-4:after{border-left-color:#ff2a13;border-right-color:#ff2a13;}.elementor-343 .elementor-element.elementor-element-aa93dbe .woocommerce ul.products li.product .outofstock-badge, .elementor-343 .elementor-element.elementor-element-aa93dbe .woocommerce ul.products li.product .eael-onsale.outofstock{color:#FFFFFF;background-color:#ff2a13;}.elementor-343 .elementor-element.elementor-element-aa93dbe .woocommerce ul.products li.product .eael-onsale.outofstock.sale-preset-4:after{border-left-color:#ff2a13;border-right-color:#ff2a13;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce li.product .button, 
                    .elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce li.product .button.add_to_cart_button, 
                    .elementor-343 .elementor-element.elementor-element-aa93dbe .eael-product-gallery .woocommerce li.product .added_to_cart{color:#fff;background-color:var( --e-global-color-primary );}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-load-more-button{color:#fff;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-load-more-button:hover{color:#fff;background:#27bdbd;}.elementor-343 .elementor-element.elementor-element-aa93dbe .eael-load-more-button-wrap{justify-content:center;}/* Start custom CSS for eael-woo-product-gallery, class: .elementor-element-aa93dbe *//* Alinear botones de productos a la misma altura */
.products.elementor-grid, 
ul.products {
    display: flex;
    flex-wrap: wrap;
}

.products.elementor-grid li.product, 
ul.products li.product {
    display: flex;
    flex-direction: column;
    height: auto;
}

/* Forzamos al contenedor de info a expandirse */
.eael-product-wrap, 
.product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Empujamos el botón al final del contenedor */
.eael-product-wrap .button, 
.eael-product-wrap .button-alt,
.product li.product .button {
    margin-top: auto !important;
    align-self: center;
    width: 100%; /* Opcional: para que todos midan lo mismo de ancho */
}

/* Ajuste opcional para el título para que no se pegue al botón */
.woocommerce-loop-product__title {
    min-height: 50px; /* Ajusta este valor según el título más largo */
    display: flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */