Wine tasting seminar in Providence led by Gracie's expert Sommeliers.
March 26, 2026 |
5:30 pm -
7:00 pm

Purchase tickets

1980723629696

We’re going back to where it all began and showcasing Georgia, where winemaking tradition originated 8000 years ago. Georgian winemakers also boast some of the world’s most unique vinicultural practices, aging some wines in enormous, underground clay vessels known as qvevri, including skins, seeds, stems, and all. We’ll be tasting an array of varietals, most of them indigenous. Come see the beauty in tradition!

Whether you’re a seasoned enthusiast or new to wine tasting, this event offers a warm and welcoming atmosphere to explore, sip, and savor.

This experience includes a suggested 20% gratuity to support our team. Suggested gratuities are entirely voluntary and may be removed. Please email courtney@graciesprov.com if you’d like to make adjustments.

<div id="eventbrite-widget-container"></div>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
(function() {
    let pendingEventId = null;
    let modalCreated = false;
    
    document.addEventListener('click', function(e) {
        const btn = e.target.closest('.event-ticket-btn');
        if (btn) {
            let hiddenText = btn.parentElement.querySelector('.event-id-data');
            if (!hiddenText) {
                hiddenText = btn.previousElementSibling?.classList.contains('event-id-data') 
                    ? btn.previousElementSibling 
                    : btn.nextElementSibling;
            }
            
            if (hiddenText && hiddenText.textContent) {
                pendingEventId = hiddenText.textContent.trim();
            }
        }
    });
    
    const checkPopup = setInterval(function() {
        const container = document.getElementById('eventbrite-widget-container');
        
        if (container && container.offsetParent !== null && pendingEventId && !modalCreated && window.EBWidgets) {
            window.EBWidgets.createWidget({
                widgetType: "checkout",
                eventId: pendingEventId,
                modal: true, // This makes it a modal
                modalTriggerElementId: "eventbrite-widget-container"
            });
            modalCreated = true;
            
            // Auto-trigger the modal
            setTimeout(() => container.click(), 100);
        }
    }, 100);
})();