{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_header %}
<div id="head-section">
{{parent()}}
</div>
{% endblock %}
{% block base_header_inner %}
{{parent()}}
<div class="nav-main d-xl-none">
{% block base_navigation_inner %}
{% sw_include '@Storefront/storefront/layout/navigation/navigation.html.twig' %}
{% endblock %}
</div>
<div class="search-content">
<div class="container">
{% sw_include '@Storefront/storefront/layout/header/search.html.twig' %}
</div>
</div>
{% endblock %}
{% block base_navigation %}{% endblock %}
{% block base_main %}
{{parent()}}
{% if page.header.navigation.active.customFields.custom_category_json %}
<script type="application/ld+json">
{{page.header.navigation.active.customFields.custom_category_json|raw}}
</script>
{% endif %}
{% endblock %}
{% block base_body_script %}
{{parent()}}
{% block trustedshops_trustbadge %}
<script type="text/javascript">
var _ts_language = document.documentElement.lang;
var _tsid = "empty";
switch (_ts_language) {
case "de-DE":
_tsid = "XAD5194D3A5989A3A9596705364263BBC";
break;
case "en-GB":
_tsid = "XFCDFDC2A5154E4D26F15C1136ACABC53";
break;
}
if (_tsid != "empty") {
(function () {
var _ts = document.createElement("script");
_ts.setAttribute("data-desktop-y-offset", "24");
_ts.setAttribute("data-mobile-y-offset", "20");
_ts.setAttribute("data-desktop-disable-reviews", "false");
_ts.setAttribute("data-desktop-enable-custom", "false");
_ts.setAttribute("data-desktop-position", "right");
_ts.setAttribute("data-desktop-custom-opening-direction", "topright");
_ts.setAttribute("data-desktop-custom-width", "150");
_ts.setAttribute("data-desktop-enable-fadeout", "false");
_ts.setAttribute("data-disable-mobile", "false");
_ts.setAttribute("data-disable-trustbadge", "false");
_ts.setAttribute("data-mobile-custom-width", "150");
_ts.setAttribute("data-mobile-custom-opening-direction", "topright");
_ts.setAttribute("data-mobile-disable-reviews", "false");
_ts.setAttribute("data-mobile-enable-custom", "false");
_ts.setAttribute("data-mobile-position", "left");
_ts.setAttribute("data-mobile-enable-topbar", "false");
_ts.type = "text/javascript";
_ts.charset = "utf-8";
_ts.async = true;
_ts.src = "//widgets.trustedshops.com/js/" + _tsid + ".js";
var __ts = document.getElementsByTagName("script")[0];
__ts.parentNode.insertBefore(_ts, __ts);
})();
} else {
console.log(
"Trusted Shops: Trustbadge is not configured for this shop's market/language."
);
}
</script>
{% endblock %}
{% endblock %}