Zpods juicy fruit 2% 3x2mL

$20.99

Enjoy the sweet, fruity taste of classic juicy fruit gum with ZPods Juicy Fruit. Each pack includes 3 STLTH-compatible pods, each filled with 2mL of 2% nicotine salt e-liquid, offering a smooth and satisfying vape. Ideal for those who love tropical, fruity flavors!

// JavaScript: Function to Toggle Answers function toggleAnswer(element) { const answer = element.nextElementSibling; // Select the next sibling (answer div) if (answer.style.display === "none" || answer.style.display === "") { answer.style.display = "block"; // Show the answer } else { answer.style.display = "none"; // Hide the answer } }
This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.