ABSOLUTE VODKA ORIGINAL  1.75L

ABSOLUTE VODKA ORIGINAL 1.75L

$30.99
In stock
Save this product for later
Share this product with your friends
ShareSharePin it

ABSOLUTE VODKA ORIGINAL 1.75L

Product Details
UPC: 8.35E+11
1.75L
Every drop of Absolut vodka is produced at one place, a distillery just outside the village of Åhus in southern Sweden, from locally sourced ingredients. Every day about 600 tons of winter wheat arrive at the distillery from the Skåne region. Focused on operating sustainably, the distillery became one of the most energy-efficient ones in the world through constant improvement. The company offsets its CO2 footprint by planting trees, making its distillation carbon neutral. The distillery also promotes sustainable farming in its community of about 400 farms, minimizes waste and uses bottles partly made from recycled glass.

Absolut Vodka is made in southern Sweden from natural, locally sourced ingredients and with no added sugar. Produced with a process of continuous distillation, this vodka is exceptionally pure and smooth.
Show More
  • Search Products
  • My Account
  • Track Orders
  • Favorites
  • Shopping Bag
Display prices in:USD
Skip to main content
Trackside wine & liquor
Menu
Home
Allocations
Wine
Spirits
Seltzers/Teas
Contacts
518-853-2010Fonda0051@gmail.com

Trackside Wine & Liquor

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