ABSOLUTE LIME  VODKA 1L

ABSOLUTE LIME VODKA 1L

Home/Store/VODKA
$22.99
In stock
1
Product Details
1L
Each sip of Absolut Lime bursts with a tangy citrus kick of lime flavor that comes from its all-natural ingredients and no added sugars. This versatile Absolut vodka offers up the vibrant taste of fresh limes with a slightly sweet finish. Appreciate the bold flavor of Absolut Lime by sipping it on the rocks or including it as an ingredient in your favorite poolside drinks such as the classic vodka tonic with a wedge of lime, a Twisted Mule, or a simple Lime Martini. Enjoy the difference that the continuous distillation method pioneered by Lars Olsson Smith makes, as every batch of Absolut vodka is distilled until it achieves the consistently high quality and smooth body that you expect. Just like all Absolut vodkas, Absolut Lime is crafted in Ahus, Sweden, using locally sourced winter wheat and deep well water for an uncompromising drink experience. Hang by the pool or relax on the beach with the refreshing and crisp taste of Absolut Lime.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
ABSOLUTE LIME VODKA 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