ABSOLUTE MANDRINE VODKA 1L

ABSOLUTE MANDRINE VODKA 1L

Home/Store/VODKA
$22.49
In stock
1
Product Details
1L
Enjoy bright, summer sun, clear skies, and bold citrus flavors with Absolut Mandrin. Crafted in Ahus, Sweden, using fresh fruit, no added sugars, and locally sourced winter wheat with pure deep well water, Absolut Mandrin has all-natural ingredients. Every batch is distilled continuously with the methods pioneered by Lars Olsson Smith until it achieves the consistent level of high quality that you expect from Absolut vodkas. Experience a vibrant citrus burst each time that you sip Absolut Mandrin on the rocks, or include it as an ingredient in your favorite cocktails, such as an Orange Martini or a Mandarin Mule. Add one part Absolut Mandrin to three parts ginger beer in a highball glass over cubed ice and garnish with an orange slice for a vibrant drink bursting with flavor. The full-bodied, authentic orange flavor of Absolut Mandrin makes this an undeniably versatile vodka.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
ABSOLUTE MANDRINE 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