/* Santuario UI v2.5.4
   Corrección dirigida al botón real de Elementor:
   <button class="... e-button-base">Quiero este café</button>
*/

.santuario-product-card button.e-button-base,
.santuario-product-card .e-button-base,
.santuario-product-card .santuario-card-button button,
.santuario-product-card .santuario-card-button .e-button-base,
body .santuario-product-card button[class*="e-button-base"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;

    padding: 0 14px !important;
    margin: 0 !important;

    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    line-height: 1 !important;

    border-radius: 4px !important;

    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .20s ease !important;
}

.santuario-product-card button.e-button-base:hover,
.santuario-product-card .e-button-base:hover,
body .santuario-product-card button[class*="e-button-base"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08) !important;
}

.santuario-product-card button.e-button-base:focus-visible,
.santuario-product-card .e-button-base:focus-visible,
body .santuario-product-card button[class*="e-button-base"]:focus-visible {
    outline: 2px solid var(--st-gold, #B08A46) !important;
    outline-offset: 3px !important;
}
