Zpods fruit punch watermelon ice 3x2mL, 20mg nicotine

$20.99

Experience the refreshing blend of tropical fruit punch, juicy watermelon, and a cool menthol finish with ZPods Fruit Punch Watermelon Ice. Each pack includes 3 STLTH-compatible pods, 2mL each, with 20mg nicotine for a smooth and satisfying vape. Perfect for flavor enthusiasts!

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.