New Season Drop! Check the Shop 🙂

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

Complaint Form

Complaint form

Seller: The False Archive, United States (US)
E-mail: intercity560@gmail.com

To be filled out by the buyer

Buyer details

IBAN for a refund if the complaint is accepted.

Product details

Order number from the shop (if you have it).

Photos of the defect (optional)

Your personal data is processed for the purpose of handling this complaint, on the basis of Art. 6(1)(b) GDPR (performance of a contract) and Art. 6(1)(c) GDPR (legal obligation under Slovak Act 108/2024). For details, see the privacy policy.