.elementor-1360 .elementor-element.elementor-element-44493f81{--display:flex;--min-height:16px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1360 .elementor-element.elementor-element-44493f81:not(.elementor-motion-effects-element-type-background), .elementor-1360 .elementor-element.elementor-element-44493f81 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF6969;}.elementor-1360 .elementor-element.elementor-element-528952cd{--display:flex;--min-height:500px;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-528952cd *//* Botón "Add to cart" estilo botón rosa "Ver más" */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    background-color: #ff6b6b !important;   /* color rosa */
    color: #ffffff !important;              /* texto blanco */
    border-radius: 999px !important;        /* forma de píldora */
    padding: 10px 35px !important;          /* alto y ancho del botón */
    border: none !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    min-width: 140px;                       /* opcional, para que todos se vean parecidos */
    text-align: center;
    transition: all 0.2s ease-in-out;
}

/* Hover (al pasar el mouse) */
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
    background-color: #ff4b4b !important;   /* un poco más oscuro al hover */
    transform: translateY(-1px);
}

/* Asegura que el botón quede centrado bajo el producto */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}/* End custom CSS */