Bold, Sweet, and Cool: Drop’n EVO 28K Grape Ice Vape for Endless Flavor

$42.99

“Indulge in the bold, sweet flavor of ripe grapes combined with an icy menthol twist with the Drop’n EVO 28K Grape Ice Disposable Vape. Delivering up to 28,000 puffs, this sleek, maintenance-free device ensures maximum satisfaction with every draw.”

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.