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

Monday, March 24 2025, 8.03pm

The real estate agency Tucasa.com offers two houses in the north of Ibiza for 470,000 euros. The houses are located, specifically, in the municipality of Sant Joan, in the countryside and overlooking the sea.

It is a duplex distributed as follows two independent apartments with separate entrances. “Ideal for families, visitors or as an investment,” says the ad. Thus, the upper floor has two bedrooms, living-dining room with fireplace, balcony facing the sea; fully equipped kitchen, terrace and a spacious bathroom.

The apartment below, of 80 square meters and loft type, is built on the rocks of the mountain, “with a unique design that adapts to the natural terrain,” details the real estate publication. The apartment has a bedroom, living room, dining room, kitchen, bathroom and two storage rooms. Also, this property has direct access to a private garden overlooking the sea.

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