.elementor-985 .elementor-element.elementor-element-fe20f04{--display:flex;}/* Start custom CSS for container, class: .elementor-element-fe20f04 *//* Asegura que todas las tarjetas tengan la misma estructura flexible */
ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Fuerza altura fija del título para que todas las tarjetas midan igual */
.woocommerce-loop-product__title {
  min-height: 57px; /* 2 líneas aprox, aumentá si hace falta */
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
}

/* Acomoda el botón al fondo */
ul.products li.product .button {
  margin-top: auto;
}/* End custom CSS */