360 HUCKLEBERRY FLAVORED VODKA 1L

360 HUCKLEBERRY FLAVORED VODKA 1L

Home/Store/VODKA
$18.49
In stock
1
Product Details
UPC: 85592145995

1L

Give your favorite vodka cocktail a fresh new twist with the naturally sweet tart taste of freshly gathered huckleberries.

Rare and delicious. The huckleberry is a kissing cousin of the blueberry but has its own distinctly tart taste. 360 Huckleberry gives cocktails a fresh twist with the subtly sweet tang of freshly gathered huckleberries. Try a simple but stunning 360 Huckleberry and soda. Or stir it into a refreshing glass of lemonade to add a satisfying splash of flavor.

Best flavors on earth - from the earth's first eco-friendly vodka. Flavors so fresh and intense, you'd think they were still growing! No one does flavors like 360. If there was a Hall of Fame for flavors, these would be in it.

Show More
Save this product for later
Share this product with your friends
ShareSharePin it
360 HUCKLEBERRY FLAVORED 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