/* CigarFati — catálogo y ventas exclusivamente por WhatsApp */
.cfwo-whatsapp-button,
a.cfwo-whatsapp-button,
button.cfwo-whatsapp-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px !important;
    border: 1px solid #d4af37 !important;
    border-radius: 999px !important;
    background: #d4af37 !important;
    color: #111 !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.cfwo-whatsapp-button:hover,
.cfwo-whatsapp-button:focus {
    background: #111 !important;
    color: #d4af37 !important;
    transform: translateY(-1px);
}

.cfwo-single-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
}

.cfwo-phone {
    color: inherit;
    font-size: 14px;
    opacity: .85;
}

/* Eliminar por completo interfaces de carrito, checkout y PayPal. */
.elementor-menu-cart__toggle,
.elementor-widget-woocommerce-menu-cart,
.site-header-cart,
.cart-contents,
.wc-block-mini-cart,
.wc-block-cart,
.wc-block-checkout,
.woocommerce-cart-form,
.cart_totals,
.checkout_coupon,
.woocommerce-checkout,
.woocommerce-form-coupon-toggle,
.wc-proceed-to-checkout,
.ppc-button-wrapper,
.paypal-buttons,
.paypal-button,
[id*="paypal" i],
[class*="paypal" i],
.payment_methods,
.woocommerce-checkout-payment,
.quantity,
.added_to_cart,
.wc-forward:not(.cfwo-whatsapp-button) {
    display: none !important;
}

@media (max-width: 767px) {
    .cfwo-whatsapp-button {
        width: 100%;
        text-align: center;
    }
    .cfwo-single-cta {
        display: block;
    }
    .cfwo-phone {
        display: block;
        margin-top: 10px;
        text-align: center;
    }
}
