{#
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>
<div class="search-form-container">
<div class="flex-grow-1">
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-input', 'placeholder' : 'キーワードから探す' }}
) }}
</div>
<div>
<button class="search-button" type="submit" aria-label="キーワードから探す">
<span class="ec-icon">
<svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.0625 15.625C12.6869 15.625 15.625 12.6869 15.625 9.0625C15.625 5.43813 12.6869 2.5 9.0625 2.5C5.43813 2.5 2.5 5.43813 2.5 9.0625C2.5 12.6869 5.43813 15.625 9.0625 15.625Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.7022 13.7031L17.4991 17.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
</button>
</div>
</div>
</div>
</form>
</div>