Beast mode max 18k Super Sour Blue Razz disposable vape

$42.99

The Beast Mode Max 18K – Super Sour Blue Razz Disposable Vape offers an unbeatable 18,000 puffs with bold, tangy blue raspberry flavor and rechargeable convenience, making it perfect for extended use and intense satisfaction

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.