BACARDI ZOMBIE RUM COCKTAIL 1.75

BACARDI ZOMBIE RUM COCKTAIL 1.75

Home/Store
$21.73
In stock
1
Product Details
1.75L
: Liven up the party with Bacardi Party Drinks Zombie! This premium pre-mixed cocktail offers an uplifting blend with real Bacardi rum and exotic fruit juices. Zombie blends orange, pineapple and a touch of lemon flavor for a fun and exciting sipper. No more mixing and shaking - Bacardi Zombie is already pre-prepared for your next special occasion. All you have to do is pop the bottle and pour over ice for a delightful hot-weather pick-me-up. Pick up Bacardi Party Drinks for a great, low price and then leave a Bacardi Zombie review at Wine Chateau. Check out our complete selection of top-rated prepared cocktails for more.Size: 750 MLCategory: Prepared cocktailsABV: 12.5%Country: Puerto Rico
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
BACARDI ZOMBIE RUM COCKTAIL 1.75
Home/Store
  • 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