Zpods strawberry dragon fruit mango, salt, 20mg nic, vibrant fusion

$20.99

Experience the vibrant fusion of sweet strawberry, exotic dragon fruit, and juicy mango with ZPods Strawberry Dragon Fruit Mango Pods. Pre-filled with 20mg salt nicotine e-liquid, these pods deliver a smooth, tropical, and satisfying vape in every puff.

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.