Drip’n By Envi EVO 28k – Strawberry Kiwi Banana Lce

$42.99

Indulge in the refreshing fusion of strawberry, kiwi, and banana with a cool menthol twist in the DRIP’N By Envi EVO 28K Strawberry Kiwi Banana ICE Disposable Vape. Offering up to 28,000 puffs, this sleek, hassle-free device delivers bold, smooth flavor from start to finish.

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.