/* ================================================================
   Maxi-Bombeo – Cotizar por WhatsApp v1.2.0
================================================================ */

/* Animación spinner de carga */
@keyframes maxi-spin {
  to { transform: rotate(360deg); }
}

/* ── Botón WhatsApp en mini cart ─────────────────────────────────── */
#mini-cart-footer .btn-checkout.maxi-wapp-ready {
  background: #25D366 !important;
  color: #fff !important;
  border-color: #25D366 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s !important;
}

#mini-cart-footer .btn-checkout.maxi-wapp-ready:hover {
  background: #1ebe5a !important;
  border-color: #1ebe5a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35) !important;
}

#mini-cart-footer .btn-checkout.maxi-wapp-loading {
  opacity: 0.75 !important;
  cursor: wait !important;
  pointer-events: none !important;
}

/* Ocultar "Ver carrito completo" vía CSS también como respaldo */
#mini-cart-footer .btn-view-cart {
  display: none !important;
}
