Watermelon strawberry kiwi vape pod, 25K prefilled vape pod, beast level x boost G2, beast level

$31.99

A tropical fruit trio of watermelon, strawberry, and kiwi in a long-lasting 25K puff prefilled pod—smooth, bold, and built for flavor. Beast Level x Boost G2 ready.

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