ProductPriceQuantitySubtotal
× listerine 7.7mL plcket mist kills 99 breath bacteria Listerine Cool mint - pocket mist 7.7mL - kills 99% bad breath germs
1 x $6.99
$6.99
$6.99
Cart totals

Cart totals

Subtotal$6.99
Shipping
Tax$0.91
Total$7.90

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.