Nichicon 6800uf 16v Capacitor , Axial Leads (M) N8320
         res.json());
      const isInCart = cart.items.some(item => item.product_id === productId);
      if (isInCart) {
        button.textContent = "Already in cart";
        button.disabled = true;
        if (formWrapper) {
          formWrapper.style.pointerEvents = "none";
          formWrapper.style.opacity = "0.9"; // Optional: grayed out look
        }
      }
    }, 500);
  });
        
        Need a Specific Revision?