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

Thursday, April 24 2025, 5.00pm

The Ibiza nightclub season unofficially kicks off this weekend with high demand as major venues like Pacha, Ushuaïa, and open their doors. Pacha launches Friday with DJ Solomun headlining, while Ushuaïa and Hï follow on Saturday featuring Paul Kalkbrenner, Amelie Lens, and Joseph Capriati, among others. Ticket prices range widely, with many sold out or commanding premium prices, and VIP tables fetching thousands of euros. Extended operating hours have been authorised by local councils for some events. Other clubs, including DC-10, Amnesia, and the new UNVRS, are also seeing strong advance sales, signalling a lucrative start to the 2025 tourist season.

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