.elementor-14249 .elementor-element.elementor-element-07bc704{--display:flex;}.elementor-14249 .elementor-element.elementor-element-88fb2b0{--display:flex;}.elementor-14249 .elementor-element.elementor-element-80c5209{--spacer-size:50px;}/* Start custom CSS for shortcode, class: .elementor-element-93e5617 */.filters.close-drawer {
  display: none !important;
}

ul.products li.product {
        min-height: 520px; /* altura mínima unificada */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Contenedor de contenido interno */
    ul.products li.product .woocommerce-card__header {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Botón de compra alineado abajo */
    ul.products li.product .button {
        margin-top: auto;
    }/* End custom CSS */