{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
<style>
.sf-toolbar,
.sf-dump {
display: none !important;
}
</style>
{% endblock %}