GRAN GALA LIQUEUR TRIPLE ORANGE 1L

GRAN GALA LIQUEUR TRIPLE ORANGE 1L

Home/Store/LIQUEUR
$22.49
In stock
1
Product Details

1L

In our Gran Gala Triple Orange Liqueur you'll find a rare blend of VSOP Italian brandy infused with the rich and lively flavor of fresh oranges. It is velvety-smooth, full-bodied and sweet. Our Gran Gala Very Special Cognac is steeped in the centuries-old traditions of the Cognac region of France. The characteristics of our Gran Gala VS Cognac are vibrant floral notes, the fresh, fruity aroma of newly pressed grapes, and a hint of almonds, all on a background of gentle oak. Connoisseurs savor Gran Gala in fine cocktails, neat and on the rocks.

Show More
Save this product for later
Share this product with your friends
ShareSharePin it
GRAN GALA LIQUEUR TRIPLE ORANGE 1L
Home/Store/LIQUEUR
  • 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