top of page
Reserve Your 3-course dinner
Service Information
Only 1 dinner available per day
$100/person
$100/person
Book Now
bottom of page
(function () { function hideDuration( ) { const selectors = [ '[data-hook="service-duration"]', '[data-hook="duration"]', '[data-hook="service-details-duration"]', 'li[data-hook="serviceDetailsDuration"]', '.service-details [data-hook*="duration"]' ].join(','); document.querySelectorAll(selectors).forEach(el => { el.style.display = 'none'; }); // Oculta cualquier texto que diga "1 hr" document.querySelectorAll('*').forEach(el => { const t = (el.textContent || '').trim().toLowerCase(); if (t === '1 hr' || t === '1hr' || t === '1 hour') { el.style.display = 'none'; } }); }