Z pods watermelon ice 3x2mL 2%

$20.99

ZPods Watermelon Ice blends juicy watermelon with a cool menthol finish for a refreshing, flavorful vape. Each pack contains 3 STLTH-compatible pods, each filled with 2mL of 2% nicotine salt e-liquid, providing a smooth and satisfying experience. Perfect for fruity, icy vape lovers!

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