CAPTAIN MORGAN SILVER SPICED RUM 1L

CAPTAIN MORGAN SILVER SPICED RUM 1L

Home/Store/RUM
$27.99
In stock
1
Product Details
1L
Spice it up with Captain Morgan Silver Spiced Rum. It is a blend of white rum and tropical spice with a sweet vanilla character. Our 70 proof Captain Morgan Silver Spiced Rum can be sipped neat, on the rocks or with your favorite mixed drink. Simply mix with blackberry schnapps and pineapple juice and pour over ice for a delicious Beach Haus cocktail. Includes one 70 proof 1.75 L bottle of Captain Morgan Silver Spiced Rum. Drink responsibly, Captains Orders!Taste: smooth, well-rounded taste with sweet vanilla character that is lighter and dryer than our original blend
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
CAPTAIN MORGAN SILVER SPICED 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