Geek bar pulse x 25k tropical orange ice

$41.99

Experience the refreshing taste of juicy oranges with a cool menthol twist in the Geek Bar Pulse X 25K Tropical Orange Ice. This high-capacity disposable vape offers up to 25,000 puffs with its 20mL e-liquid reservoir, ensuring a long-lasting and satisfying vaping experience.

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