Vice Box2 70k puffs Blue Razz burst 1x30mL

$43.99

The VICE Box2 70K Blue Razz Burst offers a vibrant blue raspberry candy flavor with a tangy twist that’s bold and addictive. With up to 70,000 puffs, 30mL of e-liquid, dual power modes, and a smart LED screen, it delivers unmatched flavor and performance in a sleek, portable device.

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.