Vuse Go 5000 spearmint ice disposable vape

$29.99

The Vuse Go 5000 Spearmint Ice Disposable Vape offers up to 5000 puffs of crisp mint and icy menthol in a sleek, portable design. Pre-filled and pre-charged, it’s the perfect hassle-free vape for refreshing satisfaction on the go.

Out of 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.