{#
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.
#}
{% block main %}
<div class="ec-blockTopBtn pagetop fixed z-50 right-[48px] md:right-[24px] bottom-6 md:bottom-4 hover">
<img src="{{asset('assets/icon/top.svg')}}" alt="" class=" w-10 h-10">
</div>
{% endblock %}