.elementor-9546 .elementor-element.elementor-element-1b002815{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:150px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-9546 .elementor-element.elementor-element-7236724{--display:flex;}@media(min-width:768px){.elementor-9546 .elementor-element.elementor-element-7236724{--width:25%;}}/* Start custom CSS for text-editor, class: .elementor-element-768d4d63 *//* Alinear el botón a la derecha */
.wc-proceed-to-checkout {
    text-align: right !important;
}

/* Estilo del botón */
.wc-proceed-to-checkout .checkout-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* ↙️ altura más grande */
    padding: 16px 32px !important; /* antes 12px */

    font-size: 16px !important;
    line-height: 1 !important;
    border-radius: 50px !important;
    height: auto !important;
    min-width: 260px;
}

/* Ocultar el <br> roto */
.checkout-button br {
    display: none !important;
}/* End custom CSS */