E-Liquid – Flavor beast-Savage Strawberry Watermelon Iced 30 mL , 20mg

Original price was: $27.99.Current price is: $23.89.

Experience the refreshing fusion of fruits and menthol with Savage Strawberry Watermelon Iced E-Liquid—your perfect companion for cool, flavorful vaping. Order your 30mL bottle today!

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.