Hot Tobacco flavor Vuse Go 5000 creamy tobacco disposable vape

$29.99

  • The Vuse GO 5000 is a rechargeable device containing a non-replaceable lithium-ion battery, the e-liquid cannot be refilled.
  • The Vuse GO 5000 disposable vape range is available in 20 mg/mL nicotine strength.
  • Up to 5,000 puffs based on laboratory testing of newly manufactured Vuse GO 5000, at a puff duration of one second in base mode and may vary depending on individuals’ usage behavior.

6 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.