{% sw_extends '@Storefront/storefront/layout/header/top-bar.html.twig' %}
{% block layout_header_top_bar %}
<div class="top-bar top-bar-custom d-none d-lg-block">
<nav class="top-bar-nav">
{{ "bambino.header.topBarCustom"|trans|raw }}
{% block layout_header_top_bar_language %}
{{ parent() }}
{% endblock %}
{% block layout_header_top_bar_currency %}
{{ parent() }}
{% endblock %}
{% block layout_header_top_bar_service %}
{{ parent() }}
{% endblock %}
</nav>
</div>
{% endblock %}