ADVERTISEMENT

Eating through the Mediterranean

Regent Seven Seas Cruises unveils 128 new culinary-focused shore excursions

Published Jul 13, 2023 05:57 am
SPLURGE ON THE SPLENDOR Enjoy a ride aboard the Seven Seas Splendor, an incredible and intimate luxury cruise ship in the Regent Seven Seas Cruises fleet
Regent Seven Seas Cruises is elevating its culinary experiences to new heights with the introduction of 128 captivating culinary-focused shore excursions in the Mediterranean. Crafted in collaboration with local chefs and culinary experts, these extraordinary excursions promise guests an unforgettable journey through France, Greece, Italy, Portugal, Spain, and Turkey, where they will indulge in the finest regional delicacies and uncover the secrets of authentic cuisine. Discerning luxury travelers can delight in a varied selection of immersive epicurean experiences, accompanied by knowledgeable local guides, who will lead them through exclusive wine tastings, cooking classes, and exquisite gourmet meals. The unveiling of these thoughtfully curated culinary adventures reaffirms Regent’s commitment to providing luxury travelers with unforgettable moments on land and by sea. Regent boasts an extensive collection of approximately 5,000 shoreside experiences around the world, nearly 3,900 of which are free for guests as part of the all-inclusive Regent experience. “With its rich history and diverse culture that have undeniably shaped its delectable cuisine, the Mediterranean serves as the perfect backdrop for these tantalizing culinary adventures,” says Andrea DeMarco, Regent Seven Seas Cruises president. This collection of culinary-focused shore excursions is an integral part of Regent’s Epicurean Perfection programming, which celebrates the world’s flavors while immersing guests in the breathtaking beauty, storied history, and vibrant cultures of the destinations they explore. Some of these shore excursions are available at a minimal charge for guests, ranging from $119 to $139 per person, but there are many experiences in store for the guests free of charge. Here are two of them. WE LIVE FOR OLIVES Some dishes offered on the cruise will make use of a Minoan-style oven for baking delicacies with olive oil sourced from olive trees from Greece's Amnisiades Park

Minoan Gastronomy through history

Heraklion (Crete), Greece

Experience a hands-on cooking class at a restaurant in Amnisiades Park, surrounded by ancient olive trees. Discover the ancient Minoan diet with dishes made from seafood, goat, wild deer, lentils, fruits, and nuts, accompanied by wine. Guests may immerse themselves in the flavors and history of the early inhabitants of Crete, learning about Minoan culture while cooking an authentic meal prepared with local organic ingredients. Some dishes will be baked in a Minoan-style oven using olive oil sourced from the park’s ancient trees.

Cooking Class with Local Chef

Pergamum (Dikili), Turkey

Learn to cook traditional Turkish cuisine at a Bergama restaurant, surrounded by Greek and Roman ruins. A quick tour of the city’s historical sites precedes the hands-on cooking class, which emphasizes locally sourced ingredients. With guidance from the chef, guests will prepare a variety of regional dishes including shepherd’s salad, *yuvalama* soup, and *adana kebab* made with lamb. Participants may then enjoy their creations and local wine for lunch. The exact menu depends on seasonal availability, ensuring fresh and delicious ingredients. FRESH FROM THE MARKET The cooking class with a local chef from Turkey being offered has an emphasis on using locally sourced ingredients fresh from the market

RSSC.com

Related Tags

Regent Seven Cruises Philippine Panorama food tour cruise
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.