Drop’n EVO 28K Mango Peach Watermelon Disposable Vape

$42.99

Indulge in the Luscious tropical blend of mango, peach, and watermelon with the Drop’n evo 28K Disposable Vape. Delivering up to 28,000 puffs in a sleek, maintenance-free design, it’s the perfect choice for vapers seeking flavor and convenience!

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.