{#
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.
#}
<div class="ec-headerNaviRole__center">
<p>5,000円(税込)以上の購入で送料無料</p>
</div>
<div class="ec-headerNaviRoles">
<div class="ec-headerNaviRole__left">
<div class="customLogo">
<a href="{{ url('homepage') }}">
<img src="{{ asset('/html/user_data/ContentImg/iseya_logo.png') }}" alt="ショップロゴ" class="Logo-img">
</a>
</div>
<div class="ec-headerRole__navSP">
{{ include('Block/nav_sp.twig') }}
</div>
</div>
<div class="ec-headerNaviRole__right">
<div class="ec-headerNaviRole__nav">
{{ include('Block/login.twig') }}
</div>
<div class="ec-headerRole__cart">
{{ include('Block/cart.twig') }}
</div>
</div>
<div class="about_SP">
<a href="{{ url('user_data', {'route': 'about'}) }}" class="about-banner">
<div class="about-banner-container">
<img src="/html/user_data/ContentImg/iseya_logo.png" alt="パン屋ロゴ" class="about-banner-logo">
<span class="about-banner-text">伊せ屋について</span>
</div>
</a>
</div>
</div>
<div class="search_bar">
{{ render(path('block_search_product')) }}
</div>
<style>
.ec-headerNaviRole__center{
text-align: center;
background: #7e300b;
padding:0.5rem;
color: white;
}
.ec-cartNaviNull {
width: 300px;
}
@media (max-width: 768px) {
.ec-cartNavi {
padding: 0 4px;
}
}
</style>