{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% form_theme form 'Form/form_div_layout.twig' %}
<div class="ec-headerSearch">
<form method="get" class="searchform" action="{{ path('product_list') }}">
<div class="header-search__input">
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-name', 'placeholder' : 'キーワードで検索' }} ) }}
<button class="search-button" type="submit">
<img src="{{ asset('assets/icon/search-dark.svg') }}" alt="検索" width="100%">
</button>
</div>
</form>
</div>