MARTINI & ROSSI EXTRA DRY VERMOUTH 750ML

MARTINI & ROSSI EXTRA DRY VERMOUTH 750ML

Home/Store
$10.99
In stock
1
Product Details
750ML
Martini & Rossi Extra Dry Vermouth made its debut on New Year’s Day in 1900 after ten years of being perfected. This exceptional vermouth went on to become an iconic Martini & Rossi drink that dominated the century, the Dry Martini & Rossi cocktail. The Martini & Rossi and Tonic is always a welcome call at parties, receptions and social occasions. Martini & Rossi® Extra Dry Vermouth captures the essence of dry vermouth through Florentine orris root. Wrestled from the ground after three long years of growth, then sun-dried and pressed, the root releases its unique violet-scented and tart aromatic oils, lending a recognizable taste to Martini & Rossi® Extra Dry Vermouth. With its sharp citrus aromas and hint of raspberry, this is a classic of its kind and adds a playful flavor to a Martini cocktail.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
MARTINI & ROSSI EXTRA DRY VERMOUTH 750ML
Home/Store
  • 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