MALIBU ORIGINAL CARIBBEAN RUM 1L

MALIBU ORIGINAL CARIBBEAN RUM 1L

Home/Store/RUM
$23.99
In stock
1
Product Details
1L
Malibu Original is one of the world's leading flavored spirits, delivering a smooth and sweet taste that complements all your favorite refreshing cocktails. As the first sip touches your taste buds, you'll be inspired to do whatever tastes good as you experience the fresh, sweet taste of coconut. Blend it with fresh strawberries for a flavorful daiquiri, shake with orange juice and grenadine to enjoy a fruity Caribbean Sunrise, or keep things simple and try Malibu Original mixed with cranberry juice or cola. Don't forget to sample the spirit in a pia colada - this iconic cocktail is the ideal way to enjoy Malibu Coconut and experience its sweet and refreshing taste.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
MALIBU ORIGINAL CARIBBEAN RUM 1L
Home/Store/RUM
  • 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