FIREBALL CINNAMON WHISKEY  1L

FIREBALL CINNAMON WHISKEY 1L

Home/Store/WHISKEY
$21.49
In stock
1
Product Details
1L
Just imagine what it feels like to stand face-to-face with a fire-breathing dragon who just ate a whisky barrel full of hot spicy cinnamon. Live it, shoot it, what happens next is up to you. Tastes like heaven but the fire burn is hot and harsh. Red Hot! Why not make every Friday a Fireball Friday? Drink it straight as a shot or mix it up with pineapple juice, ginger beer and a squeeze of lime for a Fiery Mule! Literally the only thing you need to get your party started! The flavor of Fireball is unlike anything else. Even other cinnamon whiskies are difficult to compare. The drink goes down smooth, and as the branding will have you know, it's fiery. It's warming in the belly and flavorful on the tongue. You'll get the flavor of a cinnamon candy with all the spicy and sweet tones that you've always loved.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
FIREBALL CINNAMON WHISKEY 1L
Home/Store/WHISKEY
  • 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