{#
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-topicRole">
<div class="ec-role">
<div class="ec-secHeading">
<span class="ec-secHeading__en">{{ 'POPULAR ITEM'|trans }}</span>
<span class="ec-secHeading__line"></span>
<span class="ec-secHeading__ja">{{ '売れ筋商品'|trans }}</span>
</div>
<div class="ec-topicRole__list">
<div class="ec-topicRole__listItem">
<a href="{{ url('product_detail', {'id': 8}) }}">
<img src="{{ asset('/html/user_data/popular2-1.png') }}">
</a>
<p class="ec-topicRole__listItemTitle">{{ '【黒カビキラー】浴室清掃の救世主!!'|trans }}</p>
</div>
<div class="ec-topicRole__listItem">
<a href="{{ url('product_detail', {'id': 6}) }}">
<img src="{{ asset('/html/user_data/popular2-2.png') }}">
</a>
<p class="ec-topicRole__listItemTitle">{{ '【新ラグビー】黄ばみやこびり付いた汚れに!!'|trans }}</p>
</div>
<div class="ec-topicRole__listItem">
<a href="{{ url('product_detail', {'id': 9}) }}">
<img src="{{ asset('/html/user_data/popular2-3.png') }}">
</a>
<p class="ec-topicRole__listItemTitle">{{ '【スーパークリーナーストロング】浸透力20%アップの強化配合!!'|trans }}</p>
</div>
</div>
</div>
</div>
</div>