{% sw_extends '@Storefront/storefront/layout/header/search.html.twig' %}
{% block layout_header_search_input %}
<input type="search"
name="search"
class="form-control header-search-input"
autocomplete="off"
autocapitalize="off"
placeholder="{{ "header.searchPlaceholder"|trans|striptags }}"
aria-label="{{ "header.searchPlaceholder"|trans|striptags }}"
value="{{ page.searchTerm }}"
data-search-price="{{ doofinderAttributes(context) }}"
>
{% endblock %}