Vuse Go 5000 strawberry kiwi

$29.99

Experience the ultimate convenience and flavor with the Vuse Go 5000 Strawberry Kiwi Disposable Vape. Enjoy up to 5000 puffs of a sweet and tangy Strawberry Kiwi blend in a compact, draw-activated device designed for hassle-free vaping. Perfect for vapers in Canada seeking a long-lasting, flavorful, and portable option.

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.