/* ==============================
ULTRACREDI – ESTILO FINAL BOTONES
============================== */

/* RESET GENERAL */
.archive .button,
.single-product .button {
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 16px;
    line-height: 1.2;
    min-height: auto;
}

/* ==============================
COMPRAR AHORA – AZUL
============================== */

/* Tienda + Producto */
.archive .add_to_cart_button,
.single-product .single_add_to_cart_button {
    background-color: #2f80ed !important;
    border-color: #2f80ed !important;
    color: #ffffff !important;
}

/* Hover */
.archive .add_to_cart_button:hover,
.single-product .single_add_to_cart_button:hover {
    background-color: #256bd1 !important;
    border-color: #256bd1 !important;
}

/* ==============================
SOLICITAR CRÉDITO – AMARILLO (ELEGANTE)
============================== */

.ultracredi-credit {
    background-color: #f2c94c !important;
    border-color: #f2c94c !important;
    color: #000000 !important;

    /* 👇 hace que no se vea gigante */
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 600;
    max-width: 220px;
    margin: 8px auto 0;
    display: block;
}

/* Hover */
.ultracredi-credit:hover {
    background-color: #e6bc3f !important;
    border-color: #e6bc3f !important;
}

/* ==============================
ESPACIADO ENTRE BOTONES (BONITO)
============================== */

.archive .add_to_cart_button {
    margin-bottom: 6px;
}

.single-product .single_add_to_cart_button {
    margin-bottom: 8px;
}
