BACARDI LIMON RUM 1.75L

BACARDI LIMON RUM 1.75L

Home/Store/RUM
$21.86
In stock
1
Product Details
1.75L
Named after the Spanish word for lemon, Bacardi Limon is a carefully crafted product that infuses Bacardi rum to the essence of the royal family of citrus fruits: the lemon, the lime, and grapefruit. The clear Bacardi Limon Grand is named after the Spanish word for lemon and is a delicious refreshing liquor that mirrors colorful Caribbean flair again. The spirit is a creative and modern mix that inspires the consumer's taste with every sip. The original Bacardi Limon Grand makes an assortment of inspiring drinks like a favorite highball or fruity cocktail. The Bacardi Limon Grand which has already taken countless Rum fans under its spell is perfect to enjoy in a Margarita or Cosmopolitan because it contributes a very special flavor to beverages. The flavored Rum is molasses-based. Molasses is the thick brown and sticky by-product from the production of sugar.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
BACARDI LIMON RUM 1.75L
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