<?xml version="1.0"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */
-->
<page
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
    <body>
        <referenceBlock name="after.body.start">
            <block name="header-notification" template="Magento_Theme::html/header/notification.phtml" after="global_notices"/>
        </referenceBlock>

        <referenceBlock name="header-content">
            <arguments>
                <argument name="show_compare" xsi:type="boolean">true</argument> <!-- Show compare button (true/false) -->
                <argument name="show_wishlist" xsi:type="boolean">true</argument> <!-- Show wishlist button (true/false) -->
                <argument name="show_language" xsi:type="boolean">true</argument> <!-- Show language select (true/false) -->
            </arguments>

            <block
                name="topmenu_mobile_wrapper"
                as="mobilemenu"
                template="Magento_Theme::html/header/mobilemenu.phtml"
                ttl="3600"
            >
                <arguments>
                    <argument name="cache_lifetime" xsi:type="string">3600</argument>
                </arguments>
            </block>
        </referenceBlock>

        <move element="topmenu_mobile" destination="topmenu_mobile_wrapper"/>

        <referenceBlock name="top.container">
            <block name="header-usps" template="Magento_Theme::html/header/usps.phtml" before="-"/>
        </referenceBlock>
    </body>
</page>
