Set sail on an unforgettable Mediterranean adventure with Executive Chef Matt Varga aboard the ultra-luxury Seabourn Quest
November 1, 2026 |
12:00 am -
12:00 am

Get Pricing

9 Days: Jewels of Andalusia & the Balearic Islands
November 1–10, 2026 | Sailing from Civitavecchia (Rome) to Lisbon

Set sail on an unforgettable Mediterranean adventure with Executive Chef Matt Varga of Gracie’s Providence aboard the 5-star ultra-luxury Seabourn Quest, where every suite boasts an ocean-front veranda. This all-inclusive journey combines gourmet cuisine, personalized service, and breathtaking destinations.

Your Experience Includes:
  • All-suite accommodations with private verandas
  • Unlimited fine dining at 5-star venues
  • All beverages including beer, wine, and spirits
  • Stocked in-room mini-bar
  • 24-hour room service & personal butler service
  • Free prepaid gratuities
  • Satellite-linked WiFi
  • $250 per person onboard credit
Special Group Bonuses:

Gracie’s Group Amenity: $250 shipboard credit
Virtuoso Shipboard Credit: $200 per person

Your Itinerary Highlights:

  • Civitavecchia (Rome), Italy – Begin your journey in the Eternal City
  • Corsica & Sardinia – Explore stunning Mediterranean landscapes
  • Ibiza, Spain – Experience the vibrant energy of the famous Balearic island
  • Andalusian Coast, Spain & Spanish Morocco – Discover historic towns and sun-drenched shores
  • Lisbon, Portugal – Conclude in Portugal’s sparkling capital

Indulge in world-class cuisine, immerse yourself in rich culture, and create lifelong memories as you explore some of the Mediterranean’s most iconic destinations.

Gracie’s Cruise | November 1-10, 2026

For More Information:
Contact Lori Seeley
Phone: 941-312-2584
Email: lori@innovativetravelconcepts.com

<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);
})();