Zpods fruit nectar lemon 3x2mL , salt, 20mg nic, perfectly balanced, tangy vape

$20.99

ZPods Fruit Nectar Lemon Pods deliver a refreshing blend of zesty lemon and sweet fruit nectar for a perfectly balanced, tangy vape. Pre-filled with 20mg salt nicotine, these pods offer a smooth, satisfying, and hassle-free vaping experience.

1 in stock

// 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.