Geek bar pulse x 25k coconut ice 20mL disposable vape

$41.99

Experience the Geek Bar Pulse X 25K Disposable Vape in Coconut Ice, offering up to 25,000 puffs of creamy coconut flavor with a refreshing icy finish. Features include a 20mL e-liquid capacity, dual vertical mesh coils, and quick USB Type-C charging.

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