KETAL ONE VODKA PEACH & ORANGE BLOSSOM 1L

KETAL ONE VODKA PEACH & ORANGE BLOSSOM 1L

Home/Store/VODKA
$32.99
In stock
1
Product Details
UPC: 85156610006
1L
Made with Ketel One Vodka, perfectly distilled with real botanicals and artfully infused with natural fruit essence to deliver a sophisticated and naturally fresh taste, that happens to be 40% fewer calories than a glass of wine! Fresh, juicy, ripe peach with a subtle orange finish.
Natural flavors of peach and orange blossom
One 750 mL bottle of Ketel One Botanical Peach & Orange Blossom
No carbs or sugar
Features the natural essence of fresh, crisp and fragrant botanicals
No artificial flavors or sweeteners
Meticulously crafted using 100% non-GMO grain
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
KETAL ONE VODKA PEACH & ORANGE BLOSSOM 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