{% sw_extends '@Storefront/storefront/layout/header/top-bar.html.twig' %}
{% block layout_header_top_bar %}
{# Regular top bar #}
<div class="top-bar">
<nav class="top-bar-nav">
<div class="ott-topbar-wrapper">
<div class="ott-topbar-scroll">
{{ "ott.topbar.currentInformation"|trans }}
</div>
<div class="ott-topbar-scroll is-echo">
{{ "ott.topbar.currentInformation"|trans }}
</div>
</div>
</nav>
</div>
{# Merchant top bar #}
{% set merchant = page.extensions.ottMerchantShopsData.merchant %}
<div class="top-bar merchant-top-bar">
<nav class="top-bar-nav">
<div class="ott-topbar-wrapper">
<div class="ott-topbar-element-wrapper-inner is-stock d-none d-lg-flex">
<span class="text-primary">
{{ 'ott.topbar.onStockLabel'|trans|striptags }}
</span>
</div>
<div class="ott-topbar-element-wrapper-inner is-second-text justify-content-center">
{% sw_icon 'avatar-solid' style {
'namespace': 'OttMoebelfirstTheme',
'pack': 'moebelfirst',
} %}
<div class="ott-topbar-element-text">
{{ 'ott.topbar.producedLabel'|trans|striptags }}
</div>
</div>
<div class="ott-topbar-element-wrapper-inner is-phone d-none d-lg-flex">
<svg xmlns="http://www.w3.org/2000/svg" width="12.385" height="12.406" viewBox="0 0 12.385 12.406">
<path id="Icon_feather-phone-call" data-name="Icon feather-phone-call" d="M10.024,3.62a2.65,2.65,0,0,1,2.093,2.093M10.024,1.5a4.769,4.769,0,0,1,4.213,4.207m-.53,4.229v1.59a1.06,1.06,0,0,1-1.155,1.06,10.487,10.487,0,0,1-4.573-1.627A10.333,10.333,0,0,1,4.8,7.779,10.487,10.487,0,0,1,3.172,3.185,1.06,1.06,0,0,1,4.227,2.03h1.59a1.06,1.06,0,0,1,1.06.911A6.8,6.8,0,0,0,7.247,4.43a1.06,1.06,0,0,1-.238,1.118l-.673.673A8.479,8.479,0,0,0,9.515,9.4l.673-.673a1.06,1.06,0,0,1,1.118-.238A6.8,6.8,0,0,0,12.8,8.86,1.06,1.06,0,0,1,13.707,9.936Z" transform="translate(-2.542 -0.81)" fill="none" stroke="#c39052" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/>
</svg>
<div class="ott-topbar-element-text">
{% if merchant %}
{{ merchant.phone }}
{% else %}
{{ 'ott.topbar.phoneNumber'|trans|striptags }}
{% endif %}
</div>
</div>
</div>
</nav>
</div>
{% endblock %}