/* AC Cotizar WhatsApp — botón "Solicitar" en la página de producto */

/* Oculta el flujo de carrito (todo se cotiza por WhatsApp) */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .quantity,
.single-product form.cart .qty {
    display: none !important;
}

.ac-wa-solicitar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 360px;
    margin: 4px 0;
    padding: 15px 28px;
    border: none !important;
    border-radius: 999px !important;
    cursor: pointer;
    background: #25D366 !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 800;
    letter-spacing: 0.3px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ac-wa-solicitar:hover,
.ac-wa-solicitar:focus-visible {
    background: #1ebe5d !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.40);
    outline: none;
}

.ac-wa-solicitar:active { transform: translateY(0); }

.ac-wa-solicitar svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
    display: block;
}
