Opens in a new tab
function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Modified: Monday, March 30 2026, 1.30am

At the Hyde Hotel, the cuyo restaurant becomes every Sunday a scene of irresistible flavors and enveloping melodies with its crispy Night event. A special evening, where gastronomy and live music combine to create an unforgettable experience.

Every Sunday, diners can enjoy the wonderful live music by Norberto Rodriguez y Catherine Taylor-Dawson. These talented musicians present a fusion of Spanish guitar and English covers. The blend of blues and soul is the special touch to the dining experience.

Crispy Night’s menu is for sharing and features a variety of crispy delights such as onion rings or battered squid.

Crispy Night at Cuyo is the perfect opportunity to relax with good food and great music in a cozy atmosphere.

For the full article, please visit Diario de Ibiza website here.