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, August 21 2025, 2.50pm

Housing in Ibiza has reached record levels, with prices per square metre surpassing €7,000 in several municipalities, according to Idealista’s July report. Around a quarter of the island’s market falls into the ‘ultra-luxury’ category, valued above €3 million, while half of all listings exceed €1 million. The highest asking price per square metre for an apartment reaches €39,273, found in a penthouse on Paseo Joan Carles I, Botafoc, within the Sarana building designed by Alain Moatti and Josep Ferrer Llaneras. The 243-square-metre property, priced at €10.8 million, includes three en suite bedrooms, a 68-square-metre terrace, a 320-square-metre solarium with private pool, high-end finishes, two parking spaces, and views over Dalt Vila and the port of Ibiza.

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