SVEDKA BLUE RASPBERRY  VODKA 1.75L

SVEDKA BLUE RASPBERRY VODKA 1.75L

Home/Store/VODKA
$20.99
In stock
1
Product Details
UPC: 6.18E+11
1.75L
SVEDKA Blue Raspberry Flavored Vodka is a smooth and easy-drinking vodka that delivers full blue raspberry flavor with a hard citrus crank, making it an ideal addition to countless vodka cocktails. Now made in the USA, this award-winning blue raspberry vodka drink is distilled four times to remove impurities, using a continuous distillation process to ensure that ingredients never stall or pool. The result is a clean, clear taste with a balanced body and a subtle, rounded sweetness. Dive in and experience a tasty blue raspberry drink, enjoying this distilled vodka on the rocks or mixed into one of SVEDKA vodka's signature cocktails, like a BLUE HEAVEN or BLUJITO. Or chill this vodka and enjoy on its own at your next backyard barbecue, poolside celebration, or house party, savoring the crisp finish. Go Responsibly. 2022 Spirits Marque One, San Francisco, CA. Flavored Vodka 35% alc/vol
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
SVEDKA BLUE RASPBERRY VODKA 1.75L
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