Zpods Mango peach pineapple 3x2mL, 20mg nicotine

$20.99

Savor the tropical taste of mango, peach, and pineapple with ZPods Mango Peach Pineapple. Each pack includes 3 STLTH-compatible pods, each filled with 2mL of 20mg nicotine salt e-liquid, delivering a smooth and satisfying vape. Ideal for those who love vibrant, fruity flavors!

Available on backorder

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