<header class="header header-desktop header-desktop--shop">
{% include 'front/base/header/general/desktop/old_elements.html.twig' %}
<div class="ui container header-desktop--container">
<div class="ui primary menu fixed">
{% if is_granted('IS_IMPERSONATOR') %}
{% include 'front/base/header/impersonate_alert.html.twig' with {isCorporate: false} %}
{% endif %}
{% if announcement is defined and announcement is not empty %}
{% include 'front/base/preheader.html.twig' %}
{% endif %}
<div class="menu-background menu-background-shop"></div>
<div class="menu-background menu-background-corporate"></div>
{% include 'front/base/header/general/desktop/header.html.twig' %}
{% if app.session.get('isCheckout') is same as (false) %}
{% include 'front/base/header/shop/desktop/menu_tags.html.twig' %}
{% endif %}
</div>
</div>
</header>