<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Block/header.twig */
class __TwigTemplate_be2557424746e2d8445c97534399e93815373ac4cc399a7b745d90cb9cbca675 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Block/header.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Block/header.twig"));
// line 11
echo "
<div class=\"header_login\">
<div class=\"wrapper\">
";
// line 14
echo twig_include($this->env, $context, "Block/login.twig");
echo "
</div>
</div>
<div class=\"wrapper\">
<div class=\"header_wrap\">
<h1 class=\"header_title\">
<a href=\"";
// line 20
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">
<img src=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo.svg"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 21, $this->source); })()), "shop_name", [], "any", false, false, false, 21), "html", null, true);
echo "\" width=\"405\" height=\"113\">
</a>
</h1>
<div class=\"header_right\">
<div class=\"header_right_search search_row\">
";
// line 26
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("block_search_product"));
echo "
</div>
<div class=\"header_right_cart ec-headerRole__cart cart_content\">
";
// line 29
echo twig_include($this->env, $context, "Block/cart.twig");
echo "
</div>
</div>
</div>
</div>
<div class=\"fixed_footer ec-headerRole__cart\">
<a class=\"fixed_footer_item\" href=\"";
// line 36
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.9\" height=\"20.9\" viewBox=\"0 0 20.9 20.9\"><path d=\"M20.4 20.9h-7.1c-.3 0-.5-.2-.5-.5v-5.9h-4.7v5.9c0 .3-.2.5-.5.5h-7.1c-.3 0-.5-.2-.5-.5v-13.6c0-.2.1-.3.2-.4l10-6.3c.2-.1.4-.1.5 0l10 6.3c.1.1.2.3.2.4v13.6c0 .3-.2.5-.5.5zm-6.6-1h6.1v-12.9l-9.5-6-9.4 6v12.9h6.1v-5.9c0-.3.2-.5.5-.5h5.6c.3 0 .5.2.5.5v5.9z\"/></svg>
<span class=\"fixed_footer_text\">";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ホーム"), "html", null, true);
echo "</span>
</a>
";
// line 40
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 41
echo " <a class=\"fixed_footer_item\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage");
echo "\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18.4\" height=\"20.9\" viewBox=\"0 0 18.4 20.9\"><path d=\"M17.9 20.9h-17.4c-.3 0-.5-.2-.5-.5 0-4.4 4.3-8.4 9-8.4 4.8 0 9.4 4.1 9.4 8.4 0 .3-.2.5-.5.5zm-16.9-1h16.3c-.3-3.6-4.2-6.9-8.4-6.9-4.3-.1-7.6 3.5-7.9 6.9zM9 11.1c-3.1 0-5.6-2.5-5.6-5.6 0-3 2.5-5.5 5.6-5.5 3.1 0 5.6 2.5 5.6 5.6 0 3-2.5 5.5-5.6 5.5zm0-10.1c-2.5 0-4.6 2-4.6 4.6 0 2.5 2 4.6 4.6 4.6 2.5 0 4.6-2 4.6-4.6 0-2.6-2.1-4.6-4.6-4.6z\"/></svg>
<span class=\"fixed_footer_text\">";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("マイページ"), "html", null, true);
echo "</span>
</a>
";
// line 45
if (twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 45, $this->source); })()), "option_favorite_product", [], "any", false, false, false, 45)) {
// line 46
echo " <a class=\"fixed_footer_item\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_favorite");
echo "\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.5\" height=\"20.6\" viewBox=\"0 0 21.5 20.6\"><path d=\"M4.6 20.6c-.1 0-.2 0-.3-.1-.2-.1-.2-.3-.2-.5l1-6.8-5-4.7c-.1-.1-.1-.3-.1-.5.1-.2.2-.3.4-.3l6.8-1.1 2.9-6.2c.1-.3.3-.4.5-.4s.4.1.5.3l3.2 6.1 6.7.9c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-4.8 4.9 1.3 6.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5 0l-6.2-3.1-6 3.3c-.1.1-.2.1-.3.1zm-3-12.2l4.4 4.3c.1.1.2.3.2.4l-.9 6.1 5.4-3c.1-.1.3-.1.5 0l5.5 2.8-1.1-6c0-.2 0-.3.1-.4l4.3-4.4-6.1-.8c-.2 0-.3-.1-.4-.3l-2.8-5.5-2.7 5.6c-.1.1-.2.2-.4.3l-6 .9z\"></path></svg>
<span class=\"fixed_footer_text\">";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入り"), "html", null, true);
echo "</span>
</a>
";
}
// line 51
echo " ";
} else {
// line 52
echo " <a class=\"fixed_footer_item\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
echo "\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.7\" height=\"20.9\" viewBox=\"0 0 20.7 20.9\"><path d=\"M13.9 10.8h-13.4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h13.4c.3 0 .5.2.5.5s-.2.5-.5.5zM10.9 14.1c-.1 0-.3 0-.4-.1-.2-.2-.2-.5 0-.7l3-3-3-3c-.2-.2-.2-.5 0-.7s.5-.2.7 0l3.3 3.3c.2.2.2.5 0 .7l-3.3 3.3c-.1.2-.2.2-.3.2zM5.8 0h14.4c.3 0 .5.2.5.5v19.9c0 .3-.2.5-.5.5h-14.4c-.3 0-.5-.2-.5-.5v-3.7c0-.3.2-.5.5-.5s.5.2.5.5v3.2h13.4v-18.9h-13.4v3.2c0 .3-.2.5-.5.5s-.5-.2-.5-.5v-3.7c0-.3.2-.5.5-.5z\"/></svg>
<span class=\"fixed_footer_text\">";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログイン"), "html", null, true);
echo "</span>
</a>
";
// line 56
if (twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 56, $this->source); })()), "option_favorite_product", [], "any", false, false, false, 56)) {
// line 57
echo " <a class=\"fixed_footer_item\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_favorite");
echo "\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.5\" height=\"20.6\" viewBox=\"0 0 21.5 20.6\"><path d=\"M4.6 20.6c-.1 0-.2 0-.3-.1-.2-.1-.2-.3-.2-.5l1-6.8-5-4.7c-.1-.1-.1-.3-.1-.5.1-.2.2-.3.4-.3l6.8-1.1 2.9-6.2c.1-.3.3-.4.5-.4s.4.1.5.3l3.2 6.1 6.7.9c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-4.8 4.9 1.3 6.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5 0l-6.2-3.1-6 3.3c-.1.1-.2.1-.3.1zm-3-12.2l4.4 4.3c.1.1.2.3.2.4l-.9 6.1 5.4-3c.1-.1.3-.1.5 0l5.5 2.8-1.1-6c0-.2 0-.3.1-.4l4.3-4.4-6.1-.8c-.2 0-.3-.1-.4-.3l-2.8-5.5-2.7 5.6c-.1.1-.2.2-.4.3l-6 .9z\"></path></svg>
<span class=\"fixed_footer_text\">";
// line 59
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入り"), "html", null, true);
echo "</span>
</a>
";
}
// line 62
echo " ";
}
// line 63
echo " <button type=\"button\" class=\"fixed_footer_item ec-cartNavi\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.5\" height=\"20.6\" viewBox=\"0 0 21.5 20.6\"><path d=\"M18.4 16.7h-10.8c-.2 0-.5-.2-.5-.4l-2.5-14.5h-3.1c-.3 0-.5-.3-.5-.5s.2-.5.5-.5h3.6c.2 0 .5.2.5.4l2.4 14.5h10.4c.3 0 .5.2.5.5s-.2.5-.5.5zm.5-3.3h-11.9c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h11.5l1.3-7.6h-14.2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h14.8c.1 0 .3.1.4.2.1.1.1.3.1.4l-1.5 8.6c0 .2-.2.4-.5.4zm.8-4.3h-13.4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h13.4c.3 0 .5.2.5.5s-.3.5-.5.5zm-4.4 4.3c-.3 0-.5-.2-.5-.5v-8.6c0-.3.2-.5.5-.5s.5.2.5.5v8.6c0 .3-.2.5-.5.5zm-4.7 0c-.3 0-.5-.2-.5-.5v-8.6c0-.3.2-.5.5-.5s.5.2.5.5v8.6c0 .3-.2.5-.5.5zm-2.2 7c-.6 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.4 1-1 1zm0-1zm9 1c-.6 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.5 1-1 1zm0-1z\"/></svg>
<span class=\"header_ico_text\">カート</span>
";
// line 66
$context["totalQuantity"] = $this->extensions['Eccube\Twig\Extension\CartServiceExtension']->get_carts_total_quantity();
// line 67
echo " <span class=\"ec-cartNavi__badge\" id=\"fixed_footer_badge\">";
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, (isset($context["totalQuantity"]) || array_key_exists("totalQuantity", $context) ? $context["totalQuantity"] : (function () { throw new RuntimeError('Variable "totalQuantity" does not exist.', 67, $this->source); })())), "html", null, true);
echo "</span>
</button>
<button type=\"button\" class=\"ec-headerNavSP fixed_footer_item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.9\" height=\"20.9\" viewBox=\"0 0 20.9 20.9\"><path d=\"M20.1 2.4h-19.3c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h19.2c.4 0 .8.3.8.8s-.3.8-.7.8zM20.1 11.2h-19.3c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h19.2c.4 0 .8.3.8.8s-.3.8-.7.8zM20.1 20h-19.3c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h19.2c.4 0 .8.3.8.8 0 .4-.3.8-.7.8z\"/></svg>
<span class=\"fixed_footer_text\">";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カテゴリ"), "html", null, true);
echo "</span>
</button>
</div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "Block/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 170 => 71, 162 => 67, 160 => 66, 155 => 63, 152 => 62, 146 => 59, 140 => 57, 138 => 56, 133 => 54, 127 => 52, 124 => 51, 118 => 48, 112 => 46, 110 => 45, 105 => 43, 99 => 41, 97 => 40, 92 => 38, 87 => 36, 77 => 29, 71 => 26, 61 => 21, 57 => 20, 48 => 14, 43 => 11,);
}
public function getSourceContext()
{
return new Source("{#
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=\"header_login\">
<div class=\"wrapper\">
{{ include('Block/login.twig') }}
</div>
</div>
<div class=\"wrapper\">
<div class=\"header_wrap\">
<h1 class=\"header_title\">
<a href=\"{{ url('homepage') }}\">
<img src=\"{{ asset('assets/img/common/logo.svg') }}\" alt=\"{{ BaseInfo.shop_name }}\" width=\"405\" height=\"113\">
</a>
</h1>
<div class=\"header_right\">
<div class=\"header_right_search search_row\">
{{ render(path('block_search_product')) }}
</div>
<div class=\"header_right_cart ec-headerRole__cart cart_content\">
{{ include('Block/cart.twig') }}
</div>
</div>
</div>
</div>
<div class=\"fixed_footer ec-headerRole__cart\">
<a class=\"fixed_footer_item\" href=\"{{ url('homepage') }}\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.9\" height=\"20.9\" viewBox=\"0 0 20.9 20.9\"><path d=\"M20.4 20.9h-7.1c-.3 0-.5-.2-.5-.5v-5.9h-4.7v5.9c0 .3-.2.5-.5.5h-7.1c-.3 0-.5-.2-.5-.5v-13.6c0-.2.1-.3.2-.4l10-6.3c.2-.1.4-.1.5 0l10 6.3c.1.1.2.3.2.4v13.6c0 .3-.2.5-.5.5zm-6.6-1h6.1v-12.9l-9.5-6-9.4 6v12.9h6.1v-5.9c0-.3.2-.5.5-.5h5.6c.3 0 .5.2.5.5v5.9z\"/></svg>
<span class=\"fixed_footer_text\">{{ 'ホーム'|trans }}</span>
</a>
{% if is_granted('ROLE_USER') %}
<a class=\"fixed_footer_item\" href=\"{{ url('mypage') }}\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18.4\" height=\"20.9\" viewBox=\"0 0 18.4 20.9\"><path d=\"M17.9 20.9h-17.4c-.3 0-.5-.2-.5-.5 0-4.4 4.3-8.4 9-8.4 4.8 0 9.4 4.1 9.4 8.4 0 .3-.2.5-.5.5zm-16.9-1h16.3c-.3-3.6-4.2-6.9-8.4-6.9-4.3-.1-7.6 3.5-7.9 6.9zM9 11.1c-3.1 0-5.6-2.5-5.6-5.6 0-3 2.5-5.5 5.6-5.5 3.1 0 5.6 2.5 5.6 5.6 0 3-2.5 5.5-5.6 5.5zm0-10.1c-2.5 0-4.6 2-4.6 4.6 0 2.5 2 4.6 4.6 4.6 2.5 0 4.6-2 4.6-4.6 0-2.6-2.1-4.6-4.6-4.6z\"/></svg>
<span class=\"fixed_footer_text\">{{ 'マイページ'|trans }}</span>
</a>
{% if BaseInfo.option_favorite_product %}
<a class=\"fixed_footer_item\" href=\"{{ url('mypage_favorite') }}\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.5\" height=\"20.6\" viewBox=\"0 0 21.5 20.6\"><path d=\"M4.6 20.6c-.1 0-.2 0-.3-.1-.2-.1-.2-.3-.2-.5l1-6.8-5-4.7c-.1-.1-.1-.3-.1-.5.1-.2.2-.3.4-.3l6.8-1.1 2.9-6.2c.1-.3.3-.4.5-.4s.4.1.5.3l3.2 6.1 6.7.9c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-4.8 4.9 1.3 6.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5 0l-6.2-3.1-6 3.3c-.1.1-.2.1-.3.1zm-3-12.2l4.4 4.3c.1.1.2.3.2.4l-.9 6.1 5.4-3c.1-.1.3-.1.5 0l5.5 2.8-1.1-6c0-.2 0-.3.1-.4l4.3-4.4-6.1-.8c-.2 0-.3-.1-.4-.3l-2.8-5.5-2.7 5.6c-.1.1-.2.2-.4.3l-6 .9z\"></path></svg>
<span class=\"fixed_footer_text\">{{ 'お気に入り'|trans }}</span>
</a>
{% endif %}
{% else %}
<a class=\"fixed_footer_item\" href=\"{{ url('mypage_login') }}\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.7\" height=\"20.9\" viewBox=\"0 0 20.7 20.9\"><path d=\"M13.9 10.8h-13.4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h13.4c.3 0 .5.2.5.5s-.2.5-.5.5zM10.9 14.1c-.1 0-.3 0-.4-.1-.2-.2-.2-.5 0-.7l3-3-3-3c-.2-.2-.2-.5 0-.7s.5-.2.7 0l3.3 3.3c.2.2.2.5 0 .7l-3.3 3.3c-.1.2-.2.2-.3.2zM5.8 0h14.4c.3 0 .5.2.5.5v19.9c0 .3-.2.5-.5.5h-14.4c-.3 0-.5-.2-.5-.5v-3.7c0-.3.2-.5.5-.5s.5.2.5.5v3.2h13.4v-18.9h-13.4v3.2c0 .3-.2.5-.5.5s-.5-.2-.5-.5v-3.7c0-.3.2-.5.5-.5z\"/></svg>
<span class=\"fixed_footer_text\">{{ 'ログイン'|trans }}</span>
</a>
{% if BaseInfo.option_favorite_product %}
<a class=\"fixed_footer_item\" href=\"{{ url('mypage_favorite') }}\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.5\" height=\"20.6\" viewBox=\"0 0 21.5 20.6\"><path d=\"M4.6 20.6c-.1 0-.2 0-.3-.1-.2-.1-.2-.3-.2-.5l1-6.8-5-4.7c-.1-.1-.1-.3-.1-.5.1-.2.2-.3.4-.3l6.8-1.1 2.9-6.2c.1-.3.3-.4.5-.4s.4.1.5.3l3.2 6.1 6.7.9c.2 0 .3.2.4.3.1.2 0 .4-.1.5l-4.8 4.9 1.3 6.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5 0l-6.2-3.1-6 3.3c-.1.1-.2.1-.3.1zm-3-12.2l4.4 4.3c.1.1.2.3.2.4l-.9 6.1 5.4-3c.1-.1.3-.1.5 0l5.5 2.8-1.1-6c0-.2 0-.3.1-.4l4.3-4.4-6.1-.8c-.2 0-.3-.1-.4-.3l-2.8-5.5-2.7 5.6c-.1.1-.2.2-.4.3l-6 .9z\"></path></svg>
<span class=\"fixed_footer_text\">{{ 'お気に入り'|trans }}</span>
</a>
{% endif %}
{% endif %}
<button type=\"button\" class=\"fixed_footer_item ec-cartNavi\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.5\" height=\"20.6\" viewBox=\"0 0 21.5 20.6\"><path d=\"M18.4 16.7h-10.8c-.2 0-.5-.2-.5-.4l-2.5-14.5h-3.1c-.3 0-.5-.3-.5-.5s.2-.5.5-.5h3.6c.2 0 .5.2.5.4l2.4 14.5h10.4c.3 0 .5.2.5.5s-.2.5-.5.5zm.5-3.3h-11.9c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h11.5l1.3-7.6h-14.2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h14.8c.1 0 .3.1.4.2.1.1.1.3.1.4l-1.5 8.6c0 .2-.2.4-.5.4zm.8-4.3h-13.4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h13.4c.3 0 .5.2.5.5s-.3.5-.5.5zm-4.4 4.3c-.3 0-.5-.2-.5-.5v-8.6c0-.3.2-.5.5-.5s.5.2.5.5v8.6c0 .3-.2.5-.5.5zm-4.7 0c-.3 0-.5-.2-.5-.5v-8.6c0-.3.2-.5.5-.5s.5.2.5.5v8.6c0 .3-.2.5-.5.5zm-2.2 7c-.6 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.4 1-1 1zm0-1zm9 1c-.6 0-1-.5-1-1s.5-1 1-1 1 .5 1 1-.5 1-1 1zm0-1z\"/></svg>
<span class=\"header_ico_text\">カート</span>
{% set totalQuantity = get_carts_total_quantity() %}
<span class=\"ec-cartNavi__badge\" id=\"fixed_footer_badge\">{{ totalQuantity|number_format }}</span>
</button>
<button type=\"button\" class=\"ec-headerNavSP fixed_footer_item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.9\" height=\"20.9\" viewBox=\"0 0 20.9 20.9\"><path d=\"M20.1 2.4h-19.3c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h19.2c.4 0 .8.3.8.8s-.3.8-.7.8zM20.1 11.2h-19.3c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h19.2c.4 0 .8.3.8.8s-.3.8-.7.8zM20.1 20h-19.3c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h19.2c.4 0 .8.3.8.8 0 .4-.3.8-.7.8z\"/></svg>
<span class=\"fixed_footer_text\">{{ 'カテゴリ'|trans }}</span>
</button>
</div>
", "Block/header.twig", "/home/oneconcept/www/ec_b_test/app/template/default/Block/header.twig");
}
}