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

Wednesday, July 09 2025, 3.03pm

The real estate agency Tucasa.com offers an apartment of 100 m² located in the exclusive area of the Marina de la Marina in Ibiza for 345,000 euros.

The property has two spacious rooms, one of them with a built-in walk-in closet, “ideal for those looking for additional storage and organization space,” describes the listing. In addition, there is a full bathroom and the living/dining area integrates seamlessly with an open kitchen, “creating a spacious and cozy atmosphere, perfect for gatherings or simply relaxing and enjoying the Mediterranean lifestyle.” The house has large windows that let in natural light and offer views of the urban environment of Ibiza.

The house “is located just a few meters from the marina, restaurants and stores” and “it is ideal both as a permanent residence and as an investmentgiven the tourist attraction of the area,” the publication points out.

 

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