SMIRNOFF WATERMELON 1L

SMIRNOFF WATERMELON 1L

Home/Store/VODKA
$16.99
In stock
1
Product Details
UPC: 82000001188
1L
Smirnoff Watermelon is infused with a pink watermelon flavor for a sweet and refreshing taste in all of your drinks. Triple distilled, this specialty spirit is smooth enough to drink on the rocks or in a round of vodka shots. Simply combine this refreshing and fruity vodka specialty with watermelon cubes, jalapeno slices, lemon juice and simple syrup for a Spicy Watermelon mixed drink. It also pairs well with soda water, lemonade or iced tea for a quick, refreshing tasting cocktail. Smirnoff Watermelon’s tasty fruit infused flavors allow for endless unique drink ideas. Includes one 70 proof 1.75 L bottle of Smirnoff Watermelon. Please enjoy responsibly.Taste: Infused with a pink watermelon flavor for a sweet and refreshing taste.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
SMIRNOFF WATERMELON 1L
Home/Store/VODKA
  • Search Products
  • My Account
  • Track Orders
  • Favorites
  • Shopping Bag
Display prices in:USD
Skip to main content
Trackside wine & liquor
ENES
Menu
CATEGORIES
CONTACT US
FALL COCKTAILS
BOURBON COCKTAILS
www.trackurwine.com
Language:
ENES
Terms & ConditionsPrivacy PolicyReturn PolicyCookie settingsReport abuse
Made with Ecwid by Lightspeed
let currentSlide = 0; const slides = document.querySelectorAll('.slide'); function showSlide(index) { // Hide all slides slides.forEach((slide, i) => { slide.style.display = 'none'; }); // Show the current slide slides[index].style.display = 'block'; } function nextSlide() { currentSlide = (currentSlide + 1) % slides.length; showSlide(currentSlide); } function prevSlide() { currentSlide = (currentSlide - 1 + slides.length) % slides.length; showSlide(currentSlide); } // Show the first slide initially showSlide(currentSlide); // Auto slide (optional) setInterval(nextSlide, 5000); // Change every 2 seconds