SANTA CHRISTINA PINOT GRIGIO DELLE VENEZIE 750ML

SANTA CHRISTINA PINOT GRIGIO DELLE VENEZIE 750ML

Home/Store/ALL WINE
$11.43
In stock
1
Product Details

750ML

Antinori introduced a Sangiovese-based red wine called Santa Cristina, a timeless classic made from Italy’s most famous red varietal. Based on the desire to produce a white wine as well-regarded by wine lovers as their red wine, Santa Cristina introduced Pinot Grigio with the 2006 vintage. This beauty is made from Italy’s most popular white varietal and is extremely versatile and full of character. This wine's origin, the delle Venezie DOC region, is renowned for growing world-class Pinot Grigio. The nose offers delicate aromas and flavors of pear, white flower blossoms and citrus fruit. On the palate, it is soft and pleasing with a refreshing finish. The perfect wine for every occasion, an Italian classic every time!

Show More
Save this product for later
Share this product with your friends
ShareSharePin it
SANTA CHRISTINA PINOT GRIGIO DELLE VENEZIE 750ML
Home/Store/ALL WINE
  • 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