var/cache/dev/twig/4a/4acf1d0b6c6b38d05d478cf1e545fe54d63d5b12fa211d416e4891b1ccd41263.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* __string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e */
  14. class __TwigTemplate_a3cfae9d51497614fa8ce248831cca46258c2f4a683205d1ff4c7322ba65aa77 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e"));
  40.         // line 13
  41.         $context["body_class"] = "product_page";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""__string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "    <style>
  60.         .category-tab__item:not(:first-of-type) a {
  61.             /* background-color: #eee !important;
  62.             color: #231815 !important;*/
  63.             margin-left:1rem;
  64.         }
  65.         /* COFFEE BREAD othersはとりあえず非表示 */
  66.         .category-tab__item a.category-2,
  67.         /*.category-tab__item a.category-5,*/
  68.         .category-tab__item a.category-7 {
  69.             display: none;
  70.         }
  71.         .send-free{
  72.             text-align: center;
  73.         }
  74.         .send-free-box{
  75.             display: flex;
  76.                 margin-top: 0.5rem;
  77.         }
  78.         .breadcrumb-wrapper{
  79.             margin-bottom: 1rem;
  80.         }
  81.         @media screen and (max-width: 768px) {
  82.           .send-free img{
  83.             width:100%;
  84.         }
  85.         .send-free-box{
  86.             display: block;
  87.         }
  88.         }
  89.     </style>
  90.     ";
  91.         // line 49
  92.         if ((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'49$this->source); })())) {
  93.             // line 50
  94.             echo "    <style>
  95.         /*FAQ*/
  96.         .cp_qa *, .cp_qa *:after, .cp_qa *:before {
  97.             -webkit-box-sizing: border-box;
  98.                     box-sizing: border-box;}
  99.         .cp_qa .cp_actab {
  100.             position: relative;
  101.             overflow: hidden;
  102.             width: 100%;
  103.             margin: 0;
  104.             color: #491408;
  105.         }
  106.         .cp_qa .cp_actab input {
  107.             position: absolute;
  108.             opacity: 0;
  109.         }
  110.         /* 質問 */
  111.         .cp_qa .cp_actab label {
  112.             font-weight: bold;
  113.             line-height: 1.6em;
  114.             position: relative;
  115.             display: block;
  116.             margin: 0 0 0 0;
  117.             padding: 1em 2em 1em 3.5em;
  118.             cursor: pointer;
  119.             text-indent: 1em;
  120.             border-radius: 0.5em;
  121.             background: #491408;
  122.             text-align: left;
  123.             color: #fff;
  124.         }
  125.         .cp_qa .cp_actab label::before {
  126.             font-size: 1.5em;
  127.             margin-left: -2.1em;
  128.             padding-right: 0em;
  129.             content: 'Q.';
  130.                 left: 3.5rem;
  131.             top:0.8rem;
  132.             position: absolute;
  133.         }
  134.         .cp_qa .cp_actab label:hover {
  135.             transition: all 0.3s;
  136.             color: #fff;
  137.         }
  138.         /* --質問の+アイコン */
  139.         .cp_qa .cp_actab label::after {
  140.             font-size: 1.2em;
  141.             font-weight: bold;
  142.             line-height: 2em;
  143.             position: absolute;
  144.             top: 10px;
  145.             right: 17px;
  146.             content: '▼';
  147.             display: inline-block;
  148.         /*\twidth: 1em;
  149.             height: 1em;
  150.         */\t-webkit-transition: transform 0.4s;
  151.                     transition: transform 0.4s;
  152.         }
  153.         /* 答え */
  154.         .cp_qa .cp_actab .cp_actab-content {
  155.             position: relative;
  156.             overflow: hidden;
  157.             max-height: 0;
  158.             padding: 0 0 0 3.5em;
  159.             -webkit-transition: max-height 0.2s;
  160.                     transition: max-height 0.2s;
  161.             border-radius: 0 0 0.5em 0.5em;
  162.         }
  163.         .cp_qa .cp_actab .cp_actab-content::before {
  164.             font-size: 1.5em;
  165.             position: absolute;
  166.             margin: 0.4em 0 0 0em;
  167.             padding: 0;
  168.             content: 'A.';
  169.             left: 27px;
  170.             color: #fff;
  171.         }
  172.         .cp_qa .cp_actab .cp_actab-content p {
  173.             margin: 1em 1em 1em 0;
  174.             text-align: left;
  175.             color: #fff;
  176.             padding-left: 1rem;
  177.         }
  178.         /* 質問を開いた時の仕様 */
  179.         /* --答えの高さ */
  180.         .cp_qa .cp_actab input:checked ~ .cp_actab-content {
  181.             max-height: 40em;
  182.             background-color: #491408;
  183.             border-top: 1px solid #fff;}
  184.         /* 質問をクリックした時のアイコンの動き */
  185.         .cp_qa .cp_actab input:checked ~ label {
  186.             color: #fff;
  187.             border-radius: 0.5em 0.5em 0 0;}
  188.         /* 質問をクリックした時の+の動き */
  189.         .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  190.             -webkit-transform: rotateZ(45deg);
  191.             transform: rotateZ(45deg);
  192.             -webkit-transform-origin: 50% 50%;
  193.             transform-origin: 50% 50%;}
  194.         .faq-box {
  195.             position: relative;
  196.             width: 90%;
  197.             margin: 5rem auto 0;
  198.             padding: 0;
  199.         }
  200.     </style>
  201.     ";
  202.         }
  203.         
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  205.         
  206.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  207.     }
  208.     // line 161
  209.     public function block_javascript($context, array $blocks = [])
  210.     {
  211.         $macros $this->macros;
  212.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  213.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  214.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  215.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  216.         // line 162
  217.         echo "    <script>
  218.         eccube.productsClassCategories = {
  219.             ";
  220.         // line 164
  221.         $context['_parent'] = $context;
  222.         $context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'164$this->source); })()));
  223.         $context['loop'] = [
  224.           'parent' => $context['_parent'],
  225.           'index0' => 0,
  226.           'index'  => 1,
  227.           'first'  => true,
  228.         ];
  229.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  230.             $length count($context['_seq']);
  231.             $context['loop']['revindex0'] = $length 1;
  232.             $context['loop']['revindex'] = $length;
  233.             $context['loop']['length'] = $length;
  234.             $context['loop']['last'] = === $length;
  235.         }
  236.         foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  237.             // line 165
  238.             echo "            \"";
  239.             echo twig_escape_filter($this->envtwig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse165), "js"), "html"nulltrue);
  240.             echo "\": ";
  241.             echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson($context["Product"]);
  242.             if ((twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse165) == false)) {
  243.                 echo ", ";
  244.             }
  245.             // line 166
  246.             echo "            ";
  247.             ++$context['loop']['index0'];
  248.             ++$context['loop']['index'];
  249.             $context['loop']['first'] = false;
  250.             if (isset($context['loop']['length'])) {
  251.                 --$context['loop']['revindex0'];
  252.                 --$context['loop']['revindex'];
  253.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  254.             }
  255.         }
  256.         $_parent $context['_parent'];
  257.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  258.         $context array_intersect_key($context$_parent) + $_parent;
  259.         // line 167
  260.         echo "        };
  261.         \$(function() {
  262.             // 表示件数を変更
  263.             \$('.disp-number').change(function() {
  264.                 var dispNumber = \$(this).val();
  265.                 \$('#disp_number').val(dispNumber);
  266.                 \$('#pageno').val(1);
  267.                 \$(\"#form1\").submit();
  268.             });
  269.             // 並び順を変更
  270.             \$('.order-by').change(function() {
  271.                 var orderBy = \$(this).val();
  272.                 \$('#orderby').val(orderBy);
  273.                 \$('#pageno').val(1);
  274.                 \$(\"#form1\").submit();
  275.             });
  276.             \$('.add-cart').on('click', function(e) {
  277.                 var \$form = \$(this).parents('li').find('form');
  278.                 // 個数フォームのチェック
  279.                 var \$quantity = \$form.parent().find('.quantity');
  280.                 if (\$quantity.val() < 1) {
  281.                     \$quantity[0].setCustomValidity('";
  282.         // line 193
  283.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.invalid_quantity"), "html"nulltrue);
  284.         echo "');
  285.                     setTimeout(function() {
  286.                         loadingOverlay('hide');
  287.                     }, 100);
  288.                     return true;
  289.                 } else {
  290.                     \$quantity[0].setCustomValidity('');
  291.                 }
  292.                 e.preventDefault();
  293.                 \$.ajax({
  294.                     url: \$form.attr('action'),
  295.                     type: \$form.attr('method'),
  296.                     data: \$form.serialize(),
  297.                     dataType: 'json',
  298.                     beforeSend: function(xhr, settings) {
  299.                         // Buttonを無効にする
  300.                         \$('.add-cart').prop('disabled', true);
  301.                     }
  302.                 }).done(function(data) {
  303.                     // レスポンス内のメッセージをalertで表示
  304.                     \$.each(data.messages, function() {
  305.                         \$('#ec-modal-header').html(this);
  306.                     });
  307.                     \$('.ec-modal').show()
  308.                     // カートブロックを更新する
  309.                     \$.ajax({
  310.                         url: '";
  311.         // line 221
  312.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
  313.         echo "',
  314.                         type: 'GET',
  315.                         dataType: 'html'
  316.                     }).done(function(html) {
  317.                         \$('.ec-headerRole__cart').html(html);
  318.                     });
  319.                 }).fail(function(data) {
  320.                     alert('";
  321.         // line 228
  322.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart_error"), "html"nulltrue);
  323.         echo "');
  324.                 }).always(function(data) {
  325.                     // Buttonを有効にする
  326.                     \$('.add-cart').prop('disabled', false);
  327.                 });
  328.             });
  329.             var cat = \$(\".hide_class_category1 select,.hide_class_category2 select\");
  330.             \$.each(cat, function(){
  331.                 var select = \$(this);
  332.                 select.val(select.find(\"option:last\").val());
  333.                 select.trigger(\"change\");
  334.             });
  335.         });
  336.         \$('.ec-modal-wrap').on('click', function(e) {
  337.             // モーダル内の処理は外側にバブリングさせない
  338.             e.stopPropagation();
  339.         });
  340.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  341.             \$('.ec-modal').hide()
  342.         });
  343.     </script>
  344. ";
  345.         
  346.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  347.         
  348.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  349.     }
  350.     // line 253
  351.     public function block_main($context, array $blocks = [])
  352.     {
  353.         $macros $this->macros;
  354.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  355.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  356.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  357.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  358.         // line 254
  359.         echo "    ";
  360.         $context["Categories"] = twig_get_attribute($this->env$this->sourcecall_user_func_array($this->env->getFunction('repository')->getCallable(), ["Eccube\\Entity\\Category"]), "getList", [], "method"falsefalsefalse254);
  361.         // line 255
  362.         echo "    ";
  363.         $context["Cate"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'255$this->source); })()), "request", [], "any"falsefalsefalse255), "query", [], "any"falsefalsefalse255), "get", [=> "category_id"], "method"falsefalsefalse255);
  364.         // line 256
  365.         echo "    ";
  366.         $context["Search"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'256$this->source); })()), "request", [], "any"falsefalsefalse256), "query", [], "any"falsefalsefalse256), "get", [=> "name"], "method"falsefalsefalse256);
  367.         // line 257
  368.         echo "    ";
  369.         $context["EnUser"] = (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'257$this->source); })()), "request", [], "any"falsefalsefalse257), "cookies", [], "any"falsefalsefalse257), "get", [=> "en_user"], "method"falsefalsefalse257) == "Y");
  370.         // line 258
  371.         echo "
  372.     ";
  373.         // line 259
  374.         if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'259$this->source); })()) == false)) {
  375.             // line 260
  376.             echo "        ";
  377.             if (((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'260$this->source); })()) == false)) {
  378.                 // line 261
  379.                 echo "            <div class=\"page-header\">
  380.                 <img src=\"";
  381.                 // line 262
  382.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/product_main.jpg"), "html"nulltrue);
  383.                 echo "\" alt=\"\">
  384.                 <h1 class=\"page-header__title\">
  385.                     ONLINE SHOP
  386.                     ";
  387.                 // line 265
  388.                 if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'265$this->source); })()) == false)) {
  389.                     // line 266
  390.                     echo "                        <span>ダシーズファクトリー製品のご購入</span>
  391.                     ";
  392.                 }
  393.                 // line 268
  394.                 echo "                </h1>
  395.             </div>
  396.         ";
  397.             }
  398.             // line 271
  399.             echo "    ";
  400.         }
  401.         // line 272
  402.         echo "
  403.     ";
  404.         // line 273
  405.         if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'273$this->source); })()) == false)) {
  406.             // line 274
  407.             echo "        ";
  408.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'274$this->source); })()) == false)) {
  409.                 // line 275
  410.                 echo "            ";
  411.                 if (((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'275$this->source); })()) == false)) {
  412.                     // line 276
  413.                     echo "                <div class=\"breadcrumb-wrapper\">
  414.                     <ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  415.                         <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  416.                         <a itemprop=\"item\" href=\"";
  417.                     // line 279
  418.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  419.                     echo "\">
  420.                             <span itemprop=\"name\">HOME</span>
  421.                         </a>
  422.                         <meta itemprop=\"position\" content=\"1\" />
  423.                         </li>
  424.                         <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  425.                         <a itemprop=\"item\" href=\"";
  426.                     // line 285
  427.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  428.                     echo "\">
  429.                             ";
  430.                     // line 286
  431.                     if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'286$this->source); })()) == false)) {
  432.                         // line 287
  433.                         echo "                            <span itemprop=\"name\">ONLINE SHOP</span>
  434.                             ";
  435.                     } else {
  436.                         // line 289
  437.                         echo "                            <span itemprop=\"name\">トップ</span>
  438.                             ";
  439.                     }
  440.                     // line 291
  441.                     echo "                        </a>
  442.                         <meta itemprop=\"position\" content=\"2\" />
  443.                         </li>
  444.                     </ol>
  445.                 </div>
  446.             ";
  447.                 }
  448.                 // line 297
  449.                 echo "        ";
  450.             }
  451.             // line 298
  452.             echo "    ";
  453.         } else {
  454.             // line 299
  455.             echo "        ";
  456.             if (((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'299$this->source); })()) == false)) {
  457.                 // line 300
  458.                 echo "            <div class=\"breadcrumb-wrapper\">
  459.                 <ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  460.                     <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  461.                     <a itemprop=\"item\" href=\"";
  462.                 // line 303
  463.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  464.                 echo "\">
  465.                         <span itemprop=\"name\">HOME</span>
  466.                     </a>
  467.                     <meta itemprop=\"position\" content=\"1\" />
  468.                     </li>
  469.                     <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  470.                     <a itemprop=\"item\" href=\"";
  471.                 // line 309
  472.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  473.                 echo "\">
  474.                         ";
  475.                 // line 310
  476.                 if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'310$this->source); })()) == false)) {
  477.                     // line 311
  478.                     echo "                        <span itemprop=\"name\">ONLINE SHOP</span>
  479.                         ";
  480.                 } else {
  481.                     // line 313
  482.                     echo "                        <span itemprop=\"name\">トップ</span>
  483.                         ";
  484.                 }
  485.                 // line 315
  486.                 echo "                    </a>
  487.                     <meta itemprop=\"position\" content=\"2\" />
  488.                     </li>
  489.                 </ol>
  490.             </div>
  491.         ";
  492.             }
  493.             // line 321
  494.             echo "    ";
  495.         }
  496.         // line 322
  497.         echo "
  498.     ";
  499.         // line 324
  500.         if ((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'324$this->source); })())) {
  501.             // line 325
  502.             echo "        <!--<div class=\"online-store-attention\">
  503.             <p class=\"online-store-attention-p1\">■&nbsp;お知らせ</p>
  504.             <div class=\"online-store-attention-p2\">
  505.             <p>システムメンテナンスのため下記の期間は【商品発注】がご利用いただけません。</p>
  506.             <p style=\"font-weight:bold;\" class=\"online-store-attention-p1\">2022年12月1日(木)午前10時 ~ 午後1時(予定)</p>
  507.             <p>※作業状況により多少前後する場合がございます。</p></div></div>-->
  508.         <!--<div class=\"online-store-attention\">
  509.             <p class=\"online-store-attention-p1\"><span>&nbsp;夏季休業のお知らせ</span></p>
  510.             <div class=\"online-store-attention-p2\">
  511.             <p>&ensp;夏季休業期間:2024年8月10日(土)〜8月18日(日)</p>
  512.             <p>《アイス》 8月7日(水)午前12時以降のご注文は、8月16日(金)以降での発送手配予定です。</p>
  513.             <p>《コーヒー》8月7日(水)午前12時以降のご注文は、8月19日(月)以降での発送手配予定です。</p></div>
  514.             <p style=\"text-align: end;\"><a href=\"/shop/store-news/240719-02/\" style=\"color: #ef857d;\">詳しくはこちら&emsp;︎</a></p>
  515.             </div>-->
  516.         <!--<div class=\"online-store-attention\">
  517.             <p class=\"online-store-attention-p1\">■&nbsp;年末年始休業のお知らせ</p>
  518.             <div class=\"online-store-attention-p2\">
  519.             <p>休業期間:2023年12月29日(金)〜2024年1月4日(木)</p>
  520.             <p>アイス:12月27日(水)正午以降のご注文は、1月5日(金)以降の発送手配予定です。</p>
  521.             <p>コーヒー:12月27日(水)正午以降のご注文は、1月10日(水)以降の発送手配予定です。</p></div>
  522.         </div>-->
  523.             <!--<div class=\"online-store-attention\">
  524.             <p class=\"online-store-attention-p1\">臨時休業に伴う発注停止のご案内</p>
  525.             <div class=\"online-store-attention-p2\">
  526.             <p>下記の期間は発注を停止させていただきます。</p><p><span style=\"border-bottom:1px solid #333;\">2023年11月14日(火)18時〜11月17日(金)正午まで</span></p>
  527.             </div>
  528.             <p style=\"margin-top:1rem; margin-left:0.5rem;\">詳しくは<a href=\"https://darcys-factory.co.jp/shop/store-news/231027-01/\">&nbsp;新着情報&nbsp;︎</a>をご覧ください。</p>
  529.             </div>-->
  530.         <!--<div class=\"online-store-attention\" style=\"box-shadow: none; background-color:#fff;\">
  531.             <p class=\"online-store-attention-p1\" style=\"color: #231815;\">■&nbsp;大雪による配送遅延について</p>
  532.             <div class=\"online-store-attention-p2\">
  533.             <p>日本海側を中心とする大雪の影響により、商品のお届けに遅延が発生しております。お届けまで通常より日数をいただくことがございます。予めご了承ください。
  534. 詳細は<a href=\"https://www.kuronekoyamato.co.jp/ytc/chien/chien_hp.html\" target=\"_blank\">ヤマト運輸様ウェブページ</a>よりご確認ください。
  535. </p></div>
  536.             </div>-->
  537.             <div class=\"p-chain-store-heading\">
  538.             ";
  539.             // line 361
  540.             if (((isset($context["Cate"]) || array_key_exists("Cate"$context) ? $context["Cate"] : (function () { throw new RuntimeError('Variable "Cate" does not exist.'361$this->source); })()) == "8")) {
  541.                 // line 362
  542.                 echo "                <div class=\"p-chain-store-heading__text\">
  543.                 <h1 class=\"p-chain-store-heading__title\">販促品発注</h1>
  544.                 <p class=\"p-chain-store-heading__lead\">発注する商品を選んでカートに入れてください。</p>
  545.                 </div>
  546.             ";
  547.             } else {
  548.                 // line 367
  549.                 echo "                <div class=\"p-chain-store-heading__text\">
  550.                     <h1 class=\"p-chain-store-heading__title\">商品発注</h1>
  551.                     ";
  552.                 // line 372
  553.                 echo "                    <p class=\"p-chain-store-heading__lead\">数量の異なるアイスの同時決済はできません。</br>アイスは冷凍便、コーヒーは常温便でのお届けとなります。アイスとコーヒーは同時決済ができませんのでご注意ください。</p>
  554.                 </div>
  555.             ";
  556.             }
  557.             // line 375
  558.             echo "            <div class=\"p-chain-store-heading__btn\">
  559.                 <a href=\"/shop/delivery/\">お届けについて</a>
  560.             </div>
  561.         </div>
  562.     ";
  563.         }
  564.         // line 380
  565.         echo "
  566.     ";
  567.         // line 382
  568.         if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'382$this->source); })()) == false)) {
  569.             // line 383
  570.             echo "        ";
  571.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'383$this->source); })()) == false)) {
  572.                 // line 384
  573.                 echo "            ";
  574.                 if (((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'384$this->source); })()) == false)) {
  575.                     // line 385
  576.                     echo "
  577.                 ";
  578.                     // line 396
  579.                     echo "
  580.                  ";
  581.                     // line 410
  582.                     echo "
  583.                 ";
  584.                     // line 424
  585.                     echo "
  586.                 ";
  587.                     // line 434
  588.                     echo "
  589.                 <div class=\"online-store-information\">
  590.                     <p class=\"online-store-information__text\">ダシーズこだわりの商品をお楽しみください。<br><span style=\"font-size:0.9rem;\"> ※ お届け日やお支払いについての詳細は、<a href=\"/shop/guide/\">GUIDE(お買い物ガイド)</a>をご確認ください。<br>※ アイスは冷凍便、コーヒーは常温便でのお届けとなります。アイスとコーヒーは同時決済ができませんのでご注意ください。</span></p>
  591.                 </div>
  592. <div class=\"noto-box\">
  593. <div class=\"noto-flex\">
  594.     <p style=\"text-align: center;\"><img src=\"";
  595.                     // line 441
  596.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/noto.png"), "html"nulltrue);
  597.                     echo "\" alt=\"能登半島地震復興⽀援\" style=\"\"></p>
  598.     <p class=\"noto-p\"><span style=\"font-size: 1.4rem; color:#B15528; font-family: serif;\">「加賀棒ほうじ茶」</span><span style=\"font-size: 1.4rem;     font-family: serif; color:#444c32;\">で石川県を応援しよう!<br></span><span style=\"text-align: left;\">この度は令和6年に⽯川県で発⽣した地震により被災された⽅々に⼼よりお⾒舞い申し上げます。ダシーズファクトリーでは、復興を⽀援するため⽯川県で古くから親しまれてきた加賀棒ほうじ茶を使った『加賀棒ほうじ茶アイス』の売り上げの⼀部を義援⾦として⽯川県に寄付いたします。多くの⽅に召し上がっていただくことで、継続的な能登半島地震の復興⽀援につながります。</span></p>
  599. </div>
  600. </div>
  601.             ";
  602.                 }
  603.                 // line 447
  604.                 echo "        ";
  605.             }
  606.             // line 448
  607.             echo "    ";
  608.         } else {
  609.             // line 449
  610.             echo "        ";
  611.             if (((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'449$this->source); })()) == false)) {
  612.                 // line 450
  613.                 echo "            <div class=\"online-store-information\">
  614.                 <p class=\"online-store-information__text\">Shop now at Darcy’s Factory<br>What could be better than Darcy’s premium ice cream, delivered right to your door?<br><span style=\"font-size:0.9rem;\">※ To learn more about delivery and payment, check out our <a href=\"/shop/en/guide/\">Shopping Guide</a>.<br>※ Ice cream orders are delivered frozen to your door.</span></p>
  615.             </div>
  616.         ";
  617.             }
  618.             // line 454
  619.             echo "    ";
  620.         }
  621.         // line 455
  622.         echo "
  623.     ";
  624.         // line 456
  625.         if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'456$this->source); })()) == false)) {
  626.             // line 457
  627.             echo "        ";
  628.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'457$this->source); })()) == false)) {
  629.                 // line 458
  630.                 echo "            ";
  631.                 if (((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'458$this->source); })()) == false)) {
  632.                     // line 459
  633.                     echo "                <div class=\"category-tab\" style=\"margin-top:1rem;\">
  634.                     <h2 class=\"category-tab__title\">CATEGORY<span>カテゴリー</span></h2>
  635.                     <ul class=\"category-tab__list\">
  636.                         ";
  637.                     // line 462
  638.                     $context['_parent'] = $context;
  639.                     $context['_seq'] = twig_ensure_traversable((isset($context["Categories"]) || array_key_exists("Categories"$context) ? $context["Categories"] : (function () { throw new RuntimeError('Variable "Categories" does not exist.'462$this->source); })()));
  640.                     foreach ($context['_seq'] as $context["_key"] => $context["category_item"]) {
  641.                         // line 463
  642.                         echo "                            ";
  643.                         $context["continue"] = false;
  644.                         // line 464
  645.                         echo "                            ";
  646.                         if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'464$this->source); })()) == false)) {
  647.                             // line 465
  648.                             echo "                                ";
  649.                             if ((((twig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse465) == 8) || (twig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse465) == 9)) || (twig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse465) == 11))) {
  650.                                 // line 466
  651.                                 echo "                                    ";
  652.                                 $context["continue"] = true;
  653.                                 // line 467
  654.                                 echo "                                ";
  655.                             }
  656.                             // line 468
  657.                             echo "                                ";
  658.                             if ( !(isset($context["continue"]) || array_key_exists("continue"$context) ? $context["continue"] : (function () { throw new RuntimeError('Variable "continue" does not exist.'468$this->source); })())) {
  659.                                 // line 469
  660.                                 echo "                                    <li class=\"category-tab__item\">
  661.                                         <a class=\"category-";
  662.                                 // line 470
  663.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse470), "html"nulltrue);
  664.                                 echo "\" href=\"";
  665.                                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  666.                                 echo "?category_id=";
  667.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse470), "html"nulltrue);
  668.                                 echo "\">";
  669.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category_item"], "name", [], "any"falsefalsefalse470), "html"nulltrue);
  670.                                 echo "</a>
  671.                                     </li>
  672.                                 ";
  673.                             }
  674.                             // line 473
  675.                             echo "                                ";
  676.                             if ((isset($context["continue"]) || array_key_exists("continue"$context) ? $context["continue"] : (function () { throw new RuntimeError('Variable "continue" does not exist.'473$this->source); })())) {
  677.                                 // line 474
  678.                                 echo "                                    ";
  679.                                 $context["continue"] = false;
  680.                                 // line 475
  681.                                 echo "                                ";
  682.                             }
  683.                             // line 476
  684.                             echo "                            ";
  685.                         } else {
  686.                             // line 477
  687.                             echo "                                ";
  688.                             if ((((twig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse477) == 7) || (twig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse477) == 9)) || (twig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse477) == 11))) {
  689.                                 // line 478
  690.                                 echo "                                    ";
  691.                                 $context["continue"] = true;
  692.                                 // line 479
  693.                                 echo "                                ";
  694.                             }
  695.                             // line 480
  696.                             echo "                                ";
  697.                             if ( !(isset($context["continue"]) || array_key_exists("continue"$context) ? $context["continue"] : (function () { throw new RuntimeError('Variable "continue" does not exist.'480$this->source); })())) {
  698.                                 // line 481
  699.                                 echo "                                    <li class=\"category-tab__item\">
  700.                                         <a class=\"category-";
  701.                                 // line 482
  702.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse482), "html"nulltrue);
  703.                                 echo "\" href=\"";
  704.                                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  705.                                 echo "?category_id=";
  706.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category_item"], "id", [], "any"falsefalsefalse482), "html"nulltrue);
  707.                                 echo "\">";
  708.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category_item"], "name", [], "any"falsefalsefalse482), "html"nulltrue);
  709.                                 echo "</a>
  710.                                     </li>
  711.                                 ";
  712.                             }
  713.                             // line 485
  714.                             echo "                                ";
  715.                             if ((isset($context["continue"]) || array_key_exists("continue"$context) ? $context["continue"] : (function () { throw new RuntimeError('Variable "continue" does not exist.'485$this->source); })())) {
  716.                                 // line 486
  717.                                 echo "                                    ";
  718.                                 $context["continue"] = false;
  719.                                 // line 487
  720.                                 echo "                                ";
  721.                             }
  722.                             // line 488
  723.                             echo "                            ";
  724.                         }
  725.                         // line 489
  726.                         echo "                        ";
  727.                     }
  728.                     $_parent $context['_parent'];
  729.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category_item'], $context['_parent'], $context['loop']);
  730.                     $context array_intersect_key($context$_parent) + $_parent;
  731.                     // line 490
  732.                     echo "                    </ul>
  733.                 </div>
  734.                 <div class=\"send-free-box\">
  735.             <p class=\"send-free\"><img src=\"";
  736.                     // line 493
  737.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/send-free1.jpg"), "html"nulltrue);
  738.                     echo "\" alt=\"ダシーズファクトリーアイス条件達成で送料無料でお得\"></p>
  739.             <p class=\"send-free\"><img src=\"";
  740.                     // line 494
  741.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/send-free2.jpg"), "html"nulltrue);
  742.                     echo "\" alt=\"ダシーズファクトリーコーヒー条件達成で送料無料でお得\"></p>
  743.             </div>
  744.             ";
  745.                 }
  746.                 // line 497
  747.                 echo "        ";
  748.             }
  749.             // line 498
  750.             echo "    ";
  751.         }
  752.         // line 499
  753.         echo "
  754.     ";
  755.         // line 500
  756.         if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'500$this->source); })()) == false)) {
  757.             // line 501
  758.             echo "        ";
  759.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'501$this->source); })()) == false)) {
  760.                 // line 502
  761.                 echo "            ";
  762.                 if ((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'502$this->source); })())) {
  763.                     // line 503
  764.                     echo "                <div class=\"ec-searchnavRole\">
  765.                     <form name=\"form1\" id=\"form1\" method=\"get\" action=\"\">
  766.                         ";
  767.                     // line 505
  768.                     $context['_parent'] = $context;
  769.                     $context['_seq'] = twig_ensure_traversable((isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'505$this->source); })()));
  770.                     foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  771.                         // line 506
  772.                         echo "                            <input type=\"hidden\" id=\"";
  773.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse506), "id", [], "any"falsefalsefalse506), "html"nulltrue);
  774.                         echo "\"
  775.                                     name=\"";
  776.                         // line 507
  777.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse507), "full_name", [], "any"falsefalsefalse507), "html"nulltrue);
  778.                         echo "\"
  779.                                     ";
  780.                         // line 508
  781.                         if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse508), "value", [], "any"falsefalsefalse508))) {
  782.                             echo "value=\"";
  783.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse508), "value", [], "any"falsefalsefalse508), "html"nulltrue);
  784.                             echo "\" ";
  785.                         }
  786.                         echo "/>
  787.                         ";
  788.                     }
  789.                     $_parent $context['_parent'];
  790.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  791.                     $context array_intersect_key($context$_parent) + $_parent;
  792.                     // line 510
  793.                     echo "                    </form>
  794.                     <div class=\"ec-searchnavRole__topicpath\">
  795.                         <ol class=\"ec-topicpath\">
  796.                             <li class=\"ec-topicpath__item\"><a href=\"";
  797.                     // line 513
  798.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  799.                     echo "\">";
  800.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.all_category"), "html"nulltrue);
  801.                     echo "</a></li>
  802.                             <li class=\"ec-topicpath__item\"><a href=\"";
  803.                     // line 514
  804.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  805.                     echo "\">商品一覧</a></li>
  806.                                 ";
  807.                     // line 521
  808.                     echo "                            ";
  809.                     if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'521$this->source); })()), "vars", [], "any"falsefalsefalse521), "value", [], "any"falsefalsefalse521) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'521$this->source); })()), "vars", [], "any"falsefalsefalse521), "value", [], "any"falsefalsefalse521), "name", [], "any"falsefalsefalse521))) {
  810.                         // line 522
  811.                         echo "                                <li class=\"ec-topicpath__divider\">|</li>
  812.                                 <li class=\"ec-topicpath__item\">";
  813.                         // line 523
  814.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.search_result__keyword", ["%name%" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'523$this->source); })()), "vars", [], "any"falsefalsefalse523), "value", [], "any"falsefalsefalse523), "name", [], "any"falsefalsefalse523)]), "html"nulltrue);
  815.                         echo "</li>
  816.                             ";
  817.                     }
  818.                     // line 525
  819.                     echo "                        </ol>
  820.                     </div>
  821.                     <div class=\"ec-searchnavRole__infos\">
  822.                         <div class=\"ec-searchnavRole__counter\">
  823.                             ";
  824.                     // line 529
  825.                     if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'529$this->source); })()), "totalItemCount", [], "any"falsefalsefalse529) > 0)) {
  826.                         // line 530
  827.                         echo "                                ";
  828.                         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.search_result__detail", ["%count%" => twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'530$this->source); })()), "totalItemCount", [], "any"falsefalsefalse530)]);
  829.                         echo "
  830.                             ";
  831.                     } else {
  832.                         // line 532
  833.                         echo "                                <span>";
  834.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.search__product_not_found"), "html"nulltrue);
  835.                         echo "</span>
  836.                             ";
  837.                     }
  838.                     // line 534
  839.                     echo "                        </div>
  840.                         ";
  841.                     // line 535
  842.                     if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'535$this->source); })()), "totalItemCount", [], "any"falsefalsefalse535) > 0)) {
  843.                         // line 536
  844.                         echo "                            <div class=\"ec-searchnavRole__actions\">
  845.                                 <div class=\"ec-select\">
  846.                                     ";
  847.                         // line 538
  848.                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["disp_number_form"]) || array_key_exists("disp_number_form"$context) ? $context["disp_number_form"] : (function () { throw new RuntimeError('Variable "disp_number_form" does not exist.'538$this->source); })()), 'widget', ["id" => """attr" => ["class" => "disp-number"]]);
  849.                         echo "
  850.                                     ";
  851.                         // line 539
  852.                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["order_by_form"]) || array_key_exists("order_by_form"$context) ? $context["order_by_form"] : (function () { throw new RuntimeError('Variable "order_by_form" does not exist.'539$this->source); })()), 'widget', ["id" => """attr" => ["class" => "order-by"]]);
  853.                         echo "
  854.                                 </div>
  855.                             </div>
  856.                         ";
  857.                     }
  858.                     // line 543
  859.                     echo "                    </div>
  860.                 </div>
  861.             ";
  862.                 }
  863.                 // line 546
  864.                 echo "        ";
  865.             }
  866.             // line 547
  867.             echo "    ";
  868.         }
  869.         // line 548
  870.         echo "
  871.     ";
  872.         // line 549
  873.         if ((((isset($context["Search"]) || array_key_exists("Search"$context) ? $context["Search"] : (function () { throw new RuntimeError('Variable "Search" does not exist.'549$this->source); })()) || (isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'549$this->source); })())) || (isset($context["Cate"]) || array_key_exists("Cate"$context) ? $context["Cate"] : (function () { throw new RuntimeError('Variable "Cate" does not exist.'549$this->source); })()))) {
  874.             // line 550
  875.             echo "        ";
  876.             if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'550$this->source); })()), "totalItemCount", [], "any"falsefalsefalse550) > 0)) {
  877.                 // line 551
  878.                 echo "            ";
  879.                 if (((isset($context["Cate"]) || array_key_exists("Cate"$context) ? $context["Cate"] : (function () { throw new RuntimeError('Variable "Cate" does not exist.'551$this->source); })()) == "1")) {
  880.                     // line 552
  881.                     echo "                <div class=\"ec-product-category-title\">
  882.                     <h2 class=\"ec-product-category-title__title\">ICE<span style=\"font-size: 0.8rem; color: #999;\">ダシーズアイス</span></h2>
  883.                 </div><hr>
  884.             ";
  885.                 } elseif ((                // line 555
  886. (isset($context["Cate"]) || array_key_exists("Cate"$context) ? $context["Cate"] : (function () { throw new RuntimeError('Variable "Cate" does not exist.'555$this->source); })()) == "2")) {
  887.                     // line 556
  888.                     echo "                <div class=\"ec-product-category-title\">
  889.                     <h2 class=\"ec-product-category-title__title\">BREAD<span style=\"font-size: 0.8rem; color: #999;\">ブレッド</span></h2>
  890.                 </div><hr>
  891.             ";
  892.                 } elseif ((                // line 559
  893. (isset($context["Cate"]) || array_key_exists("Cate"$context) ? $context["Cate"] : (function () { throw new RuntimeError('Variable "Cate" does not exist.'559$this->source); })()) == "5")) {
  894.                     // line 560
  895.                     echo "                <div class=\"ec-product-category-title\">
  896.                     <h2 class=\"ec-product-category-title__title\">COFFEE<span style=\"font-size: 0.8rem; color: #999;\">コーヒー</span></h2>
  897.                 </div><hr>
  898.             ";
  899.                 }
  900.                 // line 564
  901.                 echo "
  902.             <div class=\"ec-shelfRole\">
  903.                 <ul class=\"ec-shelfGrid\">
  904.                     ";
  905.                 // line 567
  906.                 $context['_parent'] = $context;
  907.                 $context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'567$this->source); })()));
  908.                 foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  909.                     // line 568
  910.                     echo "                        ";
  911.                     $context["continue2"] = false;
  912.                     // line 569
  913.                     echo "                        ";
  914.                     if ((twig_get_attribute($this->env$this->source$context["Product"], "belongsToCategory", [=> 8], "method"falsefalsefalse569) && ((isset($context["Cate"]) || array_key_exists("Cate"$context) ? $context["Cate"] : (function () { throw new RuntimeError('Variable "Cate" does not exist.'569$this->source); })()) != "8"))) {
  915.                         // line 570
  916.                         echo "                            ";
  917.                         $context["continue2"] = true;
  918.                         // line 571
  919.                         echo "                        ";
  920.                     }
  921.                     // line 572
  922.                     echo "                        ";
  923.                     if ( !(isset($context["continue2"]) || array_key_exists("continue2"$context) ? $context["continue2"] : (function () { throw new RuntimeError('Variable "continue2" does not exist.'572$this->source); })())) {
  924.                         // line 573
  925.                         echo "                            ";
  926.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "belongsToCategory", [=> 9], "method"falsefalsefalse573) == false)) {
  927.                             // line 574
  928.                             echo "                                <li class=\"ec-shelfGrid__item\">
  929.                                     <a href=\"";
  930.                             // line 575
  931.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse575)]), "html"nulltrue);
  932.                             echo "\">
  933.                                         <p class=\"ec-shelfGrid__item-image\">
  934.                                             <img src=\"";
  935.                             // line 577
  936.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse577)), "save_image"), "html"nulltrue);
  937.                             echo "\" alt=\"";
  938.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse577), "html"nulltrue);
  939.                             echo "\" loading=\"lazy\">
  940.                                         </p>
  941.                                         <p class=\"ec-shelfGrid__title\">";
  942.                             // line 579
  943.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse579), "html"nulltrue);
  944.                             echo "</p>
  945.                                         ";
  946.                             // line 580
  947.                             if (twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse580)) {
  948.                                 // line 581
  949.                                 echo "                                            <p class=\"ec-shelfGrid__description\">";
  950.                                 echo nl2br(twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse581));
  951.                                 echo "</p>
  952.                                         ";
  953.                             }
  954.                             // line 583
  955.                             echo "                                        <p class=\"price02-default\">
  956.                                             ";
  957.                             // line 584
  958.                             if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse584)) {
  959.                                 // line 585
  960.                                 echo "                                                ";
  961.                                 if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse585) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse585))) {
  962.                                     // line 586
  963.                                     echo "                                                    ";
  964.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse586)), "html"nulltrue);
  965.                                     echo "
  966.                                                 ";
  967.                                 } else {
  968.                                     // line 588
  969.                                     echo "                                                    ";
  970.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse588)), "html"nulltrue);
  971.                                     echo " ~ ";
  972.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse588)), "html"nulltrue);
  973.                                     echo "
  974.                                                 ";
  975.                                 }
  976.                                 // line 590
  977.                                 echo "                                            ";
  978.                             } else {
  979.                                 // line 591
  980.                                 echo "                                                ";
  981.                                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse591)), "html"nulltrue);
  982.                                 echo "
  983.                                             ";
  984.                             }
  985.                             // line 593
  986.                             echo "                                        </p>
  987.                                     </a>
  988.                                     ";
  989.                             // line 596
  990.                             if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse596)) {
  991.                                 // line 597
  992.                                 echo "                                        ";
  993.                                 $context["form"] = twig_get_attribute($this->env$this->source, (isset($context["forms"]) || array_key_exists("forms"$context) ? $context["forms"] : (function () { throw new RuntimeError('Variable "forms" does not exist.'597$this->source); })()), twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse597), [], "array"falsefalsefalse597);
  994.                                 // line 598
  995.                                 echo "                                        <form class=\"ec-shelfGrid__form\" name=\"form";
  996.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse598), "html"nulltrue);
  997.                                 echo "\" id=\"productForm";
  998.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse598), "html"nulltrue);
  999.                                 echo "\" action=\"";
  1000.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse598)]), "html"nulltrue);
  1001.                                 echo "\" method=\"post\">
  1002.                                             <div class=\"ec-productRole__actions\">
  1003.                                                 ";
  1004.                                 // line 600
  1005.                                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse600)) {
  1006.                                     // line 601
  1007.                                     echo "                                                    ";
  1008.                                     if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category1", [], "any"falsefalsefalse601)) {
  1009.                                         // line 602
  1010.                                         echo "                                                        <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  1011.                                                     ";
  1012.                                     } else {
  1013.                                         // line 604
  1014.                                         echo "                                                        <div class=\"ec-select\">
  1015.                                                     ";
  1016.                                     }
  1017.                                     // line 606
  1018.                                     echo "
  1019.                                                         ";
  1020.                                     // line 607
  1021.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'607$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse607), 'widget');
  1022.                                     echo "
  1023.                                                         ";
  1024.                                     // line 608
  1025.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'608$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse608), 'errors');
  1026.                                     echo "
  1027.                                                     </div>
  1028.                                                     ";
  1029.                                     // line 610
  1030.                                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse610)) {
  1031.                                         // line 611
  1032.                                         echo "                                                        ";
  1033.                                         if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category2", [], "any"falsefalsefalse611)) {
  1034.                                             // line 612
  1035.                                             echo "                                                            <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  1036.                                                         ";
  1037.                                         } else {
  1038.                                             // line 614
  1039.                                             echo "                                                            <div class=\"ec-select\">
  1040.                                                         ";
  1041.                                         }
  1042.                                         // line 616
  1043.                                         echo "
  1044.                                                             ";
  1045.                                         // line 617
  1046.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'617$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse617), 'widget');
  1047.                                         echo "
  1048.                                                             ";
  1049.                                         // line 618
  1050.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'618$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse618), 'errors');
  1051.                                         echo "
  1052.                                                         </div>
  1053.                                                     ";
  1054.                                     }
  1055.                                     // line 621
  1056.                                     echo "                                                ";
  1057.                                 }
  1058.                                 // line 622
  1059.                                 echo "                                                ";
  1060.                                 if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse622)) {
  1061.                                     // line 623
  1062.                                     echo "    ";
  1063.                                     if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  1064.                                         // line 624
  1065.                                         echo "        <div class=\"ec-numberInput\" style=\"display: none;\">
  1066.     ";
  1067.                                     } else {
  1068.                                         // line 626
  1069.                                         echo "        <div class=\"ec-numberInput\">
  1070.     ";
  1071.                                     }
  1072.                                 } else {
  1073.                                     // line 629
  1074.                                     echo "    <div class=\"ec-numberInput\">
  1075. ";
  1076.                                 }
  1077.                                 // line 631
  1078.                                 echo "<span>";
  1079.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.quantity"), "html"nulltrue);
  1080.                                 echo "</span>
  1081.                                                     ";
  1082.                                 // line 632
  1083.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'632$this->source); })()), "quantity", [], "any"falsefalsefalse632), 'widget', ["attr" => ["class" => "quantity"]]);
  1084.                                 echo "
  1085.                                                     ";
  1086.                                 // line 633
  1087.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'633$this->source); })()), "quantity", [], "any"falsefalsefalse633), 'errors');
  1088.                                 echo "
  1089.                                                 </div>
  1090.                                             </div>
  1091.                                             ";
  1092.                                 // line 636
  1093.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'636$this->source); })()), 'rest');
  1094.                                 echo "
  1095.                                         </form>
  1096.                                         ";
  1097.                                 // line 638
  1098.                                 if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  1099.                                     // line 639
  1100.                                     echo "                                            <div class=\"ec-shelfGrid__btn\">
  1101.                                                 <a href=\"";
  1102.                                     // line 640
  1103.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse640)]), "html"nulltrue);
  1104.                                     echo "\">商品を選択する</a>
  1105.                                             </div>
  1106.                                         ";
  1107.                                 } else {
  1108.                                     // line 643
  1109.                                     echo "                                            <div class=\"ec-shelfGrid__btn\">
  1110.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"";
  1111.                                     // line 644
  1112.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse644), "html"nulltrue);
  1113.                                     echo "\" form=\"productForm";
  1114.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse644), "html"nulltrue);
  1115.                                     echo "\">
  1116.                                                     ";
  1117.                                     // line 645
  1118.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart"), "html"nulltrue);
  1119.                                     echo "
  1120.                                                 </button>
  1121.                                             </div>
  1122.                                         ";
  1123.                                 }
  1124.                                 // line 649
  1125.                                 echo "                                    ";
  1126.                             } else {
  1127.                                 // line 650
  1128.                                 echo "                                        <div class=\"ec-shelfGrid__btn\">
  1129.                                             <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  1130.                                                 ";
  1131.                                 // line 652
  1132.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.out_of_stock"), "html"nulltrue);
  1133.                                 echo "
  1134.                                             </button>
  1135.                                         </div>
  1136.                                     ";
  1137.                             }
  1138.                             // line 656
  1139.                             echo "                                </li>
  1140.                             ";
  1141.                         }
  1142.                         // line 658
  1143.                         echo "                        ";
  1144.                     }
  1145.                     // line 659
  1146.                     echo "                    ";
  1147.                 }
  1148.                 $_parent $context['_parent'];
  1149.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  1150.                 $context array_intersect_key($context$_parent) + $_parent;
  1151.                 // line 660
  1152.                 echo "                </ul>
  1153.             </div>
  1154.             <div class=\"ec-modal\">
  1155.                 <div class=\"ec-modal-overlay\">
  1156.                     <div class=\"ec-modal-wrap\">
  1157.                         <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  1158.                 // line 665
  1159.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  1160.                 echo "\" alt=\"\"/></span></span>
  1161.                         <div id=\"ec-modal-header\" class=\"text-center\">";
  1162.                 // line 666
  1163.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart_complete"), "html"nulltrue);
  1164.                 echo "</div>
  1165.                         <div class=\"ec-modal-box\">
  1166.                             <div class=\"ec-role\">
  1167.                                 <span class=\"ec-inlineBtn--cancel\">";
  1168.                 // line 669
  1169.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.continue"), "html"nulltrue);
  1170.                 echo "</span>
  1171.                                 <a href=\"";
  1172.                 // line 670
  1173.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  1174.                 echo "\" class=\"ec-inlineBtn--action\">";
  1175.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.go_to_cart"), "html"nulltrue);
  1176.                 echo "</a>
  1177.                             </div>
  1178.                         </div>
  1179.                     </div>
  1180.                 </div>
  1181.             </div>
  1182.             <div class=\"ec-pagerRole\">
  1183.                 ";
  1184.                 // line 677
  1185.                 $this->loadTemplate("pager.twig""__string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e"677)->display(twig_array_merge($context, ["pages" => twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'677$this->source); })()), "paginationData", [], "any"falsefalsefalse677)]));
  1186.                 // line 678
  1187.                 echo "            </div>
  1188.         ";
  1189.             }
  1190.             // line 680
  1191.             echo "    ";
  1192.         } else {
  1193.             // line 681
  1194.             echo "
  1195.         ";
  1196.             // line 682
  1197.             if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'682$this->source); })()) == false)) {
  1198.                 // line 683
  1199.                 echo "            ";
  1200.                 $context["IceProducts"] = $this->extensions['Customize\Twig\Extension\TwigExtension']->getCustomizeCategoryProduct(1);
  1201.                 // line 684
  1202.                 echo "            ";
  1203.                 $context["CoffeeProducts"] = $this->extensions['Customize\Twig\Extension\TwigExtension']->getCustomizeCategoryProduct(5);
  1204.                 // line 685
  1205.                 echo "            ";
  1206.                 $context["BreadProducts"] = $this->extensions['Customize\Twig\Extension\TwigExtension']->getCustomizeCategoryProduct(2);
  1207.                 // line 686
  1208.                 echo "
  1209.             ";
  1210.                 // line 687
  1211.                 if ((twig_length_filter($this->env, (isset($context["IceProducts"]) || array_key_exists("IceProducts"$context) ? $context["IceProducts"] : (function () { throw new RuntimeError('Variable "IceProducts" does not exist.'687$this->source); })())) > 0)) {
  1212.                     // line 688
  1213.                     echo "                <div class=\"ec-products-top-area\">
  1214.                     <div class=\"ec-product-category-title\">
  1215.                         <h2 class=\"ec-product-category-title__title\">ICE<span style=\"font-size: 0.8rem; color: #999;\">ダシーズアイス</span></h2>
  1216.                     </div><hr>
  1217.                     <div class=\"ec-shelfRole\">
  1218.                         <ul class=\"ec-shelfGrid\">
  1219.                             ";
  1220.                     // line 694
  1221.                     $context['_parent'] = $context;
  1222.                     $context['_seq'] = twig_ensure_traversable((isset($context["IceProducts"]) || array_key_exists("IceProducts"$context) ? $context["IceProducts"] : (function () { throw new RuntimeError('Variable "IceProducts" does not exist.'694$this->source); })()));
  1223.                     foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  1224.                         // line 695
  1225.                         echo "                                ";
  1226.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "belongsToCategory", [=> 9], "method"falsefalsefalse695) == false)) {
  1227.                             // line 696
  1228.                             echo "                                    <li class=\"ec-shelfGrid__item\">
  1229.                                         <a href=\"";
  1230.                             // line 697
  1231.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse697)]), "html"nulltrue);
  1232.                             echo "\">
  1233.                                             <p class=\"ec-shelfGrid__item-image\">
  1234.                                                 <img src=\"";
  1235.                             // line 699
  1236.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse699)), "save_image"), "html"nulltrue);
  1237.                             echo "\" alt=\"";
  1238.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse699), "html"nulltrue);
  1239.                             echo "\" loading=\"lazy\">
  1240.                                             </p>
  1241.                                             <p class=\"ec-shelfGrid__title\">";
  1242.                             // line 701
  1243.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse701), "html"nulltrue);
  1244.                             echo "</p>
  1245.                                             ";
  1246.                             // line 702
  1247.                             if (twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse702)) {
  1248.                                 // line 703
  1249.                                 echo "                                                <p class=\"ec-shelfGrid__description\">";
  1250.                                 echo nl2br(twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse703));
  1251.                                 echo "</p>
  1252.                                             ";
  1253.                             }
  1254.                             // line 705
  1255.                             echo "                                            <p class=\"price02-default\">
  1256.                                                 ";
  1257.                             // line 706
  1258.                             if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse706)) {
  1259.                                 // line 707
  1260.                                 echo "                                                    ";
  1261.                                 if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse707) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse707))) {
  1262.                                     // line 708
  1263.                                     echo "                                                        ";
  1264.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse708)), "html"nulltrue);
  1265.                                     echo "
  1266.                                                     ";
  1267.                                 } else {
  1268.                                     // line 710
  1269.                                     echo "                                                        ";
  1270.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse710)), "html"nulltrue);
  1271.                                     echo " ~ ";
  1272.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse710)), "html"nulltrue);
  1273.                                     echo "
  1274.                                                     ";
  1275.                                 }
  1276.                                 // line 712
  1277.                                 echo "                                                ";
  1278.                             } else {
  1279.                                 // line 713
  1280.                                 echo "                                                    ";
  1281.                                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse713)), "html"nulltrue);
  1282.                                 echo "
  1283.                                                 ";
  1284.                             }
  1285.                             // line 715
  1286.                             echo "                                            </p>
  1287.                                         </a>
  1288.                                         ";
  1289.                             // line 718
  1290.                             if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse718)) {
  1291.                                 // line 719
  1292.                                 echo "                                            ";
  1293.                                 $context["form"] = twig_get_attribute($this->env$this->source, (isset($context["forms"]) || array_key_exists("forms"$context) ? $context["forms"] : (function () { throw new RuntimeError('Variable "forms" does not exist.'719$this->source); })()), twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse719), [], "array"falsefalsefalse719);
  1294.                                 // line 720
  1295.                                 echo "                                            <form class=\"ec-shelfGrid__form\" name=\"form";
  1296.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse720), "html"nulltrue);
  1297.                                 echo "\" id=\"productForm";
  1298.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse720), "html"nulltrue);
  1299.                                 echo "\" action=\"";
  1300.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse720)]), "html"nulltrue);
  1301.                                 echo "\" method=\"post\">
  1302.                                                 <div class=\"ec-productRole__actions\">
  1303.                                                     ";
  1304.                                 // line 722
  1305.                                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse722)) {
  1306.                                     // line 723
  1307.                                     echo "                                                        ";
  1308.                                     if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category1", [], "any"falsefalsefalse723)) {
  1309.                                         // line 724
  1310.                                         echo "                                                            <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  1311.                                                         ";
  1312.                                     } else {
  1313.                                         // line 726
  1314.                                         echo "                                                            <div class=\"ec-select\">
  1315.                                                         ";
  1316.                                     }
  1317.                                     // line 728
  1318.                                     echo "
  1319.                                                             ";
  1320.                                     // line 729
  1321.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'729$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse729), 'widget');
  1322.                                     echo "
  1323.                                                             ";
  1324.                                     // line 730
  1325.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'730$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse730), 'errors');
  1326.                                     echo "
  1327.                                                         </div>
  1328.                                                         ";
  1329.                                     // line 732
  1330.                                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse732)) {
  1331.                                         // line 733
  1332.                                         echo "                                                            ";
  1333.                                         if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category2", [], "any"falsefalsefalse733)) {
  1334.                                             // line 734
  1335.                                             echo "                                                                <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  1336.                                                             ";
  1337.                                         } else {
  1338.                                             // line 736
  1339.                                             echo "                                                                <div class=\"ec-select\">
  1340.                                                             ";
  1341.                                         }
  1342.                                         // line 738
  1343.                                         echo "
  1344.                                                                 ";
  1345.                                         // line 739
  1346.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'739$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse739), 'widget');
  1347.                                         echo "
  1348.                                                                 ";
  1349.                                         // line 740
  1350.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'740$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse740), 'errors');
  1351.                                         echo "
  1352.                                                             </div>
  1353.                                                         ";
  1354.                                     }
  1355.                                     // line 743
  1356.                                     echo "                                                    ";
  1357.                                 }
  1358.                                 // line 744
  1359.                                 echo "                                                    ";
  1360.                                 if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse744)) {
  1361.                                     // line 745
  1362.                                     echo "    ";
  1363.                                     if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  1364.                                         // line 746
  1365.                                         echo "        <div class=\"ec-numberInput\" style=\"display: none;\">
  1366.     ";
  1367.                                     } else {
  1368.                                         // line 748
  1369.                                         echo "        <div class=\"ec-numberInput\">
  1370.     ";
  1371.                                     }
  1372.                                 } else {
  1373.                                     // line 751
  1374.                                     echo "    <div class=\"ec-numberInput\">
  1375. ";
  1376.                                 }
  1377.                                 // line 753
  1378.                                 echo "<span>";
  1379.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.quantity"), "html"nulltrue);
  1380.                                 echo "</span>
  1381.                                                         ";
  1382.                                 // line 754
  1383.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'754$this->source); })()), "quantity", [], "any"falsefalsefalse754), 'widget', ["attr" => ["class" => "quantity"]]);
  1384.                                 echo "
  1385.                                                         ";
  1386.                                 // line 755
  1387.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'755$this->source); })()), "quantity", [], "any"falsefalsefalse755), 'errors');
  1388.                                 echo "
  1389.                                                     </div>
  1390.                                                 </div>
  1391.                                                 ";
  1392.                                 // line 758
  1393.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'758$this->source); })()), 'rest');
  1394.                                 echo "
  1395.                                             </form>
  1396.                                             ";
  1397.                                 // line 760
  1398.                                 if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  1399.                                     // line 761
  1400.                                     echo "                                                <div class=\"ec-shelfGrid__btn\">
  1401.                                                     <a href=\"";
  1402.                                     // line 762
  1403.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse762)]), "html"nulltrue);
  1404.                                     echo "\">商品を選択する</a>
  1405.                                                 </div>
  1406.                                             ";
  1407.                                 } else {
  1408.                                     // line 765
  1409.                                     echo "                                                <div class=\"ec-shelfGrid__btn\">
  1410.                                                     <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"";
  1411.                                     // line 766
  1412.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse766), "html"nulltrue);
  1413.                                     echo "\" form=\"productForm";
  1414.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse766), "html"nulltrue);
  1415.                                     echo "\">
  1416.                                                         ";
  1417.                                     // line 767
  1418.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart"), "html"nulltrue);
  1419.                                     echo "
  1420.                                                     </button>
  1421.                                                 </div>
  1422.                                             ";
  1423.                                 }
  1424.                                 // line 771
  1425.                                 echo "                                        ";
  1426.                             } else {
  1427.                                 // line 772
  1428.                                 echo "                                            <div class=\"ec-shelfGrid__btn\">
  1429.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  1430.                                                     ";
  1431.                                 // line 774
  1432.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.out_of_stock"), "html"nulltrue);
  1433.                                 echo "
  1434.                                                 </button>
  1435.                                             </div>
  1436.                                         ";
  1437.                             }
  1438.                             // line 778
  1439.                             echo "                                    </li>
  1440.                                 ";
  1441.                         }
  1442.                         // line 780
  1443.                         echo "                            ";
  1444.                     }
  1445.                     $_parent $context['_parent'];
  1446.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  1447.                     $context array_intersect_key($context$_parent) + $_parent;
  1448.                     // line 781
  1449.                     echo "                        </ul>
  1450.                     </div>
  1451.                     <div class=\"ec-modal\">
  1452.                         <div class=\"ec-modal-overlay\">
  1453.                             <div class=\"ec-modal-wrap\">
  1454.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  1455.                     // line 786
  1456.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  1457.                     echo "\" alt=\"\"/></span></span>
  1458.                                 <div id=\"ec-modal-header\" class=\"text-center\">";
  1459.                     // line 787
  1460.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart_complete"), "html"nulltrue);
  1461.                     echo "</div>
  1462.                                 <div class=\"ec-modal-box\">
  1463.                                     <div class=\"ec-role\">
  1464.                                         <span class=\"ec-inlineBtn--cancel\">";
  1465.                     // line 790
  1466.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.continue"), "html"nulltrue);
  1467.                     echo "</span>
  1468.                                         <a href=\"";
  1469.                     // line 791
  1470.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  1471.                     echo "\" class=\"ec-inlineBtn--action\">";
  1472.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.go_to_cart"), "html"nulltrue);
  1473.                     echo "</a>
  1474.                                     </div>
  1475.                                 </div>
  1476.                             </div>
  1477.                         </div>
  1478.                     </div>
  1479.                 </div>
  1480.             ";
  1481.                 }
  1482.                 // line 799
  1483.                 echo "            ";
  1484.                 if ((twig_length_filter($this->env, (isset($context["CoffeeProducts"]) || array_key_exists("CoffeeProducts"$context) ? $context["CoffeeProducts"] : (function () { throw new RuntimeError('Variable "CoffeeProducts" does not exist.'799$this->source); })())) > 0)) {
  1485.                     // line 800
  1486.                     echo "                <div class=\"ec-products-top-area\">
  1487.                     <div class=\"ec-product-category-title\">
  1488.                         <h2 class=\"ec-product-category-title__title\">COFFEE<span style=\"font-size: 0.8rem; color: #999;\">コーヒー</span></h2>
  1489.                     </div><hr>
  1490.                     <div class=\"ec-shelfRole\">
  1491.                         <ul class=\"ec-shelfGrid\">
  1492.                             ";
  1493.                     // line 806
  1494.                     $context['_parent'] = $context;
  1495.                     $context['_seq'] = twig_ensure_traversable((isset($context["CoffeeProducts"]) || array_key_exists("CoffeeProducts"$context) ? $context["CoffeeProducts"] : (function () { throw new RuntimeError('Variable "CoffeeProducts" does not exist.'806$this->source); })()));
  1496.                     foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  1497.                         // line 807
  1498.                         echo "                                ";
  1499.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "belongsToCategory", [=> 9], "method"falsefalsefalse807) == false)) {
  1500.                             // line 808
  1501.                             echo "                                    <li class=\"ec-shelfGrid__item\">
  1502.                                         <a href=\"";
  1503.                             // line 809
  1504.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse809)]), "html"nulltrue);
  1505.                             echo "\">
  1506.                                             <p class=\"ec-shelfGrid__item-image\">
  1507.                                                 <img src=\"";
  1508.                             // line 811
  1509.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse811)), "save_image"), "html"nulltrue);
  1510.                             echo "\" alt=\"";
  1511.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse811), "html"nulltrue);
  1512.                             echo "\" loading=\"lazy\">
  1513.                                             </p>
  1514.                                             <p class=\"ec-shelfGrid__title\">";
  1515.                             // line 813
  1516.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse813), "html"nulltrue);
  1517.                             echo "</p>
  1518.                                             ";
  1519.                             // line 814
  1520.                             if (twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse814)) {
  1521.                                 // line 815
  1522.                                 echo "                                                <p class=\"ec-shelfGrid__description\">";
  1523.                                 echo nl2br(twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse815));
  1524.                                 echo "</p>
  1525.                                             ";
  1526.                             }
  1527.                             // line 817
  1528.                             echo "                                            <p class=\"price02-default\">
  1529.                                                 ";
  1530.                             // line 818
  1531.                             if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse818)) {
  1532.                                 // line 819
  1533.                                 echo "                                                    ";
  1534.                                 if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse819) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse819))) {
  1535.                                     // line 820
  1536.                                     echo "                                                        ";
  1537.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse820)), "html"nulltrue);
  1538.                                     echo "
  1539.                                                     ";
  1540.                                 } else {
  1541.                                     // line 822
  1542.                                     echo "                                                        ";
  1543.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse822)), "html"nulltrue);
  1544.                                     echo " ~ ";
  1545.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse822)), "html"nulltrue);
  1546.                                     echo "
  1547.                                                     ";
  1548.                                 }
  1549.                                 // line 824
  1550.                                 echo "                                                ";
  1551.                             } else {
  1552.                                 // line 825
  1553.                                 echo "                                                    ";
  1554.                                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse825)), "html"nulltrue);
  1555.                                 echo "
  1556.                                                 ";
  1557.                             }
  1558.                             // line 827
  1559.                             echo "                                            </p>
  1560.                                         </a>
  1561.                                         ";
  1562.                             // line 830
  1563.                             if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse830)) {
  1564.                                 // line 831
  1565.                                 echo "                                            ";
  1566.                                 $context["form"] = twig_get_attribute($this->env$this->source, (isset($context["forms"]) || array_key_exists("forms"$context) ? $context["forms"] : (function () { throw new RuntimeError('Variable "forms" does not exist.'831$this->source); })()), twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse831), [], "array"falsefalsefalse831);
  1567.                                 // line 832
  1568.                                 echo "                                            <form class=\"ec-shelfGrid__form\" name=\"form";
  1569.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse832), "html"nulltrue);
  1570.                                 echo "\" id=\"productForm";
  1571.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse832), "html"nulltrue);
  1572.                                 echo "\" action=\"";
  1573.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse832)]), "html"nulltrue);
  1574.                                 echo "\" method=\"post\">
  1575.                                                 <div class=\"ec-productRole__actions\">
  1576.                                                     ";
  1577.                                 // line 834
  1578.                                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse834)) {
  1579.                                     // line 835
  1580.                                     echo "                                                        ";
  1581.                                     if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category1", [], "any"falsefalsefalse835)) {
  1582.                                         // line 836
  1583.                                         echo "                                                            <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  1584.                                                         ";
  1585.                                     } else {
  1586.                                         // line 838
  1587.                                         echo "                                                            <div class=\"ec-select\">
  1588.                                                         ";
  1589.                                     }
  1590.                                     // line 840
  1591.                                     echo "
  1592.                                                             ";
  1593.                                     // line 841
  1594.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'841$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse841), 'widget');
  1595.                                     echo "
  1596.                                                             ";
  1597.                                     // line 842
  1598.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'842$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse842), 'errors');
  1599.                                     echo "
  1600.                                                         </div>
  1601.                                                         ";
  1602.                                     // line 844
  1603.                                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse844)) {
  1604.                                         // line 845
  1605.                                         echo "                                                            ";
  1606.                                         if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category2", [], "any"falsefalsefalse845)) {
  1607.                                             // line 846
  1608.                                             echo "                                                                <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  1609.                                                             ";
  1610.                                         } else {
  1611.                                             // line 848
  1612.                                             echo "                                                                <div class=\"ec-select\">
  1613.                                                             ";
  1614.                                         }
  1615.                                         // line 850
  1616.                                         echo "
  1617.                                                                 ";
  1618.                                         // line 851
  1619.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'851$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse851), 'widget');
  1620.                                         echo "
  1621.                                                                 ";
  1622.                                         // line 852
  1623.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'852$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse852), 'errors');
  1624.                                         echo "
  1625.                                                             </div>
  1626.                                                         ";
  1627.                                     }
  1628.                                     // line 855
  1629.                                     echo "                                                    ";
  1630.                                 }
  1631.                                 // line 856
  1632.                                 echo "                                                    ";
  1633.                                 if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse856)) {
  1634.                                     // line 857
  1635.                                     echo "    ";
  1636.                                     if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  1637.                                         // line 858
  1638.                                         echo "        <div class=\"ec-numberInput\" style=\"display: none;\">
  1639.     ";
  1640.                                     } else {
  1641.                                         // line 860
  1642.                                         echo "        <div class=\"ec-numberInput\">
  1643.     ";
  1644.                                     }
  1645.                                 } else {
  1646.                                     // line 863
  1647.                                     echo "    <div class=\"ec-numberInput\">
  1648. ";
  1649.                                 }
  1650.                                 // line 865
  1651.                                 echo "<span>";
  1652.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.quantity"), "html"nulltrue);
  1653.                                 echo "</span>
  1654.                                                         ";
  1655.                                 // line 866
  1656.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'866$this->source); })()), "quantity", [], "any"falsefalsefalse866), 'widget', ["attr" => ["class" => "quantity"]]);
  1657.                                 echo "
  1658.                                                         ";
  1659.                                 // line 867
  1660.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'867$this->source); })()), "quantity", [], "any"falsefalsefalse867), 'errors');
  1661.                                 echo "
  1662.                                                     </div>
  1663.                                                 </div>
  1664.                                                 ";
  1665.                                 // line 870
  1666.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'870$this->source); })()), 'rest');
  1667.                                 echo "
  1668.                                             </form>
  1669.                                             <div class=\"ec-shelfGrid__btn\">
  1670.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"";
  1671.                                 // line 873
  1672.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse873), "html"nulltrue);
  1673.                                 echo "\" form=\"productForm";
  1674.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse873), "html"nulltrue);
  1675.                                 echo "\">
  1676.                                                     ";
  1677.                                 // line 874
  1678.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart"), "html"nulltrue);
  1679.                                 echo "
  1680.                                                 </button>
  1681.                                             </div>
  1682.                                         ";
  1683.                             } else {
  1684.                                 // line 878
  1685.                                 echo "                                            <div class=\"ec-shelfGrid__btn\">
  1686.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  1687.                                                     ";
  1688.                                 // line 880
  1689.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.out_of_stock"), "html"nulltrue);
  1690.                                 echo "
  1691.                                                 </button>
  1692.                                             </div>
  1693.                                         ";
  1694.                             }
  1695.                             // line 884
  1696.                             echo "                                    </li>
  1697.                                 ";
  1698.                         }
  1699.                         // line 886
  1700.                         echo "                            ";
  1701.                     }
  1702.                     $_parent $context['_parent'];
  1703.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  1704.                     $context array_intersect_key($context$_parent) + $_parent;
  1705.                     // line 887
  1706.                     echo "                        </ul>
  1707.                     </div>
  1708.                     <div class=\"ec-modal\">
  1709.                         <div class=\"ec-modal-overlay\">
  1710.                             <div class=\"ec-modal-wrap\">
  1711.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  1712.                     // line 892
  1713.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  1714.                     echo "\" alt=\"\"/></span></span>
  1715.                                 <div id=\"ec-modal-header\" class=\"text-center\">";
  1716.                     // line 893
  1717.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart_complete"), "html"nulltrue);
  1718.                     echo "</div>
  1719.                                 <div class=\"ec-modal-box\">
  1720.                                     <div class=\"ec-role\">
  1721.                                         <span class=\"ec-inlineBtn--cancel\">";
  1722.                     // line 896
  1723.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.continue"), "html"nulltrue);
  1724.                     echo "</span>
  1725.                                         <a href=\"";
  1726.                     // line 897
  1727.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  1728.                     echo "\" class=\"ec-inlineBtn--action\">";
  1729.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.go_to_cart"), "html"nulltrue);
  1730.                     echo "</a>
  1731.                                     </div>
  1732.                                 </div>
  1733.                             </div>
  1734.                         </div>
  1735.                     </div>
  1736.                 </div>
  1737.             ";
  1738.                 }
  1739.                 // line 905
  1740.                 echo "            ";
  1741.                 if ((twig_length_filter($this->env, (isset($context["BreadProducts"]) || array_key_exists("BreadProducts"$context) ? $context["BreadProducts"] : (function () { throw new RuntimeError('Variable "BreadProducts" does not exist.'905$this->source); })())) > 0)) {
  1742.                     // line 906
  1743.                     echo "                <div class=\"ec-products-top-area\">
  1744.                     <div class=\"ec-product-category-title\">
  1745.                         <h2 class=\"ec-product-category-title__title\">BREAD<span style=\"font-size: 0.8rem; color: #999;\">ブレッド</span></h2>
  1746.                     </div><hr>
  1747.                     <div class=\"ec-shelfRole\">
  1748.                         <ul class=\"ec-shelfGrid\">
  1749.                             ";
  1750.                     // line 912
  1751.                     $context['_parent'] = $context;
  1752.                     $context['_seq'] = twig_ensure_traversable((isset($context["BreadProducts"]) || array_key_exists("BreadProducts"$context) ? $context["BreadProducts"] : (function () { throw new RuntimeError('Variable "BreadProducts" does not exist.'912$this->source); })()));
  1753.                     foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  1754.                         // line 913
  1755.                         echo "                                ";
  1756.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "belongsToCategory", [=> 9], "method"falsefalsefalse913) == false)) {
  1757.                             // line 914
  1758.                             echo "                                    <li class=\"ec-shelfGrid__item\">
  1759.                                         <a href=\"";
  1760.                             // line 915
  1761.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse915)]), "html"nulltrue);
  1762.                             echo "\">
  1763.                                             <p class=\"ec-shelfGrid__item-image\">
  1764.                                                 <img src=\"";
  1765.                             // line 917
  1766.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse917)), "save_image"), "html"nulltrue);
  1767.                             echo "\" alt=\"";
  1768.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse917), "html"nulltrue);
  1769.                             echo "\" loading=\"lazy\">
  1770.                                             </p>
  1771.                                             <p class=\"ec-shelfGrid__title\">";
  1772.                             // line 919
  1773.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse919), "html"nulltrue);
  1774.                             echo "</p>
  1775.                                             ";
  1776.                             // line 920
  1777.                             if (twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse920)) {
  1778.                                 // line 921
  1779.                                 echo "                                                <p class=\"ec-shelfGrid__title\">";
  1780.                                 echo nl2br(twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse921));
  1781.                                 echo "</p>
  1782.                                             ";
  1783.                             }
  1784.                             // line 923
  1785.                             echo "                                            <p class=\"price02-default\">
  1786.                                                 ";
  1787.                             // line 924
  1788.                             if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse924)) {
  1789.                                 // line 925
  1790.                                 echo "                                                    ";
  1791.                                 if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse925) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse925))) {
  1792.                                     // line 926
  1793.                                     echo "                                                        ";
  1794.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse926)), "html"nulltrue);
  1795.                                     echo "
  1796.                                                     ";
  1797.                                 } else {
  1798.                                     // line 928
  1799.                                     echo "                                                        ";
  1800.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse928)), "html"nulltrue);
  1801.                                     echo " ~ ";
  1802.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse928)), "html"nulltrue);
  1803.                                     echo "
  1804.                                                     ";
  1805.                                 }
  1806.                                 // line 930
  1807.                                 echo "                                                ";
  1808.                             } else {
  1809.                                 // line 931
  1810.                                 echo "                                                    ";
  1811.                                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse931)), "html"nulltrue);
  1812.                                 echo "
  1813.                                                 ";
  1814.                             }
  1815.                             // line 933
  1816.                             echo "                                            </p>
  1817.                                         </a>
  1818.                                         ";
  1819.                             // line 936
  1820.                             if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse936)) {
  1821.                                 // line 937
  1822.                                 echo "                                            ";
  1823.                                 $context["form"] = twig_get_attribute($this->env$this->source, (isset($context["forms"]) || array_key_exists("forms"$context) ? $context["forms"] : (function () { throw new RuntimeError('Variable "forms" does not exist.'937$this->source); })()), twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse937), [], "array"falsefalsefalse937);
  1824.                                 // line 938
  1825.                                 echo "                                            <form class=\"ec-shelfGrid__form\" name=\"form";
  1826.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse938), "html"nulltrue);
  1827.                                 echo "\" id=\"productForm";
  1828.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse938), "html"nulltrue);
  1829.                                 echo "\" action=\"";
  1830.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse938)]), "html"nulltrue);
  1831.                                 echo "\" method=\"post\">
  1832.                                                 <div class=\"ec-productRole__actions\">
  1833.                                                     ";
  1834.                                 // line 940
  1835.                                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse940)) {
  1836.                                     // line 941
  1837.                                     echo "                                                        ";
  1838.                                     if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category1", [], "any"falsefalsefalse941)) {
  1839.                                         // line 942
  1840.                                         echo "                                                            <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  1841.                                                         ";
  1842.                                     } else {
  1843.                                         // line 944
  1844.                                         echo "                                                            <div class=\"ec-select\">
  1845.                                                         ";
  1846.                                     }
  1847.                                     // line 946
  1848.                                     echo "
  1849.                                                             ";
  1850.                                     // line 947
  1851.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'947$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse947), 'widget');
  1852.                                     echo "
  1853.                                                             ";
  1854.                                     // line 948
  1855.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'948$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse948), 'errors');
  1856.                                     echo "
  1857.                                                         </div>
  1858.                                                         ";
  1859.                                     // line 950
  1860.                                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse950)) {
  1861.                                         // line 951
  1862.                                         echo "                                                            ";
  1863.                                         if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category2", [], "any"falsefalsefalse951)) {
  1864.                                             // line 952
  1865.                                             echo "                                                                <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  1866.                                                             ";
  1867.                                         } else {
  1868.                                             // line 954
  1869.                                             echo "                                                                <div class=\"ec-select\">
  1870.                                                             ";
  1871.                                         }
  1872.                                         // line 956
  1873.                                         echo "
  1874.                                                                 ";
  1875.                                         // line 957
  1876.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'957$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse957), 'widget');
  1877.                                         echo "
  1878.                                                                 ";
  1879.                                         // line 958
  1880.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'958$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse958), 'errors');
  1881.                                         echo "
  1882.                                                             </div>
  1883.                                                         ";
  1884.                                     }
  1885.                                     // line 961
  1886.                                     echo "                                                    ";
  1887.                                 }
  1888.                                 // line 962
  1889.                                 echo "                                                    ";
  1890.                                 if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse962)) {
  1891.                                     // line 963
  1892.                                     echo "    ";
  1893.                                     if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  1894.                                         // line 964
  1895.                                         echo "        <div class=\"ec-numberInput\" style=\"display: none;\">
  1896.     ";
  1897.                                     } else {
  1898.                                         // line 966
  1899.                                         echo "        <div class=\"ec-numberInput\">
  1900.     ";
  1901.                                     }
  1902.                                 } else {
  1903.                                     // line 969
  1904.                                     echo "    <div class=\"ec-numberInput\">
  1905. ";
  1906.                                 }
  1907.                                 // line 971
  1908.                                 echo "<span>";
  1909.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.quantity"), "html"nulltrue);
  1910.                                 echo "</span>
  1911.                                                         ";
  1912.                                 // line 972
  1913.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'972$this->source); })()), "quantity", [], "any"falsefalsefalse972), 'widget', ["attr" => ["class" => "quantity"]]);
  1914.                                 echo "
  1915.                                                         ";
  1916.                                 // line 973
  1917.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'973$this->source); })()), "quantity", [], "any"falsefalsefalse973), 'errors');
  1918.                                 echo "
  1919.                                                     </div>
  1920.                                                 </div>
  1921.                                                 ";
  1922.                                 // line 976
  1923.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'976$this->source); })()), 'rest');
  1924.                                 echo "
  1925.                                             </form>
  1926.                                             <div class=\"ec-shelfGrid__btn\">
  1927.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"";
  1928.                                 // line 979
  1929.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse979), "html"nulltrue);
  1930.                                 echo "\" form=\"productForm";
  1931.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse979), "html"nulltrue);
  1932.                                 echo "\">
  1933.                                                     ";
  1934.                                 // line 980
  1935.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart"), "html"nulltrue);
  1936.                                 echo "
  1937.                                                 </button>
  1938.                                             </div>
  1939.                                         ";
  1940.                             } else {
  1941.                                 // line 984
  1942.                                 echo "                                            <div class=\"ec-shelfGrid__btn\">
  1943.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  1944.                                                     ";
  1945.                                 // line 986
  1946.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.out_of_stock"), "html"nulltrue);
  1947.                                 echo "
  1948.                                                 </button>
  1949.                                             </div>
  1950.                                         ";
  1951.                             }
  1952.                             // line 990
  1953.                             echo "                                    </li>
  1954.                                 ";
  1955.                         }
  1956.                         // line 992
  1957.                         echo "                            ";
  1958.                     }
  1959.                     $_parent $context['_parent'];
  1960.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  1961.                     $context array_intersect_key($context$_parent) + $_parent;
  1962.                     // line 993
  1963.                     echo "                        </ul>
  1964.                     </div>
  1965.                     <div class=\"ec-modal\">
  1966.                         <div class=\"ec-modal-overlay\">
  1967.                             <div class=\"ec-modal-wrap\">
  1968.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  1969.                     // line 998
  1970.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  1971.                     echo "\" alt=\"\"/></span></span>
  1972.                                 <div id=\"ec-modal-header\" class=\"text-center\">";
  1973.                     // line 999
  1974.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.add_cart_complete"), "html"nulltrue);
  1975.                     echo "</div>
  1976.                                 <div class=\"ec-modal-box\">
  1977.                                     <div class=\"ec-role\">
  1978.                                         <span class=\"ec-inlineBtn--cancel\">";
  1979.                     // line 1002
  1980.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.product.continue"), "html"nulltrue);
  1981.                     echo "</span>
  1982.                                         <a href=\"";
  1983.                     // line 1003
  1984.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  1985.                     echo "\" class=\"ec-inlineBtn--action\">";
  1986.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.go_to_cart"), "html"nulltrue);
  1987.                     echo "</a>
  1988.                                     </div>
  1989.                                 </div>
  1990.                             </div>
  1991.                         </div>
  1992.                     </div>
  1993.                 </div>
  1994.             ";
  1995.                 }
  1996.                 // line 1011
  1997.                 echo "            ";
  1998.                 // line 1117
  1999.                 echo "        ";
  2000.             } else {
  2001.                 // line 1118
  2002.                 echo "            ";
  2003.                 $context["EnProducts"] = $this->extensions['Customize\Twig\Extension\TwigExtension']->getCustomizeCategoryProduct(11);
  2004.                 // line 1119
  2005.                 echo "
  2006.             ";
  2007.                 // line 1120
  2008.                 if ((twig_length_filter($this->env, (isset($context["EnProducts"]) || array_key_exists("EnProducts"$context) ? $context["EnProducts"] : (function () { throw new RuntimeError('Variable "EnProducts" does not exist.'1120$this->source); })())) > 0)) {
  2009.                     // line 1121
  2010.                     echo "                <div class=\"ec-products-top-area\">
  2011.                     <div class=\"ec-product-category-title\">
  2012.                         <h2 class=\"ec-product-category-title__title\">PRODUCTS</h2>
  2013.                     </div><hr>
  2014.                     <div class=\"ec-shelfRole\">
  2015.                         <ul class=\"ec-shelfGrid\">
  2016.                             ";
  2017.                     // line 1127
  2018.                     $context['_parent'] = $context;
  2019.                     $context['_seq'] = twig_ensure_traversable((isset($context["EnProducts"]) || array_key_exists("EnProducts"$context) ? $context["EnProducts"] : (function () { throw new RuntimeError('Variable "EnProducts" does not exist.'1127$this->source); })()));
  2020.                     foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  2021.                         // line 1128
  2022.                         echo "                                ";
  2023.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "belongsToCategory", [=> 9], "method"falsefalsefalse1128) == false)) {
  2024.                             // line 1129
  2025.                             echo "                                    <li class=\"ec-shelfGrid__item\">
  2026.                                         <a href=\"";
  2027.                             // line 1130
  2028.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1130)]), "html"nulltrue);
  2029.                             echo "\">
  2030.                                             <p class=\"ec-shelfGrid__item-image\">
  2031.                                                 <img src=\"";
  2032.                             // line 1132
  2033.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse1132)), "save_image"), "html"nulltrue);
  2034.                             echo "\" alt=\"";
  2035.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse1132), "html"nulltrue);
  2036.                             echo "\" loading=\"lazy\">
  2037.                                             </p>
  2038.                                             <p class=\"ec-shelfGrid__title\">";
  2039.                             // line 1134
  2040.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse1134), "html"nulltrue);
  2041.                             echo "</p>
  2042.                                             ";
  2043.                             // line 1135
  2044.                             if (twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse1135)) {
  2045.                                 // line 1136
  2046.                                 echo "                                                <p class=\"ec-shelfGrid__description\">";
  2047.                                 echo nl2br(twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse1136));
  2048.                                 echo "</p>
  2049.                                             ";
  2050.                             }
  2051.                             // line 1138
  2052.                             echo "                                            <p class=\"price02-default\">
  2053.                                                 ";
  2054.                             // line 1139
  2055.                             if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse1139)) {
  2056.                                 // line 1140
  2057.                                 echo "                                                    ";
  2058.                                 if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse1140) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse1140))) {
  2059.                                     // line 1141
  2060.                                     echo "                                                        ";
  2061.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse1141)), "html"nulltrue);
  2062.                                     echo "
  2063.                                                     ";
  2064.                                 } else {
  2065.                                     // line 1143
  2066.                                     echo "                                                        ";
  2067.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse1143)), "html"nulltrue);
  2068.                                     echo " ~ ";
  2069.                                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse1143)), "html"nulltrue);
  2070.                                     echo "
  2071.                                                     ";
  2072.                                 }
  2073.                                 // line 1145
  2074.                                 echo "                                                ";
  2075.                             } else {
  2076.                                 // line 1146
  2077.                                 echo "                                                    ";
  2078.                                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse1146)), "html"nulltrue);
  2079.                                 echo "
  2080.                                                 ";
  2081.                             }
  2082.                             // line 1148
  2083.                             echo "                                            </p>
  2084.                                         </a>
  2085.                                         ";
  2086.                             // line 1151
  2087.                             if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse1151)) {
  2088.                                 // line 1152
  2089.                                 echo "                                            ";
  2090.                                 $context["form"] = twig_get_attribute($this->env$this->source, (isset($context["forms"]) || array_key_exists("forms"$context) ? $context["forms"] : (function () { throw new RuntimeError('Variable "forms" does not exist.'1152$this->source); })()), twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1152), [], "array"falsefalsefalse1152);
  2091.                                 // line 1153
  2092.                                 echo "                                            <form class=\"ec-shelfGrid__form\" name=\"form";
  2093.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1153), "html"nulltrue);
  2094.                                 echo "\" id=\"productForm";
  2095.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1153), "html"nulltrue);
  2096.                                 echo "\" action=\"";
  2097.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1153)]), "html"nulltrue);
  2098.                                 echo "\" method=\"post\">
  2099.                                                 <div class=\"ec-productRole__actions\">
  2100.                                                     ";
  2101.                                 // line 1155
  2102.                                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse1155)) {
  2103.                                     // line 1156
  2104.                                     echo "                                                        ";
  2105.                                     if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category1", [], "any"falsefalsefalse1156)) {
  2106.                                         // line 1157
  2107.                                         echo "                                                            <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  2108.                                                         ";
  2109.                                     } else {
  2110.                                         // line 1159
  2111.                                         echo "                                                            <div class=\"ec-select\">
  2112.                                                         ";
  2113.                                     }
  2114.                                     // line 1161
  2115.                                     echo "
  2116.                                                             ";
  2117.                                     // line 1162
  2118.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1162$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse1162), 'widget');
  2119.                                     echo "
  2120.                                                             ";
  2121.                                     // line 1163
  2122.                                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1163$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse1163), 'errors');
  2123.                                     echo "
  2124.                                                         </div>
  2125.                                                         ";
  2126.                                     // line 1165
  2127.                                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse1165)) {
  2128.                                         // line 1166
  2129.                                         echo "                                                            ";
  2130.                                         if (twig_get_attribute($this->env$this->source$context["Product"], "hide_class_category2", [], "any"falsefalsefalse1166)) {
  2131.                                             // line 1167
  2132.                                             echo "                                                                <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  2133.                                                             ";
  2134.                                         } else {
  2135.                                             // line 1169
  2136.                                             echo "                                                                <div class=\"ec-select\">
  2137.                                                             ";
  2138.                                         }
  2139.                                         // line 1171
  2140.                                         echo "
  2141.                                                                 ";
  2142.                                         // line 1172
  2143.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1172$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse1172), 'widget');
  2144.                                         echo "
  2145.                                                                 ";
  2146.                                         // line 1173
  2147.                                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1173$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse1173), 'errors');
  2148.                                         echo "
  2149.                                                             </div>
  2150.                                                         ";
  2151.                                     }
  2152.                                     // line 1176
  2153.                                     echo "                                                    ";
  2154.                                 }
  2155.                                 // line 1177
  2156.                                 echo "                                                    ";
  2157.                                 if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse1177)) {
  2158.                                     // line 1178
  2159.                                     echo "    ";
  2160.                                     if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  2161.                                         // line 1179
  2162.                                         echo "        <div class=\"ec-numberInput\" style=\"display: none;\">
  2163.     ";
  2164.                                     } else {
  2165.                                         // line 1181
  2166.                                         echo "        <div class=\"ec-numberInput\">
  2167.     ";
  2168.                                     }
  2169.                                 } else {
  2170.                                     // line 1184
  2171.                                     echo "    <div class=\"ec-numberInput\">
  2172. ";
  2173.                                 }
  2174.                                 // line 1186
  2175.                                 echo "<span>Quantity</span>
  2176.                                                         ";
  2177.                                 // line 1187
  2178.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1187$this->source); })()), "quantity", [], "any"falsefalsefalse1187), 'widget', ["attr" => ["class" => "quantity"]]);
  2179.                                 echo "
  2180.                                                         ";
  2181.                                 // line 1188
  2182.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1188$this->source); })()), "quantity", [], "any"falsefalsefalse1188), 'errors');
  2183.                                 echo "
  2184.                                                     </div>
  2185.                                                 </div>
  2186.                                                 ";
  2187.                                 // line 1191
  2188.                                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'1191$this->source); })()), 'rest');
  2189.                                 echo "
  2190.                                             </form>
  2191.                                             ";
  2192.                                 // line 1193
  2193.                                 if ($this->extensions['Plugin\KokokaraSelect\Twig\KokokaraSelectTwigExtension']->isKsProduct($context["Product"])) {
  2194.                                     // line 1194
  2195.                                     echo "                                                <div class=\"ec-shelfGrid__btn\">
  2196.                                                     <a href=\"";
  2197.                                     // line 1195
  2198.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1195)]), "html"nulltrue);
  2199.                                     echo "\">商品を選択する</a>
  2200.                                                 </div>
  2201.                                             ";
  2202.                                 } else {
  2203.                                     // line 1198
  2204.                                     echo "                                                <div class=\"ec-shelfGrid__btn\">
  2205.                                                     <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"";
  2206.                                     // line 1199
  2207.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1199), "html"nulltrue);
  2208.                                     echo "\" form=\"productForm";
  2209.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse1199), "html"nulltrue);
  2210.                                     echo "\">
  2211.                                                         Add to Cart
  2212.                                                     </button>
  2213.                                                 </div>
  2214.                                             ";
  2215.                                 }
  2216.                                 // line 1204
  2217.                                 echo "                                        ";
  2218.                             } else {
  2219.                                 // line 1205
  2220.                                 echo "                                            <div class=\"ec-shelfGrid__btn\">
  2221.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  2222.                                                     Out of Stock
  2223.                                                 </button>
  2224.                                             </div>
  2225.                                         ";
  2226.                             }
  2227.                             // line 1211
  2228.                             echo "                                    </li>
  2229.                                 ";
  2230.                         }
  2231.                         // line 1213
  2232.                         echo "                            ";
  2233.                     }
  2234.                     $_parent $context['_parent'];
  2235.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  2236.                     $context array_intersect_key($context$_parent) + $_parent;
  2237.                     // line 1214
  2238.                     echo "                        </ul>
  2239.                     </div>
  2240.                     <div class=\"ec-modal\">
  2241.                         <div class=\"ec-modal-overlay\">
  2242.                             <div class=\"ec-modal-wrap\">
  2243.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  2244.                     // line 1219
  2245.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  2246.                     echo "\" alt=\"\"/></span></span>
  2247.                                 <div class=\"text-center\">Added to cart.</div>
  2248.                                 <div class=\"ec-modal-box\">
  2249.                                     <div class=\"ec-role\">
  2250.                                         <span class=\"ec-inlineBtn--cancel\">Keep shopping</span>
  2251.                                         <a href=\"";
  2252.                     // line 1224
  2253.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  2254.                     echo "\" class=\"ec-inlineBtn--action\">Go to Cart</a>
  2255.                                     </div>
  2256.                                 </div>
  2257.                             </div>
  2258.                         </div>
  2259.                     </div>
  2260.                 </div>
  2261.             ";
  2262.                 }
  2263.                 // line 1232
  2264.                 echo "        ";
  2265.             }
  2266.             // line 1233
  2267.             echo "    ";
  2268.         }
  2269.         // line 1234
  2270.         echo "
  2271.     ";
  2272.         // line 1235
  2273.         if ((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'1235$this->source); })())) {
  2274.             // line 1236
  2275.             echo "        <div class=\"faq-box\">
  2276.             <div class=\"cp_qa\">
  2277.                 <div class=\"cp_actab\">
  2278.                     <input id=\"cp_tabfour01\" type=\"checkbox\" name=\"tabs\"><br>
  2279.                     <label for=\"cp_tabfour01\">How much is shipping?</label>
  2280.                     <div class=\"cp_actab-content\">
  2281.                         <p>Shipping is free for items over 6,000 yen.</p>
  2282.                     </div>
  2283.                 </div>
  2284.                 <div class=\"cp_actab\">
  2285.                     <input id=\"cp_tabfour02\" type=\"checkbox\" name=\"tabs\"><br>
  2286.                     <label for=\"cp_tabfour02\">Is gift delivery possible?</label>
  2287.                     <div class=\"cp_actab-content\">
  2288.                         <p>For gift delivery we do not offer wrapping paper.<br>Items will be packaged in a presentation box suitable for gifts. If you are sending it as a birthday gift, we can include a birthday sticker. Please fill out the \"Requests\"  field on the order process screen.</p>
  2289.                     </div>
  2290.                 </div>
  2291.                 <div class=\"cp_actab\">
  2292.                     <input id=\"cp_tabfour03\" type=\"checkbox\" name=\"tabs\"><br>
  2293.                     <label for=\"cp_tabfour03\">How many days does it take to receive the product?</label>
  2294.                     <div class=\"cp_actab-content\">
  2295.                         <p>We will ship your order within 3-5 business days.<br>In the unlikely event that there is a delay in shipping, we will contact you by email.<br>*Shipping operations are closed on weekends, holidays, and during long holidays.</p>
  2296.                     </div>
  2297.                 </div>
  2298.                 <div class=\"cp_actab\">
  2299.                     <input id=\"cp_tabfour04\" type=\"checkbox\" name=\"tabs\"><br>
  2300.                     <label for=\"cp_tabfour04\">Can we pick a date?</label>
  2301.                     <div class=\"cp_actab-content\">
  2302.                         <p>You can choose the delivery date and time on the order process screen.<br>You can choose the delivery date from 8 days after the order date.<br>〈Time slots〉<br>・Morning<br>・2pm-4pm<br>・4pm-6pm<br>・6pm-8pm<br>・7pm-9pm<br>*Since ice cream is a frozen product, please make sure to set a date and time when you can receive it.</p>
  2303.                     </div>
  2304.                 </div>
  2305.                 <div class=\"cp_actab\">
  2306.                     <input id=\"cp_tabfour05\" type=\"checkbox\" name=\"tabs\"><br>
  2307.                     <label for=\"cp_tabfour05\">How to cancel the order?</label>
  2308.                     <div class=\"cp_actab-content\">
  2309.                         <p>If you wish to cancel your order, please contact us by email within 2 days of placing the order.<br>We cannot accept cancellations or changes to orders after the product has been shipped.<br>Email: infor@darcys-factory.co.jp</p>
  2310.                     </div>
  2311.                 </div>
  2312.                 <div class=\"cp_actab\">
  2313.                     <input id=\"cp_tabfour06\" type=\"checkbox\" name=\"tabs\"><br>
  2314.                     <label for=\"cp_tabfour06\">How can we get a receipt?</label>
  2315.                     <div class=\"cp_actab-content\">
  2316.                         <p>A receipt can be issued 1-2 days after the product is shipped by accessing the receipt issuing URL included in the order confirmation email.</p>
  2317.                     </div>
  2318.                 </div>
  2319.             </div>
  2320.         </div>
  2321.     ";
  2322.         }
  2323.         // line 1283
  2324.         echo "
  2325. ";
  2326.         
  2327.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2328.         
  2329.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2330.     }
  2331.     public function getTemplateName()
  2332.     {
  2333.         return "__string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e";
  2334.     }
  2335.     public function isTraitable()
  2336.     {
  2337.         return false;
  2338.     }
  2339.     public function getDebugInfo()
  2340.     {
  2341.         return array (  2369 => 1283,  2320 => 1236,  2318 => 1235,  2315 => 1234,  2312 => 1233,  2309 => 1232,  2298 => 1224,  2290 => 1219,  2283 => 1214,  2277 => 1213,  2273 => 1211,  2265 => 1205,  2262 => 1204,  2252 => 1199,  2249 => 1198,  2243 => 1195,  2240 => 1194,  2238 => 1193,  2233 => 1191,  2227 => 1188,  2223 => 1187,  2220 => 1186,  2216 => 1184,  2211 => 1181,  2207 => 1179,  2204 => 1178,  2201 => 1177,  2198 => 1176,  2192 => 1173,  2188 => 1172,  2185 => 1171,  2181 => 1169,  2177 => 1167,  2174 => 1166,  2172 => 1165,  2167 => 1163,  2163 => 1162,  2160 => 1161,  2156 => 1159,  2152 => 1157,  2149 => 1156,  2147 => 1155,  2137 => 1153,  2134 => 1152,  2132 => 1151,  2127 => 1148,  2121 => 1146,  2118 => 1145,  2110 => 1143,  2104 => 1141,  2101 => 1140,  2099 => 1139,  2096 => 1138,  2090 => 1136,  2088 => 1135,  2084 => 1134,  2077 => 1132,  2072 => 1130,  2069 => 1129,  2066 => 1128,  2062 => 1127,  2054 => 1121,  2052 => 1120,  2049 => 1119,  2046 => 1118,  2043 => 1117,  2041 => 1011,  2028 => 1003,  2024 => 1002,  2018 => 999,  2014 => 998,  2007 => 993,  2001 => 992,  1997 => 990,  1990 => 986,  1986 => 984,  1979 => 980,  1973 => 979,  1967 => 976,  1961 => 973,  1957 => 972,  1952 => 971,  1948 => 969,  1943 => 966,  1939 => 964,  1936 => 963,  1933 => 962,  1930 => 961,  1924 => 958,  1920 => 957,  1917 => 956,  1913 => 954,  1909 => 952,  1906 => 951,  1904 => 950,  1899 => 948,  1895 => 947,  1892 => 946,  1888 => 944,  1884 => 942,  1881 => 941,  1879 => 940,  1869 => 938,  1866 => 937,  1864 => 936,  1859 => 933,  1853 => 931,  1850 => 930,  1842 => 928,  1836 => 926,  1833 => 925,  1831 => 924,  1828 => 923,  1822 => 921,  1820 => 920,  1816 => 919,  1809 => 917,  1804 => 915,  1801 => 914,  1798 => 913,  1794 => 912,  1786 => 906,  1783 => 905,  1770 => 897,  1766 => 896,  1760 => 893,  1756 => 892,  1749 => 887,  1743 => 886,  1739 => 884,  1732 => 880,  1728 => 878,  1721 => 874,  1715 => 873,  1709 => 870,  1703 => 867,  1699 => 866,  1694 => 865,  1690 => 863,  1685 => 860,  1681 => 858,  1678 => 857,  1675 => 856,  1672 => 855,  1666 => 852,  1662 => 851,  1659 => 850,  1655 => 848,  1651 => 846,  1648 => 845,  1646 => 844,  1641 => 842,  1637 => 841,  1634 => 840,  1630 => 838,  1626 => 836,  1623 => 835,  1621 => 834,  1611 => 832,  1608 => 831,  1606 => 830,  1601 => 827,  1595 => 825,  1592 => 824,  1584 => 822,  1578 => 820,  1575 => 819,  1573 => 818,  1570 => 817,  1564 => 815,  1562 => 814,  1558 => 813,  1551 => 811,  1546 => 809,  1543 => 808,  1540 => 807,  1536 => 806,  1528 => 800,  1525 => 799,  1512 => 791,  1508 => 790,  1502 => 787,  1498 => 786,  1491 => 781,  1485 => 780,  1481 => 778,  1474 => 774,  1470 => 772,  1467 => 771,  1460 => 767,  1454 => 766,  1451 => 765,  1445 => 762,  1442 => 761,  1440 => 760,  1435 => 758,  1429 => 755,  1425 => 754,  1420 => 753,  1416 => 751,  1411 => 748,  1407 => 746,  1404 => 745,  1401 => 744,  1398 => 743,  1392 => 740,  1388 => 739,  1385 => 738,  1381 => 736,  1377 => 734,  1374 => 733,  1372 => 732,  1367 => 730,  1363 => 729,  1360 => 728,  1356 => 726,  1352 => 724,  1349 => 723,  1347 => 722,  1337 => 720,  1334 => 719,  1332 => 718,  1327 => 715,  1321 => 713,  1318 => 712,  1310 => 710,  1304 => 708,  1301 => 707,  1299 => 706,  1296 => 705,  1290 => 703,  1288 => 702,  1284 => 701,  1277 => 699,  1272 => 697,  1269 => 696,  1266 => 695,  1262 => 694,  1254 => 688,  1252 => 687,  1249 => 686,  1246 => 685,  1243 => 684,  1240 => 683,  1238 => 682,  1235 => 681,  1232 => 680,  1228 => 678,  1226 => 677,  1214 => 670,  1210 => 669,  1204 => 666,  1200 => 665,  1193 => 660,  1187 => 659,  1184 => 658,  1180 => 656,  1173 => 652,  1169 => 650,  1166 => 649,  1159 => 645,  1153 => 644,  1150 => 643,  1144 => 640,  1141 => 639,  1139 => 638,  1134 => 636,  1128 => 633,  1124 => 632,  1119 => 631,  1115 => 629,  1110 => 626,  1106 => 624,  1103 => 623,  1100 => 622,  1097 => 621,  1091 => 618,  1087 => 617,  1084 => 616,  1080 => 614,  1076 => 612,  1073 => 611,  1071 => 610,  1066 => 608,  1062 => 607,  1059 => 606,  1055 => 604,  1051 => 602,  1048 => 601,  1046 => 600,  1036 => 598,  1033 => 597,  1031 => 596,  1026 => 593,  1020 => 591,  1017 => 590,  1009 => 588,  1003 => 586,  1000 => 585,  998 => 584,  995 => 583,  989 => 581,  987 => 580,  983 => 579,  976 => 577,  971 => 575,  968 => 574,  965 => 573,  962 => 572,  959 => 571,  956 => 570,  953 => 569,  950 => 568,  946 => 567,  941 => 564,  935 => 560,  933 => 559,  928 => 556,  926 => 555,  921 => 552,  918 => 551,  915 => 550,  913 => 549,  910 => 548,  907 => 547,  904 => 546,  899 => 543,  892 => 539,  888 => 538,  884 => 536,  882 => 535,  879 => 534,  873 => 532,  867 => 530,  865 => 529,  859 => 525,  854 => 523,  851 => 522,  848 => 521,  844 => 514,  838 => 513,  833 => 510,  821 => 508,  817 => 507,  812 => 506,  808 => 505,  804 => 503,  801 => 502,  798 => 501,  796 => 500,  793 => 499,  790 => 498,  787 => 497,  781 => 494,  777 => 493,  772 => 490,  766 => 489,  763 => 488,  760 => 487,  757 => 486,  754 => 485,  742 => 482,  739 => 481,  736 => 480,  733 => 479,  730 => 478,  727 => 477,  724 => 476,  721 => 475,  718 => 474,  715 => 473,  703 => 470,  700 => 469,  697 => 468,  694 => 467,  691 => 466,  688 => 465,  685 => 464,  682 => 463,  678 => 462,  673 => 459,  670 => 458,  667 => 457,  665 => 456,  662 => 455,  659 => 454,  653 => 450,  650 => 449,  647 => 448,  644 => 447,  635 => 441,  626 => 434,  623 => 424,  620 => 410,  617 => 396,  614 => 385,  611 => 384,  608 => 383,  606 => 382,  602 => 380,  595 => 375,  590 => 372,  586 => 367,  579 => 362,  577 => 361,  539 => 325,  537 => 324,  533 => 322,  530 => 321,  522 => 315,  518 => 313,  514 => 311,  512 => 310,  508 => 309,  499 => 303,  494 => 300,  491 => 299,  488 => 298,  485 => 297,  477 => 291,  473 => 289,  469 => 287,  467 => 286,  463 => 285,  454 => 279,  449 => 276,  446 => 275,  443 => 274,  441 => 273,  438 => 272,  435 => 271,  430 => 268,  426 => 266,  424 => 265,  418 => 262,  415 => 261,  412 => 260,  410 => 259,  407 => 258,  404 => 257,  401 => 256,  398 => 255,  395 => 254,  385 => 253,  351 => 228,  341 => 221,  310 => 193,  282 => 167,  268 => 166,  260 => 165,  243 => 164,  239 => 162,  229 => 161,  110 => 50,  108 => 49,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  2342.     }
  2343.     public function getSourceContext()
  2344.     {
  2345.         return new Source("{#
  2346. This file is part of EC-CUBE
  2347. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  2348. http://www.ec-cube.co.jp/
  2349. For the full copyright and license information, please view the LICENSE
  2350. file that was distributed with this source code.
  2351. #}
  2352. {% extends 'default_frame.twig' %}
  2353. {% set body_class = 'product_page' %}
  2354. {% block stylesheet %}
  2355.     <style>
  2356.         .category-tab__item:not(:first-of-type) a {
  2357.             /* background-color: #eee !important;
  2358.             color: #231815 !important;*/
  2359.             margin-left:1rem;
  2360.         }
  2361.         /* COFFEE BREAD othersはとりあえず非表示 */
  2362.         .category-tab__item a.category-2,
  2363.         /*.category-tab__item a.category-5,*/
  2364.         .category-tab__item a.category-7 {
  2365.             display: none;
  2366.         }
  2367.         .send-free{
  2368.             text-align: center;
  2369.         }
  2370.         .send-free-box{
  2371.             display: flex;
  2372.                 margin-top: 0.5rem;
  2373.         }
  2374.         .breadcrumb-wrapper{
  2375.             margin-bottom: 1rem;
  2376.         }
  2377.         @media screen and (max-width: 768px) {
  2378.           .send-free img{
  2379.             width:100%;
  2380.         }
  2381.         .send-free-box{
  2382.             display: block;
  2383.         }
  2384.         }
  2385.     </style>
  2386.     {% if EnUser %}
  2387.     <style>
  2388.         /*FAQ*/
  2389.         .cp_qa *, .cp_qa *:after, .cp_qa *:before {
  2390.             -webkit-box-sizing: border-box;
  2391.                     box-sizing: border-box;}
  2392.         .cp_qa .cp_actab {
  2393.             position: relative;
  2394.             overflow: hidden;
  2395.             width: 100%;
  2396.             margin: 0;
  2397.             color: #491408;
  2398.         }
  2399.         .cp_qa .cp_actab input {
  2400.             position: absolute;
  2401.             opacity: 0;
  2402.         }
  2403.         /* 質問 */
  2404.         .cp_qa .cp_actab label {
  2405.             font-weight: bold;
  2406.             line-height: 1.6em;
  2407.             position: relative;
  2408.             display: block;
  2409.             margin: 0 0 0 0;
  2410.             padding: 1em 2em 1em 3.5em;
  2411.             cursor: pointer;
  2412.             text-indent: 1em;
  2413.             border-radius: 0.5em;
  2414.             background: #491408;
  2415.             text-align: left;
  2416.             color: #fff;
  2417.         }
  2418.         .cp_qa .cp_actab label::before {
  2419.             font-size: 1.5em;
  2420.             margin-left: -2.1em;
  2421.             padding-right: 0em;
  2422.             content: 'Q.';
  2423.                 left: 3.5rem;
  2424.             top:0.8rem;
  2425.             position: absolute;
  2426.         }
  2427.         .cp_qa .cp_actab label:hover {
  2428.             transition: all 0.3s;
  2429.             color: #fff;
  2430.         }
  2431.         /* --質問の+アイコン */
  2432.         .cp_qa .cp_actab label::after {
  2433.             font-size: 1.2em;
  2434.             font-weight: bold;
  2435.             line-height: 2em;
  2436.             position: absolute;
  2437.             top: 10px;
  2438.             right: 17px;
  2439.             content: '▼';
  2440.             display: inline-block;
  2441.         /*\twidth: 1em;
  2442.             height: 1em;
  2443.         */\t-webkit-transition: transform 0.4s;
  2444.                     transition: transform 0.4s;
  2445.         }
  2446.         /* 答え */
  2447.         .cp_qa .cp_actab .cp_actab-content {
  2448.             position: relative;
  2449.             overflow: hidden;
  2450.             max-height: 0;
  2451.             padding: 0 0 0 3.5em;
  2452.             -webkit-transition: max-height 0.2s;
  2453.                     transition: max-height 0.2s;
  2454.             border-radius: 0 0 0.5em 0.5em;
  2455.         }
  2456.         .cp_qa .cp_actab .cp_actab-content::before {
  2457.             font-size: 1.5em;
  2458.             position: absolute;
  2459.             margin: 0.4em 0 0 0em;
  2460.             padding: 0;
  2461.             content: 'A.';
  2462.             left: 27px;
  2463.             color: #fff;
  2464.         }
  2465.         .cp_qa .cp_actab .cp_actab-content p {
  2466.             margin: 1em 1em 1em 0;
  2467.             text-align: left;
  2468.             color: #fff;
  2469.             padding-left: 1rem;
  2470.         }
  2471.         /* 質問を開いた時の仕様 */
  2472.         /* --答えの高さ */
  2473.         .cp_qa .cp_actab input:checked ~ .cp_actab-content {
  2474.             max-height: 40em;
  2475.             background-color: #491408;
  2476.             border-top: 1px solid #fff;}
  2477.         /* 質問をクリックした時のアイコンの動き */
  2478.         .cp_qa .cp_actab input:checked ~ label {
  2479.             color: #fff;
  2480.             border-radius: 0.5em 0.5em 0 0;}
  2481.         /* 質問をクリックした時の+の動き */
  2482.         .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  2483.             -webkit-transform: rotateZ(45deg);
  2484.             transform: rotateZ(45deg);
  2485.             -webkit-transform-origin: 50% 50%;
  2486.             transform-origin: 50% 50%;}
  2487.         .faq-box {
  2488.             position: relative;
  2489.             width: 90%;
  2490.             margin: 5rem auto 0;
  2491.             padding: 0;
  2492.         }
  2493.     </style>
  2494.     {% endif %}
  2495. {% endblock %}
  2496. {% block javascript %}
  2497.     <script>
  2498.         eccube.productsClassCategories = {
  2499.             {% for Product in pagination %}
  2500.             \"{{ Product.id|escape('js') }}\": {{ class_categories_as_json(Product)|raw }}{% if loop.last == false %}, {% endif %}
  2501.             {% endfor %}
  2502.         };
  2503.         \$(function() {
  2504.             // 表示件数を変更
  2505.             \$('.disp-number').change(function() {
  2506.                 var dispNumber = \$(this).val();
  2507.                 \$('#disp_number').val(dispNumber);
  2508.                 \$('#pageno').val(1);
  2509.                 \$(\"#form1\").submit();
  2510.             });
  2511.             // 並び順を変更
  2512.             \$('.order-by').change(function() {
  2513.                 var orderBy = \$(this).val();
  2514.                 \$('#orderby').val(orderBy);
  2515.                 \$('#pageno').val(1);
  2516.                 \$(\"#form1\").submit();
  2517.             });
  2518.             \$('.add-cart').on('click', function(e) {
  2519.                 var \$form = \$(this).parents('li').find('form');
  2520.                 // 個数フォームのチェック
  2521.                 var \$quantity = \$form.parent().find('.quantity');
  2522.                 if (\$quantity.val() < 1) {
  2523.                     \$quantity[0].setCustomValidity('{{ 'front.product.invalid_quantity'|trans }}');
  2524.                     setTimeout(function() {
  2525.                         loadingOverlay('hide');
  2526.                     }, 100);
  2527.                     return true;
  2528.                 } else {
  2529.                     \$quantity[0].setCustomValidity('');
  2530.                 }
  2531.                 e.preventDefault();
  2532.                 \$.ajax({
  2533.                     url: \$form.attr('action'),
  2534.                     type: \$form.attr('method'),
  2535.                     data: \$form.serialize(),
  2536.                     dataType: 'json',
  2537.                     beforeSend: function(xhr, settings) {
  2538.                         // Buttonを無効にする
  2539.                         \$('.add-cart').prop('disabled', true);
  2540.                     }
  2541.                 }).done(function(data) {
  2542.                     // レスポンス内のメッセージをalertで表示
  2543.                     \$.each(data.messages, function() {
  2544.                         \$('#ec-modal-header').html(this);
  2545.                     });
  2546.                     \$('.ec-modal').show()
  2547.                     // カートブロックを更新する
  2548.                     \$.ajax({
  2549.                         url: '{{ url('block_cart') }}',
  2550.                         type: 'GET',
  2551.                         dataType: 'html'
  2552.                     }).done(function(html) {
  2553.                         \$('.ec-headerRole__cart').html(html);
  2554.                     });
  2555.                 }).fail(function(data) {
  2556.                     alert('{{ 'front.product.add_cart_error'|trans }}');
  2557.                 }).always(function(data) {
  2558.                     // Buttonを有効にする
  2559.                     \$('.add-cart').prop('disabled', false);
  2560.                 });
  2561.             });
  2562.             var cat = \$(\".hide_class_category1 select,.hide_class_category2 select\");
  2563.             \$.each(cat, function(){
  2564.                 var select = \$(this);
  2565.                 select.val(select.find(\"option:last\").val());
  2566.                 select.trigger(\"change\");
  2567.             });
  2568.         });
  2569.         \$('.ec-modal-wrap').on('click', function(e) {
  2570.             // モーダル内の処理は外側にバブリングさせない
  2571.             e.stopPropagation();
  2572.         });
  2573.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  2574.             \$('.ec-modal').hide()
  2575.         });
  2576.     </script>
  2577. {% endblock %}
  2578. {% block main %}
  2579.     {% set Categories = repository('Eccube\\\\Entity\\\\Category').getList() %}
  2580.     {% set Cate = app.request.query.get('category_id') %}
  2581.     {% set Search = app.request.query.get('name') %}
  2582.     {% set EnUser = app.request.cookies.get('en_user') == 'Y' %}
  2583.     {% if ChainStore == false %}
  2584.         {% if Search == false %}
  2585.             <div class=\"page-header\">
  2586.                 <img src=\"{{ asset('assets/img/product/product_main.jpg') }}\" alt=\"\">
  2587.                 <h1 class=\"page-header__title\">
  2588.                     ONLINE SHOP
  2589.                     {% if EnUser == false %}
  2590.                         <span>ダシーズファクトリー製品のご購入</span>
  2591.                     {% endif %}
  2592.                 </h1>
  2593.             </div>
  2594.         {% endif %}
  2595.     {% endif %}
  2596.     {% if EnUser == false %}
  2597.         {% if ChainStore == false %}
  2598.             {% if Search == false %}
  2599.                 <div class=\"breadcrumb-wrapper\">
  2600.                     <ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  2601.                         <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  2602.                         <a itemprop=\"item\" href=\"{{ url('homepage') }}\">
  2603.                             <span itemprop=\"name\">HOME</span>
  2604.                         </a>
  2605.                         <meta itemprop=\"position\" content=\"1\" />
  2606.                         </li>
  2607.                         <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  2608.                         <a itemprop=\"item\" href=\"{{ url('product_list') }}\">
  2609.                             {% if ChainStore == false %}
  2610.                             <span itemprop=\"name\">ONLINE SHOP</span>
  2611.                             {% else %}
  2612.                             <span itemprop=\"name\">トップ</span>
  2613.                             {% endif %}
  2614.                         </a>
  2615.                         <meta itemprop=\"position\" content=\"2\" />
  2616.                         </li>
  2617.                     </ol>
  2618.                 </div>
  2619.             {% endif %}
  2620.         {% endif %}
  2621.     {% else %}
  2622.         {% if Search == false %}
  2623.             <div class=\"breadcrumb-wrapper\">
  2624.                 <ol class=\"breadcrumb\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
  2625.                     <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  2626.                     <a itemprop=\"item\" href=\"{{ url('homepage') }}\">
  2627.                         <span itemprop=\"name\">HOME</span>
  2628.                     </a>
  2629.                     <meta itemprop=\"position\" content=\"1\" />
  2630.                     </li>
  2631.                     <li class=\"breadcrumb__item\" itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">
  2632.                     <a itemprop=\"item\" href=\"{{ url('product_list') }}\">
  2633.                         {% if ChainStore == false %}
  2634.                         <span itemprop=\"name\">ONLINE SHOP</span>
  2635.                         {% else %}
  2636.                         <span itemprop=\"name\">トップ</span>
  2637.                         {% endif %}
  2638.                     </a>
  2639.                     <meta itemprop=\"position\" content=\"2\" />
  2640.                     </li>
  2641.                 </ol>
  2642.             </div>
  2643.         {% endif %}
  2644.     {% endif %}
  2645.     {% if ChainStore %}
  2646.         <!--<div class=\"online-store-attention\">
  2647.             <p class=\"online-store-attention-p1\">■&nbsp;お知らせ</p>
  2648.             <div class=\"online-store-attention-p2\">
  2649.             <p>システムメンテナンスのため下記の期間は【商品発注】がご利用いただけません。</p>
  2650.             <p style=\"font-weight:bold;\" class=\"online-store-attention-p1\">2022年12月1日(木)午前10時 ~ 午後1時(予定)</p>
  2651.             <p>※作業状況により多少前後する場合がございます。</p></div></div>-->
  2652.         <!--<div class=\"online-store-attention\">
  2653.             <p class=\"online-store-attention-p1\"><span>&nbsp;夏季休業のお知らせ</span></p>
  2654.             <div class=\"online-store-attention-p2\">
  2655.             <p>&ensp;夏季休業期間:2024年8月10日(土)〜8月18日(日)</p>
  2656.             <p>《アイス》 8月7日(水)午前12時以降のご注文は、8月16日(金)以降での発送手配予定です。</p>
  2657.             <p>《コーヒー》8月7日(水)午前12時以降のご注文は、8月19日(月)以降での発送手配予定です。</p></div>
  2658.             <p style=\"text-align: end;\"><a href=\"/shop/store-news/240719-02/\" style=\"color: #ef857d;\">詳しくはこちら&emsp;︎</a></p>
  2659.             </div>-->
  2660.         <!--<div class=\"online-store-attention\">
  2661.             <p class=\"online-store-attention-p1\">■&nbsp;年末年始休業のお知らせ</p>
  2662.             <div class=\"online-store-attention-p2\">
  2663.             <p>休業期間:2023年12月29日(金)〜2024年1月4日(木)</p>
  2664.             <p>アイス:12月27日(水)正午以降のご注文は、1月5日(金)以降の発送手配予定です。</p>
  2665.             <p>コーヒー:12月27日(水)正午以降のご注文は、1月10日(水)以降の発送手配予定です。</p></div>
  2666.         </div>-->
  2667.             <!--<div class=\"online-store-attention\">
  2668.             <p class=\"online-store-attention-p1\">臨時休業に伴う発注停止のご案内</p>
  2669.             <div class=\"online-store-attention-p2\">
  2670.             <p>下記の期間は発注を停止させていただきます。</p><p><span style=\"border-bottom:1px solid #333;\">2023年11月14日(火)18時〜11月17日(金)正午まで</span></p>
  2671.             </div>
  2672.             <p style=\"margin-top:1rem; margin-left:0.5rem;\">詳しくは<a href=\"https://darcys-factory.co.jp/shop/store-news/231027-01/\">&nbsp;新着情報&nbsp;︎</a>をご覧ください。</p>
  2673.             </div>-->
  2674.         <!--<div class=\"online-store-attention\" style=\"box-shadow: none; background-color:#fff;\">
  2675.             <p class=\"online-store-attention-p1\" style=\"color: #231815;\">■&nbsp;大雪による配送遅延について</p>
  2676.             <div class=\"online-store-attention-p2\">
  2677.             <p>日本海側を中心とする大雪の影響により、商品のお届けに遅延が発生しております。お届けまで通常より日数をいただくことがございます。予めご了承ください。
  2678. 詳細は<a href=\"https://www.kuronekoyamato.co.jp/ytc/chien/chien_hp.html\" target=\"_blank\">ヤマト運輸様ウェブページ</a>よりご確認ください。
  2679. </p></div>
  2680.             </div>-->
  2681.             <div class=\"p-chain-store-heading\">
  2682.             {% if Cate == '8' %}
  2683.                 <div class=\"p-chain-store-heading__text\">
  2684.                 <h1 class=\"p-chain-store-heading__title\">販促品発注</h1>
  2685.                 <p class=\"p-chain-store-heading__lead\">発注する商品を選んでカートに入れてください。</p>
  2686.                 </div>
  2687.             {% else %}
  2688.                 <div class=\"p-chain-store-heading__text\">
  2689.                     <h1 class=\"p-chain-store-heading__title\">商品発注</h1>
  2690.                     {#
  2691.                     <p class=\"p-chain-store-heading__lead\">発注する商品を選んでカートに入れてください。アイスは数量「1」で20個セットになります。<br>アイスは冷凍便、コーヒーは常温便でのお届けとなります。アイスとコーヒーは同時決済ができませんのでご注意ください。</p>
  2692.                     #}
  2693.                     <p class=\"p-chain-store-heading__lead\">数量の異なるアイスの同時決済はできません。</br>アイスは冷凍便、コーヒーは常温便でのお届けとなります。アイスとコーヒーは同時決済ができませんのでご注意ください。</p>
  2694.                 </div>
  2695.             {% endif %}
  2696.             <div class=\"p-chain-store-heading__btn\">
  2697.                 <a href=\"/shop/delivery/\">お届けについて</a>
  2698.             </div>
  2699.         </div>
  2700.     {% endif %}
  2701.     {% if EnUser == false %}
  2702.         {% if ChainStore == false %}
  2703.             {% if Search == false %}
  2704.                 {#
  2705.                 <div class=\"online-store-attention\">
  2706.                     <p class=\"online-store-attention-p1\">■&nbsp;お知らせ</p>
  2707.                     <div class=\"online-store-attention-p2\">
  2708.                         <p style=\"font-weight:bold;\">ただいまシステムメンテナンスのため、オンラインショップを一時停止しております。</p>
  2709.                         <p>オンラインショップ再開日時は、12月1日(木)午後1時頃を予定しております。再開まで今しばらくお待ちください。</p>
  2710.                         <p>※作業状況により多少前後する場合がございます。</p>
  2711.                     </div>
  2712.                 </div>
  2713.                 #}
  2714.                  {#
  2715.                 <div class=\"online-store-attention\">
  2716.                     <p class=\"online-store-attention-p1\"><span>&nbsp;夏季休業のお知らせ</span></p>
  2717.                     <div class=\"online-store-attention-p2\">
  2718.                     <p>&ensp;夏季休業期間:2024年8月10日(土)〜8月18日(日)</p>
  2719.                     <p>《アイス》 8月7日(水)午前12時以降のご注文は、8月16日(金)以降での発送手配予定です。</p>
  2720.                     <p>《コーヒー》8月7日(水)午前12時以降のご注文は、8月19日(月)以降での発送手配予定です。</p></div><hr>
  2721.                     <p class=\"online-store-attention-p1\" style=\"margin-top:1rem;\"><span>&nbsp;各種お問い合わせにつきまして</span></p>
  2722.                     <div class=\"online-store-attention-p2\">
  2723.                     <p>&ensp;8月9日(金)18時以降のメール・電話等の各種お問い合わせは、8月19日(月)以降に対応させていただきます。</p>
  2724.                     <p style=\"text-align: end;\"><a href=\"/shop/240719-01/\" style=\"color: #ef857d;\">詳しくはこちら&emsp;︎</a></p></div>
  2725.                 </div>
  2726.                 #}
  2727.                 {#
  2728.                 <div class=\"online-store-attention\">
  2729.                     <p class=\"online-store-attention-p1\">■&nbsp;年末年始休業のお知らせ</p>
  2730.                     <div class=\"online-store-attention-p2\">
  2731.                         <p>休業期間:2023年12月29日(金)〜2024年1月4日(木)</p>
  2732.                         <p>アイス:12月27日(水)正午以降のご注文は、1月5日(金)以降の発送手配予定です。</p>
  2733.                         <p>コーヒー:12月27日(水)正午以降のご注文は、1月10日(水)以降の発送手配予定です。</p></div>
  2734.                         <p class=\"online-store-attention-p1\" style=\"margin-top:1rem;\">■&nbsp;各種お問い合わせにつきまして</p>
  2735.                         <div class=\"online-store-attention-p2\">
  2736.                             <p>12月28日(木)18時以降のメール・電話等の各種お問い合わせは、1月5日(金)以降に対応させていただきます。</p>
  2737.                         </div>
  2738.                     </div>
  2739.                 #}
  2740.                 {#
  2741.                 <div class=\"online-store-attention\" style=\"box-shadow: none;\">
  2742.                     <p class=\"online-store-attention-p1\" style=\"color: #231815;\">■&nbsp;大雪による配送遅延について</p>
  2743.                     <div class=\"online-store-attention-p2\">
  2744.                         <p>日本海側を中心とする大雪の影響により、商品のお届けに遅延が発生しております。お届けまで通常より日数をいただくことがございます。予めご了承ください。
  2745.                         詳細は<a href=\"https://www.kuronekoyamato.co.jp/ytc/chien/chien_hp.html\" target=\"_blank\">ヤマト運輸様ウェブページ</a>よりご確認ください。</p>
  2746.                     </div>
  2747.                 </div>
  2748.                 #}
  2749.                 <div class=\"online-store-information\">
  2750.                     <p class=\"online-store-information__text\">ダシーズこだわりの商品をお楽しみください。<br><span style=\"font-size:0.9rem;\"> ※ お届け日やお支払いについての詳細は、<a href=\"/shop/guide/\">GUIDE(お買い物ガイド)</a>をご確認ください。<br>※ アイスは冷凍便、コーヒーは常温便でのお届けとなります。アイスとコーヒーは同時決済ができませんのでご注意ください。</span></p>
  2751.                 </div>
  2752. <div class=\"noto-box\">
  2753. <div class=\"noto-flex\">
  2754.     <p style=\"text-align: center;\"><img src=\"{{ asset('assets/img/product/noto.png') }}\" alt=\"能登半島地震復興⽀援\" style=\"\"></p>
  2755.     <p class=\"noto-p\"><span style=\"font-size: 1.4rem; color:#B15528; font-family: serif;\">「加賀棒ほうじ茶」</span><span style=\"font-size: 1.4rem;     font-family: serif; color:#444c32;\">で石川県を応援しよう!<br></span><span style=\"text-align: left;\">この度は令和6年に⽯川県で発⽣した地震により被災された⽅々に⼼よりお⾒舞い申し上げます。ダシーズファクトリーでは、復興を⽀援するため⽯川県で古くから親しまれてきた加賀棒ほうじ茶を使った『加賀棒ほうじ茶アイス』の売り上げの⼀部を義援⾦として⽯川県に寄付いたします。多くの⽅に召し上がっていただくことで、継続的な能登半島地震の復興⽀援につながります。</span></p>
  2756. </div>
  2757. </div>
  2758.             {% endif %}
  2759.         {% endif %}
  2760.     {% else %}
  2761.         {% if Search == false %}
  2762.             <div class=\"online-store-information\">
  2763.                 <p class=\"online-store-information__text\">Shop now at Darcy’s Factory<br>What could be better than Darcy’s premium ice cream, delivered right to your door?<br><span style=\"font-size:0.9rem;\">※ To learn more about delivery and payment, check out our <a href=\"/shop/en/guide/\">Shopping Guide</a>.<br>※ Ice cream orders are delivered frozen to your door.</span></p>
  2764.             </div>
  2765.         {% endif %}
  2766.     {% endif %}
  2767.     {% if EnUser == false %}
  2768.         {% if ChainStore == false %}
  2769.             {% if Search == false %}
  2770.                 <div class=\"category-tab\" style=\"margin-top:1rem;\">
  2771.                     <h2 class=\"category-tab__title\">CATEGORY<span>カテゴリー</span></h2>
  2772.                     <ul class=\"category-tab__list\">
  2773.                         {% for category_item in Categories %}
  2774.                             {% set continue = false %}
  2775.                             {% if ChainStore == false %}
  2776.                                 {% if category_item.id == 8 or category_item.id == 9 or category_item.id == 11 %}
  2777.                                     {% set continue = true %}
  2778.                                 {% endif %}
  2779.                                 {% if not continue %}
  2780.                                     <li class=\"category-tab__item\">
  2781.                                         <a class=\"category-{{ category_item.id }}\" href=\"{{ url('product_list') }}?category_id={{ category_item.id }}\">{{ category_item.name }}</a>
  2782.                                     </li>
  2783.                                 {% endif %}
  2784.                                 {% if continue %}
  2785.                                     {% set continue = false %}
  2786.                                 {% endif %}
  2787.                             {% else %}
  2788.                                 {% if category_item.id == 7 or category_item.id == 9 or category_item.id == 11 %}
  2789.                                     {% set continue = true %}
  2790.                                 {% endif %}
  2791.                                 {% if not continue %}
  2792.                                     <li class=\"category-tab__item\">
  2793.                                         <a class=\"category-{{ category_item.id }}\" href=\"{{ url('product_list') }}?category_id={{ category_item.id }}\">{{ category_item.name }}</a>
  2794.                                     </li>
  2795.                                 {% endif %}
  2796.                                 {% if continue %}
  2797.                                     {% set continue = false %}
  2798.                                 {% endif %}
  2799.                             {% endif %}
  2800.                         {% endfor %}
  2801.                     </ul>
  2802.                 </div>
  2803.                 <div class=\"send-free-box\">
  2804.             <p class=\"send-free\"><img src=\"{{ asset('assets/img/product/send-free1.jpg') }}\" alt=\"ダシーズファクトリーアイス条件達成で送料無料でお得\"></p>
  2805.             <p class=\"send-free\"><img src=\"{{ asset('assets/img/product/send-free2.jpg') }}\" alt=\"ダシーズファクトリーコーヒー条件達成で送料無料でお得\"></p>
  2806.             </div>
  2807.             {% endif %}
  2808.         {% endif %}
  2809.     {% endif %}
  2810.     {% if EnUser == false %}
  2811.         {% if ChainStore == false %}
  2812.             {% if Search %}
  2813.                 <div class=\"ec-searchnavRole\">
  2814.                     <form name=\"form1\" id=\"form1\" method=\"get\" action=\"\">
  2815.                         {% for item in search_form %}
  2816.                             <input type=\"hidden\" id=\"{{ item.vars.id }}\"
  2817.                                     name=\"{{ item.vars.full_name }}\"
  2818.                                     {% if item.vars.value is not empty %}value=\"{{ item.vars.value }}\" {% endif %}/>
  2819.                         {% endfor %}
  2820.                     </form>
  2821.                     <div class=\"ec-searchnavRole__topicpath\">
  2822.                         <ol class=\"ec-topicpath\">
  2823.                             <li class=\"ec-topicpath__item\"><a href=\"{{ url('product_list') }}\">{{ 'front.product.all_category'|trans }}</a></li>
  2824.                             <li class=\"ec-topicpath__item\"><a href=\"{{ url('product_list') }}\">商品一覧</a></li>
  2825.                                 {# {% for Path in Category.path %}
  2826.                                     <li class=\"ec-topicpath__divider\">|</li>
  2827.                                     <li class=\"ec-topicpath__item{% if loop.last %}--active{% endif %}\"><a
  2828.                                                 href=\"{{ url('product_list') }}?category_id={{ Path.id }}\">{{ Path.name }}</a>
  2829.                                     </li>
  2830.                                 {% endfor %} #}
  2831.                             {% if search_form.vars.value and search_form.vars.value.name %}
  2832.                                 <li class=\"ec-topicpath__divider\">|</li>
  2833.                                 <li class=\"ec-topicpath__item\">{{ 'front.product.search_result__keyword'|trans({ '%name%': search_form.vars.value.name }) }}</li>
  2834.                             {% endif %}
  2835.                         </ol>
  2836.                     </div>
  2837.                     <div class=\"ec-searchnavRole__infos\">
  2838.                         <div class=\"ec-searchnavRole__counter\">
  2839.                             {% if pagination.totalItemCount > 0 %}
  2840.                                 {{ 'front.product.search_result__detail'|trans({ '%count%': pagination.totalItemCount })|raw }}
  2841.                             {% else %}
  2842.                                 <span>{{ 'front.product.search__product_not_found'|trans }}</span>
  2843.                             {% endif %}
  2844.                         </div>
  2845.                         {% if pagination.totalItemCount > 0 %}
  2846.                             <div class=\"ec-searchnavRole__actions\">
  2847.                                 <div class=\"ec-select\">
  2848.                                     {{ form_widget(disp_number_form, {'id': '', 'attr': {'class': 'disp-number'}}) }}
  2849.                                     {{ form_widget(order_by_form, {'id': '', 'attr': {'class': 'order-by'}}) }}
  2850.                                 </div>
  2851.                             </div>
  2852.                         {% endif %}
  2853.                     </div>
  2854.                 </div>
  2855.             {% endif %}
  2856.         {% endif %}
  2857.     {% endif %}
  2858.     {% if Search or ChainStore or Cate %}
  2859.         {% if pagination.totalItemCount > 0 %}
  2860.             {% if Cate == '1' %}
  2861.                 <div class=\"ec-product-category-title\">
  2862.                     <h2 class=\"ec-product-category-title__title\">ICE<span style=\"font-size: 0.8rem; color: #999;\">ダシーズアイス</span></h2>
  2863.                 </div><hr>
  2864.             {% elseif Cate == '2' %}
  2865.                 <div class=\"ec-product-category-title\">
  2866.                     <h2 class=\"ec-product-category-title__title\">BREAD<span style=\"font-size: 0.8rem; color: #999;\">ブレッド</span></h2>
  2867.                 </div><hr>
  2868.             {% elseif Cate == '5' %}
  2869.                 <div class=\"ec-product-category-title\">
  2870.                     <h2 class=\"ec-product-category-title__title\">COFFEE<span style=\"font-size: 0.8rem; color: #999;\">コーヒー</span></h2>
  2871.                 </div><hr>
  2872.             {% endif %}
  2873.             <div class=\"ec-shelfRole\">
  2874.                 <ul class=\"ec-shelfGrid\">
  2875.                     {% for Product in pagination %}
  2876.                         {% set continue2 = false %}
  2877.                         {% if Product.belongsToCategory(8) and Cate != '8' %}
  2878.                             {% set continue2 = true %}
  2879.                         {% endif %}
  2880.                         {% if not continue2 %}
  2881.                             {% if Product.belongsToCategory(9) == false %}
  2882.                                 <li class=\"ec-shelfGrid__item\">
  2883.                                     <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  2884.                                         <p class=\"ec-shelfGrid__item-image\">
  2885.                                             <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" loading=\"lazy\">
  2886.                                         </p>
  2887.                                         <p class=\"ec-shelfGrid__title\">{{ Product.name }}</p>
  2888.                                         {% if Product.description_list %}
  2889.                                             <p class=\"ec-shelfGrid__description\">{{ Product.description_list|raw|nl2br }}</p>
  2890.                                         {% endif %}
  2891.                                         <p class=\"price02-default\">
  2892.                                             {% if Product.hasProductClass %}
  2893.                                                 {% if Product.getPrice02Min == Product.getPrice02Max %}
  2894.                                                     {{ Product.getPrice02IncTaxMin|price }}
  2895.                                                 {% else %}
  2896.                                                     {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  2897.                                                 {% endif %}
  2898.                                             {% else %}
  2899.                                                 {{ Product.getPrice02IncTaxMin|price }}
  2900.                                             {% endif %}
  2901.                                         </p>
  2902.                                     </a>
  2903.                                     {% if Product.stock_find %}
  2904.                                         {% set form = forms[Product.id] %}
  2905.                                         <form class=\"ec-shelfGrid__form\" name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  2906.                                             <div class=\"ec-productRole__actions\">
  2907.                                                 {% if form.classcategory_id1 is defined %}
  2908.                                                     {% if Product.hide_class_category1 %}
  2909.                                                         <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  2910.                                                     {% else %}
  2911.                                                         <div class=\"ec-select\">
  2912.                                                     {% endif %}
  2913.                                                         {{ form_widget(form.classcategory_id1) }}
  2914.                                                         {{ form_errors(form.classcategory_id1) }}
  2915.                                                     </div>
  2916.                                                     {% if form.classcategory_id2 is defined %}
  2917.                                                         {% if Product.hide_class_category2 %}
  2918.                                                             <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  2919.                                                         {% else %}
  2920.                                                             <div class=\"ec-select\">
  2921.                                                         {% endif %}
  2922.                                                             {{ form_widget(form.classcategory_id2) }}
  2923.                                                             {{ form_errors(form.classcategory_id2) }}
  2924.                                                         </div>
  2925.                                                     {% endif %}
  2926.                                                 {% endif %}
  2927.                                                 {% if Product.stock_find %}
  2928.     {% if is_kokokara_select_product(Product) %}
  2929.         <div class=\"ec-numberInput\" style=\"display: none;\">
  2930.     {% else %}
  2931.         <div class=\"ec-numberInput\">
  2932.     {% endif %}
  2933. {% else %}
  2934.     <div class=\"ec-numberInput\">
  2935. {% endif %}
  2936. <span>{{ 'common.quantity'|trans }}</span>
  2937.                                                     {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  2938.                                                     {{ form_errors(form.quantity) }}
  2939.                                                 </div>
  2940.                                             </div>
  2941.                                             {{ form_rest(form) }}
  2942.                                         </form>
  2943.                                         {% if is_kokokara_select_product(Product) %}
  2944.                                             <div class=\"ec-shelfGrid__btn\">
  2945.                                                 <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">商品を選択する</a>
  2946.                                             </div>
  2947.                                         {% else %}
  2948.                                             <div class=\"ec-shelfGrid__btn\">
  2949.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  2950.                                                     {{ 'front.product.add_cart'|trans }}
  2951.                                                 </button>
  2952.                                             </div>
  2953.                                         {% endif %}
  2954.                                     {% else %}
  2955.                                         <div class=\"ec-shelfGrid__btn\">
  2956.                                             <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  2957.                                                 {{ 'front.product.out_of_stock'|trans }}
  2958.                                             </button>
  2959.                                         </div>
  2960.                                     {% endif %}
  2961.                                 </li>
  2962.                             {% endif %}
  2963.                         {% endif %}
  2964.                     {% endfor %}
  2965.                 </ul>
  2966.             </div>
  2967.             <div class=\"ec-modal\">
  2968.                 <div class=\"ec-modal-overlay\">
  2969.                     <div class=\"ec-modal-wrap\">
  2970.                         <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  2971.                         <div id=\"ec-modal-header\" class=\"text-center\">{{ 'front.product.add_cart_complete'|trans }}</div>
  2972.                         <div class=\"ec-modal-box\">
  2973.                             <div class=\"ec-role\">
  2974.                                 <span class=\"ec-inlineBtn--cancel\">{{ 'front.product.continue'|trans }}</span>
  2975.                                 <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'common.go_to_cart'|trans }}</a>
  2976.                             </div>
  2977.                         </div>
  2978.                     </div>
  2979.                 </div>
  2980.             </div>
  2981.             <div class=\"ec-pagerRole\">
  2982.                 {% include \"pager.twig\" with {'pages': pagination.paginationData} %}
  2983.             </div>
  2984.         {% endif %}
  2985.     {% else %}
  2986.         {% if EnUser == false %}
  2987.             {% set IceProducts = CustomizeCategoryProduct(1) %}
  2988.             {% set CoffeeProducts = CustomizeCategoryProduct(5) %}
  2989.             {% set BreadProducts = CustomizeCategoryProduct(2) %}
  2990.             {% if IceProducts|length > 0 %}
  2991.                 <div class=\"ec-products-top-area\">
  2992.                     <div class=\"ec-product-category-title\">
  2993.                         <h2 class=\"ec-product-category-title__title\">ICE<span style=\"font-size: 0.8rem; color: #999;\">ダシーズアイス</span></h2>
  2994.                     </div><hr>
  2995.                     <div class=\"ec-shelfRole\">
  2996.                         <ul class=\"ec-shelfGrid\">
  2997.                             {% for Product in IceProducts %}
  2998.                                 {% if Product.belongsToCategory(9) == false %}
  2999.                                     <li class=\"ec-shelfGrid__item\">
  3000.                                         <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  3001.                                             <p class=\"ec-shelfGrid__item-image\">
  3002.                                                 <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" loading=\"lazy\">
  3003.                                             </p>
  3004.                                             <p class=\"ec-shelfGrid__title\">{{ Product.name }}</p>
  3005.                                             {% if Product.description_list %}
  3006.                                                 <p class=\"ec-shelfGrid__description\">{{ Product.description_list|raw|nl2br }}</p>
  3007.                                             {% endif %}
  3008.                                             <p class=\"price02-default\">
  3009.                                                 {% if Product.hasProductClass %}
  3010.                                                     {% if Product.getPrice02Min == Product.getPrice02Max %}
  3011.                                                         {{ Product.getPrice02IncTaxMin|price }}
  3012.                                                     {% else %}
  3013.                                                         {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  3014.                                                     {% endif %}
  3015.                                                 {% else %}
  3016.                                                     {{ Product.getPrice02IncTaxMin|price }}
  3017.                                                 {% endif %}
  3018.                                             </p>
  3019.                                         </a>
  3020.                                         {% if Product.stock_find %}
  3021.                                             {% set form = forms[Product.id] %}
  3022.                                             <form class=\"ec-shelfGrid__form\" name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  3023.                                                 <div class=\"ec-productRole__actions\">
  3024.                                                     {% if form.classcategory_id1 is defined %}
  3025.                                                         {% if Product.hide_class_category1 %}
  3026.                                                             <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  3027.                                                         {% else %}
  3028.                                                             <div class=\"ec-select\">
  3029.                                                         {% endif %}
  3030.                                                             {{ form_widget(form.classcategory_id1) }}
  3031.                                                             {{ form_errors(form.classcategory_id1) }}
  3032.                                                         </div>
  3033.                                                         {% if form.classcategory_id2 is defined %}
  3034.                                                             {% if Product.hide_class_category2 %}
  3035.                                                                 <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  3036.                                                             {% else %}
  3037.                                                                 <div class=\"ec-select\">
  3038.                                                             {% endif %}
  3039.                                                                 {{ form_widget(form.classcategory_id2) }}
  3040.                                                                 {{ form_errors(form.classcategory_id2) }}
  3041.                                                             </div>
  3042.                                                         {% endif %}
  3043.                                                     {% endif %}
  3044.                                                     {% if Product.stock_find %}
  3045.     {% if is_kokokara_select_product(Product) %}
  3046.         <div class=\"ec-numberInput\" style=\"display: none;\">
  3047.     {% else %}
  3048.         <div class=\"ec-numberInput\">
  3049.     {% endif %}
  3050. {% else %}
  3051.     <div class=\"ec-numberInput\">
  3052. {% endif %}
  3053. <span>{{ 'common.quantity'|trans }}</span>
  3054.                                                         {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  3055.                                                         {{ form_errors(form.quantity) }}
  3056.                                                     </div>
  3057.                                                 </div>
  3058.                                                 {{ form_rest(form) }}
  3059.                                             </form>
  3060.                                             {% if is_kokokara_select_product(Product) %}
  3061.                                                 <div class=\"ec-shelfGrid__btn\">
  3062.                                                     <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">商品を選択する</a>
  3063.                                                 </div>
  3064.                                             {% else %}
  3065.                                                 <div class=\"ec-shelfGrid__btn\">
  3066.                                                     <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  3067.                                                         {{ 'front.product.add_cart'|trans }}
  3068.                                                     </button>
  3069.                                                 </div>
  3070.                                             {% endif %}
  3071.                                         {% else %}
  3072.                                             <div class=\"ec-shelfGrid__btn\">
  3073.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  3074.                                                     {{ 'front.product.out_of_stock'|trans }}
  3075.                                                 </button>
  3076.                                             </div>
  3077.                                         {% endif %}
  3078.                                     </li>
  3079.                                 {% endif %}
  3080.                             {% endfor %}
  3081.                         </ul>
  3082.                     </div>
  3083.                     <div class=\"ec-modal\">
  3084.                         <div class=\"ec-modal-overlay\">
  3085.                             <div class=\"ec-modal-wrap\">
  3086.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  3087.                                 <div id=\"ec-modal-header\" class=\"text-center\">{{ 'front.product.add_cart_complete'|trans }}</div>
  3088.                                 <div class=\"ec-modal-box\">
  3089.                                     <div class=\"ec-role\">
  3090.                                         <span class=\"ec-inlineBtn--cancel\">{{ 'front.product.continue'|trans }}</span>
  3091.                                         <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'common.go_to_cart'|trans }}</a>
  3092.                                     </div>
  3093.                                 </div>
  3094.                             </div>
  3095.                         </div>
  3096.                     </div>
  3097.                 </div>
  3098.             {% endif %}
  3099.             {% if CoffeeProducts|length > 0 %}
  3100.                 <div class=\"ec-products-top-area\">
  3101.                     <div class=\"ec-product-category-title\">
  3102.                         <h2 class=\"ec-product-category-title__title\">COFFEE<span style=\"font-size: 0.8rem; color: #999;\">コーヒー</span></h2>
  3103.                     </div><hr>
  3104.                     <div class=\"ec-shelfRole\">
  3105.                         <ul class=\"ec-shelfGrid\">
  3106.                             {% for Product in CoffeeProducts %}
  3107.                                 {% if Product.belongsToCategory(9) == false %}
  3108.                                     <li class=\"ec-shelfGrid__item\">
  3109.                                         <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  3110.                                             <p class=\"ec-shelfGrid__item-image\">
  3111.                                                 <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" loading=\"lazy\">
  3112.                                             </p>
  3113.                                             <p class=\"ec-shelfGrid__title\">{{ Product.name }}</p>
  3114.                                             {% if Product.description_list %}
  3115.                                                 <p class=\"ec-shelfGrid__description\">{{ Product.description_list|raw|nl2br }}</p>
  3116.                                             {% endif %}
  3117.                                             <p class=\"price02-default\">
  3118.                                                 {% if Product.hasProductClass %}
  3119.                                                     {% if Product.getPrice02Min == Product.getPrice02Max %}
  3120.                                                         {{ Product.getPrice02IncTaxMin|price }}
  3121.                                                     {% else %}
  3122.                                                         {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  3123.                                                     {% endif %}
  3124.                                                 {% else %}
  3125.                                                     {{ Product.getPrice02IncTaxMin|price }}
  3126.                                                 {% endif %}
  3127.                                             </p>
  3128.                                         </a>
  3129.                                         {% if Product.stock_find %}
  3130.                                             {% set form = forms[Product.id] %}
  3131.                                             <form class=\"ec-shelfGrid__form\" name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  3132.                                                 <div class=\"ec-productRole__actions\">
  3133.                                                     {% if form.classcategory_id1 is defined %}
  3134.                                                         {% if Product.hide_class_category1 %}
  3135.                                                             <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  3136.                                                         {% else %}
  3137.                                                             <div class=\"ec-select\">
  3138.                                                         {% endif %}
  3139.                                                             {{ form_widget(form.classcategory_id1) }}
  3140.                                                             {{ form_errors(form.classcategory_id1) }}
  3141.                                                         </div>
  3142.                                                         {% if form.classcategory_id2 is defined %}
  3143.                                                             {% if Product.hide_class_category2 %}
  3144.                                                                 <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  3145.                                                             {% else %}
  3146.                                                                 <div class=\"ec-select\">
  3147.                                                             {% endif %}
  3148.                                                                 {{ form_widget(form.classcategory_id2) }}
  3149.                                                                 {{ form_errors(form.classcategory_id2) }}
  3150.                                                             </div>
  3151.                                                         {% endif %}
  3152.                                                     {% endif %}
  3153.                                                     {% if Product.stock_find %}
  3154.     {% if is_kokokara_select_product(Product) %}
  3155.         <div class=\"ec-numberInput\" style=\"display: none;\">
  3156.     {% else %}
  3157.         <div class=\"ec-numberInput\">
  3158.     {% endif %}
  3159. {% else %}
  3160.     <div class=\"ec-numberInput\">
  3161. {% endif %}
  3162. <span>{{ 'common.quantity'|trans }}</span>
  3163.                                                         {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  3164.                                                         {{ form_errors(form.quantity) }}
  3165.                                                     </div>
  3166.                                                 </div>
  3167.                                                 {{ form_rest(form) }}
  3168.                                             </form>
  3169.                                             <div class=\"ec-shelfGrid__btn\">
  3170.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  3171.                                                     {{ 'front.product.add_cart'|trans }}
  3172.                                                 </button>
  3173.                                             </div>
  3174.                                         {% else %}
  3175.                                             <div class=\"ec-shelfGrid__btn\">
  3176.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  3177.                                                     {{ 'front.product.out_of_stock'|trans }}
  3178.                                                 </button>
  3179.                                             </div>
  3180.                                         {% endif %}
  3181.                                     </li>
  3182.                                 {% endif %}
  3183.                             {% endfor %}
  3184.                         </ul>
  3185.                     </div>
  3186.                     <div class=\"ec-modal\">
  3187.                         <div class=\"ec-modal-overlay\">
  3188.                             <div class=\"ec-modal-wrap\">
  3189.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  3190.                                 <div id=\"ec-modal-header\" class=\"text-center\">{{ 'front.product.add_cart_complete'|trans }}</div>
  3191.                                 <div class=\"ec-modal-box\">
  3192.                                     <div class=\"ec-role\">
  3193.                                         <span class=\"ec-inlineBtn--cancel\">{{ 'front.product.continue'|trans }}</span>
  3194.                                         <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'common.go_to_cart'|trans }}</a>
  3195.                                     </div>
  3196.                                 </div>
  3197.                             </div>
  3198.                         </div>
  3199.                     </div>
  3200.                 </div>
  3201.             {% endif %}
  3202.             {% if BreadProducts|length > 0 %}
  3203.                 <div class=\"ec-products-top-area\">
  3204.                     <div class=\"ec-product-category-title\">
  3205.                         <h2 class=\"ec-product-category-title__title\">BREAD<span style=\"font-size: 0.8rem; color: #999;\">ブレッド</span></h2>
  3206.                     </div><hr>
  3207.                     <div class=\"ec-shelfRole\">
  3208.                         <ul class=\"ec-shelfGrid\">
  3209.                             {% for Product in BreadProducts %}
  3210.                                 {% if Product.belongsToCategory(9) == false %}
  3211.                                     <li class=\"ec-shelfGrid__item\">
  3212.                                         <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  3213.                                             <p class=\"ec-shelfGrid__item-image\">
  3214.                                                 <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" loading=\"lazy\">
  3215.                                             </p>
  3216.                                             <p class=\"ec-shelfGrid__title\">{{ Product.name }}</p>
  3217.                                             {% if Product.description_list %}
  3218.                                                 <p class=\"ec-shelfGrid__title\">{{ Product.description_list|raw|nl2br }}</p>
  3219.                                             {% endif %}
  3220.                                             <p class=\"price02-default\">
  3221.                                                 {% if Product.hasProductClass %}
  3222.                                                     {% if Product.getPrice02Min == Product.getPrice02Max %}
  3223.                                                         {{ Product.getPrice02IncTaxMin|price }}
  3224.                                                     {% else %}
  3225.                                                         {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  3226.                                                     {% endif %}
  3227.                                                 {% else %}
  3228.                                                     {{ Product.getPrice02IncTaxMin|price }}
  3229.                                                 {% endif %}
  3230.                                             </p>
  3231.                                         </a>
  3232.                                         {% if Product.stock_find %}
  3233.                                             {% set form = forms[Product.id] %}
  3234.                                             <form class=\"ec-shelfGrid__form\" name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  3235.                                                 <div class=\"ec-productRole__actions\">
  3236.                                                     {% if form.classcategory_id1 is defined %}
  3237.                                                         {% if Product.hide_class_category1 %}
  3238.                                                             <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  3239.                                                         {% else %}
  3240.                                                             <div class=\"ec-select\">
  3241.                                                         {% endif %}
  3242.                                                             {{ form_widget(form.classcategory_id1) }}
  3243.                                                             {{ form_errors(form.classcategory_id1) }}
  3244.                                                         </div>
  3245.                                                         {% if form.classcategory_id2 is defined %}
  3246.                                                             {% if Product.hide_class_category2 %}
  3247.                                                                 <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  3248.                                                             {% else %}
  3249.                                                                 <div class=\"ec-select\">
  3250.                                                             {% endif %}
  3251.                                                                 {{ form_widget(form.classcategory_id2) }}
  3252.                                                                 {{ form_errors(form.classcategory_id2) }}
  3253.                                                             </div>
  3254.                                                         {% endif %}
  3255.                                                     {% endif %}
  3256.                                                     {% if Product.stock_find %}
  3257.     {% if is_kokokara_select_product(Product) %}
  3258.         <div class=\"ec-numberInput\" style=\"display: none;\">
  3259.     {% else %}
  3260.         <div class=\"ec-numberInput\">
  3261.     {% endif %}
  3262. {% else %}
  3263.     <div class=\"ec-numberInput\">
  3264. {% endif %}
  3265. <span>{{ 'common.quantity'|trans }}</span>
  3266.                                                         {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  3267.                                                         {{ form_errors(form.quantity) }}
  3268.                                                     </div>
  3269.                                                 </div>
  3270.                                                 {{ form_rest(form) }}
  3271.                                             </form>
  3272.                                             <div class=\"ec-shelfGrid__btn\">
  3273.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  3274.                                                     {{ 'front.product.add_cart'|trans }}
  3275.                                                 </button>
  3276.                                             </div>
  3277.                                         {% else %}
  3278.                                             <div class=\"ec-shelfGrid__btn\">
  3279.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  3280.                                                     {{ 'front.product.out_of_stock'|trans }}
  3281.                                                 </button>
  3282.                                             </div>
  3283.                                         {% endif %}
  3284.                                     </li>
  3285.                                 {% endif %}
  3286.                             {% endfor %}
  3287.                         </ul>
  3288.                     </div>
  3289.                     <div class=\"ec-modal\">
  3290.                         <div class=\"ec-modal-overlay\">
  3291.                             <div class=\"ec-modal-wrap\">
  3292.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  3293.                                 <div id=\"ec-modal-header\" class=\"text-center\">{{ 'front.product.add_cart_complete'|trans }}</div>
  3294.                                 <div class=\"ec-modal-box\">
  3295.                                     <div class=\"ec-role\">
  3296.                                         <span class=\"ec-inlineBtn--cancel\">{{ 'front.product.continue'|trans }}</span>
  3297.                                         <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'common.go_to_cart'|trans }}</a>
  3298.                                     </div>
  3299.                                 </div>
  3300.                             </div>
  3301.                         </div>
  3302.                     </div>
  3303.                 </div>
  3304.             {% endif %}
  3305.             {# {% if RestProducts is defined %}
  3306.                 {% if RestProducts|length > 0 %}
  3307.                     <div class=\"ec-products-top-area\">
  3308.                         <div class=\"ec-product-category-title\">
  3309.                             <h2 class=\"ec-product-category-title__title\">その他の商品</h2>
  3310.                         </div>
  3311.                         <div class=\"ec-shelfRole\">
  3312.                             <ul class=\"ec-shelfGrid\">
  3313.                                 {% for Product in BreadProducts %}
  3314.                                     <li class=\"ec-shelfGrid__item\">
  3315.                                         <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  3316.                                             <p class=\"ec-shelfGrid__item-image\">
  3317.                                                 <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" loading=\"lazy\">
  3318.                                             </p>
  3319.                                             <p class=\"ec-shelfGrid__title\">{{ Product.name }}</p>
  3320.                                             {% if Product.description_list %}
  3321.                                                 <p class=\"ec-shelfGrid__title\">{{ Product.description_list|raw|nl2br }}</p>
  3322.                                             {% endif %}
  3323.                                             <p class=\"price02-default\">
  3324.                                                 {% if Product.hasProductClass %}
  3325.                                                     {% if Product.getPrice02Min == Product.getPrice02Max %}
  3326.                                                         {{ Product.getPrice02IncTaxMin|price }}
  3327.                                                     {% else %}
  3328.                                                         {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  3329.                                                     {% endif %}
  3330.                                                 {% else %}
  3331.                                                     {{ Product.getPrice02IncTaxMin|price }}
  3332.                                                 {% endif %}
  3333.                                             </p>
  3334.                                         </a>
  3335.                                         {% if Product.stock_find %}
  3336.                                             {% set form = forms[Product.id] %}
  3337.                                             <form class=\"ec-shelfGrid__form\" name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  3338.                                                 <div class=\"ec-productRole__actions\">
  3339.                                                     {% if form.classcategory_id1 is defined %}
  3340.                                                         {% if Product.hide_class_category1 %}
  3341.                                                             <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  3342.                                                         {% else %}
  3343.                                                             <div class=\"ec-select\">
  3344.                                                         {% endif %}
  3345.                                                             {{ form_widget(form.classcategory_id1) }}
  3346.                                                             {{ form_errors(form.classcategory_id1) }}
  3347.                                                         </div>
  3348.                                                         {% if form.classcategory_id2 is defined %}
  3349.                                                             {% if Product.hide_class_category2 %}
  3350.                                                                 <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  3351.                                                             {% else %}
  3352.                                                                 <div class=\"ec-select\">
  3353.                                                             {% endif %}
  3354.                                                                 {{ form_widget(form.classcategory_id2) }}
  3355.                                                                 {{ form_errors(form.classcategory_id2) }}
  3356.                                                             </div>
  3357.                                                         {% endif %}
  3358.                                                     {% endif %}
  3359.                                                     {% if Product.stock_find %}
  3360.     {% if is_kokokara_select_product(Product) %}
  3361.         <div class=\"ec-numberInput\" style=\"display: none;\">
  3362.     {% else %}
  3363.         <div class=\"ec-numberInput\">
  3364.     {% endif %}
  3365. {% else %}
  3366.     <div class=\"ec-numberInput\">
  3367. {% endif %}
  3368. <span>{{ 'common.quantity'|trans }}</span>
  3369.                                                         {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  3370.                                                         {{ form_errors(form.quantity) }}
  3371.                                                     </div>
  3372.                                                 </div>
  3373.                                                 {{ form_rest(form) }}
  3374.                                             </form>
  3375.                                             <div class=\"ec-shelfGrid__btn\">
  3376.                                                 <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  3377.                                                     {{ 'front.product.add_cart'|trans }}
  3378.                                                 </button>
  3379.                                             </div>
  3380.                                         {% else %}
  3381.                                             <div class=\"ec-shelfGrid__btn\">
  3382.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  3383.                                                     {{ 'front.product.out_of_stock'|trans }}
  3384.                                                 </button>
  3385.                                             </div>
  3386.                                         {% endif %}
  3387.                                     </li>
  3388.                                 {% endfor %}
  3389.                             </ul>
  3390.                         </div>
  3391.                         <div class=\"ec-modal\">
  3392.                             <div class=\"ec-modal-overlay\">
  3393.                                 <div class=\"ec-modal-wrap\">
  3394.                                     <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  3395.                                     <div id=\"ec-modal-header\" class=\"text-center\">{{ 'front.product.add_cart_complete'|trans }}</div>
  3396.                                     <div class=\"ec-modal-box\">
  3397.                                         <div class=\"ec-role\">
  3398.                                             <span class=\"ec-inlineBtn--cancel\">{{ 'front.product.continue'|trans }}</span>
  3399.                                             <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'common.go_to_cart'|trans }}</a>
  3400.                                         </div>
  3401.                                     </div>
  3402.                                 </div>
  3403.                             </div>
  3404.                         </div>
  3405.                     </div>
  3406.                 {% endif %}
  3407.             {% endif %} #}
  3408.         {% else %}
  3409.             {% set EnProducts = CustomizeCategoryProduct(11) %}
  3410.             {% if EnProducts|length > 0 %}
  3411.                 <div class=\"ec-products-top-area\">
  3412.                     <div class=\"ec-product-category-title\">
  3413.                         <h2 class=\"ec-product-category-title__title\">PRODUCTS</h2>
  3414.                     </div><hr>
  3415.                     <div class=\"ec-shelfRole\">
  3416.                         <ul class=\"ec-shelfGrid\">
  3417.                             {% for Product in EnProducts %}
  3418.                                 {% if Product.belongsToCategory(9) == false %}
  3419.                                     <li class=\"ec-shelfGrid__item\">
  3420.                                         <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  3421.                                             <p class=\"ec-shelfGrid__item-image\">
  3422.                                                 <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" loading=\"lazy\">
  3423.                                             </p>
  3424.                                             <p class=\"ec-shelfGrid__title\">{{ Product.name }}</p>
  3425.                                             {% if Product.description_list %}
  3426.                                                 <p class=\"ec-shelfGrid__description\">{{ Product.description_list|raw|nl2br }}</p>
  3427.                                             {% endif %}
  3428.                                             <p class=\"price02-default\">
  3429.                                                 {% if Product.hasProductClass %}
  3430.                                                     {% if Product.getPrice02Min == Product.getPrice02Max %}
  3431.                                                         {{ Product.getPrice02IncTaxMin|price }}
  3432.                                                     {% else %}
  3433.                                                         {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  3434.                                                     {% endif %}
  3435.                                                 {% else %}
  3436.                                                     {{ Product.getPrice02IncTaxMin|price }}
  3437.                                                 {% endif %}
  3438.                                             </p>
  3439.                                         </a>
  3440.                                         {% if Product.stock_find %}
  3441.                                             {% set form = forms[Product.id] %}
  3442.                                             <form class=\"ec-shelfGrid__form\" name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  3443.                                                 <div class=\"ec-productRole__actions\">
  3444.                                                     {% if form.classcategory_id1 is defined %}
  3445.                                                         {% if Product.hide_class_category1 %}
  3446.                                                             <div class=\"ec-select hide_class_category1\" style=\"display:none;\">
  3447.                                                         {% else %}
  3448.                                                             <div class=\"ec-select\">
  3449.                                                         {% endif %}
  3450.                                                             {{ form_widget(form.classcategory_id1) }}
  3451.                                                             {{ form_errors(form.classcategory_id1) }}
  3452.                                                         </div>
  3453.                                                         {% if form.classcategory_id2 is defined %}
  3454.                                                             {% if Product.hide_class_category2 %}
  3455.                                                                 <div class=\"ec-select hide_class_category2\" style=\"display:none;\">
  3456.                                                             {% else %}
  3457.                                                                 <div class=\"ec-select\">
  3458.                                                             {% endif %}
  3459.                                                                 {{ form_widget(form.classcategory_id2) }}
  3460.                                                                 {{ form_errors(form.classcategory_id2) }}
  3461.                                                             </div>
  3462.                                                         {% endif %}
  3463.                                                     {% endif %}
  3464.                                                     {% if Product.stock_find %}
  3465.     {% if is_kokokara_select_product(Product) %}
  3466.         <div class=\"ec-numberInput\" style=\"display: none;\">
  3467.     {% else %}
  3468.         <div class=\"ec-numberInput\">
  3469.     {% endif %}
  3470. {% else %}
  3471.     <div class=\"ec-numberInput\">
  3472. {% endif %}
  3473. <span>Quantity</span>
  3474.                                                         {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  3475.                                                         {{ form_errors(form.quantity) }}
  3476.                                                     </div>
  3477.                                                 </div>
  3478.                                                 {{ form_rest(form) }}
  3479.                                             </form>
  3480.                                             {% if is_kokokara_select_product(Product) %}
  3481.                                                 <div class=\"ec-shelfGrid__btn\">
  3482.                                                     <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">商品を選択する</a>
  3483.                                                 </div>
  3484.                                             {% else %}
  3485.                                                 <div class=\"ec-shelfGrid__btn\">
  3486.                                                     <button type=\"submit\" class=\"ec-blockBtn--action add-cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\">
  3487.                                                         Add to Cart
  3488.                                                     </button>
  3489.                                                 </div>
  3490.                                             {% endif %}
  3491.                                         {% else %}
  3492.                                             <div class=\"ec-shelfGrid__btn\">
  3493.                                                 <button type=\"button\" class=\"ec-blockBtn--action\" disabled=\"disabled\">
  3494.                                                     Out of Stock
  3495.                                                 </button>
  3496.                                             </div>
  3497.                                         {% endif %}
  3498.                                     </li>
  3499.                                 {% endif %}
  3500.                             {% endfor %}
  3501.                         </ul>
  3502.                     </div>
  3503.                     <div class=\"ec-modal\">
  3504.                         <div class=\"ec-modal-overlay\">
  3505.                             <div class=\"ec-modal-wrap\">
  3506.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  3507.                                 <div class=\"text-center\">Added to cart.</div>
  3508.                                 <div class=\"ec-modal-box\">
  3509.                                     <div class=\"ec-role\">
  3510.                                         <span class=\"ec-inlineBtn--cancel\">Keep shopping</span>
  3511.                                         <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">Go to Cart</a>
  3512.                                     </div>
  3513.                                 </div>
  3514.                             </div>
  3515.                         </div>
  3516.                     </div>
  3517.                 </div>
  3518.             {% endif %}
  3519.         {% endif %}
  3520.     {% endif %}
  3521.     {% if EnUser %}
  3522.         <div class=\"faq-box\">
  3523.             <div class=\"cp_qa\">
  3524.                 <div class=\"cp_actab\">
  3525.                     <input id=\"cp_tabfour01\" type=\"checkbox\" name=\"tabs\"><br>
  3526.                     <label for=\"cp_tabfour01\">How much is shipping?</label>
  3527.                     <div class=\"cp_actab-content\">
  3528.                         <p>Shipping is free for items over 6,000 yen.</p>
  3529.                     </div>
  3530.                 </div>
  3531.                 <div class=\"cp_actab\">
  3532.                     <input id=\"cp_tabfour02\" type=\"checkbox\" name=\"tabs\"><br>
  3533.                     <label for=\"cp_tabfour02\">Is gift delivery possible?</label>
  3534.                     <div class=\"cp_actab-content\">
  3535.                         <p>For gift delivery we do not offer wrapping paper.<br>Items will be packaged in a presentation box suitable for gifts. If you are sending it as a birthday gift, we can include a birthday sticker. Please fill out the \"Requests\"  field on the order process screen.</p>
  3536.                     </div>
  3537.                 </div>
  3538.                 <div class=\"cp_actab\">
  3539.                     <input id=\"cp_tabfour03\" type=\"checkbox\" name=\"tabs\"><br>
  3540.                     <label for=\"cp_tabfour03\">How many days does it take to receive the product?</label>
  3541.                     <div class=\"cp_actab-content\">
  3542.                         <p>We will ship your order within 3-5 business days.<br>In the unlikely event that there is a delay in shipping, we will contact you by email.<br>*Shipping operations are closed on weekends, holidays, and during long holidays.</p>
  3543.                     </div>
  3544.                 </div>
  3545.                 <div class=\"cp_actab\">
  3546.                     <input id=\"cp_tabfour04\" type=\"checkbox\" name=\"tabs\"><br>
  3547.                     <label for=\"cp_tabfour04\">Can we pick a date?</label>
  3548.                     <div class=\"cp_actab-content\">
  3549.                         <p>You can choose the delivery date and time on the order process screen.<br>You can choose the delivery date from 8 days after the order date.<br>〈Time slots〉<br>・Morning<br>・2pm-4pm<br>・4pm-6pm<br>・6pm-8pm<br>・7pm-9pm<br>*Since ice cream is a frozen product, please make sure to set a date and time when you can receive it.</p>
  3550.                     </div>
  3551.                 </div>
  3552.                 <div class=\"cp_actab\">
  3553.                     <input id=\"cp_tabfour05\" type=\"checkbox\" name=\"tabs\"><br>
  3554.                     <label for=\"cp_tabfour05\">How to cancel the order?</label>
  3555.                     <div class=\"cp_actab-content\">
  3556.                         <p>If you wish to cancel your order, please contact us by email within 2 days of placing the order.<br>We cannot accept cancellations or changes to orders after the product has been shipped.<br>Email: infor@darcys-factory.co.jp</p>
  3557.                     </div>
  3558.                 </div>
  3559.                 <div class=\"cp_actab\">
  3560.                     <input id=\"cp_tabfour06\" type=\"checkbox\" name=\"tabs\"><br>
  3561.                     <label for=\"cp_tabfour06\">How can we get a receipt?</label>
  3562.                     <div class=\"cp_actab-content\">
  3563.                         <p>A receipt can be issued 1-2 days after the product is shipped by accessing the receipt issuing URL included in the order confirmation email.</p>
  3564.                     </div>
  3565.                 </div>
  3566.             </div>
  3567.         </div>
  3568.     {% endif %}
  3569. {% endblock %}""__string_template__b193d7c4f519c8dc4f7ded7786158cfc69188d2626d3e0a7bedfec13ee0d8d2e""");
  3570.     }
  3571. }