{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_head %}
{% if (config('GbmedForm') is not null) %}
{% sw_include '@GbmedForm/storefront/layout/meta.html.twig' %}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block base_header_inner %}
{% block base_header_inner_top_information %}
<div class="top-information d-none d-lg-block">
{% block base_header_inner_top_information_text %}
<span class="text-center">{{ 'smsBecoTechnicTheme.index.topInformationText'|trans }}</span>
{% endblock %}
</div>
{% if context.customer is not null and context.customer.customerNumber|length == 5 %}
<div class="top-information-incentive">
{% block base_header_inner_top_information_incentive_text %}
<span class="text-center">{{ 'smsBecoTechnicTheme.index.topInformationTextIncentive'|trans }}</span>
{% endblock %}
</div>
{% endif %}
<div class="alert-success" role="alert" id="fixedAddItemToCartAlert">
<span>{{ 'smsBecoTechnicTheme.index.productAddedtoCart'|trans }}</span>
{% sw_icon 'x' style {'class': 'add-item-to-cart-alert-icon'} %}
</div>
{% endblock %}
{{ parent() }}
{% endblock %}
{% block base_main %}
{# <div class="d-none d-lg-block fixedHelpSidebarWrapper">#}
{# <div class="d-none d-lg-flex fixedHelpSidebarButton">#}
{# #}{# <img src="{{ asset('assets/icons/chat_icon.svg', '@SmsBecoTechnicTheme') }}" class="help-side-chat"/> #}
{# <span#}
{# class="text-center help-side-text">{{ 'smsBecoTechnicTheme.index.fixedHelpSidebar.title'|trans|sw_sanitize }}</span>#}
{# </div>#}
{# <div class="fixedHelpSidebarElement">#}
{# <div class="fixed-help-sidebar-element-text-wrapper">#}
{# <p><b>{{ 'smsBecoTechnicTheme.index.fixedHelpSidebar.textContactTitle'|trans|sw_sanitize }}</b></p>#}
{# <p>{{ 'smsBecoTechnicTheme.index.fixedHelpSidebar.textContactAddress'|trans|sw_sanitize }}</p>#}
{# <p>{{ 'smsBecoTechnicTheme.index.fixedHelpSidebar.textContact'|trans|sw_sanitize }}</p>#}
{# <p class="fixed-help-sidebar-element-text-appendix">{{ 'smsBecoTechnicTheme.index.fixedHelpSidebar.textAppendix'|trans |sw_sanitize }}</p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{{ parent() }}
{% endblock %}