Zpods Guava ice, 3x2mL, 20mg nicotine, salt

$20.99

Enjoy the tropical sweetness of ripe guava combined with a cool menthol finish in ZPods Guava Ice. Each pack contains 3 STLTH-compatible pods, each filled with 2mL of 20mg nicotine salt e-liquid, offering a refreshing, smooth vaping experience. Perfect for fruity vape lovers!

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.