ProductPriceQuantitySubtotal
× stlth bold tundra berry 3x2mL Stlth pods bold tundra berry 3x2 mL Nic 20mg/mL
1 x $20.99
$20.99
$20.99
Cart totals

Cart totals

Subtotal$20.99
Shipping
Tax$2.73
Total$23.72

Coupon

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