var/cache/dev/twig/05/050f2e58aacb76c5a99d502b8699f2f083f9810fb2d54f7cb397a418010e06b7.php line 58

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* frontend/product/product.html.twig */
  16. class __TwigTemplate_4d97a37bb073b656b0f9f4c722d3b4ce5b85ce16ab0e5179b1de299011f39fe7 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'title' => [$this'block_title'],
  29.             'meta_desc_key' => [$this'block_meta_desc_key'],
  30.             'facebook' => [$this'block_facebook'],
  31.             'css' => [$this'block_css'],
  32.             'javascripts' => [$this'block_javascripts'],
  33.             'content' => [$this'block_content'],
  34.         ];
  35.     }
  36.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  37.     {
  38.         // line 1
  39.         return "base.html.twig";
  40.     }
  41.     protected function doDisplay(array $context, array $blocks = []): iterable
  42.     {
  43.         $macros $this->macros;
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/product/product.html.twig"));
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/product/product.html.twig"));
  48.         $this->parent $this->loadTemplate("base.html.twig""frontend/product/product.html.twig"1);
  49.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  50.         
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  52.         
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  54.     }
  55.     // line 4
  56.     /**
  57.      * @return iterable<null|scalar|\Stringable>
  58.      */
  59.     public function block_title(array $context, array $blocks = []): iterable
  60.     {
  61.         $macros $this->macros;
  62.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  66.         // line 5
  67.         yield "    ";
  68.         if (CoreExtension::getAttribute($this->env$this->source, ($context["product"] ?? null), "metaTitle", [], "any"truetruefalse5)) {
  69.             // line 6
  70.             yield "        ";
  71.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'6$this->source); })()), "metaTitle", [], "any"falsefalsefalse6), "html"nulltrue);
  72.             yield "
  73.     ";
  74.         } else {
  75.             // line 8
  76.             yield "        ";
  77.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'8$this->source); })()), "nazwa", [], "any"falsefalsefalse8), "html"nulltrue);
  78.             yield "
  79.     ";
  80.         }
  81.         
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  83.         
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  85.         yield from [];
  86.     }
  87.     // line 12
  88.     /**
  89.      * @return iterable<null|scalar|\Stringable>
  90.      */
  91.     public function block_meta_desc_key(array $context, array $blocks = []): iterable
  92.     {
  93.         $macros $this->macros;
  94.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  95.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc_key"));
  96.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  97.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc_key"));
  98.         // line 13
  99.         yield "    ";
  100.         if (CoreExtension::getAttribute($this->env$this->source, ($context["product"] ?? null), "metaDescription", [], "any"truetruefalse13)) {
  101.             // line 14
  102.             yield "        <meta name=\"description\" content=\"";
  103.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'14$this->source); })()), "metaDescription", [], "any"falsefalsefalse14), 0300), "html"nulltrue);
  104.             yield "...\">
  105.     ";
  106.         } else {
  107.             // line 16
  108.             yield "        <meta name=\"description\" content=\"";
  109.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'16$this->source); })()), "getDescriptionFb", [], "any"falsefalsefalse16), 060), "html"nulltrue);
  110.             yield "\">
  111.     ";
  112.         }
  113.         // line 18
  114.         yield "
  115.     ";
  116.         // line 19
  117.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'19$this->source); })()), "metaKeywords", [], "any"falsefalsefalse19)) {
  118.             // line 20
  119.             yield "        <meta name=\"keywords\" content=\"";
  120.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'20$this->source); })()), "metaKeywords", [], "any"falsefalsefalse20), "html"nulltrue);
  121.             yield "\">
  122.     ";
  123.         }
  124.         // line 22
  125.         yield "    ";
  126.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'22$this->source); })()), "getCanonical", [], "any"falsefalsefalse22)) {
  127.             // line 23
  128.             yield "        <link rel=\"canonical\" href=\"";
  129.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'23$this->source); })()), "getCanonical", [], "any"falsefalsefalse23), "html"nulltrue);
  130.             yield "\" />
  131.     ";
  132.         }
  133.         // line 25
  134.         yield "
  135.     ";
  136.         // line 26
  137.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'26$this->source); })()), "request", [], "any"falsefalsefalse26), "locale", [], "any"falsefalsefalse26) == "pl")) {
  138.             // line 27
  139.             yield "        ";
  140.             // line 28
  141.             yield "        ";
  142.             // line 31
  143.             yield "    ";
  144.         }
  145.         // line 32
  146.         yield "
  147. ";
  148.         
  149.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  150.         
  151.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  152.         yield from [];
  153.     }
  154.     // line 35
  155.     /**
  156.      * @return iterable<null|scalar|\Stringable>
  157.      */
  158.     public function block_facebook(array $context, array $blocks = []): iterable
  159.     {
  160.         $macros $this->macros;
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  162.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""facebook"));
  163.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  164.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""facebook"));
  165.         // line 36
  166.         yield "    ";
  167.         $context["imgShow"] = 0;
  168.         // line 37
  169.         yield "    ";
  170.         $context['_parent'] = $context;
  171.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'37$this->source); })()), "photos", [], "any"falsefalsefalse37));
  172.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  173.             // line 38
  174.             yield "        ";
  175.             if (((CoreExtension::getAttribute($this->env$this->source$context["image"], "main", [], "any"falsefalsefalse38) == 1) && ((isset($context["imgShow"]) || array_key_exists("imgShow"$context) ? $context["imgShow"] : (function () { throw new RuntimeError('Variable "imgShow" does not exist.'38$this->source); })()) == 0))) {
  176.                 // line 39
  177.                 yield "            <meta property=\"og:image\" content=\"";
  178.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'39$this->source); })()), "storeUrl", [], "any"falsefalsefalse39), "html"nulltrue);
  179.                 yield "/images/product/";
  180.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse39), "html"nulltrue);
  181.                 yield "\"/>
  182.             ";
  183.                 // line 40
  184.                 $context["imgShow"] = 1;
  185.                 // line 41
  186.                 yield "        ";
  187.             }
  188.             // line 42
  189.             yield "    ";
  190.         }
  191.         $_parent $context['_parent'];
  192.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  193.         $context array_intersect_key($context$_parent) + $_parent;
  194.         // line 43
  195.         yield "    ";
  196.         // line 44
  197.         yield "        <meta property=\"og:title\" content=\"";
  198.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'44$this->source); })()), "name", [], "any"falsefalsefalse44), "html"nulltrue);
  199.         yield "\"/>
  200.     ";
  201.         // line 46
  202.         yield "    <meta property=\"og:url\" content=\"";
  203.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'46$this->source); })()), "storeUrl", [], "any"falsefalsefalse46), "html"nulltrue);
  204.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'46$this->source); })()), "slug", [], "any"falsefalsefalse46), "id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'46$this->source); })()), "id", [], "any"falsefalsefalse46)]), "html"nulltrue);
  205.         yield "\"/>
  206.     <meta property=\"og:description\" content=\"";
  207.         // line 47
  208.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'47$this->source); })()), "metaDescription", [], "any"falsefalsefalse47), 0300), "html"nulltrue);
  209.         yield "...\">
  210.     <meta property=\"og:type\" content=\"product\">
  211.     ";
  212.         // line 50
  213.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'50$this->source); })()), "request", [], "any"falsefalsefalse50), "locale", [], "any"falsefalsefalse50) == "pl")) {
  214.             // line 51
  215.             yield "        ";
  216.             if (CoreExtension::inFilter("ckdev"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'51$this->source); })()), "request", [], "any"falsefalsefalse51), "getSchemeAndHttpHost", [], "method"falsefalsefalse51))) {
  217.                 // line 52
  218.                 yield "            <meta name=\"robots\" content=\"noindex, nofollow\" />
  219.         ";
  220.             }
  221.             // line 54
  222.             yield "    ";
  223.         }
  224.         // line 55
  225.         yield "    ";
  226.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'55$this->source); })()), "request", [], "any"falsefalsefalse55), "locale", [], "any"falsefalsefalse55) == "cz")) {
  227.             // line 56
  228.             yield "        ";
  229.             if (CoreExtension::inFilter("dev.ezidle"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "getSchemeAndHttpHost", [], "method"falsefalsefalse56))) {
  230.                 // line 57
  231.                 yield "            <meta name=\"robots\" content=\"noindex, nofollow\" />
  232.         ";
  233.             }
  234.             // line 59
  235.             yield "    ";
  236.         }
  237.         // line 60
  238.         yield "    ";
  239.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'60$this->source); })()), "request", [], "any"falsefalsefalse60), "locale", [], "any"falsefalsefalse60) == "sk")) {
  240.             // line 61
  241.             yield "        ";
  242.             if (CoreExtension::inFilter("dev.stolicky24"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'61$this->source); })()), "request", [], "any"falsefalsefalse61), "getSchemeAndHttpHost", [], "method"falsefalsefalse61))) {
  243.                 // line 62
  244.                 yield "            <meta name=\"robots\" content=\"noindex, nofollow\" />
  245.         ";
  246.             }
  247.             // line 64
  248.             yield "    ";
  249.         }
  250.         // line 65
  251.         yield "    ";
  252.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'65$this->source); })()), "request", [], "any"falsefalsefalse65), "locale", [], "any"falsefalsefalse65) == "ro")) {
  253.             // line 66
  254.             yield "        ";
  255.             if (CoreExtension::inFilter("ro.centrumkrzesel"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "request", [], "any"falsefalsefalse66), "getSchemeAndHttpHost", [], "method"falsefalsefalse66))) {
  256.                 // line 67
  257.                 yield "            <meta name=\"robots\" content=\"noindex, nofollow\" />
  258.         ";
  259.             }
  260.             // line 69
  261.             yield "    ";
  262.         }
  263.         
  264.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  265.         
  266.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  267.         yield from [];
  268.     }
  269.     // line 72
  270.     /**
  271.      * @return iterable<null|scalar|\Stringable>
  272.      */
  273.     public function block_css(array $context, array $blocks = []): iterable
  274.     {
  275.         $macros $this->macros;
  276.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  277.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  279.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  280.         // line 73
  281.         yield "    ";
  282.         yield from $this->yieldParentBlock("css"$context$blocks);
  283.         yield "
  284.     <style>
  285.         .modele_i_cechy .left-25 ul {
  286.             list-style: initial;
  287.         }
  288.         .eye-icon {
  289.             margin-top: -113px;
  290.             margin-left: 6px;
  291.             position: absolute;
  292.             color: white;
  293.             font-size: 14px;
  294.         }
  295.         .ck-table th {
  296.             padding-top:29px;
  297.             font-size:14px;
  298.         }
  299.         .ck-table td {
  300.             font-size:14px;
  301.             padding-top:15px;
  302.             vertical-align: middle;
  303.         }
  304.         .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  305.             width:auto;
  306.             height:auto;
  307.             margin-left:auto;
  308.             margin-right: auto;
  309.         }
  310.         .dropdown-content {
  311.             max-height: 400px;
  312.             overflow: auto;
  313.         }
  314.         @media (max-width: 1024px) {
  315.             .video-container iframe {
  316.                 width:100%!important;
  317.                 height:auto!important;
  318.                 min-height: 300px!important;
  319.             }
  320.             .blueimp-gallery>.close {
  321.                 top:13%!important;
  322.                 right: 15px!important;
  323.             }
  324.             .select-image-display {
  325.                 margin-top:-50px;
  326.             }
  327.         }
  328.         @media (max-width: 767px) {
  329.             .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  330.                 width:auto;
  331.                 height:auto;
  332.                 margin-left:auto;
  333.                 margin-right: auto;
  334.                 max-height: 450px;
  335.             }
  336.             .left-25 {
  337.                 padding-left:0px;
  338.             }
  339.             .pricingContainer {
  340.                 overflow: auto;
  341.             }
  342.         }
  343.         .descriptionDiv a {
  344.             color:#23d160 !important;
  345.         }
  346.         .descriptionDiv .column {
  347.             padding:0.5rem;
  348.         }
  349.         .descriptionDiv img {
  350.             margin:0px!important;
  351.             padding:0px!important;
  352.         }
  353.         .main-image img {
  354.             cursor: pointer;
  355.         }
  356.         .blueimp-gallery {
  357.             background: rgba(0, 0, 0, 0.50)!important;
  358.         }
  359.         @media (max-width: 550px) {
  360.             .material-presentation-mobile {
  361.                 width: 50%; float: left; min-height: 250px;
  362.             }
  363.         }
  364.         .ck-table td:first-child {
  365.             padding: 6px 12px!important;
  366.             border:1px solid #ebebeb;
  367.         }
  368.         #podobne .tabs ul .is-active a{
  369.             font-weight: bold;
  370.         }
  371.         .zoom-on-hover img {
  372.             cursor: pointer;
  373.         }
  374.         .remove-first-element .column:first-child {
  375.             display: none;
  376.         }
  377.         @media (max-width: 730px) {
  378.             .zoom-on-hover .normal {
  379.                 width: fit-content !important;
  380.             }
  381.             .main-content-mobile-up {
  382.                 margin-top:-80px;
  383.             }
  384.             .main-content-mobile-up .is-full {
  385.                 padding-bottom:0px!important;
  386.             }
  387.             .hr {
  388.                 margin-top:20px!important;
  389.                 margin-bottom:50px!important;
  390.             }
  391.         }
  392.         .removeDot {
  393.             margin:0;
  394.             padding:0;
  395.             list-style:none;
  396.         }
  397.         .removeDot div a {
  398.             text-decoration: underline!important;
  399.         }
  400.         @media (max-width: 1024px) {
  401.             .removeDot div p img, .removeDot div img {
  402.                 width: auto!important;
  403.                 height:auto!important;
  404.             }
  405.         }
  406.         .author-circle {
  407.             object-fit: cover;
  408.             border-radius: 50%;
  409.             -webkit-border-radius: 50%;
  410.             -moz-border-radius: 50%;
  411.             color: #ffffff;
  412.             font-weight: normal;
  413.             text-align: center;
  414.             vertical-align: middle;
  415.             display: table;
  416.         }
  417.         .author-container {
  418.             position: relative;
  419.             margin: auto;
  420.             /* overflow: hidden; */
  421.             border-radius: 50%;
  422.             -webkit-border-radius: 50%;
  423.             -moz-border-radius: 50%;
  424.             border: 2px solid #ffffff;
  425.             overflow: visible;
  426.         }
  427.         .blue-notifi-notification {
  428.             background-color: rgb(242, 248, 255);
  429.             color: rgb(48, 133, 229);
  430.             font-weight: bold;
  431.         }
  432.         .rateit .rateit-preset {
  433.             color:#f8d52f!important;
  434.         }
  435.         #show_comments_button {
  436.             margin-left:10px;
  437.         }
  438.         /* Styling for details section */
  439.         #detailsSection {
  440.             max-width: 200px; /* Adjust width as needed */
  441.             word-wrap: break-word; /* Ensures long words wrap properly */
  442.             line-height: 23px;
  443.         }
  444.         /* Align \"Podmiot odpowiedzialny\" container */
  445.         #toggleDetails {
  446.             max-width: 230px; /* Ensure this container aligns with content */
  447.             display: block;
  448.         }
  449.         /* Icon alignment */
  450.         #toggleDetails span.icon {
  451.             margin-left: 10px; /* Space between text and icon */
  452.         }
  453.     </style>
  454.     <style>
  455.         @media (max-width: 730px) {
  456.             .level-item-name {
  457.                 display: block!important;
  458.             }
  459.             .content-comment {
  460.                 width:87%!important;
  461.             }
  462.             .hide-mobile {
  463.                 display: none!important;
  464.             }
  465.         }
  466.     </style>
  467.     <link rel=\"stylesheet\" href=\"/metronic/lightbox2/dist/css/lightbox.min.css\">
  468.     <link rel=\"stylesheet\" href=\"/js/rate-script/scripts/rateit.css\" />
  469. ";
  470.         
  471.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  472.         
  473.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  474.         yield from [];
  475.     }
  476.     // line 278
  477.     /**
  478.      * @return iterable<null|scalar|\Stringable>
  479.      */
  480.     public function block_javascripts(array $context, array $blocks = []): iterable
  481.     {
  482.         $macros $this->macros;
  483.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  484.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  485.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  486.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  487.         // line 279
  488.         yield "    ";
  489.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  490.         yield "
  491.     <script>
  492.         document.addEventListener('DOMContentLoaded', function () {
  493.             // Modals
  494.             var rootEl = document.documentElement;
  495.             var allModals = getAll('.modal');
  496.             var modalButtons = getAll('.modal-button');
  497.             var modalCloses = getAll('.modal-background, .modal-close, .modal-card-head .delete, .modal-card-foot .button');
  498.             if (modalButtons.length > 0) {
  499.                 modalButtons.forEach(function (el) {
  500.                     el.addEventListener('click', function () {
  501.                         var target = document.getElementById(el.dataset.target);
  502.                         target.classList.add('is-active');
  503.                     });
  504.                 });
  505.             }
  506.             if (modalCloses.length > 0) {
  507.                 modalCloses.forEach(function (el) {
  508.                     el.addEventListener('click', function () {
  509.                         closeModals();
  510.                     });
  511.                 });
  512.             }
  513.             document.addEventListener('keydown', function (event) {
  514.                 var e = event || window.event;
  515.                 if (e.keyCode === 27) {
  516.                     closeModals();
  517.                 }
  518.             });
  519.             function closeModals() {
  520.                 rootEl.classList.remove('is-clipped');
  521.                 allModals.forEach(function (el) {
  522.                     el.classList.remove('is-active');
  523.                 });
  524.             }
  525.             // Functions
  526.             function getAll(selector) {
  527.                 return Array.prototype.slice.call(document.querySelectorAll(selector), 0);
  528.             }
  529.         });
  530.         // Popup window code
  531.         function newPopup(url) {
  532.             popupWindow = window.open(
  533.                 url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
  534.         }
  535.         function newPopupImage(url) {
  536.             popupWindow = window.open(
  537.                 url,'popUpWindow','left=10,top=10,width=800;height=700;resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
  538.         }
  539.         \$(document).ready(function () {
  540.             \$('.similarLinkStart').trigger(\"click\");
  541.             var chosen = [];
  542.             var \$list = \$(\".chosen_params_list\");
  543.             function collectParameters() {
  544.                 \$list.each(function() {
  545.                     chosen.push({'param':\$(this).attr('data-id'), 'value':\$(this).val()});
  546.                 });
  547.                 return chosen;
  548.             }
  549.             function collectEquipment() {
  550.                 var chosenEquipment = [];
  551.                 var \$equipmentContainer = \$(\".equipmentCheckbox\");
  552.                 \$equipmentContainer.each(function() {
  553.                     if (\$(this).is(':checked')) {
  554.                         chosenEquipment.push(\$(this).attr('data-id'));
  555.                     }
  556.                 });
  557.                 return chosenEquipment;
  558.             }
  559.             function isOK(string) {
  560.                 var regex = /^([a-zA-Z0-9_.+-])+\\@(([a-zA-Z0-9-])+\\.)+([a-zA-Z0-9]{2,4})+\$/;
  561.                 return regex.test(string);
  562.             }
  563.             \$('#notify-button').on(\"click\", function() {
  564.                 \$('#error_notify_container').hide();
  565.                 var notifyOn = \$('#notify_input').val();
  566.                 if (isOK(notifyOn)) {
  567.                     \$(this).append('&nbsp;<i class=\"fas fa-spinner fa-pulse\"></i>').css(\"opacity\", '0.6');
  568.                     var url = \$('#new_waiting_list').val();
  569.                     var productId = \$('#product_id').val();
  570.                     var email = \$('#notify_input').val();
  571.                     \$.ajax({
  572.                         type: \"POST\",
  573.                         url: url,
  574.                         data: {'email':email, 'productId':productId},
  575.                         success: function (data) {
  576.                             \$('#notify_container').html(\"<div class='notification blue-notifi-notification'>";
  577.         // line 384
  578.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("notify_thankyou_text", [], "store"), "html"nulltrue);
  579.         yield "</div>\")
  580.                         }
  581.                     });
  582.                 } else {
  583.                     \$('#error_notify_container').show();
  584.                 }
  585.             });
  586.             \$('.modal-button').on(\"click\", function() {
  587.                 var url = \$(this).attr('data-href');
  588.                 \$.ajax({
  589.                     type: \"POST\",
  590.                     url: url,
  591.                     success: function (data) {
  592.                         \$('.modal-card-body').html(data);
  593.                     }
  594.                 });
  595.             });
  596.             function addToCart() {
  597.                 \$('.cart-error-notification').hide();
  598.                 let parameters = collectParameters();
  599.                 let \$variant = \$('#variant').val();
  600.                 var product_id = \$('#product_id').val();
  601.                 var quantity = \$('#amount').val();
  602.                 var url = \$('#add_to_cart_url').val();
  603.                 var equipments = collectEquipment();
  604.                 \$.ajax({
  605.                     type: \"POST\",
  606.                     url: url,
  607.                     data: {'equipments':equipments, 'product_id':product_id, 'quantity':quantity, 'variant':\$variant, 'parameters':parameters},
  608.                     success: function (data) {
  609.                         if (parseInt(data.error) === 1) {
  610.                             \$('.cart-error-notification').show();
  611.                             \$('.cart-error-notification').html(data.message);
  612.                             \$('#ask-button').prop('disabled', false);
  613.                         } else {
  614.                             var price = \$('#productPriceContainer').html();
  615.                             price.replace(\",\",'.');
  616.                             let gaPrice = parseFloat(price);
  617.                             var name = \$('#item_name').val();
  618.                             window.dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
  619.                             window.dataLayer.push({
  620.                                 event: 'add_to_cart',
  621.                                 value: gaPrice,
  622.                                 currency: \"\"+\$('#getGa4CodeCurrency').val()+\"\",
  623.                                 ecommerce: {
  624.                                     items: [{
  625.                                         item_name: \"\"+name+\"\",
  626.                                         item_id: \"\"+product_id+\"\",
  627.                                         price: gaPrice,
  628.                                         quantity: \"\"+quantity+\"\"
  629.                                     }]
  630.                                 }
  631.                             });
  632.                             ";
  633.         // line 446
  634.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'446$this->source); })()), "request", [], "any"falsefalsefalse446), "locale", [], "any"falsefalsefalse446) == "ro")) {
  635.             // line 447
  636.             yield "                                if (typeof bianoTrack === 'function') {
  637.                                     bianoTrack('track', 'add_to_cart', {
  638.                                         id: 'CK";
  639.             // line 449
  640.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'449$this->source); })()), "id", [], "any"falsefalsefalse449), "html"nulltrue);
  641.             yield "', // Unique identifier of the product
  642.                                         quantity: parseInt(quantity), // Category of the product
  643.                                         unit_price: gaPrice, // Product price (e.g., 99.99)
  644.                                         currency: 'RON' // Currency of the product price (e.g., 'USD', 'EUR')
  645.                                     });
  646.                                 }
  647.                             ";
  648.         }
  649.         // line 456
  650.         yield "
  651.                             window.location.href = '/cart';
  652.                         }
  653.                     }
  654.                 });
  655.             }
  656.             \$('#ask-button').on(\"click\", function(e) {
  657.                 e.preventDefault();
  658.                 let allowToAdd = isAllowToAdd();
  659.                 if (allowToAdd) {
  660.                     e.preventDefault();
  661.                     \$(this).prop('disabled', true);
  662.                     addToCart();
  663.                 }
  664.             });
  665.             ";
  666.         // line 473
  667.         if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["parameterValues"]) || array_key_exists("parameterValues"$context) ? $context["parameterValues"] : (function () { throw new RuntimeError('Variable "parameterValues" does not exist.'473$this->source); })())) >= 1)) {
  668.             // line 474
  669.             yield "                \$('#ask-button').css('opacity', '0.5');
  670.             ";
  671.         }
  672.         // line 476
  673.         yield "        });
  674.         \$('.equipmentCheckbox').on(\"click\", function(){
  675.             var productPriceContainer = \$('#productPriceContainer');
  676.             var currentPrice = productPriceContainer.html();
  677.             var currencySeparator = \$('#currencySeparator').val();
  678.             isComma = currencySeparator.includes(',');
  679.             currentPrice = currentPrice.replace(/,/g, '.');
  680.             //currentPrice = currentPrice.replace(/\\D/g,'');
  681.             currentPrice = parseFloat(currentPrice);
  682.             var equipmentPrice = parseFloat(\$(this).attr('data-price'));
  683.             var currencySign = \$('#currencySign').val();
  684.             if (\$(this).is(':checked')) {
  685.                 var newValue = (currentPrice + equipmentPrice).toFixed(2);
  686.                 productPriceContainer.html(newValue+' '+currencySign);
  687.                 if (isComma) {
  688.                     var productPriceContainer = \$('#productPriceContainer');
  689.                     var currentPrice = productPriceContainer.html();
  690.                     currentPrice = currentPrice.replace(/\\./g, \",\");
  691.                     productPriceContainer.html(currentPrice);
  692.                 } else {
  693.                     productPriceContainer.html(newValue+' '+currencySign);
  694.                 }
  695.             } else {
  696.                 var newValue = (currentPrice - equipmentPrice).toFixed(2);
  697.                 productPriceContainer.html(newValue + ' ' + currencySign);
  698.                 if (isComma) {
  699.                     var productPriceContainer = \$('#productPriceContainer');
  700.                     var currentPrice = productPriceContainer.html();
  701.                     currentPrice = currentPrice.replace(/\\./g, \",\");
  702.                     productPriceContainer.html(currentPrice);
  703.                 } else {
  704.                     productPriceContainer.html(newValue + ' ' + currencySign);
  705.                 }
  706.             }
  707.         });
  708.         \$('#show_comments_button').on(\"click\", function() {
  709.             \$('#comment_container').show();
  710.             \$(this).hide();
  711.             \$('.rateit').rateit({ max: 5, step: 1, backingfld: '#backing7' });
  712.         });
  713.     </script>
  714.     <script src=\"/metronic/lightbox2/dist/js/lightbox.js\"></script>
  715.     <script>
  716.         lightbox.option({
  717.             'fitImagesInViewport': false,
  718.             'disableScrolling': false,
  719.         })
  720.     </script>
  721.     <script src=\"/js/rate-script/scripts/jquery.rateit.js\"></script>
  722.     ";
  723.         // line 536
  724.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'536$this->source); })()), "request", [], "any"falsefalsefalse536), "locale", [], "any"falsefalsefalse536) == "ro")) {
  725.             // line 537
  726.             yield "        <script>
  727.             window.addEventListener(\"ucEvent\", function (e) {
  728.                 if (e.detail && e.detail.event === \"consent_status\") {
  729.                     const ucBianoService = 'Biano Pixel';
  730.                     if (e.detail.hasOwnProperty(ucBianoService) && e.detail[ucBianoService]) {
  731.                         bianoTrack('track', 'product_view', {
  732.                             id: 'CK";
  733.             // line 543
  734.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'543$this->source); })()), "id", [], "any"falsefalsefalse543), "html"nulltrue);
  735.             yield "', // Unique identifier of the product
  736.                             productName: '";
  737.             // line 544
  738.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'544$this->source); })()), "name", [], "any"falsefalsefalse544), "html"nulltrue);
  739.             yield "', // Name of the product
  740.                             productCategory: '";
  741.             // line 545
  742.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'545$this->source); })()), "mainCategory", [], "any"falsefalsefalse545), "name", [], "any"falsefalsefalse545), "html"nulltrue);
  743.             yield "', // Category of the product
  744.                             productValue: ";
  745.             // line 546
  746.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'546$this->source); })()), "html"nulltrue);
  747.             yield ", // Product price (e.g., 99.99)
  748.                             currency: 'RON' // Currency of the product price (e.g., 'USD', 'EUR')
  749.                         });
  750.                     }
  751.                 }
  752.             });
  753.         </script>
  754.     ";
  755.         }
  756.         // line 554
  757.         yield "    <script>
  758.         \$(document).ready(function() {
  759.             \$(\"#toggleDetails\").on(\"click\", function() {
  760.                 // Toggle the details section
  761.                 \$(\"#detailsSection\").slideToggle();
  762.                 // Swap the caret icon
  763.                 const icon = \$(\"#toggleIcon i\");
  764.                 if (icon.hasClass(\"fa-caret-down\")) {
  765.                     icon.removeClass(\"fa-caret-down\").addClass(\"fa-caret-up\");
  766.                 } else {
  767.                     icon.removeClass(\"fa-caret-up\").addClass(\"fa-caret-down\");
  768.                 }
  769.             });
  770.         });
  771.     </script>
  772. ";
  773.         
  774.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  775.         
  776.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  777.         yield from [];
  778.     }
  779.     // line 572
  780.     /**
  781.      * @return iterable<null|scalar|\Stringable>
  782.      */
  783.     public function block_content(array $context, array $blocks = []): iterable
  784.     {
  785.         $macros $this->macros;
  786.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  787.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  788.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  789.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  790.         // line 573
  791.         yield "
  792.     ";
  793.         // line 574
  794.         $context["pProduct"] = (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'574$this->source); })());
  795.         // line 575
  796.         yield "
  797.     <div vocab=\"http://schema.org/\" typeof=\"Product\">
  798.     <input type=\"hidden\" name=\"product_id\" id=\"product_id\" value=\"";
  799.         // line 577
  800.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'577$this->source); })()), "id", [], "any"falsefalsefalse577), "html"nulltrue);
  801.         yield "\"/>
  802.     <input type=\"hidden\" name=\"add_to_cart_url\" id=\"add_to_cart_url\" value=\"";
  803.         // line 578
  804.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_to_cart");
  805.         yield "\"/>
  806.     <input type=\"hidden\" name=\"home_url\" id=\"home_url\" value=\"";
  807.         // line 579
  808.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
  809.         yield "\">
  810.     <input type=\"hidden\" name=\"variant\" id=\"variant\" value=\"\">
  811.     <input type=\"hidden\" id=\"currencySeparator\" value=\"";
  812.         // line 581
  813.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'581$this->source); })()), "currency", [], "any"falsefalsefalse581), "separator", [], "any"falsefalsefalse581), "html"nulltrue);
  814.         yield "\">
  815.     <input type=\"hidden\" id=\"currencySign\" value=\"";
  816.         // line 582
  817.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'582$this->source); })()), "currency", [], "any"falsefalsefalse582), "sign", [], "any"falsefalsefalse582), "html"nulltrue);
  818.         yield "\">
  819.     <input type=\"hidden\" id=\"new_waiting_list\" value=\"";
  820.         // line 583
  821.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("new_waiting_list");
  822.         yield "\"/>
  823.     <input type=\"hidden\" id=\"item_name\" value=\"";
  824.         // line 584
  825.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'584$this->source); })()), "name", [], "any"falsefalsefalse584), "html"nulltrue);
  826.         yield "\"/>
  827.     <input type=\"hidden\" id=\"getGa4CodeCurrency\" value=\"";
  828.         // line 585
  829.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'585$this->source); })()), "getGa4Code", [], "any"falsefalsefalse585), "html"nulltrue);
  830.         yield "\"/>
  831.     ";
  832.         // line 586
  833.         if (((array_key_exists("vat"$context) && (isset($context["vat"]) || array_key_exists("vat"$context) ? $context["vat"] : (function () { throw new RuntimeError('Variable "vat" does not exist.'586$this->source); })())) && CoreExtension::getAttribute($this->env$this->source, (isset($context["vat"]) || array_key_exists("vat"$context) ? $context["vat"] : (function () { throw new RuntimeError('Variable "vat" does not exist.'586$this->source); })()), "value", [], "any"falsefalsefalse586))) {
  834.             // line 587
  835.             yield "        <input type=\"hidden\" id=\"vat\" value=\"";
  836.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((+ (CoreExtension::getAttribute($this->env$this->source, (isset($context["vat"]) || array_key_exists("vat"$context) ? $context["vat"] : (function () { throw new RuntimeError('Variable "vat" does not exist.'587$this->source); })()), "value", [], "any"falsefalsefalse587) / 100)), "html"nulltrue);
  837.             yield "\"/>
  838.     ";
  839.         }
  840.         // line 589
  841.         yield "
  842.     ";
  843.         // line 590
  844.         $context["c"] = 0;
  845.         // line 591
  846.         yield "    ";
  847.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["parameterValues"]) || array_key_exists("parameterValues"$context) ? $context["parameterValues"] : (function () { throw new RuntimeError('Variable "parameterValues" does not exist.'591$this->source); })()))) {
  848.             // line 592
  849.             yield "        ";
  850.             $context['_parent'] = $context;
  851.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["parameterValues"]) || array_key_exists("parameterValues"$context) ? $context["parameterValues"] : (function () { throw new RuntimeError('Variable "parameterValues" does not exist.'592$this->source); })()));
  852.             foreach ($context['_seq'] as $context["key"] => $context["param"]) {
  853.                 // line 593
  854.                 yield "            ";
  855.                 $context["c"] = ((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'593$this->source); })()) + 1);
  856.                 // line 594
  857.                 yield "            ";
  858.                 if (((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'594$this->source); })()) == 1)) {
  859.                     // line 595
  860.                     yield "                ";
  861.                     if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["firstParamValues"]) || array_key_exists("firstParamValues"$context) ? $context["firstParamValues"] : (function () { throw new RuntimeError('Variable "firstParamValues" does not exist.'595$this->source); })()))) {
  862.                         // line 596
  863.                         yield "                    ";
  864.                         $context["variant"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["firstParamValues"]) || array_key_exists("firstParamValues"$context) ? $context["firstParamValues"] : (function () { throw new RuntimeError('Variable "firstParamValues" does not exist.'596$this->source); })()), 0, [], "array"falsefalsefalse596);
  865.                         // line 597
  866.                         yield "                    ";
  867.                         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'597$this->source); })()), "value", [], "any"falsefalsefalse597)) {
  868.                             // line 598
  869.                             yield "                        ";
  870.                             // line 601
  871.                             yield "                    ";
  872.                         }
  873.                         // line 602
  874.                         yield "                ";
  875.                     }
  876.                     // line 603
  877.                     yield "                <input id=\"chosen_param_";
  878.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html"nulltrue);
  879.                     yield "\" class=\"chosen_params_list\" type=\"hidden\" data-sort=\"";
  880.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'603$this->source); })()), "html"nulltrue);
  881.                     yield "\" name=\"chosen_param_";
  882.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html"nulltrue);
  883.                     yield "\" data-id=\"";
  884.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html"nulltrue);
  885.                     yield "\" value=\"0\"/>
  886.             ";
  887.                 } else {
  888.                     // line 605
  889.                     yield "                <input id=\"chosen_param_";
  890.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html"nulltrue);
  891.                     yield "\" class=\"chosen_params_list\" type=\"hidden\" data-sort=\"";
  892.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'605$this->source); })()), "html"nulltrue);
  893.                     yield "\" name=\"chosen_param_";
  894.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html"nulltrue);
  895.                     yield "\" data-id=\"";
  896.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["key"], "html"nulltrue);
  897.                     yield "\" value=\"0\"/>
  898.             ";
  899.                 }
  900.                 // line 607
  901.                 yield "        ";
  902.             }
  903.             $_parent $context['_parent'];
  904.             unset($context['_seq'], $context['key'], $context['param'], $context['_parent']);
  905.             $context array_intersect_key($context$_parent) + $_parent;
  906.             // line 608
  907.             yield "    ";
  908.         }
  909.         // line 609
  910.         yield "    <input type=\"hidden\" value=\"";
  911.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("loadNextParam", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'609$this->source); })()), "id", [], "any"falsefalsefalse609)]), "html"nulltrue);
  912.         yield "\" id=\"loadNextParam\"/>
  913.     <input type=\"hidden\" value=\"";
  914.         // line 610
  915.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["parameterValues"]) || array_key_exists("parameterValues"$context) ? $context["parameterValues"] : (function () { throw new RuntimeError('Variable "parameterValues" does not exist.'610$this->source); })())), "html"nulltrue);
  916.         yield "\" id=\"paramCounter\"/>
  917.     <!-- START OF BREADCRUMBS SECTION -->
  918.     <section class=\"section topSection\">
  919.         <div class=\"container\">
  920.             <div class=\"columns is-multiline\">
  921.                 <!-- START OF BREADCRUMBS -->
  922.                 <div class=\"column is-full\">
  923.                     <nav class=\"breadcrumb has-arrow-separator is-hidden-mobile\" aria-label=\"breadcrumb\">
  924.                         <ul vocab=\"https://schema.org/\" typeof=\"BreadcrumbList\">
  925.                             <li property=\"itemListElement\" typeof=\"ListItem\">
  926.                                 <a property=\"item\" typeof=\"WebPage\" href=\"";
  927.         // line 621
  928.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
  929.         yield "\"><span property=\"name\">";
  930.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'621$this->source); })()), "shopName", [], "any"falsefalsefalse621), "html"nulltrue);
  931.         yield "</span></a>
  932.                                 <meta property=\"position\" content=\"1\">
  933.                             </li>
  934.                             ";
  935.         // line 624
  936.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'624$this->source); })()), "mainCategory", [], "any"falsefalsefalse624), "deletedBy", [], "any"falsefalsefalse624) == null)) {
  937.             // line 625
  938.             yield "                                <li property=\"itemListElement\" typeof=\"ListItem\">
  939.                                     <a property=\"item\" typeof=\"WebPage\" href=\"";
  940.             // line 626
  941.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'626$this->source); })()), "mainCategory", [], "any"falsefalsefalse626), "id", [], "any"falsefalsefalse626), "slug" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'626$this->source); })()), "mainCategory", [], "any"falsefalsefalse626), "slug", [], "any"falsefalsefalse626)]), "html"nulltrue);
  942.             yield "\"><span property=\"name\">";
  943.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'626$this->source); })()), "mainCategory", [], "any"falsefalsefalse626), "name", [], "any"falsefalsefalse626), "html"nulltrue);
  944.             yield "</span></a>
  945.                                     <meta property=\"position\" content=\"2\">
  946.                                 </li>
  947.                             ";
  948.         }
  949.         // line 630
  950.         yield "                            <li class=\"is-active\" property=\"itemListElement\" typeof=\"ListItem\">
  951.                                 <a property=\"item\" typeof=\"WebPage\" href=\"#\"><span property=\"name\">";
  952.         // line 631
  953.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'631$this->source); })()), "name", [], "any"falsefalsefalse631), "html"nulltrue);
  954.         yield "</span></a>
  955.                                 <meta property=\"position\" content=\"3\">
  956.                             </li>
  957.                         </ul>
  958.                     </nav>
  959.                 </div>
  960.                 <!-- END OF BREADCRUMBS -->
  961.             </div>
  962.         </div>
  963.     </section>
  964.     <!-- END OF BREADCRUMBS NAME SECTION -->
  965.     <!-- START OF MAIN SECTION -->
  966.     <section class=\"section topSection\">
  967.         <div class=\"container\">
  968.             <div class=\"columns is-multiline\">
  969.                 <!-- START OF PRODUCT IMAGES -->
  970.                 <div class=\"column is-half-desktop is-full-touch\">
  971.                     <div id=\"galleryMain\">
  972.                     <carousel-gallery inline-template v-cloak
  973.                                       :small-imgs=\"[
  974.                                 ";
  975.         // line 652
  976.         $context["imgArr"] = [];
  977.         // line 653
  978.         yield "                                ";
  979.         $context['_parent'] = $context;
  980.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'653$this->source); })()), "photos", [], "any"falsefalsefalse653));
  981.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  982.             // line 654
  983.             yield "                                    ";
  984.             if (CoreExtension::getAttribute($this->env$this->source$context["image"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'654$this->source); })())], "method"falsefalsefalse654)) {
  985.                 // line 655
  986.                 yield "                                        ";
  987.                 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse655), (isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'655$this->source); })()))) {
  988.                     // line 656
  989.                     yield "                                        ";
  990.                 } else {
  991.                     // line 657
  992.                     yield "                                            ";
  993.                     if ((CoreExtension::getAttribute($this->env$this->source$context["image"], "main", [], "any"falsefalsefalse657) == 1)) {
  994.                         // line 658
  995.                         yield "                                                ";
  996.                         $context["imgArr"] = Twig\Extension\CoreExtension::merge((isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'658$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse658)]);
  997.                         // line 659
  998.                         yield "                                                '";
  999.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse659)) . "")), "smallProdImage"), "html"nulltrue);
  1000.                         yield "',
  1001.                                             ";
  1002.                     }
  1003.                     // line 661
  1004.                     yield "                                        ";
  1005.                 }
  1006.                 // line 662
  1007.                 yield "                                    ";
  1008.             }
  1009.             // line 663
  1010.             yield "                                ";
  1011.         }
  1012.         $_parent $context['_parent'];
  1013.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1014.         $context array_intersect_key($context$_parent) + $_parent;
  1015.         // line 664
  1016.         yield "                                ";
  1017.         $context['_parent'] = $context;
  1018.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'664$this->source); })()), "photos", [], "any"falsefalsefalse664));
  1019.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1020.             // line 665
  1021.             yield "                                    ";
  1022.             if (CoreExtension::getAttribute($this->env$this->source$context["image"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'665$this->source); })())], "method"falsefalsefalse665)) {
  1023.                 // line 666
  1024.                 yield "                                        ";
  1025.                 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse666), (isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'666$this->source); })()))) {
  1026.                     // line 667
  1027.                     yield "                                        ";
  1028.                 } else {
  1029.                     // line 668
  1030.                     yield "                                            '";
  1031.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse668)) . "")), "smallProdImage"), "html"nulltrue);
  1032.                     yield "',
  1033.                                             ";
  1034.                     // line 669
  1035.                     $context["imgArr"] = Twig\Extension\CoreExtension::merge((isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'669$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse669)]);
  1036.                     // line 670
  1037.                     yield "                                        ";
  1038.                 }
  1039.                 // line 671
  1040.                 yield "                                    ";
  1041.             }
  1042.             // line 672
  1043.             yield "                                ";
  1044.         }
  1045.         $_parent $context['_parent'];
  1046.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1047.         $context array_intersect_key($context$_parent) + $_parent;
  1048.         // line 673
  1049.         yield "                                ";
  1050.         $context['_parent'] = $context;
  1051.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'673$this->source); })()), "photos", [], "any"falsefalsefalse673));
  1052.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1053.             // line 674
  1054.             yield "                                    ";
  1055.             if (CoreExtension::getAttribute($this->env$this->source$context["image"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'674$this->source); })())], "method"falsefalsefalse674)) {
  1056.                 // line 675
  1057.                 yield "                                        ";
  1058.                 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse675), (isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'675$this->source); })()))) {
  1059.                     // line 676
  1060.                     yield "                                        ";
  1061.                 } else {
  1062.                     // line 677
  1063.                     yield "                                            '";
  1064.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse677)) . "")), "smallProdImage"), "html"nulltrue);
  1065.                     yield "',
  1066.                                             ";
  1067.                     // line 678
  1068.                     $context["imgArr"] = Twig\Extension\CoreExtension::merge((isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'678$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse678)]);
  1069.                     // line 679
  1070.                     yield "                                        ";
  1071.                 }
  1072.                 // line 680
  1073.                 yield "                                    ";
  1074.             }
  1075.             // line 681
  1076.             yield "                                ";
  1077.         }
  1078.         $_parent $context['_parent'];
  1079.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1080.         $context array_intersect_key($context$_parent) + $_parent;
  1081.         // line 682
  1082.         yield "                            ]\"
  1083.                                       :big-imgs=\"[
  1084.                                       ";
  1085.         // line 684
  1086.         $context["imgArr"] = [];
  1087.         // line 685
  1088.         yield "                                ";
  1089.         $context['_parent'] = $context;
  1090.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'685$this->source); })()), "photos", [], "any"falsefalsefalse685));
  1091.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1092.             // line 686
  1093.             yield "                                    ";
  1094.             if (CoreExtension::getAttribute($this->env$this->source$context["image"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'686$this->source); })())], "method"falsefalsefalse686)) {
  1095.                 // line 687
  1096.                 yield "                                        ";
  1097.                 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse687), (isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'687$this->source); })()))) {
  1098.                     // line 688
  1099.                     yield "                                        ";
  1100.                 } else {
  1101.                     // line 689
  1102.                     yield "                                            ";
  1103.                     if ((CoreExtension::getAttribute($this->env$this->source$context["image"], "main", [], "any"falsefalsefalse689) == 1)) {
  1104.                         // line 690
  1105.                         yield "                                                ";
  1106.                         $context["imgArr"] = Twig\Extension\CoreExtension::merge((isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'690$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse690)]);
  1107.                         // line 691
  1108.                         yield "                                                {
  1109.                                                     title: ' ',
  1110.                                                     href: '";
  1111.                         // line 693
  1112.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse693)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1113.                         yield "',
  1114.                                                     type: 'image/jpeg',
  1115.                                                     thumbnail: '";
  1116.                         // line 695
  1117.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse695)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1118.                         yield "',
  1119.                                                 },
  1120.                                             ";
  1121.                     }
  1122.                     // line 698
  1123.                     yield "                                        ";
  1124.                 }
  1125.                 // line 699
  1126.                 yield "                                    ";
  1127.             }
  1128.             // line 700
  1129.             yield "                                  ";
  1130.         }
  1131.         $_parent $context['_parent'];
  1132.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1133.         $context array_intersect_key($context$_parent) + $_parent;
  1134.         // line 701
  1135.         yield "
  1136.                                 ";
  1137.         // line 702
  1138.         $context['_parent'] = $context;
  1139.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'702$this->source); })()), "photos", [], "any"falsefalsefalse702));
  1140.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1141.             // line 703
  1142.             yield "                                    ";
  1143.             if (CoreExtension::getAttribute($this->env$this->source$context["image"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'703$this->source); })())], "method"falsefalsefalse703)) {
  1144.                 // line 704
  1145.                 yield "                                        ";
  1146.                 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse704), (isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'704$this->source); })()))) {
  1147.                     // line 705
  1148.                     yield "                                        ";
  1149.                 } else {
  1150.                     // line 706
  1151.                     yield "                                            {
  1152.                                                     title: ' ',
  1153.                                                     href: '";
  1154.                     // line 708
  1155.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse708)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1156.                     yield "',
  1157.                                                     type: 'image/jpeg',
  1158.                                                     thumbnail: '";
  1159.                     // line 710
  1160.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse710)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1161.                     yield "',
  1162.                                                 },
  1163.                                             ";
  1164.                     // line 712
  1165.                     $context["imgArr"] = Twig\Extension\CoreExtension::merge((isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'712$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse712)]);
  1166.                     // line 713
  1167.                     yield "                                        ";
  1168.                 }
  1169.                 // line 714
  1170.                 yield "                                    ";
  1171.             }
  1172.             // line 715
  1173.             yield "                                ";
  1174.         }
  1175.         $_parent $context['_parent'];
  1176.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1177.         $context array_intersect_key($context$_parent) + $_parent;
  1178.         // line 716
  1179.         yield "                                ";
  1180.         $context['_parent'] = $context;
  1181.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'716$this->source); })()), "photos", [], "any"falsefalsefalse716));
  1182.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1183.             // line 717
  1184.             yield "                                    ";
  1185.             if (CoreExtension::getAttribute($this->env$this->source$context["image"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'717$this->source); })())], "method"falsefalsefalse717)) {
  1186.                 // line 718
  1187.                 yield "                                        ";
  1188.                 if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse718), (isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'718$this->source); })()))) {
  1189.                     // line 719
  1190.                     yield "                                        ";
  1191.                 } else {
  1192.                     // line 720
  1193.                     yield "                                            {
  1194.                                                     title: ' ',
  1195.                                                     href: '";
  1196.                     // line 722
  1197.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse722)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1198.                     yield "',
  1199.                                                     type: 'image/jpeg',
  1200.                                                     thumbnail: '";
  1201.                     // line 724
  1202.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse724)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1203.                     yield "',
  1204.                                                 },
  1205.                                             ";
  1206.                     // line 726
  1207.                     $context["imgArr"] = Twig\Extension\CoreExtension::merge((isset($context["imgArr"]) || array_key_exists("imgArr"$context) ? $context["imgArr"] : (function () { throw new RuntimeError('Variable "imgArr" does not exist.'726$this->source); })()), [CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse726)]);
  1208.                     // line 727
  1209.                     yield "                                        ";
  1210.                 }
  1211.                 // line 728
  1212.                 yield "                                    ";
  1213.             }
  1214.             // line 729
  1215.             yield "                                ";
  1216.         }
  1217.         $_parent $context['_parent'];
  1218.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1219.         $context array_intersect_key($context$_parent) + $_parent;
  1220.         // line 730
  1221.         yield "
  1222.                                 ";
  1223.         // line 732
  1224.         yield "                                ";
  1225.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'732$this->source); })()), "getYoutubeGalleryUrl", [], "any"falsefalsefalse732)) {
  1226.             // line 733
  1227.             yield "                                    ";
  1228.             $context['_parent'] = $context;
  1229.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'733$this->source); })()), "photos", [], "any"falsefalsefalse733), 11));
  1230.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1231.                 // line 734
  1232.                 yield "                                    {
  1233.                                         title: 'YouTube Film',
  1234.                                         href: ' ',
  1235.                                         type: 'text/html',
  1236.                                         youtube: '";
  1237.                 // line 738
  1238.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'738$this->source); })()), "getYoutubeGalleryUrl", [], "any"falsefalsefalse738), "html"nulltrue);
  1239.                 yield "',
  1240.                                         poster: '";
  1241.                 // line 739
  1242.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse739)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1243.                 yield "'
  1244.                                     }
  1245.                                     ";
  1246.             }
  1247.             $_parent $context['_parent'];
  1248.             unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1249.             $context array_intersect_key($context$_parent) + $_parent;
  1250.             // line 742
  1251.             yield "                                    ,
  1252.                                 ";
  1253.         }
  1254.         // line 744
  1255.         yield "
  1256.                                 ";
  1257.         // line 746
  1258.         yield "                                ";
  1259.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'746$this->source); })()), "getPhoto3dGalleryUrl", [], "any"falsefalsefalse746)) {
  1260.             // line 747
  1261.             yield "                                    ";
  1262.             $context['_parent'] = $context;
  1263.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'747$this->source); })()), "photos", [], "any"falsefalsefalse747), 21));
  1264.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1265.                 // line 748
  1266.                 yield "                                    {
  1267.                                         title: '3D',
  1268.                                         href: ' ',
  1269.                                         id: '";
  1270.                 // line 751
  1271.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->extractOrbitturId(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'751$this->source); })()), "getPhoto3dGalleryUrl", [], "any"falsefalsefalse751)), "html"nulltrue);
  1272.                 yield "',
  1273.                                         script: '";
  1274.                 // line 752
  1275.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'752$this->source); })()), "getPhoto3dGalleryUrl", [], "any"falsefalsefalse752), "html"nulltrue);
  1276.                 yield "',
  1277.                                         type: 'orbittour',
  1278.                                         poster: '";
  1279.                 // line 754
  1280.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse754)) . "")), "bigProductImageLowerQuality"), "html"nulltrue);
  1281.                 yield "'
  1282.                                     },
  1283.                                     ";
  1284.             }
  1285.             $_parent $context['_parent'];
  1286.             unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1287.             $context array_intersect_key($context$_parent) + $_parent;
  1288.             // line 757
  1289.             yield "                                ";
  1290.         }
  1291.         // line 758
  1292.         yield "
  1293.                             ]\">
  1294.                         <div>
  1295.                             <!-- START CAROUSEL-ITEM -->
  1296.                             <gallery
  1297.                                     :images=\"bigImgs\"
  1298.                                     :index=\"index\"
  1299.                                     :options=\"{
  1300.                                         youTubeVideoIdProperty: 'youtube',
  1301.                                         youTubePlayerVars: { autoplay: 1 },
  1302.                                         youTubeClickToPlay: true,
  1303.                                         toggleControlsOnReturn: true,
  1304.                                         toggleControlsOnSlideClick: true
  1305.                                     }\"
  1306.                                     @onslide=\"slideHandler\"
  1307.                                     @close=\"index = null\" >
  1308.                             </gallery>
  1309.                             <agile
  1310.                                     class=\"main\"
  1311.                                     ref=\"main\"
  1312.                                     :options=\"options1\"
  1313.                                     :as-nav-for=\"asNavFor1\">
  1314.                                 <div
  1315.                                         class=\"slide\"
  1316.                                         v-for=\"(big, index) in bigImgs\"
  1317.                                         :key=\"index\"
  1318.                                         :class=\"'slide--' + index\">
  1319.                                     <div @click=\"openGallery( index )\">
  1320.                                         <zoom-on-hover
  1321.                                                 :img-normal=\"big.poster || big.thumbnail\"
  1322.                                                 :scale=\"2\" />
  1323.                                     </div>
  1324.                                 </div>
  1325.                             </agile>
  1326.                             <agile
  1327.                                     class=\"thumbnails thb-gallery\"
  1328.                                     ref=\"thumbnails\"
  1329.                                     :options=\"options2\"
  1330.                                     :as-nav-for=\"asNavFor2\"
  1331.                                     v-if=\"smallImgs.length > 1\">
  1332.                                 <div
  1333.                                         class=\"slide slide--thumbniail\"
  1334.                                         v-for=\"(slide, index) in smallImgs\"
  1335.                                         :key=\"index\"
  1336.                                         :class=\"'slide--' + index\"
  1337.                                         @click=\"\$refs.thumbnails.goTo(index)\">
  1338.                                     <img :src=\"slide\"/>
  1339.                                 </div>
  1340.                                 <template slot=\"prevButton\"><i class=\"fas fa-chevron-left\"></i></template>
  1341.                                 <template slot=\"nextButton\"><i class=\"fas fa-chevron-right\"></i></template>
  1342.                             </agile>
  1343.                         </div>
  1344.                         <!-- END CAROUSEL-ITEM -->
  1345.                     </carousel-gallery>
  1346.                     </div>
  1347.                 </div>
  1348.                 <!-- END OF PRODUCT IMAGES -->
  1349.                 <!-- START OF SHORT DESCRIPTION -->
  1350.                 <div class=\"column is-half-desktop is-full-touch select-boxy\">
  1351.                     <div class=\"columns is-multiline\">
  1352.                         ";
  1353.         // line 823
  1354.         if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'823$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'823$this->source); })()), "localeShort", [], "any"falsefalsefalse823)], "method"falsefalsefalse823), "imageName", [], "any"falsefalsefalse823)) {
  1355.             // line 824
  1356.             yield "                            <div class=\"column is-full has-text-centered-touch no-bot-padding gallery-container\">
  1357.                                 <figure class=\"image is-64x64-desktop is-48x48-tablet\" style=\"min-height: initial!important;\">
  1358.                                     ";
  1359.             // line 827
  1360.             yield "                                    <a href=\"";
  1361.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->productProducerUrl(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'827$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'827$this->source); })()), "localeShort", [], "any"falsefalsefalse827)], "method"falsefalsefalse827), "id", [], "any"falsefalsefalse827), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'827$this->source); })()), "request", [], "any"falsefalsefalse827), "locale", [], "any"falsefalsefalse827)), "html"nulltrue);
  1362.             yield "\">
  1363.                                         <img style=\"width:90px!important;\" src=\"/images/producer/";
  1364.             // line 828
  1365.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'828$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'828$this->source); })()), "localeShort", [], "any"falsefalsefalse828)], "method"falsefalsefalse828), "imageName", [], "any"falsefalsefalse828), "html"nulltrue);
  1366.             yield "\" class=\"dropdown-img producer-image\">
  1367.                                     </a>
  1368.                                 </figure>
  1369.                             </div>
  1370.                         ";
  1371.         }
  1372.         // line 833
  1373.         yield "                        <div class=\"column is-full has-text-centered-touch\">
  1374.                             <h1 class=\"title is-3\">
  1375.                                 <span property=\"name\">
  1376.                                     <strong>
  1377.                                         ";
  1378.         // line 837
  1379.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'837$this->source); })()), "name", [], "any"falsefalsefalse837), "html"nulltrue);
  1380.         yield "
  1381.                                     </strong>
  1382.                                 </span>
  1383.                             </h1>
  1384.                         </div>
  1385.                         <div class=\"column is-full has-text-centered-touch\" property=\"offers\" typeof=\"Offer\">
  1386.                             ";
  1387.         // line 843
  1388.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["productData"] ?? null), "priceCrossed", [], "any"truetruefalse843) && CoreExtension::getAttribute($this->env$this->source, ($context["productData"] ?? null), "currencySign", [], "any"truetruefalse843)) && CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'843$this->source); })()), "priceCrossed", [], "any"falsefalsefalse843))) {
  1389.             // line 844
  1390.             yield "                                <div class=\"title is-1\">
  1391.                                     <span class=\"title is-1\" id=\"productPriceContainer\" property=\"price\" content=\"";
  1392.             // line 846
  1393.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'846$this->source); })()), "html"nulltrue);
  1394.             yield "\" style=\"font-weight:900;
  1395.                                     ";
  1396.             // line 847
  1397.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'847$this->source); })()), "priceCrossed", [], "any"falsefalsefalse847)) {
  1398.                 // line 848
  1399.                 yield "                                        color: #ef1b2b!important;
  1400.                                     ";
  1401.             }
  1402.             // line 850
  1403.             yield "                                    \">
  1404.                                         ";
  1405.             // line 851
  1406.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'851$this->source); })()), CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'851$this->source); })()), "currencyId", [], "any"falsefalsefalse851)), "html"nulltrue);
  1407.             yield "
  1408.                                     </span>
  1409.                                     &nbsp;
  1410.                                     <span class=\"standard-color\" style=\"font-weight: 300; font-size:32px;\"><strike>";
  1411.             // line 856
  1412.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice(CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'856$this->source); })()), "priceCrossed", [], "any"falsefalsefalse856), CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'856$this->source); })()), "currencyId", [], "any"falsefalsefalse856)), "html"nulltrue);
  1413.             yield "</strike></span>
  1414.                                     ";
  1415.             // line 858
  1416.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'858$this->source); })()), "request", [], "any"falsefalsefalse858), "locale", [], "any"falsefalsefalse858) == "pl") && CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'858$this->source); })()), "payu", [], "any"falsefalsefalse858))) {
  1417.                 // line 859
  1418.                 yield "                                        &nbsp; &nbsp; &nbsp;
  1419.                                         <span class=\"is-hidden-touch raty\"> ";
  1420.                 // line 860
  1421.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("raty_0_procent", [], "store"), "html"nulltrue);
  1422.                 yield "</span>
  1423.                                     ";
  1424.             }
  1425.             // line 862
  1426.             yield "
  1427.                                     <div class=\"netto-price\">
  1428.                                         <em>";
  1429.             // line 864
  1430.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("netto", [], "store"), "html"nulltrue);
  1431.             yield " <span id=\"netto-price\">";
  1432.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice((isset($context["priceNetto"]) || array_key_exists("priceNetto"$context) ? $context["priceNetto"] : (function () { throw new RuntimeError('Variable "priceNetto" does not exist.'864$this->source); })()), CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'864$this->source); })()), "currencyId", [], "any"falsefalsefalse864)), "html"nulltrue);
  1433.             yield "</span></em>
  1434.                                     </div>
  1435.                                 </div>
  1436.                             ";
  1437.         } else {
  1438.             // line 869
  1439.             yield "                                <div class=\"title is-1\">
  1440.                                     <span class=\"title is-1\" id=\"productPriceContainer\" property=\"price\" content=\"";
  1441.             // line 870
  1442.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'870$this->source); })()), "html"nulltrue);
  1443.             yield "\" style=\"font-weight:900;\">
  1444.                                         ";
  1445.             // line 871
  1446.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'871$this->source); })()), CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'871$this->source); })()), "currencyId", [], "any"falsefalsefalse871)), "html"nulltrue);
  1447.             yield "
  1448.                                     </span>
  1449.                                     ";
  1450.             // line 873
  1451.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'873$this->source); })()), "request", [], "any"falsefalsefalse873), "locale", [], "any"falsefalsefalse873) == "pl") && CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'873$this->source); })()), "payu", [], "any"falsefalsefalse873))) {
  1452.                 // line 874
  1453.                 yield "                                        &nbsp; &nbsp; &nbsp;
  1454.                                         <span class=\"is-hidden-touch raty\"> ";
  1455.                 // line 875
  1456.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("raty_0_procent", [], "store"), "html"nulltrue);
  1457.                 yield "</span>
  1458.                                     ";
  1459.             }
  1460.             // line 877
  1461.             yield "
  1462.                                     <div class=\"netto-price\">
  1463.                                         <em>";
  1464.             // line 879
  1465.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("netto", [], "store"), "html"nulltrue);
  1466.             yield " <span id=\"netto-price\">";
  1467.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice((isset($context["priceNetto"]) || array_key_exists("priceNetto"$context) ? $context["priceNetto"] : (function () { throw new RuntimeError('Variable "priceNetto" does not exist.'879$this->source); })()), CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'879$this->source); })()), "currencyId", [], "any"falsefalsefalse879)), "html"nulltrue);
  1468.             yield "</span></em>
  1469.                                     </div>
  1470.                                 </div>
  1471.                             ";
  1472.         }
  1473.         // line 883
  1474.         yield "                            <div class=\"subtitle is-6\" style=\"margin-top:10px;\">
  1475.                                 ";
  1476.         // line 884
  1477.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weShipIn", [], "store"), "html"nulltrue);
  1478.         yield " ";
  1479.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'884$this->source); })()), "getAvailability", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'884$this->source); })()), "localeShort", [], "any"falsefalsefalse884)], "method"falsefalsefalse884), "name", [], "any"falsefalsefalse884), "html"nulltrue);
  1480.         yield "
  1481.                             </div>
  1482.                             <link property=\"availability\" href=\"http://schema.org/InStock\" />
  1483.                             ";
  1484.         // line 887
  1485.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'887$this->source); })()), "id", [], "any"falsefalsefalse887) == 1)) {
  1486.             // line 888
  1487.             yield "                                <span property=\"priceCurrency\" content=\"PLN\"></span>
  1488.                                 <span property=\"url\" content=\"https://www.centrumkrzesel.pl";
  1489.             // line 889
  1490.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'889$this->source); })()), "id", [], "any"falsefalsefalse889), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'889$this->source); })()), "slug", [], "any"falsefalsefalse889)], false), "html"nulltrue);
  1491.             yield "\"></span>
  1492.                             ";
  1493.         }
  1494.         // line 891
  1495.         yield "                            ";
  1496.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'891$this->source); })()), "id", [], "any"falsefalsefalse891) == 2)) {
  1497.             // line 892
  1498.             yield "                                <span property=\"priceCurrency\" content=\"CZK\"></span>
  1499.                                 <span property=\"url\" content=\"https://www.ezidle.cz";
  1500.             // line 893
  1501.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'893$this->source); })()), "id", [], "any"falsefalsefalse893), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'893$this->source); })()), "slug", [], "any"falsefalsefalse893)], false), "html"nulltrue);
  1502.             yield "\"></span>
  1503.                             ";
  1504.         }
  1505.         // line 895
  1506.         yield "                            ";
  1507.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'895$this->source); })()), "id", [], "any"falsefalsefalse895) == 3)) {
  1508.             // line 896
  1509.             yield "                                <span property=\"priceCurrency\" content=\"EUR\"></span>
  1510.                                 <span property=\"url\" content=\"https://www.stolicky24.sk";
  1511.             // line 897
  1512.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'897$this->source); })()), "id", [], "any"falsefalsefalse897), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'897$this->source); })()), "slug", [], "any"falsefalsefalse897)], false), "html"nulltrue);
  1513.             yield "\"></span>
  1514.                             ";
  1515.         }
  1516.         // line 899
  1517.         yield "                            ";
  1518.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'899$this->source); })()), "id", [], "any"falsefalsefalse899) == 4)) {
  1519.             // line 900
  1520.             yield "                                <span property=\"priceCurrency\" content=\"RON\"></span>
  1521.                                 <span property=\"url\" content=\"https://www.mobila24.ro";
  1522.             // line 901
  1523.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'901$this->source); })()), "id", [], "any"falsefalsefalse901), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'901$this->source); })()), "slug", [], "any"falsefalsefalse901)], false), "html"nulltrue);
  1524.             yield "\"></span>
  1525.                             ";
  1526.         }
  1527.         // line 903
  1528.         yield "                        </div>
  1529.                         ";
  1530.         // line 904
  1531.         $context["imgShowProperty"] = 0;
  1532.         // line 905
  1533.         yield "                        ";
  1534.         $context['_parent'] = $context;
  1535.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'905$this->source); })()), "photos", [], "any"falsefalsefalse905));
  1536.         foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  1537.             // line 906
  1538.             yield "                            ";
  1539.             if (((CoreExtension::getAttribute($this->env$this->source$context["image"], "main", [], "any"falsefalsefalse906) == 1) && ((isset($context["imgShowProperty"]) || array_key_exists("imgShowProperty"$context) ? $context["imgShowProperty"] : (function () { throw new RuntimeError('Variable "imgShowProperty" does not exist.'906$this->source); })()) == 0))) {
  1540.                 // line 907
  1541.                 yield "                                <span property=\"image\" content=\"";
  1542.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'907$this->source); })()), "storeUrl", [], "any"falsefalsefalse907), "html"nulltrue);
  1543.                 yield "/images/product/";
  1544.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse907), "html"nulltrue);
  1545.                 yield "\"></span>
  1546.                                 ";
  1547.                 // line 908
  1548.                 $context["imgShowProperty"] = 1;
  1549.                 // line 909
  1550.                 yield "                            ";
  1551.             }
  1552.             // line 910
  1553.             yield "                        ";
  1554.         }
  1555.         $_parent $context['_parent'];
  1556.         unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  1557.         $context array_intersect_key($context$_parent) + $_parent;
  1558.         // line 911
  1559.         yield "                        ";
  1560.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'911$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'911$this->source); })()), "localeShort", [], "any"falsefalsefalse911)], "method"falsefalsefalse911)) {
  1561.             // line 912
  1562.             yield "                            <span property=\"brand\" content=\"";
  1563.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'912$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'912$this->source); })()), "localeShort", [], "any"falsefalsefalse912)], "method"falsefalsefalse912), "name", [], "any"falsefalsefalse912), "html"nulltrue);
  1564.             yield "\"></span>
  1565.                         ";
  1566.         }
  1567.         // line 914
  1568.         yield "                        ";
  1569.         // line 919
  1570.         yield "                    </div>
  1571.                     <!-- START OF DROPDOWNS SECTION -->
  1572.                     <!-- START OF MODEL DROPDOWN -->
  1573.                     ";
  1574.         // line 923
  1575.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'923$this->source); })()), "isVariants", [], "any"falsefalsefalse923)) {
  1576.             // line 924
  1577.             yield "                        ";
  1578.             yield from $this->loadTemplate("frontend/product/_dropdown.html.twig""frontend/product/product.html.twig"924)->unwrap()->yield($context);
  1579.             // line 925
  1580.             yield "                    ";
  1581.         }
  1582.         // line 926
  1583.         yield "                    <div id=\"equipmentContainer\" style=\"";
  1584.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'926$this->source); })()), "isVariants", [], "any"falsefalsefalse926)) {
  1585.             yield "display: none";
  1586.         }
  1587.         yield "; font-size:15px;\">
  1588.                         ";
  1589.         // line 928
  1590.         $context["eqCounter"] = 0;
  1591.         // line 929
  1592.         yield "                        ";
  1593.         $context['_parent'] = $context;
  1594.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["equipments"]) || array_key_exists("equipments"$context) ? $context["equipments"] : (function () { throw new RuntimeError('Variable "equipments" does not exist.'929$this->source); })()));
  1595.         foreach ($context['_seq'] as $context["_key"] => $context["equipment"]) {
  1596.             // line 930
  1597.             yield "                            ";
  1598.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'930$this->source); })()), "request", [], "any"falsefalsefalse930), "locale", [], "any"falsefalsefalse930) == CoreExtension::getAttribute($this->env$this->source$context["equipment"], "locale", [], "any"falsefalsefalse930))) {
  1599.                 // line 931
  1600.                 yield "                                ";
  1601.                 $context["eqCounter"] = ((isset($context["eqCounter"]) || array_key_exists("eqCounter"$context) ? $context["eqCounter"] : (function () { throw new RuntimeError('Variable "eqCounter" does not exist.'931$this->source); })()) + 1);
  1602.                 // line 932
  1603.                 yield "                            ";
  1604.             }
  1605.             // line 933
  1606.             yield "                        ";
  1607.         }
  1608.         $_parent $context['_parent'];
  1609.         unset($context['_seq'], $context['_key'], $context['equipment'], $context['_parent']);
  1610.         $context array_intersect_key($context$_parent) + $_parent;
  1611.         // line 934
  1612.         yield "
  1613.                         ";
  1614.         // line 935
  1615.         if ((isset($context["eqCounter"]) || array_key_exists("eqCounter"$context) ? $context["eqCounter"] : (function () { throw new RuntimeError('Variable "eqCounter" does not exist.'935$this->source); })())) {
  1616.             // line 936
  1617.             yield "                            <p>
  1618.                                 ";
  1619.             // line 937
  1620.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("additional_equipment", [], "store"), "html"nulltrue);
  1621.             yield "
  1622.                             </p>
  1623.                             ";
  1624.             // line 939
  1625.             $context['_parent'] = $context;
  1626.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["equipments"]) || array_key_exists("equipments"$context) ? $context["equipments"] : (function () { throw new RuntimeError('Variable "equipments" does not exist.'939$this->source); })()));
  1627.             foreach ($context['_seq'] as $context["_key"] => $context["equipment"]) {
  1628.                 // line 940
  1629.                 yield "                                ";
  1630.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'940$this->source); })()), "request", [], "any"falsefalsefalse940), "locale", [], "any"falsefalsefalse940) == CoreExtension::getAttribute($this->env$this->source$context["equipment"], "locale", [], "any"falsefalsefalse940))) {
  1631.                     // line 941
  1632.                     yield "                                    <label class=\"checkbox\">
  1633.                                         ";
  1634.                     // line 942
  1635.                     if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'942$this->source); })()), "request", [], "any"falsefalsefalse942), "locale", [], "any"falsefalsefalse942) == "ro")) {
  1636.                         // line 943
  1637.                         yield "                                            <input class=\"equipmentCheckbox\" type=\"checkbox\" data-price=\"";
  1638.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "price", [], "any"falsefalsefalse943), "html"nulltrue);
  1639.                         yield "\" data-id=\"";
  1640.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "id", [], "any"falsefalsefalse943), "html"nulltrue);
  1641.                         yield "\" name=\"equipment[]\" value=\"";
  1642.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "id", [], "any"falsefalsefalse943), "html"nulltrue);
  1643.                         yield "\">
  1644.                                             ";
  1645.                         // line 944
  1646.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "name", [], "any"falsefalsefalse944), "html"nulltrue);
  1647.                         yield " <strong>+";
  1648.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "priceFormatted", [], "any"falsefalsefalse944), "html"nulltrue);
  1649.                         yield "</strong>
  1650.                                         ";
  1651.                     } else {
  1652.                         // line 946
  1653.                         yield "                                            <input class=\"equipmentCheckbox\" type=\"checkbox\" data-price=\"";
  1654.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "price", [], "any"falsefalsefalse946), "html"nulltrue);
  1655.                         yield "\" data-id=\"";
  1656.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "id", [], "any"falsefalsefalse946), "html"nulltrue);
  1657.                         yield "\" name=\"equipment[]\" value=\"";
  1658.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "id", [], "any"falsefalsefalse946), "html"nulltrue);
  1659.                         yield "\">
  1660.                                             ";
  1661.                         // line 947
  1662.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "name", [], "any"falsefalsefalse947), "html"nulltrue);
  1663.                         yield " <strong>+";
  1664.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["equipment"], "priceFormatted", [], "any"falsefalsefalse947), "html"nulltrue);
  1665.                         yield "</strong>
  1666.                                         ";
  1667.                     }
  1668.                     // line 949
  1669.                     yield "                                    </label>
  1670.                                 ";
  1671.                 }
  1672.                 // line 951
  1673.                 yield "                            ";
  1674.             }
  1675.             $_parent $context['_parent'];
  1676.             unset($context['_seq'], $context['_key'], $context['equipment'], $context['_parent']);
  1677.             $context array_intersect_key($context$_parent) + $_parent;
  1678.             // line 952
  1679.             yield "                        ";
  1680.         }
  1681.         // line 953
  1682.         yield "                    </div>
  1683.                     <!-- END OF SEAT TRIM DROPDOWN -->
  1684.                     <!-- END OF DROPDOWNS SECTION -->
  1685.                     <!-- START OF PICTOGRAMS -->
  1686.                     ";
  1687.         // line 957
  1688.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["productData"] ?? null), "priceCrossed", [], "any"truetruefalse957) && CoreExtension::getAttribute($this->env$this->source, ($context["productData"] ?? null), "currencySign", [], "any"truetruefalse957)) && CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'957$this->source); })()), "priceCrossed", [], "any"falsefalsefalse957))) {
  1689.             // line 958
  1690.             yield "                        <div class=\"column is-full is-size-7-tablet\" style=\"margin-bottom:-30px;\">
  1691.                             <div class=\"level-left\">
  1692.                                 <div class=\"level-item\">
  1693.                                     ";
  1694.             // line 961
  1695.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("omnibus_text", [], "store"), "html"nulltrue);
  1696.             yield "
  1697.                                     ";
  1698.             // line 962
  1699.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'962$this->source); })()), "omnibusPrice", [], "any"falsefalsefalse962)) {
  1700.                 // line 963
  1701.                 yield "                                        ";
  1702.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice(CoreExtension::getAttribute($this->env$this->source, (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'963$this->source); })()), "omnibusPrice", [], "any"falsefalsefalse963), CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'963$this->source); })()), "currency", [], "any"falsefalsefalse963)), "html"nulltrue);
  1703.                 yield "
  1704.                                     ";
  1705.             } else {
  1706.                 // line 965
  1707.                 yield "                                        ";
  1708.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'965$this->source); })()), CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'965$this->source); })()), "currency", [], "any"falsefalsefalse965)), "html"nulltrue);
  1709.                 yield "
  1710.                                     ";
  1711.             }
  1712.             // line 967
  1713.             yield "                                </div>
  1714.                             </div>
  1715.                         </div>
  1716.                     ";
  1717.         }
  1718.         // line 971
  1719.         yield "                    <div class=\"column is-full is-size-7-tablet is-hidden-mobile zajawki\">
  1720.                         <div class=\"level is-mobile\">
  1721.                             ";
  1722.         // line 973
  1723.         if (((((CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973), "id", [], "any"falsefalsefalse973) == 1)) || ((CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973), "id", [], "any"falsefalsefalse973) == 15)) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'973$this->source); })()), "request", [], "any"falsefalsefalse973), "locale", [], "any"falsefalsefalse973) == "pl"))) || ((CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973), "id", [], "any"falsefalsefalse973) == 12)) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'973$this->source); })()), "request", [], "any"falsefalsefalse973), "locale", [], "any"falsefalsefalse973) == "pl"))) || (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'973$this->source); })()), "availability", [], "any"falsefalsefalse973), "id", [], "any"falsefalsefalse973) == 5)))) {
  1724.             // line 974
  1725.             yield "                                <div class=\"level-left\" style=\"width: 30%\">
  1726.                                     <div class=\"level-item\">
  1727.                                         <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"/v2/ico/24h_ico.png\" alt=\"24h delivery\">
  1728.                                         <span>";
  1729.             // line 977
  1730.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("products_in_24h_delivery_ico", [], "store");
  1731.             yield "</span>
  1732.                                     </div>
  1733.                                 </div>
  1734.                             ";
  1735.         } else {
  1736.             // line 981
  1737.             yield "                                <div class=\"level-left\" style=\"width: 30%\">
  1738.                                     <div class=\"level-item\">
  1739.                                         <img style=\"max-height: 4rem; max-width:50px;\" class=\"margin-right-8\" src=\"/v2/ico/ico_300_customers.svg\" alt=\"300 000 customers\">
  1740.                                         <span>";
  1741.             // line 984
  1742.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("text_300_customers_product_ico", [], "store");
  1743.             yield "</span>
  1744.                                     </div>
  1745.                                 </div>
  1746.                             ";
  1747.         }
  1748.         // line 988
  1749.         yield "                            <div class=\"level-item\" style=\"width: 36%;\">
  1750.                                 <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"";
  1751.         // line 989
  1752.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["staticImages"]) || array_key_exists("staticImages"$context) ? $context["staticImages"] : (function () { throw new RuntimeError('Variable "staticImages" does not exist.'989$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'989$this->source); })()), [], "array"falsefalsefalse989), "freeDelivery", [], "any"falsefalsefalse989), "html"nulltrue);
  1753.         yield "\" alt=\"\">
  1754.                                 <span>";
  1755.         // line 990
  1756.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("free_delivery_return_product_ico", [], "store");
  1757.         yield "</span>
  1758.                             </div>
  1759.                             <div class=\"level-right\" style=\"width: 33%\">
  1760.                                 <div class=\"level-item\">
  1761.                                     <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"/v2/ico_pig_new.png\" alt=\"\">
  1762.                                     <div style=\"max-width: 100px;\">";
  1763.         // line 995
  1764.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("price_with_negotiations", [], "store");
  1765.         yield "</div>
  1766.                                 </div>
  1767.                             </div>
  1768.                             ";
  1769.         // line 1010
  1770.         yield "                        </div>
  1771.                     </div>
  1772.                     <!-- END OF PICTOGRAMS -->
  1773.                     ";
  1774.         // line 1014
  1775.         $context['_parent'] = $context;
  1776.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1014$this->source); })()), "markers", [], "any"falsefalsefalse1014));
  1777.         foreach ($context['_seq'] as $context["_key"] => $context["marker"]) {
  1778.             // line 1015
  1779.             yield "                        ";
  1780.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["marker"], "language", [], "any"falsefalsefalse1015), "id", [], "any"falsefalsefalse1015) == CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1015$this->source); })()), "id", [], "any"falsefalsefalse1015)) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["marker"], "content", [], "any"falsefalsefalse1015)) > 0))) {
  1781.                 // line 1016
  1782.                 yield "                            <!-- START OF GREEN NOTIFICATION -->
  1783.                             <div class=\"notification ";
  1784.                 // line 1017
  1785.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["marker"], "color", [], "any"falsefalsefalse1017), "html"nulltrue);
  1786.                 yield "-notification\" style=\"margin-top:30px;\">
  1787.                                 <span class=\"icon\">
  1788.                                     <i class=\"fas fa-info-circle\"></i>
  1789.                                 </span>
  1790.                                 <span class=\"has-text-weight-bold\">
  1791.                                     ";
  1792.                 // line 1022
  1793.                 yield CoreExtension::getAttribute($this->env$this->source$context["marker"], "content", [], "any"falsefalsefalse1022);
  1794.                 yield "
  1795.                                 </span>
  1796.                             </div>
  1797.                         ";
  1798.             }
  1799.             // line 1026
  1800.             yield "                    ";
  1801.         }
  1802.         $_parent $context['_parent'];
  1803.         unset($context['_seq'], $context['_key'], $context['marker'], $context['_parent']);
  1804.         $context array_intersect_key($context$_parent) + $_parent;
  1805.         // line 1027
  1806.         yield "
  1807.                     ";
  1808.         // line 1028
  1809.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1028$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1028$this->source); })()), "localeShort", [], "any"falsefalsefalse1028)], "method"falsefalsefalse1028)) {
  1810.             // line 1029
  1811.             yield "                        ";
  1812.             $context['_parent'] = $context;
  1813.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1029$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1029$this->source); })()), "localeShort", [], "any"falsefalsefalse1029)], "method"falsefalsefalse1029), "markers", [], "any"falsefalsefalse1029));
  1814.             foreach ($context['_seq'] as $context["_key"] => $context["marker"]) {
  1815.                 // line 1030
  1816.                 yield "                            ";
  1817.                 if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["marker"], "language", [], "any"falsefalsefalse1030), "id", [], "any"falsefalsefalse1030) == CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1030$this->source); })()), "id", [], "any"falsefalsefalse1030)) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["marker"], "content", [], "any"falsefalsefalse1030)) > 0))) {
  1818.                     // line 1031
  1819.                     yield "                                <!-- START OF GREEN NOTIFICATION -->
  1820.                                 <div class=\"notification ";
  1821.                     // line 1032
  1822.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["marker"], "color", [], "any"falsefalsefalse1032), "html"nulltrue);
  1823.                     yield "-notification\" style=\"margin-top:30px;\">
  1824.                                     <!-- TODO: jak coś to wytnij z projektu i wstaw ikonkÄ™ -->
  1825.                                     <span class=\"icon\">
  1826.                                     <i class=\"fas fa-info-circle\"></i>
  1827.                                 </span>
  1828.                                     <span class=\"has-text-weight-bold\">
  1829.                                     ";
  1830.                     // line 1038
  1831.                     yield CoreExtension::getAttribute($this->env$this->source$context["marker"], "content", [], "any"falsefalsefalse1038);
  1832.                     yield "
  1833.                                 </span>
  1834.                                 </div>
  1835.                                 <!-- END OF GREEN NOTIFICATION -->
  1836.                             ";
  1837.                 }
  1838.                 // line 1043
  1839.                 yield "                        ";
  1840.             }
  1841.             $_parent $context['_parent'];
  1842.             unset($context['_seq'], $context['_key'], $context['marker'], $context['_parent']);
  1843.             $context array_intersect_key($context$_parent) + $_parent;
  1844.             // line 1044
  1845.             yield "                    ";
  1846.         }
  1847.         // line 1045
  1848.         yield "
  1849.                     ";
  1850.         // line 1046
  1851.         $context['_parent'] = $context;
  1852.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1046$this->source); })()), "getLandingPagesMarkers", [], "any"falsefalsefalse1046));
  1853.         foreach ($context['_seq'] as $context["_key"] => $context["marker"]) {
  1854.             // line 1047
  1855.             yield "                        ";
  1856.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["marker"], "language", [], "any"falsefalsefalse1047), "id", [], "any"falsefalsefalse1047) == CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1047$this->source); })()), "id", [], "any"falsefalsefalse1047)) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["marker"], "content", [], "any"falsefalsefalse1047)) > 0))) {
  1857.                 // line 1048
  1858.                 yield "                            <!-- START OF GREEN NOTIFICATION -->
  1859.                             <div class=\"notification ";
  1860.                 // line 1049
  1861.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["marker"], "color", [], "any"falsefalsefalse1049), "html"nulltrue);
  1862.                 yield "-notification\" style=\"margin-top:30px;\">
  1863.                                 <!-- TODO: jak coś to wytnij z projektu i wstaw ikonkÄ™ -->
  1864.                                 <span class=\"icon\">
  1865.                                 <i class=\"fas fa-info-circle\"></i>
  1866.                             </span>
  1867.                                 <span class=\"has-text-weight-bold\">
  1868.                                 ";
  1869.                 // line 1055
  1870.                 yield CoreExtension::getAttribute($this->env$this->source$context["marker"], "content", [], "any"falsefalsefalse1055);
  1871.                 yield "
  1872.                             </span>
  1873.                             </div>
  1874.                             <!-- END OF GREEN NOTIFICATION -->
  1875.                         ";
  1876.             }
  1877.             // line 1060
  1878.             yield "                    ";
  1879.         }
  1880.         $_parent $context['_parent'];
  1881.         unset($context['_seq'], $context['_key'], $context['marker'], $context['_parent']);
  1882.         $context array_intersect_key($context$_parent) + $_parent;
  1883.         // line 1061
  1884.         yield "
  1885.                     ";
  1886.         // line 1072
  1887.         yield "
  1888.                     <!-- START OF AMOUNT SECTION -->
  1889.                     <div class=\"column is-full\">
  1890.                             ";
  1891.         // line 1076
  1892.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1076$this->source); })()), "temporaryUnavailable", [], "any"falsefalsefalse1076)) {
  1893.             // line 1077
  1894.             yield "                                <div class=\"column is-full\">
  1895.                                     <div class=\"level-item\">
  1896.                                         <div>
  1897.                                             <strong>
  1898.                                                 ";
  1899.             // line 1081
  1900.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_temp_unavailable", [], "store"), "html"nulltrue);
  1901.             yield "
  1902.                                             </strong>
  1903.                                         </div>
  1904.                                     </div>
  1905.                                 </div>
  1906.                                 <div id=\"notify_container\">
  1907.                                     <div class=\"column is-full\">
  1908.                                         <div class=\"level-left\">
  1909.                                             <div class=\"\">
  1910.                                                 ";
  1911.             // line 1090
  1912.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("notify_me", [], "store"), "html"nulltrue);
  1913.             yield "
  1914.                                             </div>
  1915.                                         </div>
  1916.                                     </div>
  1917.                                     <div class=\"column is-full\">
  1918.                                         <div class=\"\">
  1919.                                             <div class=\"field\">
  1920.                                                 <div class=\"control\">
  1921.                                                     <input type=\"text\" placeholder=\"";
  1922.             // line 1098
  1923.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("your_email", [], "store"), "html"nulltrue);
  1924.             yield "\" id=\"notify_input\" value=\"\" class=\"input\" style=\"padding:25px;\">
  1925.                                                     <div style=\"display: none; margin-top:10px; color:red; text-align: center\" id=\"error_notify_container\">
  1926.                                                         ";
  1927.             // line 1100
  1928.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("please_enter_valid_email", [], "store"), "html"nulltrue);
  1929.             yield "
  1930.                                                     </div>
  1931.                                                 </div>
  1932.                                             </div>
  1933.                                         </div>
  1934.                                     </div>
  1935.                                     <div class=\"column is-full\">
  1936.                                         <div class=\"\">
  1937.                                             <button type=\"button\" class=\"button is-success has-text-weight-bold\" id=\"notify-button\" style=\"width:100%;\">
  1938.                                                 ";
  1939.             // line 1109
  1940.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("inform_me_about_availability_button", [], "store"), "html"nulltrue);
  1941.             yield "
  1942.                                             </button>
  1943.                                         </div>
  1944.                                     </div>
  1945.                                 </div>
  1946.                             ";
  1947.         } else {
  1948.             // line 1115
  1949.             yield "                                <div class=\"level is-mobile\">
  1950.                                     <div class=\"level-left\">
  1951.                                         <div class=\"level-item\">
  1952.                                             <div class=\"field\">
  1953.                                                 <div class=\"control\">
  1954.                                                     <input type=\"text\" id=\"amount\" value=\"1\" class=\"input cool-shadow has-text-centered\">
  1955.                                                 </div>
  1956.                                             </div>
  1957.                                         </div>
  1958.                                     </div>
  1959.                                     <div class=\"level-item\">
  1960.                                         <button type=\"button\" class=\"button is-success has-text-weight-bold\" id=\"ask-button\">
  1961.                                             ";
  1962.             // line 1128
  1963.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("order_or_ask", [], "store"), "html"nulltrue);
  1964.             yield "
  1965.                                         </button>
  1966.                                     </div>
  1967.                                 </div>
  1968.                             ";
  1969.         }
  1970.         // line 1133
  1971.         yield "                        <div class=\"column is-full\">
  1972.                             <div class=\"notification is-danger cart-notification\" style=\"text-align: center; display: none\">
  1973.                                 ";
  1974.         // line 1135
  1975.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("choose_aboce_parameters_first", [], "store"), "html"nulltrue);
  1976.         yield "
  1977.                             </div>
  1978.                             <div class=\"notification is-danger cart-error-notification\" style=\"text-align: center; display: none\">
  1979.                             </div>
  1980.                         </div>
  1981.                     </div>
  1982.                     <!-- END OF AMOUNT SECTION -->
  1983.                     <!-- START OF ADD TO COMPARE -->
  1984.                     <div class=\"column is-full\">
  1985.                         ";
  1986.         // line 1146
  1987.         if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1146$this->source); })()), "request", [], "any"falsefalsefalse1146), "locale", [], "any"falsefalsefalse1146) == "pl") && CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1146$this->source); })()), "payu", [], "any"falsefalsefalse1146))) {
  1988.             // line 1147
  1989.             yield "                            <table style=\"margin-top:-20px; display: none\" id=\"payuraty\">
  1990.                                 <tr>
  1991.                                     <td style=\"width:40px;\">
  1992.                                         <img style=\"cursor: pointer; margin-bottom:-18px;\" id=\"payuLogo\" src=\"https://poland.payu.com/wp-content/themes/global-website/assets/src/images/payu-logo.svg\" hidden/>
  1993.                                     </td>
  1994.                                     <td style=\"width:4px;\"></td>
  1995.                                     <td><p><span id=\"installment-mini\"></span></p></td>
  1996.                                     <td><div style=\"font-size:15px; margin-top: 17px; padding-left:2px;\">miesiÄ™cznie</div></td>
  1997.                                 </tr>
  1998.                             </table>
  1999.                             <script type=\"text/javascript\">
  2000.                                 \$(document).ready(function () {
  2001.                                     const button = document.getElementById('payuLogo');
  2002.                                     button.addEventListener('click', function handleClick() {
  2003.                                     });
  2004.                                     var value = ";
  2005.             // line 1165
  2006.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'1165$this->source); })()), "html"nulltrue);
  2007.             yield ";
  2008.                                     var options = {
  2009.                                         creditAmount: value,    // wartość jako number (w PLN)
  2010.                                         posId: 1056481,         // identyfikator punktu pÅ‚atnoÅ›ci
  2011.                                         key: 'e8',              // pierwsze dwa znaki klucza api
  2012.                                         showLongDescription: true,
  2013.                                     };
  2014.                                     window.OpenPayU.Installments.miniInstallment(\"#installment-mini\", options)
  2015.                                         .then(function (result) {
  2016.                                             if (result.isWidgetAvailable) {
  2017.                                                 \$('#payuraty').show();
  2018.                                                 \$(document).on('click', '#payuLogo', function () {
  2019.                                                     result.openWidget();
  2020.                                                 });
  2021.                                                 \$(document).on('click', '.payu-mini-installments-widget-amount', function () {
  2022.                                                     result.openWidget();
  2023.                                                 });
  2024.                                                 \$(document).on('click', '.payu-mini-installments-widget-details', function () {
  2025.                                                     result.openWidget();
  2026.                                                 });
  2027.                                                 document.querySelector(\"#payuLogo\").removeAttribute(\"hidden\"); // wyÅ›wietla element
  2028.                                                 document.querySelector(\"#payuLogo\").onclick = function () {
  2029.                                                     result.openWidget();
  2030.                                                 }; // dodaje akcjÄ™ na klikniÄ™cie
  2031.                                             } else {
  2032.                                                 \$('#payuraty').hide();
  2033.                                             }
  2034.                                         })
  2035.                                         .catch(function (e) {
  2036.                                             console.error(e.toString());
  2037.                                         });
  2038.                                 });
  2039.                             </script>
  2040.                         ";
  2041.         }
  2042.         // line 1205
  2043.         yield "
  2044.                         <label class=\"checkbox\" style=\"margin-top:5px; font-size:14px;\">
  2045.                             <input ";
  2046.         // line 1207
  2047.         if ((array_key_exists("compareIds"$context) && CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1207$this->source); })()), "id", [], "any"falsefalsefalse1207), (isset($context["compareIds"]) || array_key_exists("compareIds"$context) ? $context["compareIds"] : (function () { throw new RuntimeError('Variable "compareIds" does not exist.'1207$this->source); })())))) {
  2048.             yield " checked=\"checked\" ";
  2049.         }
  2050.         yield " type=\"checkbox\"  data-removepath=\"";
  2051.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("remove_compare");
  2052.         yield "\" data-path=\"";
  2053.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_to_compare");
  2054.         yield "\" class=\"add_to_compare\" data-product=\"";
  2055.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1207$this->source); })()), "id", [], "any"falsefalsefalse1207), "html"nulltrue);
  2056.         yield "\" id=\"";
  2057.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1207$this->source); })()), "id", [], "any"falsefalsefalse1207), "html"nulltrue);
  2058.         yield "\">
  2059.                             ";
  2060.         // line 1208
  2061.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("add_to_compare", [], "store"), "html"nulltrue);
  2062.         yield "
  2063.                         </label>
  2064.                         <br/>
  2065.                         ";
  2066.         // line 1212
  2067.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["similarColors"]) || array_key_exists("similarColors"$context) ? $context["similarColors"] : (function () { throw new RuntimeError('Variable "similarColors" does not exist.'1212$this->source); })()))) {
  2068.             // line 1213
  2069.             yield "                            <div class=\"has-text-weight-semibold\">
  2070.                                 ";
  2071.             // line 1214
  2072.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("similarColors", [], "store"), "html"nulltrue);
  2073.             yield "
  2074.                             </div>
  2075.                             <div class=\"columns is-flex is-flex-wrap-nowrap is-align-items-center\">
  2076.                                 ";
  2077.             // line 1217
  2078.             $context['_parent'] = $context;
  2079.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), (isset($context["similarColors"]) || array_key_exists("similarColors"$context) ? $context["similarColors"] : (function () { throw new RuntimeError('Variable "similarColors" does not exist.'1217$this->source); })()), 05));
  2080.             foreach ($context['_seq'] as $context["_key"] => $context["similarColor"]) {
  2081.                 // line 1218
  2082.                 yield "                                    ";
  2083.                 $context["localProduct"] = CoreExtension::getAttribute($this->env$this->source$context["similarColor"], 0, [], "array"falsefalsefalse1218);
  2084.                 // line 1219
  2085.                 yield "                                    ";
  2086.                 $context["localProductData"] = $context["similarColor"];
  2087.                 // line 1220
  2088.                 yield "                                    <div class=\"column is-narrow\">
  2089.                                         <a href=\"";
  2090.                 // line 1221
  2091.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["localProduct"]) || array_key_exists("localProduct"$context) ? $context["localProduct"] : (function () { throw new RuntimeError('Variable "localProduct" does not exist.'1221$this->source); })()), "id", [], "any"falsefalsefalse1221), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["localProduct"]) || array_key_exists("localProduct"$context) ? $context["localProduct"] : (function () { throw new RuntimeError('Variable "localProduct" does not exist.'1221$this->source); })()), "slug", [], "any"falsefalsefalse1221)]), "html"nulltrue);
  2092.                 yield "\">
  2093.                                             <img style=\"max-width: 100px;\" data-main=\"";
  2094.                 // line 1222
  2095.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source, (isset($context["localProductData"]) || array_key_exists("localProductData"$context) ? $context["localProductData"] : (function () { throw new RuntimeError('Variable "localProductData" does not exist.'1222$this->source); })()), "mainPhoto", [], "any"falsefalsefalse1222)) . "")), "small"), "html"nulltrue);
  2096.                 yield "\" src=\"/images/ajax-loader.gif\" alt=\"";
  2097.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["localProduct"]) || array_key_exists("localProduct"$context) ? $context["localProduct"] : (function () { throw new RuntimeError('Variable "localProduct" does not exist.'1222$this->source); })()), "name", [], "any"falsefalsefalse1222), "html"nulltrue);
  2098.                 yield "\" class=\"lazy img-responsive small-photo\" data-src=\"";
  2099.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/product/" CoreExtension::getAttribute($this->env$this->source, (isset($context["localProductData"]) || array_key_exists("localProductData"$context) ? $context["localProductData"] : (function () { throw new RuntimeError('Variable "localProductData" does not exist.'1222$this->source); })()), "mainPhoto", [], "any"falsefalsefalse1222)) . "")), "small"), "html"nulltrue);
  2100.                 yield "\" />
  2101.                                         </a>
  2102.                                     </div>
  2103.                                 ";
  2104.             }
  2105.             $_parent $context['_parent'];
  2106.             unset($context['_seq'], $context['_key'], $context['similarColor'], $context['_parent']);
  2107.             $context array_intersect_key($context$_parent) + $_parent;
  2108.             // line 1226
  2109.             yield "                            </div>
  2110.                         ";
  2111.         }
  2112.         // line 1228
  2113.         yield "                    </div>
  2114.                     <!-- END OF ADD TO COMPARE -->
  2115.                 </div>
  2116.                 <!-- END OF SHORT DESCRIPTION -->
  2117.             </div>
  2118.             <hr class=\"hr\">
  2119.         </div>
  2120.     </section>
  2121.     <!-- END OF MAIN SECTION -->
  2122.     <!-- START OF DETAIL DESCRIPTION SECTION -->
  2123.     ";
  2124.         // line 1238
  2125.         $context["parametersIds"] = [];
  2126.         // line 1239
  2127.         yield "    ";
  2128.         $context['_parent'] = $context;
  2129.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["priceVariants"]) || array_key_exists("priceVariants"$context) ? $context["priceVariants"] : (function () { throw new RuntimeError('Variable "priceVariants" does not exist.'1239$this->source); })()));
  2130.         foreach ($context['_seq'] as $context["_key"] => $context["variant"]) {
  2131.             // line 1240
  2132.             yield "        ";
  2133.             if (!CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameterValueGroup", [], "any"falsefalsefalse1240), "parameter", [], "any"falsefalsefalse1240), "id", [], "any"falsefalsefalse1240), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1240$this->source); })()))) {
  2134.                 // line 1241
  2135.                 yield "            ";
  2136.                 $context["parametersIds"] = Twig\Extension\CoreExtension::merge((isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1241$this->source); })()), [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameterValueGroup", [], "any"falsefalsefalse1241), "parameter", [], "any"falsefalsefalse1241), "id", [], "any"falsefalsefalse1241)]);
  2137.                 // line 1242
  2138.                 yield "        ";
  2139.             }
  2140.             // line 1243
  2141.             yield "    ";
  2142.         }
  2143.         $_parent $context['_parent'];
  2144.         unset($context['_seq'], $context['_key'], $context['variant'], $context['_parent']);
  2145.         $context array_intersect_key($context$_parent) + $_parent;
  2146.         // line 1244
  2147.         yield "
  2148.     ";
  2149.         // line 1245
  2150.         $context["shortFunctions"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1245$this->source); })()), "getShortFunctionDescription", [], "any"falsefalsefalse1245);
  2151.         // line 1246
  2152.         yield "    <section class=\"section\">
  2153.         <div class=\"container\">
  2154.             <div class=\"columns\">
  2155.                 <!-- START OF SIDEBAR MENU SECTION -->
  2156.                 <div class=\"column is-one-fifth\">
  2157.                     <affix class=\"sidebar-menu\" relative-element-selector=\"#main_content\">
  2158.                         <aside class=\"columns is-multiline\">
  2159.                             <scrollactive active-class=\"active-scroll\" :highlight-first-item=\"true\">
  2160.                                 <!-- START SIDEBAR FOR DESKTOP -->
  2161.                                 <nav>
  2162.                                     ";
  2163.         // line 1256
  2164.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["shortFunctions"]) || array_key_exists("shortFunctions"$context) ? $context["shortFunctions"] : (function () { throw new RuntimeError('Variable "shortFunctions" does not exist.'1256$this->source); })()))) {
  2165.             // line 1257
  2166.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2167.                                             <a href=\"#";
  2168.             // line 1258
  2169.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_shortcut", [], "store"), "html"nulltrue);
  2170.             yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2171.                                                 ";
  2172.             // line 1259
  2173.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("inShortcut", [], "store"), "html"nulltrue);
  2174.             yield "
  2175.                                             </a>
  2176.                                         </div>
  2177.                                     ";
  2178.         }
  2179.         // line 1263
  2180.         yield "                                    <div class=\"column is-full has-text-weight-semibold\">
  2181.                                         <a href=\"#";
  2182.         // line 1264
  2183.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_models_features", [], "store"), "html"nulltrue);
  2184.         yield "\" class=\"modele_i_cechy scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2185.                                             ";
  2186.         // line 1265
  2187.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("functionsProductDescription", [], "store"), "html"nulltrue);
  2188.         yield "
  2189.                                         </a>
  2190.                                     </div>
  2191.                                     ";
  2192.         // line 1268
  2193.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_TEXTILE"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1268$this->source); })()))) {
  2194.             // line 1269
  2195.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2196.                                             <a href=\"#";
  2197.             // line 1270
  2198.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_material_textile", [], "store"), "html"nulltrue);
  2199.             yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2200.                                                 ";
  2201.             // line 1271
  2202.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("materials_textiles", [], "store"), "html"nulltrue);
  2203.             yield "
  2204.                                             </a>
  2205.                                         </div>
  2206.                                     ";
  2207.         }
  2208.         // line 1275
  2209.         yield "                                    ";
  2210.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1275$this->source); })()))) {
  2211.             // line 1276
  2212.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2213.                                             <a href=\"#";
  2214.             // line 1277
  2215.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_material_wood", [], "store"), "html"nulltrue);
  2216.             yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2217.                                                 ";
  2218.             // line 1278
  2219.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("materials_wood", [], "store"), "html"nulltrue);
  2220.             yield "
  2221.                                             </a>
  2222.                                         </div>
  2223.                                     ";
  2224.         }
  2225.         // line 1282
  2226.         yield "                                    ";
  2227.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_NET"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1282$this->source); })()))) {
  2228.             // line 1283
  2229.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2230.                                             <a href=\"#";
  2231.             // line 1284
  2232.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_material_net", [], "store"), "html"nulltrue);
  2233.             yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2234.                                                 ";
  2235.             // line 1285
  2236.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("material_net", [], "store"), "html"nulltrue);
  2237.             yield "
  2238.                                             </a>
  2239.                                         </div>
  2240.                                     ";
  2241.         }
  2242.         // line 1289
  2243.         yield "                                    ";
  2244.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1289$this->source); })()))) {
  2245.             // line 1290
  2246.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2247.                                             <a href=\"#";
  2248.             // line 1291
  2249.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_materialy_kolatka", [], "store"), "html"nulltrue);
  2250.             yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2251.                                                 ";
  2252.             // line 1292
  2253.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("materials_others", [], "store"), "html"nulltrue);
  2254.             yield "
  2255.                                             </a>
  2256.                                         </div>
  2257.                                     ";
  2258.         }
  2259.         // line 1296
  2260.         yield "                                    ";
  2261.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD_LEGS"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1296$this->source); })()))) {
  2262.             // line 1297
  2263.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2264.                                             <a href=\"#";
  2265.             // line 1298
  2266.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_legs_wood", [], "store"), "html"nulltrue);
  2267.             yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2268.                                                 ";
  2269.             // line 1299
  2270.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("material_wood_legs", [], "store"), "html"nulltrue);
  2271.             yield "
  2272.                                             </a>
  2273.                                         </div>
  2274.                                     ";
  2275.         }
  2276.         // line 1303
  2277.         yield "                                    <div class=\"column is-full has-text-weight-semibold\">
  2278.                                         <a href=\"#";
  2279.         // line 1304
  2280.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_pricing", [], "store"), "html"nulltrue);
  2281.         yield "\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  2282.                                             ";
  2283.         // line 1305
  2284.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pricing", [], "store"), "html"nulltrue);
  2285.         yield "
  2286.                                         </a>
  2287.                                     </div>
  2288.                                     ";
  2289.         // line 1308
  2290.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1308$this->source); })()), "photo3d", [], "any"falsefalsefalse1308)) {
  2291.             // line 1309
  2292.             yield "                                        <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  2293.                                             <a href=\"#desc360\" class=\"scrollactive-item\" style=\"color: #989898;\">";
  2294.             // line 1310
  2295.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("presentation_360", [], "store"), "html"nulltrue);
  2296.             yield "</a>
  2297.                                         </div>
  2298.                                     ";
  2299.         }
  2300.         // line 1313
  2301.         yield "                                    ";
  2302.         if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1313$this->source); })()), "photo3dAdditional", [], "any"falsefalsefalse1313)) > 25)) {
  2303.             // line 1314
  2304.             yield "                                        <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  2305.                                             <a href=\"#desc360Additional\" class=\"scrollactive-item\" style=\"color: #989898;\">";
  2306.             // line 1315
  2307.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("presentation_360_additional", [], "store"), "html"nulltrue);
  2308.             yield "</a>
  2309.                                         </div>
  2310.                                     ";
  2311.         }
  2312.         // line 1318
  2313.         yield "                                    ";
  2314.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1318$this->source); })()), "film", [], "any"falsefalsefalse1318)) {
  2315.             // line 1319
  2316.             yield "                                        <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  2317.                                             <a href=\"#film\" class=\"scrollactive-item\" style=\"color: #989898;\">";
  2318.             // line 1320
  2319.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("film", [], "store"), "html"nulltrue);
  2320.             yield "</a>
  2321.                                         </div>
  2322.                                     ";
  2323.         }
  2324.         // line 1323
  2325.         yield "                                    <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  2326.                                         <a href=\"#gallery\" class=\"scrollactive-item\" style=\"color: #989898;\">";
  2327.         // line 1324
  2328.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("gallery", [], "store"), "html"nulltrue);
  2329.         yield "</a>
  2330.                                     </div>
  2331.                                     <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  2332.                                         <a href=\"#podobne\" class=\"scrollactive-item\" style=\"color: #989898;\">";
  2333.         // line 1327
  2334.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("similarProducs", [], "store"), "html"nulltrue);
  2335.         yield "</a>
  2336.                                     </div>
  2337.                                     ";
  2338.         // line 1329
  2339.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1329$this->source); })()), "request", [], "any"falsefalsefalse1329), "locale", [], "any"falsefalsefalse1329) == "pl")) {
  2340.             // line 1330
  2341.             yield "                                        ";
  2342.             if (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1330$this->source); })()), "getActiveSubProducts", [], "any"falsefalsefalse1330), "count", [], "any"falsefalsefalse1330) && array_key_exists("buyCheaperLP"$context)) && (isset($context["buyCheaperLP"]) || array_key_exists("buyCheaperLP"$context) ? $context["buyCheaperLP"] : (function () { throw new RuntimeError('Variable "buyCheaperLP" does not exist.'1330$this->source); })()))) {
  2343.                 // line 1331
  2344.                 yield "                                            <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  2345.                                                 <a href=\"";
  2346.                 // line 1332
  2347.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("landing-page-front", ["product" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1332$this->source); })()), "id", [], "any"falsefalsefalse1332), "id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["buyCheaperLP"]) || array_key_exists("buyCheaperLP"$context) ? $context["buyCheaperLP"] : (function () { throw new RuntimeError('Variable "buyCheaperLP" does not exist.'1332$this->source); })()), "id", [], "any"falsefalsefalse1332), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["buyCheaperLP"]) || array_key_exists("buyCheaperLP"$context) ? $context["buyCheaperLP"] : (function () { throw new RuntimeError('Variable "buyCheaperLP" does not exist.'1332$this->source); })()), "slug", [], "any"falsefalsefalse1332)]), "html"nulltrue);
  2348.                 yield "\" class=\"\" style=\"color: red;\">";
  2349.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("buy_cheaper", [], "store"), "html"nulltrue);
  2350.                 yield "</a>
  2351.                                             </div>
  2352.                                         ";
  2353.             }
  2354.             // line 1335
  2355.             yield "                                    ";
  2356.         }
  2357.         // line 1336
  2358.         yield "
  2359.                                     ";
  2360.         // line 1337
  2361.         if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1337$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1337$this->source); })()), "localeShort", [], "any"falsefalsefalse1337)], "method"falsefalsefalse1337), "responsibleEntity", [], "any"falsefalsefalse1337)) {
  2362.             // line 1338
  2363.             yield "                                        <div class=\"column is-full has-text-weight-semibold\">
  2364.                                             <a href=\"javascript:void(0);\" id=\"toggleDetails\" class=\"scrollactive-item is-hidden-touch\" style=\"color: rgb(152, 152, 152); display: flex; justify-content: space-between; align-items: center;\">
  2365.                                                 ";
  2366.             // line 1340
  2367.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("responsibleEntity_front_store", [], "store"), "html"nulltrue);
  2368.             yield "
  2369.                                                 <span id=\"toggleIcon\" class=\"icon\">
  2370.                                                     <i class=\"fas fa-caret-down\"></i>
  2371.                                                 </span>
  2372.                                             </a>
  2373.                                         </div>
  2374.                                         <!-- Hidden details div -->
  2375.                                         <div id=\"detailsSection\" class=\"column is-full\" style=\"display: none; padding-left: 20px; color: rgb(100, 100, 100);\">
  2376.                                             ";
  2377.             // line 1349
  2378.             yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1349$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1349$this->source); })()), "localeShort", [], "any"falsefalsefalse1349)], "method"falsefalsefalse1349), "responsibleEntity", [], "any"falsefalsefalse1349);
  2379.             yield "
  2380.                                         </div>
  2381.                                     ";
  2382.         }
  2383.         // line 1352
  2384.         yield "                                </nav>
  2385.                                 <!-- END SIDEBAR FOR DESKTOP -->
  2386.                             </scrollactive>
  2387.                         </aside>
  2388.                     </affix>
  2389.                 </div>
  2390.                 <!-- END OF SIDEBAR MENU SECTION -->
  2391.                 <!-- START OF CONTENT SECTION -->
  2392.                 <div class=\"content-single-product column is-three-fifths-desktop is-four-fifths-tablet\">
  2393.                     <div class=\"columns is-multiline main-content-mobile-up\" id=\"main_content\">
  2394.                         ";
  2395.         // line 1362
  2396.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["shortFunctions"]) || array_key_exists("shortFunctions"$context) ? $context["shortFunctions"] : (function () { throw new RuntimeError('Variable "shortFunctions" does not exist.'1362$this->source); })()))) {
  2397.             // line 1363
  2398.             yield "                            <div class=\"left-25\" id=\"";
  2399.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_shortcut", [], "store"), "html"nulltrue);
  2400.             yield "\">
  2401.                                 <div class=\"column is-full\">
  2402.                                     ";
  2403.             // line 1365
  2404.             yield (isset($context["shortFunctions"]) || array_key_exists("shortFunctions"$context) ? $context["shortFunctions"] : (function () { throw new RuntimeError('Variable "shortFunctions" does not exist.'1365$this->source); })());
  2405.             yield "
  2406.                                 </div>
  2407.                             </div>
  2408.                         ";
  2409.         }
  2410.         // line 1369
  2411.         yield "                        <section-accordion :open=\"1\" inline-template v-cloak>
  2412.                             <div class=\"column is-full\" id=\"";
  2413.         // line 1370
  2414.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_models_features", [], "store"), "html"nulltrue);
  2415.         yield "\">
  2416.                                 ";
  2417.         // line 1371
  2418.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["shortFunctions"]) || array_key_exists("shortFunctions"$context) ? $context["shortFunctions"] : (function () { throw new RuntimeError('Variable "shortFunctions" does not exist.'1371$this->source); })()))) {
  2419.             // line 1372
  2420.             yield "                                    <hr class=\"hr\">
  2421.                                 ";
  2422.         }
  2423.         // line 1374
  2424.         yield "
  2425.                                 <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  2426.                                     <div class=\"level-left\">
  2427.                                         <div class=\"level-item\">
  2428.                                             <h3 class=\"title is-3\">
  2429.                                                 ";
  2430.         // line 1379
  2431.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("functionsProductDescription", [], "store"), "html"nulltrue);
  2432.         yield "
  2433.                                             </h3>
  2434.                                         </div>
  2435.                                     </div>
  2436.                                     <div class=\"level-right\">
  2437.                                         <div class=\"level-item\" v-show=\"isMobile\">
  2438.                                             <!-- down arrow / minus -->
  2439.                                             <span class=\"icon\">
  2440.                                                 <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  2441.                                             </span>
  2442.                                         </div>
  2443.                                     </div>
  2444.                                 </div>
  2445.                                 <div class=\"divider2\"></div>
  2446.                                 <!-- TODO: jakaÅ› klasa do zÅ‚apania -->
  2447.                                 <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  2448.                                     ";
  2449.         // line 1397
  2450.         $context["desc"] = $this->extensions['App\Twig\AppExtension']->shortFunctionDescriptionFilter(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1397$this->source); })()), "description", [], "any"falsefalsefalse1397));
  2451.         // line 1398
  2452.         yield "                                    <ul class=\"removeDot\">
  2453.                                         ";
  2454.         // line 1399
  2455.         $context['_parent'] = $context;
  2456.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["desc"]) || array_key_exists("desc"$context) ? $context["desc"] : (function () { throw new RuntimeError('Variable "desc" does not exist.'1399$this->source); })()));
  2457.         foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
  2458.             // line 1400
  2459.             yield "                                            ";
  2460.             if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), Twig\Extension\CoreExtension::striptags($context["row"])) > 5)) {
  2461.                 // line 1401
  2462.                 yield "                                            <li class=\"removeDot\">
  2463.                                                     <div class=\"column is-full\">
  2464.                                                         <span class=\"icon\"><i class=\"fas fa-check has-text-success\"></i></span>
  2465.                                                         ";
  2466.                 // line 1404
  2467.                 yield $this->extensions['App\Twig\AppExtension']->strongReplacer($context["row"]);
  2468.                 yield "
  2469.                                                     </div>
  2470.                                             </li>
  2471.                                             ";
  2472.             }
  2473.             // line 1408
  2474.             yield "                                        ";
  2475.         }
  2476.         $_parent $context['_parent'];
  2477.         unset($context['_seq'], $context['_key'], $context['row'], $context['_parent']);
  2478.         $context array_intersect_key($context$_parent) + $_parent;
  2479.         // line 1409
  2480.         yield "                                    </ul>
  2481.                                 </div>
  2482.                             </div>
  2483.                         </section-accordion>
  2484.                         ";
  2485.         // line 1414
  2486.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_TEXTILE"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1414$this->source); })()))) {
  2487.             // line 1415
  2488.             yield "                            <section-accordion :open=\"0\" inline-template v-cloak>
  2489.                                 <div class=\"column is-full\" id=\"";
  2490.             // line 1416
  2491.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_material_textile", [], "store"), "html"nulltrue);
  2492.             yield "\">
  2493.                                     <hr class=\"hr\">
  2494.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  2495.                                         <div class=\"level-left\">
  2496.                                             <div class=\"level-item\">
  2497.                                                 <h3 class=\"title is-3\">
  2498.                                                     ";
  2499.             // line 1422
  2500.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("textiles", [], "store")), "html"nulltrue);
  2501.             yield " (";
  2502.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->transChoice("count_variant_types"CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1422$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_TEXTILE"), [], "array"falsefalsefalse1422)), "html"nulltrue);
  2503.             yield ")
  2504.                                                 </h3>
  2505.                                             </div>
  2506.                                         </div>
  2507.                                         <div class=\"level-right\">
  2508.                                             <div class=\"level-item\" v-show=\"isMobile\">
  2509.                                                 <!-- down arrow / minus -->
  2510.                                                 <span class=\"icon\">
  2511.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  2512.                                                 </span>
  2513.                                             </div>
  2514.                                         </div>
  2515.                                     </div>
  2516.                                     <div class=\"divider2\"></div>
  2517.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  2518.                                         ";
  2519.             // line 1438
  2520.             $context['_parent'] = $context;
  2521.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["variantsArray"]) || array_key_exists("variantsArray"$context) ? $context["variantsArray"] : (function () { throw new RuntimeError('Variable "variantsArray" does not exist.'1438$this->source); })()));
  2522.             $context['loop'] = [
  2523.               'parent' => $context['_parent'],
  2524.               'index0' => 0,
  2525.               'index'  => 1,
  2526.               'first'  => true,
  2527.             ];
  2528.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2529.                 $length count($context['_seq']);
  2530.                 $context['loop']['revindex0'] = $length 1;
  2531.                 $context['loop']['revindex'] = $length;
  2532.                 $context['loop']['length'] = $length;
  2533.                 $context['loop']['last'] = === $length;
  2534.             }
  2535.             foreach ($context['_seq'] as $context["_key"] => $context["variant"]) {
  2536.                 // line 1439
  2537.                 yield "                                            ";
  2538.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameter", [], "any"falsefalsefalse1439), "id", [], "any"falsefalsefalse1439) == Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_TEXTILE"))) {
  2539.                     // line 1440
  2540.                     yield "                                                ";
  2541.                     yield from $this->loadTemplate("frontend/product/_materialPresentation.html.twig""frontend/product/product.html.twig"1440)->unwrap()->yield($context);
  2542.                     // line 1441
  2543.                     yield "                                            ";
  2544.                 }
  2545.                 // line 1442
  2546.                 yield "                                        ";
  2547.                 ++$context['loop']['index0'];
  2548.                 ++$context['loop']['index'];
  2549.                 $context['loop']['first'] = false;
  2550.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  2551.                     --$context['loop']['revindex0'];
  2552.                     --$context['loop']['revindex'];
  2553.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  2554.                 }
  2555.             }
  2556.             $_parent $context['_parent'];
  2557.             unset($context['_seq'], $context['_key'], $context['variant'], $context['_parent'], $context['loop']);
  2558.             $context array_intersect_key($context$_parent) + $_parent;
  2559.             // line 1443
  2560.             yield "                                    </div>
  2561.                                 </div>
  2562.                             </section-accordion>
  2563.                         ";
  2564.         }
  2565.         // line 1447
  2566.         yield "
  2567.                         ";
  2568.         // line 1448
  2569.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1448$this->source); })()))) {
  2570.             // line 1449
  2571.             yield "                            <section-accordion :open=\"0\" inline-template v-cloak>
  2572.                                 <div class=\"column is-full\" id=\"";
  2573.             // line 1450
  2574.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_material_wood", [], "store"), "html"nulltrue);
  2575.             yield "\">
  2576.                                     <hr class=\"hr\">
  2577.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  2578.                                         <div class=\"level-left\">
  2579.                                             <div class=\"level-item\">
  2580.                                                 <h3 class=\"title is-3\">
  2581.                                                     ";
  2582.             // line 1456
  2583.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("wood", [], "store")), "html"nulltrue);
  2584.             yield " (";
  2585.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->transChoice("count_variant_types"CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1456$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD"), [], "array"falsefalsefalse1456)), "html"nulltrue);
  2586.             yield ")
  2587.                                                 </h3>
  2588.                                             </div>
  2589.                                         </div>
  2590.                                         <div class=\"level-right\">
  2591.                                             <div class=\"level-item\" v-show=\"isMobile\">
  2592.                                                 <!-- down arrow / minus -->
  2593.                                                 <span class=\"icon\">
  2594.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  2595.                                                 </span>
  2596.                                             </div>
  2597.                                         </div>
  2598.                                     </div>
  2599.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  2600.                                         ";
  2601.             // line 1471
  2602.             $context['_parent'] = $context;
  2603.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["variantsArray"]) || array_key_exists("variantsArray"$context) ? $context["variantsArray"] : (function () { throw new RuntimeError('Variable "variantsArray" does not exist.'1471$this->source); })()));
  2604.             $context['loop'] = [
  2605.               'parent' => $context['_parent'],
  2606.               'index0' => 0,
  2607.               'index'  => 1,
  2608.               'first'  => true,
  2609.             ];
  2610.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2611.                 $length count($context['_seq']);
  2612.                 $context['loop']['revindex0'] = $length 1;
  2613.                 $context['loop']['revindex'] = $length;
  2614.                 $context['loop']['length'] = $length;
  2615.                 $context['loop']['last'] = === $length;
  2616.             }
  2617.             foreach ($context['_seq'] as $context["_key"] => $context["variant"]) {
  2618.                 // line 1472
  2619.                 yield "                                            ";
  2620.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameter", [], "any"falsefalsefalse1472), "id", [], "any"falsefalsefalse1472) == Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD"))) {
  2621.                     // line 1473
  2622.                     yield "                                                ";
  2623.                     yield from $this->loadTemplate("frontend/product/_materialPresentation.html.twig""frontend/product/product.html.twig"1473)->unwrap()->yield($context);
  2624.                     // line 1474
  2625.                     yield "                                            ";
  2626.                 }
  2627.                 // line 1475
  2628.                 yield "                                        ";
  2629.                 ++$context['loop']['index0'];
  2630.                 ++$context['loop']['index'];
  2631.                 $context['loop']['first'] = false;
  2632.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  2633.                     --$context['loop']['revindex0'];
  2634.                     --$context['loop']['revindex'];
  2635.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  2636.                 }
  2637.             }
  2638.             $_parent $context['_parent'];
  2639.             unset($context['_seq'], $context['_key'], $context['variant'], $context['_parent'], $context['loop']);
  2640.             $context array_intersect_key($context$_parent) + $_parent;
  2641.             // line 1476
  2642.             yield "                                    </div>
  2643.                                 </div>
  2644.                             </section-accordion>
  2645.                         ";
  2646.         }
  2647.         // line 1480
  2648.         yield "                        ";
  2649.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_NET"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1480$this->source); })()))) {
  2650.             // line 1481
  2651.             yield "                            <section-accordion :open=\"0\" inline-template v-cloak>
  2652.                                 <div class=\"column is-full\" id=\"";
  2653.             // line 1482
  2654.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_material_net", [], "store"), "html"nulltrue);
  2655.             yield "\">
  2656.                                     <hr class=\"hr\">
  2657.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  2658.                                         <div class=\"level-left\">
  2659.                                             <div class=\"level-item\">
  2660.                                                 <h3 class=\"title is-3\">
  2661.                                                     ";
  2662.             // line 1488
  2663.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("net", [], "store")), "html"nulltrue);
  2664.             yield " (";
  2665.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->transChoice("count_variant_types"CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1488$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_NET"), [], "array"falsefalsefalse1488)), "html"nulltrue);
  2666.             yield ")
  2667.                                                 </h3>
  2668.                                             </div>
  2669.                                         </div>
  2670.                                         <div class=\"level-right\">
  2671.                                             <div class=\"level-item\" v-show=\"isMobile\">
  2672.                                                 <!-- down arrow / minus -->
  2673.                                                 <span class=\"icon\">
  2674.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  2675.                                                 </span>
  2676.                                             </div>
  2677.                                         </div>
  2678.                                     </div>
  2679.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  2680.                                         ";
  2681.             // line 1503
  2682.             $context['_parent'] = $context;
  2683.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["variantsArray"]) || array_key_exists("variantsArray"$context) ? $context["variantsArray"] : (function () { throw new RuntimeError('Variable "variantsArray" does not exist.'1503$this->source); })()));
  2684.             $context['loop'] = [
  2685.               'parent' => $context['_parent'],
  2686.               'index0' => 0,
  2687.               'index'  => 1,
  2688.               'first'  => true,
  2689.             ];
  2690.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2691.                 $length count($context['_seq']);
  2692.                 $context['loop']['revindex0'] = $length 1;
  2693.                 $context['loop']['revindex'] = $length;
  2694.                 $context['loop']['length'] = $length;
  2695.                 $context['loop']['last'] = === $length;
  2696.             }
  2697.             foreach ($context['_seq'] as $context["_key"] => $context["variant"]) {
  2698.                 // line 1504
  2699.                 yield "                                            ";
  2700.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameter", [], "any"falsefalsefalse1504), "id", [], "any"falsefalsefalse1504) == Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_NET"))) {
  2701.                     // line 1505
  2702.                     yield "                                                ";
  2703.                     yield from $this->loadTemplate("frontend/product/_materialPresentation.html.twig""frontend/product/product.html.twig"1505)->unwrap()->yield($context);
  2704.                     // line 1506
  2705.                     yield "                                            ";
  2706.                 }
  2707.                 // line 1507
  2708.                 yield "                                        ";
  2709.                 ++$context['loop']['index0'];
  2710.                 ++$context['loop']['index'];
  2711.                 $context['loop']['first'] = false;
  2712.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  2713.                     --$context['loop']['revindex0'];
  2714.                     --$context['loop']['revindex'];
  2715.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  2716.                 }
  2717.             }
  2718.             $_parent $context['_parent'];
  2719.             unset($context['_seq'], $context['_key'], $context['variant'], $context['_parent'], $context['loop']);
  2720.             $context array_intersect_key($context$_parent) + $_parent;
  2721.             // line 1508
  2722.             yield "                                    </div>
  2723.                                 </div>
  2724.                             </section-accordion>
  2725.                         ";
  2726.         }
  2727.         // line 1512
  2728.         yield "                        ";
  2729.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1512$this->source); })()))) {
  2730.             // line 1513
  2731.             yield "                            <section-accordion :open=\"0\" inline-template v-cloak>
  2732.                                 <div class=\"column is-full\" id=\"";
  2733.             // line 1514
  2734.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_materialy_kolatka", [], "store"), "html"nulltrue);
  2735.             yield "\">
  2736.                                     <hr class=\"hr\">
  2737.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  2738.                                         <div class=\"level-left\">
  2739.                                             <div class=\"level-item\">
  2740.                                                 <h3 class=\"title is-3\">
  2741.                                                     ";
  2742.             // line 1520
  2743.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pins_kolatka", [], "store")), "html"nulltrue);
  2744.             yield " (";
  2745.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->transChoice("count_variant_types"CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1520$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA"), [], "array"falsefalsefalse1520)), "html"nulltrue);
  2746.             yield ")
  2747.                                                 </h3>
  2748.                                             </div>
  2749.                                         </div>
  2750.                                         <div class=\"level-right\">
  2751.                                             <div class=\"level-item\" v-show=\"isMobile\">
  2752.                                                 <!-- down arrow / minus -->
  2753.                                                 <span class=\"icon\">
  2754.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  2755.                                                 </span>
  2756.                                             </div>
  2757.                                         </div>
  2758.                                     </div>
  2759.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  2760.                                         ";
  2761.             // line 1535
  2762.             $context['_parent'] = $context;
  2763.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["variantsArray"]) || array_key_exists("variantsArray"$context) ? $context["variantsArray"] : (function () { throw new RuntimeError('Variable "variantsArray" does not exist.'1535$this->source); })()));
  2764.             $context['loop'] = [
  2765.               'parent' => $context['_parent'],
  2766.               'index0' => 0,
  2767.               'index'  => 1,
  2768.               'first'  => true,
  2769.             ];
  2770.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2771.                 $length count($context['_seq']);
  2772.                 $context['loop']['revindex0'] = $length 1;
  2773.                 $context['loop']['revindex'] = $length;
  2774.                 $context['loop']['length'] = $length;
  2775.                 $context['loop']['last'] = === $length;
  2776.             }
  2777.             foreach ($context['_seq'] as $context["_key"] => $context["variant"]) {
  2778.                 // line 1536
  2779.                 yield "                                            ";
  2780.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameter", [], "any"falsefalsefalse1536), "id", [], "any"falsefalsefalse1536) == Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA"))) {
  2781.                     // line 1537
  2782.                     yield "                                                ";
  2783.                     yield from $this->loadTemplate("frontend/product/_materialPresentation.html.twig""frontend/product/product.html.twig"1537)->unwrap()->yield($context);
  2784.                     // line 1538
  2785.                     yield "                                            ";
  2786.                 }
  2787.                 // line 1539
  2788.                 yield "                                        ";
  2789.                 ++$context['loop']['index0'];
  2790.                 ++$context['loop']['index'];
  2791.                 $context['loop']['first'] = false;
  2792.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  2793.                     --$context['loop']['revindex0'];
  2794.                     --$context['loop']['revindex'];
  2795.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  2796.                 }
  2797.             }
  2798.             $_parent $context['_parent'];
  2799.             unset($context['_seq'], $context['_key'], $context['variant'], $context['_parent'], $context['loop']);
  2800.             $context array_intersect_key($context$_parent) + $_parent;
  2801.             // line 1540
  2802.             yield "                                    </div>
  2803.                                 </div>
  2804.                             </section-accordion>
  2805.                         ";
  2806.         }
  2807.         // line 1544
  2808.         yield "                        ";
  2809.         if (CoreExtension::inFilter(Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD_LEGS"), (isset($context["parametersIds"]) || array_key_exists("parametersIds"$context) ? $context["parametersIds"] : (function () { throw new RuntimeError('Variable "parametersIds" does not exist.'1544$this->source); })()))) {
  2810.             // line 1545
  2811.             yield "                            <section-accordion :open=\"0\" inline-template v-cloak>
  2812.                                 <div class=\"column is-full\" id=\"";
  2813.             // line 1546
  2814.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_legs_wood", [], "store"), "html"nulltrue);
  2815.             yield "\">
  2816.                                     <hr class=\"hr\">
  2817.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  2818.                                         <div class=\"level-left\">
  2819.                                             <div class=\"level-item\">
  2820.                                                 <h3 class=\"title is-3\">
  2821.                                                     ";
  2822.             // line 1552
  2823.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("wood_legs", [], "store"), "html"nulltrue);
  2824.             yield " (";
  2825.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->transChoice("count_variant_types"CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1552$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD_LEGS"), [], "array"falsefalsefalse1552)), "html"nulltrue);
  2826.             yield ")
  2827.                                                 </h3>
  2828.                                             </div>
  2829.                                         </div>
  2830.                                         <div class=\"level-right\">
  2831.                                             <div class=\"level-item\" v-show=\"isMobile\">
  2832.                                                 <!-- down arrow / minus -->
  2833.                                                 <span class=\"icon\">
  2834.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  2835.                                                 </span>
  2836.                                             </div>
  2837.                                         </div>
  2838.                                     </div>
  2839.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  2840.                                         ";
  2841.             // line 1567
  2842.             $context['_parent'] = $context;
  2843.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["variantsArray"]) || array_key_exists("variantsArray"$context) ? $context["variantsArray"] : (function () { throw new RuntimeError('Variable "variantsArray" does not exist.'1567$this->source); })()));
  2844.             $context['loop'] = [
  2845.               'parent' => $context['_parent'],
  2846.               'index0' => 0,
  2847.               'index'  => 1,
  2848.               'first'  => true,
  2849.             ];
  2850.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2851.                 $length count($context['_seq']);
  2852.                 $context['loop']['revindex0'] = $length 1;
  2853.                 $context['loop']['revindex'] = $length;
  2854.                 $context['loop']['length'] = $length;
  2855.                 $context['loop']['last'] = === $length;
  2856.             }
  2857.             foreach ($context['_seq'] as $context["_key"] => $context["variant"]) {
  2858.                 // line 1568
  2859.                 yield "                                            ";
  2860.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variant"], "parameter", [], "any"falsefalsefalse1568), "id", [], "any"falsefalsefalse1568) == Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD_LEGS"))) {
  2861.                     // line 1569
  2862.                     yield "                                                ";
  2863.                     yield from $this->loadTemplate("frontend/product/_materialPresentation.html.twig""frontend/product/product.html.twig"1569)->unwrap()->yield($context);
  2864.                     // line 1570
  2865.                     yield "                                            ";
  2866.                 }
  2867.                 // line 1571
  2868.                 yield "                                        ";
  2869.                 ++$context['loop']['index0'];
  2870.                 ++$context['loop']['index'];
  2871.                 $context['loop']['first'] = false;
  2872.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  2873.                     --$context['loop']['revindex0'];
  2874.                     --$context['loop']['revindex'];
  2875.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  2876.                 }
  2877.             }
  2878.             $_parent $context['_parent'];
  2879.             unset($context['_seq'], $context['_key'], $context['variant'], $context['_parent'], $context['loop']);
  2880.             $context array_intersect_key($context$_parent) + $_parent;
  2881.             // line 1572
  2882.             yield "                                    </div>
  2883.                                 </div>
  2884.                             </section-accordion>
  2885.                         ";
  2886.         }
  2887.         // line 1576
  2888.         yield "
  2889.                         <div class=\"column is-full\" id=\"";
  2890.         // line 1577
  2891.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tag_pricing", [], "store"), "html"nulltrue);
  2892.         yield "\">
  2893.                             <hr class=\"hr\">
  2894.                             <h2 class=\"title is-3\">
  2895.                                 ";
  2896.         // line 1580
  2897.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pricing", [], "store"), "html"nulltrue);
  2898.         yield "
  2899.                             </h2>
  2900.                             <div class=\"divider\"></div>
  2901.                             ";
  2902.         // line 1583
  2903.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1583$this->source); })()), "shippingCategory", [], "any"falsefalsefalse1583) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1583$this->source); })()), "request", [], "any"falsefalsefalse1583), "locale", [], "any"falsefalsefalse1583) == "pl"))) {
  2904.             // line 1584
  2905.             yield "                                ";
  2906.             $context["sc"] = (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1584$this->source); })()), "shippingCategory", [], "any"falsefalsefalse1584) . "_store");
  2907.             // line 1585
  2908.             yield "                                <h4 style=\"margin-bottom:20px;\">
  2909.                                     ";
  2910.             // line 1586
  2911.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["sc"]) || array_key_exists("sc"$context) ? $context["sc"] : (function () { throw new RuntimeError('Variable "sc" does not exist.'1586$this->source); })()), [], "store"), "html"nulltrue);
  2912.             yield "
  2913.                                 </h4>
  2914.                             ";
  2915.         }
  2916.         // line 1589
  2917.         yield "                            <div class=\"pricingContainer\">
  2918.                                 ";
  2919.         // line 1590
  2920.         if (((CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1590$this->source); })()), "isVariants", [], "any"falsefalsefalse1590) == 1) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1590$this->source); })())) > 0))) {
  2921.             // line 1591
  2922.             yield "                                    <table class=\"ck-table\">
  2923.                                         <tr>
  2924.                                             <td></td>
  2925.                                             ";
  2926.             // line 1594
  2927.             if (CoreExtension::getAttribute($this->env$this->source, ($context["groupCounter"] ?? null), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_TEXTILE"), [], "array"truetruefalse1594)) {
  2928.                 // line 1595
  2929.                 yield "                                                <th style=\"text-align: center; padding-top:10px;\" colspan=\"";
  2930.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1595$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_TEXTILE"), [], "array"falsefalsefalse1595), "html"nulltrue);
  2931.                 yield "\">";
  2932.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("available_materials", [], "store"), "html"nulltrue);
  2933.                 yield "</th>
  2934.                                             ";
  2935.             } elseif (CoreExtension::getAttribute($this->env$this->source,             // line 1596
  2936. ($context["groupCounter"] ?? null), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD"), [], "array"truetruefalse1596)) {
  2937.                 // line 1597
  2938.                 yield "                                                <th style=\"text-align: center; padding-top:10px;\" colspan=\"";
  2939.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["groupCounter"]) || array_key_exists("groupCounter"$context) ? $context["groupCounter"] : (function () { throw new RuntimeError('Variable "groupCounter" does not exist.'1597$this->source); })()), Twig\Extension\CoreExtension::constant("App\\Entity\\ProductParameter::CHOOSABLE_WOOD"), [], "array"falsefalsefalse1597), "html"nulltrue);
  2940.                 yield "\">";
  2941.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("available_materials", [], "store"), "html"nulltrue);
  2942.                 yield "</th>
  2943.                                             ";
  2944.             }
  2945.             // line 1599
  2946.             yield "                                        </tr>
  2947.                                         <tr>
  2948.                                             <th style=\"text-align: center\">";
  2949.             // line 1601
  2950.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("version", [], "store"), "html"nulltrue);
  2951.             yield "</th>
  2952.                                             ";
  2953.             // line 1602
  2954.             $context['_parent'] = $context;
  2955.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), (isset($context["pricing"]) || array_key_exists("pricing"$context) ? $context["pricing"] : (function () { throw new RuntimeError('Variable "pricing" does not exist.'1602$this->source); })()), 01));
  2956.             foreach ($context['_seq'] as $context["_key"] => $context["price"]) {
  2957.                 // line 1603
  2958.                 yield "                                                ";
  2959.                 $context['_parent'] = $context;
  2960.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["price"], "tkaniny", [], "any"falsefalsefalse1603));
  2961.                 foreach ($context['_seq'] as $context["_key"] => $context["textile"]) {
  2962.                     // line 1604
  2963.                     yield "                                                    ";
  2964.                     if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "parameter", [], "any"falsefalsefalse1604), "id", [], "any"falsefalsefalse1604), [923551211261243722])) {
  2965.                         // line 1605
  2966.                         yield "                                                        ";
  2967.                         if (CoreExtension::getAttribute($this->env$this->source$context["textile"], "parameterValueGroup", [], "any"falsefalsefalse1605)) {
  2968.                             // line 1606
  2969.                             yield "                                                            <th style=\"text-align:center;\"><a href=\"";
  2970.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("textileDescription", ["id" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "parameterValueGroup", [], "any"falsefalsefalse1606), "id", [], "any"falsefalsefalse1606)]), "html"nulltrue);
  2971.                             yield "\">";
  2972.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "parameterValueGroup", [], "any"falsefalsefalse1606), "name", [], "any"falsefalsefalse1606), "html"nulltrue);
  2973.                             yield "</a></th>
  2974.                                                         ";
  2975.                         } else {
  2976.                             // line 1608
  2977.                             yield "                                                            <th style=\"text-align:center;\">";
  2978.                             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "parameterValue", [], "any"falsefalsefalse1608), "name", [], "any"falsefalsefalse1608), "html"nulltrue);
  2979.                             yield "</th>
  2980.                                                         ";
  2981.                         }
  2982.                         // line 1610
  2983.                         yield "                                                    ";
  2984.                     }
  2985.                     // line 1611
  2986.                     yield "                                                ";
  2987.                 }
  2988.                 $_parent $context['_parent'];
  2989.                 unset($context['_seq'], $context['_key'], $context['textile'], $context['_parent']);
  2990.                 $context array_intersect_key($context$_parent) + $_parent;
  2991.                 // line 1612
  2992.                 yield "                                            ";
  2993.             }
  2994.             $_parent $context['_parent'];
  2995.             unset($context['_seq'], $context['_key'], $context['price'], $context['_parent']);
  2996.             $context array_intersect_key($context$_parent) + $_parent;
  2997.             // line 1613
  2998.             yield "                                        </tr>
  2999.                                             ";
  3000.             // line 1614
  3001.             $context['_parent'] = $context;
  3002.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["pricing"]) || array_key_exists("pricing"$context) ? $context["pricing"] : (function () { throw new RuntimeError('Variable "pricing" does not exist.'1614$this->source); })()));
  3003.             foreach ($context['_seq'] as $context["_key"] => $context["price"]) {
  3004.                 // line 1615
  3005.                 yield "                                                <tr>
  3006.                                                     <td style=\"\">";
  3007.                 // line 1616
  3008.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["price"], "wersja", [], "any"falsefalsefalse1616), "name", [], "any"falsefalsefalse1616), "html"nulltrue);
  3009.                 yield "</td>
  3010.                                                     ";
  3011.                 // line 1617
  3012.                 $context['_parent'] = $context;
  3013.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["price"], "tkaniny", [], "any"falsefalsefalse1617));
  3014.                 foreach ($context['_seq'] as $context["_key"] => $context["textile"]) {
  3015.                     // line 1618
  3016.                     yield "                                                        ";
  3017.                     if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "parameter", [], "any"falsefalsefalse1618), "id", [], "any"falsefalsefalse1618), [923551211261243722])) {
  3018.                         // line 1619
  3019.                         yield "                                                            <td style=\"text-align:center;overflow: hidden;white-space: nowrap; vertical-align: middle\">";
  3020.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "productPrice", [], "any"falsefalsefalse1619), "priceGross", [(isset($context["vat"]) || array_key_exists("vat"$context) ? $context["vat"] : (function () { throw new RuntimeError('Variable "vat" does not exist.'1619$this->source); })())], "method"falsefalsefalse1619), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["textile"], "productPrice", [], "any"falsefalsefalse1619), "currency", [], "any"falsefalsefalse1619)), "html"nulltrue);
  3021.                         yield "</td>
  3022.                                                         ";
  3023.                     }
  3024.                     // line 1621
  3025.                     yield "                                                    ";
  3026.                 }
  3027.                 $_parent $context['_parent'];
  3028.                 unset($context['_seq'], $context['_key'], $context['textile'], $context['_parent']);
  3029.                 $context array_intersect_key($context$_parent) + $_parent;
  3030.                 // line 1622
  3031.                 yield "                                                </tr>
  3032.                                             ";
  3033.             }
  3034.             $_parent $context['_parent'];
  3035.             unset($context['_seq'], $context['_key'], $context['price'], $context['_parent']);
  3036.             $context array_intersect_key($context$_parent) + $_parent;
  3037.             // line 1624
  3038.             yield "                                    </table>
  3039.                                 ";
  3040.         } elseif ((Twig\Extension\CoreExtension::length($this->env->getCharset(),         // line 1625
  3041. (isset($context["productPrices"]) || array_key_exists("productPrices"$context) ? $context["productPrices"] : (function () { throw new RuntimeError('Variable "productPrices" does not exist.'1625$this->source); })())) > 1)) {
  3042.             // line 1626
  3043.             yield "                                    <table class=\"ck-table\" style=\"max-width: 650px;\">
  3044.                                         ";
  3045.             // line 1627
  3046.             $context['_parent'] = $context;
  3047.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["productPrices"]) || array_key_exists("productPrices"$context) ? $context["productPrices"] : (function () { throw new RuntimeError('Variable "productPrices" does not exist.'1627$this->source); })()));
  3048.             foreach ($context['_seq'] as $context["_key"] => $context["productPrice"]) {
  3049.                 // line 1628
  3050.                 yield "                                            ";
  3051.                 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["productPrice"], "variants", [], "any"falsefalsefalse1628)) == 1)) {
  3052.                     // line 1629
  3053.                     yield "                                                <tr>
  3054.                                                     <th style=\"text-align: center; width:30%;\">
  3055.                                                         ";
  3056.                     // line 1631
  3057.                     $context['_parent'] = $context;
  3058.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["productPrice"], "variants", [], "any"falsefalsefalse1631));
  3059.                     foreach ($context['_seq'] as $context["_key"] => $context["variants"]) {
  3060.                         // line 1632
  3061.                         yield "                                                            ";
  3062.                         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variants"], "parameterValue", [], "any"falsefalsefalse1632), "name", [], "any"falsefalsefalse1632), "html"nulltrue);
  3063.                         yield "
  3064.                                                         ";
  3065.                     }
  3066.                     $_parent $context['_parent'];
  3067.                     unset($context['_seq'], $context['_key'], $context['variants'], $context['_parent']);
  3068.                     $context array_intersect_key($context$_parent) + $_parent;
  3069.                     // line 1634
  3070.                     yield "                                                    </th>
  3071.                                                     <td style=\"width: 90%; text-align: center; padding-top:19px;\">
  3072.                                                         ";
  3073.                     // line 1636
  3074.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice(CoreExtension::getAttribute($this->env$this->source$context["productPrice"], "getPriceGross", [(isset($context["vat"]) || array_key_exists("vat"$context) ? $context["vat"] : (function () { throw new RuntimeError('Variable "vat" does not exist.'1636$this->source); })())], "method"falsefalsefalse1636), CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1636$this->source); })()), "currency", [], "any"falsefalsefalse1636)), "html"nulltrue);
  3075.                     yield "
  3076.                                                     </td>
  3077.                                                 </tr>
  3078.                                             ";
  3079.                 }
  3080.                 // line 1640
  3081.                 yield "                                        ";
  3082.             }
  3083.             $_parent $context['_parent'];
  3084.             unset($context['_seq'], $context['_key'], $context['productPrice'], $context['_parent']);
  3085.             $context array_intersect_key($context$_parent) + $_parent;
  3086.             // line 1641
  3087.             yield "                                    </table>
  3088.                                 ";
  3089.         } else {
  3090.             // line 1643
  3091.             yield "                                    <table class=\"ck-table\" style=\"max-width: 650px;\">
  3092.                                         <tr>
  3093.                                             <th style=\"text-align: center; width:30%;\">
  3094.                                                 ";
  3095.             // line 1646
  3096.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1646$this->source); })()), "name", [], "any"falsefalsefalse1646), "html"nulltrue);
  3097.             yield "
  3098.                                             </th>
  3099.                                             <td style=\"width: 90%; text-align: center; padding-top:19px;\">
  3100.                                                 ";
  3101.             // line 1649
  3102.             $context['_parent'] = $context;
  3103.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), (isset($context["productPrices"]) || array_key_exists("productPrices"$context) ? $context["productPrices"] : (function () { throw new RuntimeError('Variable "productPrices" does not exist.'1649$this->source); })()), 01));
  3104.             foreach ($context['_seq'] as $context["_key"] => $context["price"]) {
  3105.                 // line 1650
  3106.                 yield "                                                    ";
  3107.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->formatPrice(CoreExtension::getAttribute($this->env$this->source$context["price"], "getPriceGross", [(isset($context["vat"]) || array_key_exists("vat"$context) ? $context["vat"] : (function () { throw new RuntimeError('Variable "vat" does not exist.'1650$this->source); })()), CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1650$this->source); })()), "roundingPrecision", [], "any"falsefalsefalse1650), true], "method"falsefalsefalse1650), CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1650$this->source); })()), "currency", [], "any"falsefalsefalse1650)), "html"nulltrue);
  3108.                 yield "
  3109.                                                 ";
  3110.             }
  3111.             $_parent $context['_parent'];
  3112.             unset($context['_seq'], $context['_key'], $context['price'], $context['_parent']);
  3113.             $context array_intersect_key($context$_parent) + $_parent;
  3114.             // line 1652
  3115.             yield "                                            </td>
  3116.                                         </tr>
  3117.                                     </table>
  3118.                                 ";
  3119.         }
  3120.         // line 1656
  3121.         yield "                            </div>
  3122.                         </div>
  3123.                         ";
  3124.         // line 1669
  3125.         yield "                        ";
  3126.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1669$this->source); })()), "photo3d", [], "any"falsefalsefalse1669)) {
  3127.             // line 1670
  3128.             yield "                            <div class=\"column is-full\" id=\"desc360\">
  3129.                                 <hr class=\"hr\">
  3130.                                 <h2 class=\"title is-3\">
  3131.                                     ";
  3132.             // line 1673
  3133.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("presentation360", [], "store"), "html"nulltrue);
  3134.             yield "
  3135.                                 </h2>
  3136.                                 <div class=\"left-25 descriptionDiv\">
  3137.                                     ";
  3138.             // line 1676
  3139.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1676$this->source); })()), "photo3d", [], "any"falsefalsefalse1676);
  3140.             yield "
  3141.                                 </div>
  3142.                             </div>
  3143.                         ";
  3144.         }
  3145.         // line 1680
  3146.         yield "                        ";
  3147.         if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1680$this->source); })()), "photo3dAdditional", [], "any"falsefalsefalse1680)) > 25)) {
  3148.             // line 1681
  3149.             yield "                            <div class=\"column is-full\" id=\"desc360Additional\">
  3150.                                 <hr class=\"hr\">
  3151.                                 <h2 class=\"title is-3\">
  3152.                                     ";
  3153.             // line 1684
  3154.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("presentation_360_additional", [], "store"), "html"nulltrue);
  3155.             yield "
  3156.                                 </h2>
  3157.                                 <div class=\"left-25 descriptionDiv\">
  3158.                                     ";
  3159.             // line 1687
  3160.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1687$this->source); })()), "photo3dAdditional", [], "any"falsefalsefalse1687);
  3161.             yield "
  3162.                                 </div>
  3163.                             </div>
  3164.                         ";
  3165.         }
  3166.         // line 1691
  3167.         yield "                        ";
  3168.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1691$this->source); })()), "film", [], "any"falsefalsefalse1691)) {
  3169.             // line 1692
  3170.             yield "                            <div class=\"column is-full descriptionDiv\" id=\"film\">
  3171.                                 <hr class=\"hr\">
  3172.                                 <h2 class=\"title is-3\">
  3173.                                     ";
  3174.             // line 1695
  3175.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("film", [], "store"), "html"nulltrue);
  3176.             yield "
  3177.                                 </h2>
  3178.                                 <div class=\"left-25 video-container\" itemprop=\"video\" itemscope itemtype=\"http://schema.org/VideoObject\">
  3179.                                     ";
  3180.             // line 1698
  3181.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1698$this->source); })()), "film", [], "any"falsefalsefalse1698);
  3182.             yield "
  3183.                                     <span style=\"display: none\" itemprop=\"name\">";
  3184.             // line 1699
  3185.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_presentation", [], "store"), "html"nulltrue);
  3186.             yield " ";
  3187.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1699$this->source); })()), "name", [], "any"falsefalsefalse1699), "html"nulltrue);
  3188.             yield " - ";
  3189.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1699$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1699$this->source); })()), "localeShort", [], "any"falsefalsefalse1699)], "method"falsefalsefalse1699), "name", [], "any"falsefalsefalse1699), "html"nulltrue);
  3190.             yield "</span>
  3191.                                     <span style=\"display: none\" itemprop=\"description\">";
  3192.             // line 1700
  3193.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1700$this->source); })()), "shortDescription", [], "any"falsefalsefalse1700), "html"nulltrue);
  3194.             yield "</span>
  3195.                                     <span style=\"display: none\" itemprop=\"uploadDate\">";
  3196.             // line 1701
  3197.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1701$this->source); })()), "createdAt", [], "any"falsefalsefalse1701), "Y-m-d"), "html"nulltrue);
  3198.             yield "</span>
  3199.                                     ";
  3200.             // line 1702
  3201.             $context["imgShow"] = 0;
  3202.             // line 1703
  3203.             yield "                                    ";
  3204.             $context['_parent'] = $context;
  3205.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1703$this->source); })()), "photos", [], "any"falsefalsefalse1703));
  3206.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  3207.                 // line 1704
  3208.                 yield "                                        ";
  3209.                 if (((CoreExtension::getAttribute($this->env$this->source$context["image"], "main", [], "any"falsefalsefalse1704) == 1) && ((isset($context["imgShow"]) || array_key_exists("imgShow"$context) ? $context["imgShow"] : (function () { throw new RuntimeError('Variable "imgShow" does not exist.'1704$this->source); })()) == 0))) {
  3210.                     // line 1705
  3211.                     yield "                                            <span style=\"display: none\" itemprop=\"thumbnailUrl\">";
  3212.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1705$this->source); })()), "storeUrl", [], "any"falsefalsefalse1705), "html"nulltrue);
  3213.                     yield "/images/product/";
  3214.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse1705), "html"nulltrue);
  3215.                     yield "</span>
  3216.                                             ";
  3217.                     // line 1706
  3218.                     $context["imgShow"] = 1;
  3219.                     // line 1707
  3220.                     yield "                                        ";
  3221.                 }
  3222.                 // line 1708
  3223.                 yield "                                    ";
  3224.             }
  3225.             $_parent $context['_parent'];
  3226.             unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  3227.             $context array_intersect_key($context$_parent) + $_parent;
  3228.             // line 1709
  3229.             yield "
  3230.                                 </div>
  3231.                             </div>
  3232.                         ";
  3233.         }
  3234.         // line 1714
  3235.         yield "                        <div class=\"column is-full descriptionDiv\" id=\"gallery\">
  3236.                             <hr class=\"hr\">
  3237.                             <h2 class=\"title is-3\">
  3238.                                 ";
  3239.         // line 1717
  3240.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("gallery", [], "store"), "html"nulltrue);
  3241.         yield "
  3242.                             </h2>
  3243.                             <div class=\"left-25\">
  3244.                                 <div class=\"columns is-multiline\">
  3245.                                     ";
  3246.         // line 1721
  3247.         $context['_parent'] = $context;
  3248.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1721$this->source); })()), "photos", [], "any"falsefalsefalse1721));
  3249.         foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  3250.             // line 1722
  3251.             yield "                                        ";
  3252.             if (CoreExtension::getAttribute($this->env$this->source$context["photo"], "getIsAvailableForLang", [(isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1722$this->source); })())], "method"falsefalsefalse1722)) {
  3253.                 // line 1723
  3254.                 yield "                                            <div class=\"column is-one-third\" style=\"float: left; padding:0px;\">
  3255.                                                 <a id=\"";
  3256.                 // line 1724
  3257.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["photo"], "id", [], "any"falsefalsefalse1724), "html"nulltrue);
  3258.                 yield "\" class=\"modal-button\" data-href=\"";
  3259.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("load_gallery_image", ["id" => CoreExtension::getAttribute($this->env$this->source$context["photo"], "id", [], "any"falsefalsefalse1724)]), "html"nulltrue);
  3260.                 yield "\" data-target=\"modal\" aria-haspopup=\"true\">
  3261.                                                     <img ";
  3262.                 // line 1725
  3263.                 if (CoreExtension::getAttribute($this->env$this->source$context["photo"], "alt", [], "any"falsefalsefalse1725)) {
  3264.                     yield "alt=\"";
  3265.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["photo"], "alt", [], "any"falsefalsefalse1725), "html"nulltrue);
  3266.                     yield "\"";
  3267.                 }
  3268.                 yield " style=\"max-height:210px;\" src=\"";
  3269.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1725$this->source); })()), "storeUrl", [], "any"falsefalsefalse1725), "html"nulltrue);
  3270.                 yield "/images/product/";
  3271.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["photo"], "imageName", [], "any"falsefalsefalse1725), "html"nulltrue);
  3272.                 yield "\"/>
  3273.                                                 </a>
  3274.                                                 <div style=\"font-size:14px; width: 130px;\">
  3275.                                                     ";
  3276.                 // line 1728
  3277.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["photo"], "getTranslatedDescription", [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1728$this->source); })()), "request", [], "any"falsefalsefalse1728), "locale", [], "any"falsefalsefalse1728)], "method"falsefalsefalse1728), "html"nulltrue);
  3278.                 yield "
  3279.                                                 </div>
  3280.                                             </div>
  3281.                                         ";
  3282.             }
  3283.             // line 1732
  3284.             yield "                                    ";
  3285.         }
  3286.         $_parent $context['_parent'];
  3287.         unset($context['_seq'], $context['_key'], $context['photo'], $context['_parent']);
  3288.         $context array_intersect_key($context$_parent) + $_parent;
  3289.         // line 1733
  3290.         yield "                                    <div style=\"clear: both\"></div>
  3291.                                 </div>
  3292.                             </div>
  3293.                         </div>
  3294.                         ";
  3295.         // line 1738
  3296.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1738$this->source); })()))) {
  3297.             // line 1739
  3298.             yield "                            <div class=\"column is-full descriptionDiv\" id=\"comments\">
  3299.                                 <hr class=\"hr\">
  3300.                                 <h2 class=\"title is-3\" style=\"margin-left:-5px;\">
  3301.                                     ";
  3302.             // line 1742
  3303.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comments_front_txt_title", [], "store"), "html"nulltrue);
  3304.             yield "
  3305.                                 </h2>
  3306.                                 <div class=\"left-25\">
  3307.                                     <div class=\"columns is-multiline\">
  3308.                                         <div class=\"column is-full\" style=\"margin-bottom: 20px; margin-top:10px;\">
  3309.                                             <div class=\"is-mobile\">
  3310.                                                 <div class=\"level-left\">
  3311.                                                     ";
  3312.             // line 1750
  3313.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("average_rating", [], "store"), "html"nulltrue);
  3314.             yield " &nbsp; <strong>";
  3315.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::round((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'1750$this->source); })()), 2), "html"nulltrue);
  3316.             yield "/5</strong> &nbsp;  &nbsp; <span id=\"rateit\" data-rateit-readonly=\"true\" data-rateit-value=\"";
  3317.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'1750$this->source); })()), "html"nulltrue);
  3318.             yield "\" data-readonly=\"true\" data-rateit-ispreset=\"true\" data-rateit-mode=\"font\" style=\"font-size:20px\" class=\"rateit hide-mobile\"></span> &nbsp;
  3319.                                                     ";
  3320.             // line 1752
  3321.             if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1752$this->source); })())) == 1)) {
  3322.                 // line 1753
  3323.                 yield "                                                        &nbsp; (1 ";
  3324.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("single_opinion", [], "store"), "html"nulltrue);
  3325.                 yield ")
  3326.                                                     ";
  3327.             } elseif ((((Twig\Extension\CoreExtension::length($this->env->getCharset(),             // line 1754
  3328. (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1754$this->source); })())) == 2) || (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1754$this->source); })())) == 3)) || (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1754$this->source); })())) == 4))) {
  3329.                 // line 1755
  3330.                 yield "                                                        &nbsp; (";
  3331.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1755$this->source); })())), "html"nulltrue);
  3332.                 yield " ";
  3333.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pl_two_three_fours_opinions_lexical", [], "store"), "html"nulltrue);
  3334.                 yield ")
  3335.                                                     ";
  3336.             } else {
  3337.                 // line 1757
  3338.                 yield "                                                        &nbsp; (";
  3339.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1757$this->source); })())), "html"nulltrue);
  3340.                 yield " ";
  3341.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("opinions", [], "store"), "html"nulltrue);
  3342.                 yield ")
  3343.                                                     ";
  3344.             }
  3345.             // line 1759
  3346.             yield "                                                </div>
  3347.                                             </div>
  3348.                                         </div>
  3349.                                         <div style=\"color:red; cursor: pointer\" id=\"show_comments_button\">
  3350.                                             ";
  3351.             // line 1764
  3352.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("show_comments", [], "store"), "html"nulltrue);
  3353.             yield " <i class=\"fa fa-arrow-circle-down\"></i>
  3354.                                         </div>
  3355.                                         <div id=\"comment_container\" style=\"display: none\">
  3356.                                             <div itemscope itemtype=\"https://schema.org/Product\">
  3357.                                                 <div itemprop=\"brand\" itemtype=\"https://schema.org/Brand\" itemscope>
  3358.                                                     ";
  3359.             // line 1771
  3360.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1771$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1771$this->source); })()), "localeShort", [], "any"falsefalsefalse1771)], "method"falsefalsefalse1771)) {
  3361.                 // line 1772
  3362.                 yield "                                                        <meta itemprop=\"name\" content=\"";
  3363.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1772$this->source); })()), "getProducer", [CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1772$this->source); })()), "localeShort", [], "any"falsefalsefalse1772)], "method"falsefalsefalse1772), "name", [], "any"falsefalsefalse1772), "html"nulltrue);
  3364.                 yield "\" />
  3365.                                                     ";
  3366.             }
  3367.             // line 1774
  3368.             yield "                                                </div>
  3369.                                                 <meta itemprop=\"description\" content=\"";
  3370.             // line 1775
  3371.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), Twig\Extension\CoreExtension::striptags(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1775$this->source); })()), "description", [], "any"falsefalsefalse1775)), 0200), "html"nulltrue);
  3372.             yield "\" />
  3373.                                                 <meta itemprop=\"sku\" content=\"";
  3374.             // line 1776
  3375.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1776$this->source); })()), "id", [], "any"falsefalsefalse1776), "html"nulltrue);
  3376.             yield "\" />
  3377.                                                 ";
  3378.             // line 1778
  3379.             $context["imgShow"] = 0;
  3380.             // line 1779
  3381.             yield "                                                ";
  3382.             $context['_parent'] = $context;
  3383.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1779$this->source); })()), "photos", [], "any"falsefalsefalse1779));
  3384.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  3385.                 // line 1780
  3386.                 yield "                                                    ";
  3387.                 if (((CoreExtension::getAttribute($this->env$this->source$context["image"], "main", [], "any"falsefalsefalse1780) == 1) && ((isset($context["imgShow"]) || array_key_exists("imgShow"$context) ? $context["imgShow"] : (function () { throw new RuntimeError('Variable "imgShow" does not exist.'1780$this->source); })()) == 0))) {
  3388.                     // line 1781
  3389.                     yield "                                                        <img style=\"visibility: hidden; left:-1000px; position: absolute;\" itemprop=\"image\" src=\"";
  3390.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1781$this->source); })()), "storeUrl", [], "any"falsefalsefalse1781), "html"nulltrue);
  3391.                     yield "/images/product/";
  3392.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["image"], "imageName", [], "any"falsefalsefalse1781), "html"nulltrue);
  3393.                     yield "\"/>
  3394.                                                         ";
  3395.                     // line 1782
  3396.                     $context["imgShow"] = 1;
  3397.                     // line 1783
  3398.                     yield "                                                    ";
  3399.                 }
  3400.                 // line 1784
  3401.                 yield "                                                ";
  3402.             }
  3403.             $_parent $context['_parent'];
  3404.             unset($context['_seq'], $context['_key'], $context['image'], $context['_parent']);
  3405.             $context array_intersect_key($context$_parent) + $_parent;
  3406.             // line 1785
  3407.             yield "
  3408.                                                 <span style=\"visibility: hidden; left:-1000px; position: absolute\" itemprop=\"name\">";
  3409.             // line 1786
  3410.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1786$this->source); })()), "name", [], "any"falsefalsefalse1786), "html"nulltrue);
  3411.             yield "</span>
  3412.                                                 <div itemprop=\"aggregateRating\" itemtype=\"https://schema.org/AggregateRating\" itemscope>
  3413.                                                     <meta itemprop=\"reviewCount\" content=\"";
  3414.             // line 1789
  3415.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1789$this->source); })())), "html"nulltrue);
  3416.             yield "\" />
  3417.                                                     <span itemprop=\"ratingValue\" content=\"";
  3418.             // line 1790
  3419.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::round((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'1790$this->source); })()), 2), "html"nulltrue);
  3420.             yield "\"></span>
  3421.                                                 </div>
  3422.                                                 <div itemprop=\"offers\" itemtype=\"https://schema.org/Offer\" itemscope>
  3423.                                                     ";
  3424.             // line 1793
  3425.             if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1793$this->source); })()), "id", [], "any"falsefalsefalse1793) == 1)) {
  3426.                 // line 1794
  3427.                 yield "                                                        <link itemprop=\"url\" href=\"https://www.centrumkrzesel.pl";
  3428.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1794$this->source); })()), "id", [], "any"falsefalsefalse1794), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1794$this->source); })()), "slug", [], "any"falsefalsefalse1794)], false), "html"nulltrue);
  3429.                 yield "\" />
  3430.                                                     ";
  3431.             }
  3432.             // line 1796
  3433.             yield "
  3434.                                                     <meta itemprop=\"availability\" content=\"https://schema.org/InStock\" />
  3435.                                                     ";
  3436.             // line 1798
  3437.             if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1798$this->source); })()), "id", [], "any"falsefalsefalse1798) == 1)) {
  3438.                 // line 1799
  3439.                 yield "                                                        <meta itemprop=\"priceCurrency\" content=\"PLN\" />
  3440.                                                     ";
  3441.             }
  3442.             // line 1801
  3443.             yield "                                                    ";
  3444.             if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1801$this->source); })()), "id", [], "any"falsefalsefalse1801) == 2)) {
  3445.                 // line 1802
  3446.                 yield "                                                        <meta itemprop=\"priceCurrency\" content=\"CZK\" />
  3447.                                                     ";
  3448.             }
  3449.             // line 1804
  3450.             yield "                                                    ";
  3451.             if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1804$this->source); })()), "id", [], "any"falsefalsefalse1804) == 3)) {
  3452.                 // line 1805
  3453.                 yield "                                                        <meta itemprop=\"priceCurrency\" content=\"EUR\" />
  3454.                                                     ";
  3455.             }
  3456.             // line 1807
  3457.             yield "                                                    ";
  3458.             if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1807$this->source); })()), "id", [], "any"falsefalsefalse1807) == 4)) {
  3459.                 // line 1808
  3460.                 yield "                                                        <meta itemprop=\"priceCurrency\" content=\"RON\" />
  3461.                                                     ";
  3462.             }
  3463.             // line 1810
  3464.             yield "                                                    <meta itemprop=\"itemCondition\" content=\"https://schema.org/NewCondition\" />
  3465.                                                     <meta itemprop=\"price\" content=\"";
  3466.             // line 1811
  3467.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'1811$this->source); })()), "html"nulltrue);
  3468.             yield "\" />
  3469.                                                     <meta itemprop=\"priceValidUntil\" content=\"";
  3470.             // line 1812
  3471.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($this->extensions['Twig\Extension\CoreExtension']->formatDate("now""Y") + 1), "html"nulltrue);
  3472.             yield "-";
  3473.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now""m"), "html"nulltrue);
  3474.             yield "-";
  3475.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now""d"), "html"nulltrue);
  3476.             yield "\" />
  3477.                                                 </div>
  3478.                                                 ";
  3479.             // line 1815
  3480.             $context['_parent'] = $context;
  3481.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["comments"]) || array_key_exists("comments"$context) ? $context["comments"] : (function () { throw new RuntimeError('Variable "comments" does not exist.'1815$this->source); })()));
  3482.             foreach ($context['_seq'] as $context["_key"] => $context["comment"]) {
  3483.                 // line 1816
  3484.                 yield "
  3485.                                                     <div itemprop=\"review\" itemscope itemtype=\"https://schema.org/Review\">
  3486.                                                         <span itemprop=\"reviewRating\" itemscope itemtype=\"https://schema.org/Rating\">
  3487.                                                           <span itemprop=\"ratingValue\" style=\"position: absolute; margin-left: -2000px;\">";
  3488.                 // line 1819
  3489.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["comment"], "opinionRate", [], "any"falsefalsefalse1819), "html"nulltrue);
  3490.                 yield "</span>
  3491.                                                         </span>
  3492.                                                         <meta itemprop=\"datePublished\" content=\"";
  3493.                 // line 1821
  3494.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["comment"], "createdAt", [], "any"falsefalsefalse1821), "Y-m-d"), "html"nulltrue);
  3495.                 yield "\">
  3496.                                                         <div class=\"level is-mobile\">
  3497.                                                             <div class=\"level-left\" style=\"width: 10%;\">
  3498.                                                                 <div class=\"author-container \" style=\"width: 52px!important;\">
  3499.                                                                     <div style=\"margin:auto; font-size: 20px; background-color: ";
  3500.                 // line 1825
  3501.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::random($this->env->getCharset(), ["#ffb213""#b390f1""#785d55""#ee8260""#5abe10"]), "html"nulltrue);
  3502.                 yield "; width: 30px; height: 30px;\" class=\"author-circle\">
  3503.                                                                         <span>";
  3504.                 // line 1826
  3505.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["comment"], "user", [], "any"falsefalsefalse1826), "firstname", [], "any"falsefalsefalse1826), 01)), "html"nulltrue);
  3506.                 yield "</span>
  3507.                                                                     </div>
  3508.                                                                 </div>
  3509.                                                             </div>
  3510.                                                             <div class=\"level-left\" style=\"width: 90%;\">
  3511.                                                                 <div class=\"level-item level-item-name\" style=\"justify-content: left;\">
  3512.                                                                     <span itemprop=\"author\" itemscope itemtype=\"https://schema.org/Person\">
  3513.                                                                         <strong><span itemprop=\"name\">";
  3514.                 // line 1834
  3515.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["comment"], "user", [], "any"falsefalsefalse1834), "firstname", [], "any"falsefalsefalse1834), "html"nulltrue);
  3516.                 yield "</span></strong>
  3517.                                                                     </span>
  3518.                                                                     &nbsp;
  3519.                                                                     &nbsp;
  3520.                                                                     <span style=\"color:grey; font-size:13px;\">
  3521.                                                                         ";
  3522.                 // line 1839
  3523.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["comment"], "createdAt", [], "any"falsefalsefalse1839), "Y-m-d"), "html"nulltrue);
  3524.                 yield "
  3525.                                                                     </span>
  3526.                                                                     &nbsp; &nbsp; &nbsp; <span id=\"rateit\" data-rateit-readonly=\"true\" data-rateit-value=\"";
  3527.                 // line 1842
  3528.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["comment"], "opinionRate", [], "any"falsefalsefalse1842), "html"nulltrue);
  3529.                 yield "\" data-readonly=\"true\" data-rateit-ispreset=\"true\" data-rateit-mode=\"font\" style=\"font-size:20px\" class=\"rateit\"></span>
  3530.                                                                 </div>
  3531.                                                             </div>
  3532.                                                         </div>
  3533.                                                         <div class=\"column is-full\" style=\"margin-bottom: 20px;\">
  3534.                                                             <div class=\"level is-mobile\">
  3535.                                                                 <div class=\"level-left\" style=\"width: 9%;\">
  3536.                                                                 </div>
  3537.                                                                 <div class=\"level-left content-comment\" style=\"width: 92.5%; display: block\">
  3538.                                                                     ";
  3539.                 // line 1852
  3540.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["comment"], "content", [], "any"falsefalsefalse1852), "html"nulltrue);
  3541.                 yield "
  3542.                                                                     ";
  3543.                 // line 1853
  3544.                 if (CoreExtension::getAttribute($this->env$this->source$context["comment"], "imageName", [], "any"falsefalsefalse1853)) {
  3545.                     // line 1854
  3546.                     yield "                                                                        <br/>
  3547.                                                                         <div>
  3548.                                                                             <img style=\"max-width: 600px; margin-top:10px;\" src=\"";
  3549.                     // line 1856
  3550.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("/images/important/" CoreExtension::getAttribute($this->env$this->source$context["comment"], "imageName", [], "any"falsefalsefalse1856)) . "")), "smallProdImage"), "html"nulltrue);
  3551.                     yield "\" alt=\"";
  3552.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1856$this->source); })()), "name", [], "any"falsefalsefalse1856), "html"nulltrue);
  3553.                     yield " ";
  3554.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::lower($this->env->getCharset(), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("customer_photo", [], "store")), "html"nulltrue);
  3555.                     yield " ";
  3556.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["comment"], "user", [], "any"falsefalsefalse1856), "firstname", [], "any"falsefalsefalse1856), "html"nulltrue);
  3557.                     yield "\">
  3558.                                                                         </div>
  3559.                                                                     ";
  3560.                 }
  3561.                 // line 1859
  3562.                 yield "                                                                </div>
  3563.                                                             </div>
  3564.                                                         </div>
  3565.                                                     </div>
  3566.                                                 ";
  3567.             }
  3568.             $_parent $context['_parent'];
  3569.             unset($context['_seq'], $context['_key'], $context['comment'], $context['_parent']);
  3570.             $context array_intersect_key($context$_parent) + $_parent;
  3571.             // line 1864
  3572.             yield "                                            </div>
  3573.                                         </div>
  3574.                                         <div style=\"clear: both\"></div>
  3575.                                     </div>
  3576.                                 </div>
  3577.                             </div>
  3578.                         ";
  3579.         }
  3580.         // line 1871
  3581.         yield "
  3582.                     </div>
  3583.                 </div>
  3584.                 <!-- END OF CONTENT SECTION -->
  3585.                 <!-- START OF RIGHT (EMPTY) SECTION -->
  3586.                 <div class=\"column is-one-fifth-desktop is-hidden-touch\">
  3587.                 </div>
  3588.                 <!-- END OF RIGHT (EMPTY) SECTION -->
  3589.             </div>
  3590.             <div class=\"columns\">
  3591.                 <div class=\"column\">
  3592.                     <div class=\"columns\">
  3593.                         <div class=\"column is-two-third is-offset-one-fifths is-hidden-touch pytania\">
  3594.                             <div class=\"is-size-4 is-600 has-text-centered is-3 \">
  3595.                                 ";
  3596.         // line 1886
  3597.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("have_question_call", [], "store"), "html"nulltrue);
  3598.         yield "
  3599.                                 <span class=\"\"><i class=\"fas fa-phone\"></i> ";
  3600.         // line 1887
  3601.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1887$this->source); })()), "helpline", [], "any"falsefalsefalse1887), "html"nulltrue);
  3602.         yield "</span>
  3603.                             </div>
  3604.                             ";
  3605.         // line 1889
  3606.         if ((isset($context["helplineHours"]) || array_key_exists("helplineHours"$context) ? $context["helplineHours"] : (function () { throw new RuntimeError('Variable "helplineHours" does not exist.'1889$this->source); })())) {
  3607.             // line 1890
  3608.             yield "                                <div class=\"is-size-5 has-text-centered\">
  3609.                                     ";
  3610.             // line 1891
  3611.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("call_center_work_hours", [], "store"), "html"nulltrue);
  3612.             yield ": ";
  3613.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["helplineHours"]) || array_key_exists("helplineHours"$context) ? $context["helplineHours"] : (function () { throw new RuntimeError('Variable "helplineHours" does not exist.'1891$this->source); })()), "name", [], "any"falsefalsefalse1891), "html"nulltrue);
  3614.             yield "
  3615.                                 </div>
  3616.                             ";
  3617.         }
  3618.         // line 1894
  3619.         yield "                        </div>
  3620.                     </div>
  3621.                     ";
  3622.         // line 1898
  3623.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["family"]) || array_key_exists("family"$context) ? $context["family"] : (function () { throw new RuntimeError('Variable "family" does not exist.'1898$this->source); })()))) {
  3624.             // line 1899
  3625.             yield "                        <div class=\"section\">
  3626.                             <div class=\"container\">
  3627.                                 <h4 class=\"subtitle is-4 mobile-spacer has-text-centered\">
  3628.                                     ";
  3629.             // line 1902
  3630.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("productsFromFamily", [], "store"), "html"nulltrue);
  3631.             yield "
  3632.                                 </h4>
  3633.                                 <div class=\"columns is-multiline is-mobile lista-produktow\">
  3634.                                     ";
  3635.             // line 1906
  3636.             $context["c"] = 0;
  3637.             // line 1907
  3638.             yield "
  3639.                                     ";
  3640.             // line 1908
  3641.             $context['_parent'] = $context;
  3642.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["family"]) || array_key_exists("family"$context) ? $context["family"] : (function () { throw new RuntimeError('Variable "family" does not exist.'1908$this->source); })()));
  3643.             $context['loop'] = [
  3644.               'parent' => $context['_parent'],
  3645.               'index0' => 0,
  3646.               'index'  => 1,
  3647.               'first'  => true,
  3648.             ];
  3649.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  3650.                 $length count($context['_seq']);
  3651.                 $context['loop']['revindex0'] = $length 1;
  3652.                 $context['loop']['revindex'] = $length;
  3653.                 $context['loop']['length'] = $length;
  3654.                 $context['loop']['last'] = === $length;
  3655.             }
  3656.             foreach ($context['_seq'] as $context["_key"] => $context["productRow"]) {
  3657.                 // line 1909
  3658.                 yield "                                        ";
  3659.                 $context["product"] = CoreExtension::getAttribute($this->env$this->source$context["productRow"], 0, [], "array"falsefalsefalse1909);
  3660.                 // line 1910
  3661.                 yield "                                        ";
  3662.                 $context["productData"] = $context["productRow"];
  3663.                 // line 1911
  3664.                 yield "                                        ";
  3665.                 if (((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'1911$this->source); })()) < 4)) {
  3666.                     // line 1912
  3667.                     yield "                                            ";
  3668.                     $context["c"] = ((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'1912$this->source); })()) + 1);
  3669.                     // line 1913
  3670.                     yield "                                            ";
  3671.                     yield from $this->loadTemplate("frontend/components/smallProduct.html.twig""frontend/product/product.html.twig"1913)->unwrap()->yield(CoreExtension::merge($context, ["cssClass" => "card-homepage""isOneQuarter" => 1"product" => (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1913$this->source); })()), "productData" => (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'1913$this->source); })())]));
  3672.                     // line 1914
  3673.                     yield "                                        ";
  3674.                 }
  3675.                 // line 1915
  3676.                 yield "                                    ";
  3677.                 ++$context['loop']['index0'];
  3678.                 ++$context['loop']['index'];
  3679.                 $context['loop']['first'] = false;
  3680.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  3681.                     --$context['loop']['revindex0'];
  3682.                     --$context['loop']['revindex'];
  3683.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  3684.                 }
  3685.             }
  3686.             $_parent $context['_parent'];
  3687.             unset($context['_seq'], $context['_key'], $context['productRow'], $context['_parent'], $context['loop']);
  3688.             $context array_intersect_key($context$_parent) + $_parent;
  3689.             // line 1916
  3690.             yield "                                </div>
  3691.                             </div>
  3692.                         </div>
  3693.                     ";
  3694.         }
  3695.         // line 1920
  3696.         yield "
  3697.                     ";
  3698.         // line 1922
  3699.         if (Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["recommendations"]) || array_key_exists("recommendations"$context) ? $context["recommendations"] : (function () { throw new RuntimeError('Variable "recommendations" does not exist.'1922$this->source); })()))) {
  3700.             // line 1923
  3701.             yield "                        <div class=\"section\" id=\"podobne\">
  3702.                             <div class=\"container\">
  3703.                                 <h4 class=\"subtitle is-4 mobile-spacer has-text-centered\">
  3704.                                     ";
  3705.             // line 1926
  3706.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("similarProductsFull", [], "store"), "html"nulltrue);
  3707.             yield "
  3708.                                 </h4>
  3709.                                 <div class=\"columns is-multiline is-mobile lista-produktow\">
  3710.                                     ";
  3711.             // line 1930
  3712.             $context["c"] = 0;
  3713.             // line 1931
  3714.             yield "
  3715.                                     ";
  3716.             // line 1932
  3717.             $context['_parent'] = $context;
  3718.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["recommendations"]) || array_key_exists("recommendations"$context) ? $context["recommendations"] : (function () { throw new RuntimeError('Variable "recommendations" does not exist.'1932$this->source); })()));
  3719.             $context['loop'] = [
  3720.               'parent' => $context['_parent'],
  3721.               'index0' => 0,
  3722.               'index'  => 1,
  3723.               'first'  => true,
  3724.             ];
  3725.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  3726.                 $length count($context['_seq']);
  3727.                 $context['loop']['revindex0'] = $length 1;
  3728.                 $context['loop']['revindex'] = $length;
  3729.                 $context['loop']['length'] = $length;
  3730.                 $context['loop']['last'] = === $length;
  3731.             }
  3732.             foreach ($context['_seq'] as $context["_key"] => $context["productRow"]) {
  3733.                 // line 1933
  3734.                 yield "                                        ";
  3735.                 $context["product"] = CoreExtension::getAttribute($this->env$this->source$context["productRow"], 0, [], "array"falsefalsefalse1933);
  3736.                 // line 1934
  3737.                 yield "                                        ";
  3738.                 $context["productData"] = $context["productRow"];
  3739.                 // line 1935
  3740.                 yield "                                        ";
  3741.                 if (((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'1935$this->source); })()) < 4)) {
  3742.                     // line 1936
  3743.                     yield "                                            ";
  3744.                     $context["c"] = ((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'1936$this->source); })()) + 1);
  3745.                     // line 1937
  3746.                     yield "                                            ";
  3747.                     yield from $this->loadTemplate("frontend/components/smallProduct.html.twig""frontend/product/product.html.twig"1937)->unwrap()->yield(CoreExtension::merge($context, ["cssClass" => "card-homepage""isOneQuarter" => 1"product" => (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'1937$this->source); })()), "productData" => (isset($context["productData"]) || array_key_exists("productData"$context) ? $context["productData"] : (function () { throw new RuntimeError('Variable "productData" does not exist.'1937$this->source); })())]));
  3748.                     // line 1938
  3749.                     yield "                                        ";
  3750.                 }
  3751.                 // line 1939
  3752.                 yield "                                    ";
  3753.                 ++$context['loop']['index0'];
  3754.                 ++$context['loop']['index'];
  3755.                 $context['loop']['first'] = false;
  3756.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  3757.                     --$context['loop']['revindex0'];
  3758.                     --$context['loop']['revindex'];
  3759.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  3760.                 }
  3761.             }
  3762.             $_parent $context['_parent'];
  3763.             unset($context['_seq'], $context['_key'], $context['productRow'], $context['_parent'], $context['loop']);
  3764.             $context array_intersect_key($context$_parent) + $_parent;
  3765.             // line 1940
  3766.             yield "                                </div>
  3767.                             </div>
  3768.                         </div>
  3769.                     ";
  3770.         }
  3771.         // line 1944
  3772.         yield "                </div>
  3773.             </div>
  3774.         </div>
  3775.     </section>
  3776.     <!-- END OF DETAIL DESCRIPTION SECTION -->
  3777.     <!-- START OF FOOTER -->
  3778.     </div>
  3779.     ";
  3780.         // line 1952
  3781.         if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1952$this->source); })()), "request", [], "any"falsefalsefalse1952), "locale", [], "any"falsefalsefalse1952) == "pl")) {
  3782.             // line 1953
  3783.             yield "        <script type=\"text/javascript\" src=\"//static.criteo.net/js/ld/ld.js\" async=\"true\"></script>
  3784.         <script type=\"text/javascript\">
  3785.             window.criteo_q = window.criteo_q || [];
  3786.             var deviceType = /iPad/.test(navigator.userAgent) ? \"t\" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? \"m\" : \"d\";
  3787.             window.criteo_q.push(
  3788.                 { event: \"setAccount\", account: 36267 },
  3789.                 { event: \"setEmail\", email: \"";
  3790.             // line 1959
  3791.             if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "user", [], "any"falsetruefalse1959), "email", [], "any"truetruefalse1959)) {
  3792.                 yield " ";
  3793.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'1959$this->source); })()), "user", [], "any"falsefalsefalse1959), "email", [], "any"falsefalsefalse1959), "html"nulltrue);
  3794.                 yield " ";
  3795.             }
  3796.             yield "\" },
  3797.                 { event: \"setSiteType\", type: deviceType },
  3798.                 { event: \"viewItem\", item: \"";
  3799.             // line 1961
  3800.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1961$this->source); })()), "id", [], "any"falsefalsefalse1961), "html"nulltrue);
  3801.             yield "\" }
  3802.             );
  3803.         </script>
  3804.     ";
  3805.         }
  3806.         // line 1965
  3807.         yield "
  3808.     <script>
  3809.         window.dataLayer = window.dataLayer || [];
  3810.         window.dataLayer.push({
  3811.             event: 'view_item',
  3812.             currency: '";
  3813.         // line 1970
  3814.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1970$this->source); })()), "getGa4Code", [], "any"falsefalsefalse1970), "html"nulltrue);
  3815.         yield "',
  3816.             value: '";
  3817.         // line 1971
  3818.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'1971$this->source); })()), "html"nulltrue);
  3819.         yield "',
  3820.             ecommerce: {
  3821.                 items: [{
  3822.                     item_name: '";
  3823.         // line 1974
  3824.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1974$this->source); })()), "name", [], "any"falsefalsefalse1974), "html"nulltrue);
  3825.         yield "',
  3826.                     item_id: '";
  3827.         // line 1975
  3828.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1975$this->source); })()), "id", [], "any"falsefalsefalse1975), "html"nulltrue);
  3829.         yield "',
  3830.                     currency: '";
  3831.         // line 1976
  3832.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["language"]) || array_key_exists("language"$context) ? $context["language"] : (function () { throw new RuntimeError('Variable "language" does not exist.'1976$this->source); })()), "getGa4Code", [], "any"falsefalsefalse1976), "html"nulltrue);
  3833.         yield "',
  3834.                     price: '";
  3835.         // line 1977
  3836.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["minPrice"]) || array_key_exists("minPrice"$context) ? $context["minPrice"] : (function () { throw new RuntimeError('Variable "minPrice" does not exist.'1977$this->source); })()), "html"nulltrue);
  3837.         yield "',
  3838.                     ";
  3839.         // line 1978
  3840.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1978$this->source); })()), "productProducer", [], "any"falsefalsefalse1978)) {
  3841.             // line 1979
  3842.             yield "                        item_brand: '";
  3843.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1979$this->source); })()), "productProducer", [], "any"falsefalsefalse1979), "name", [], "any"falsefalsefalse1979), "html"nulltrue);
  3844.             yield "',
  3845.                     ";
  3846.         }
  3847.         // line 1981
  3848.         yield "                    quantity: '1'
  3849.                 }]
  3850.             }
  3851.         });
  3852.     </script>
  3853.     <div class=\"modal\" id=\"modal\">
  3854.         <div class=\"modal-background\"></div>
  3855.         <div class=\"modal-card\">
  3856.             <header class=\"modal-card-head\">
  3857.                 <p class=\"modal-card-title\">";
  3858.         // line 1992
  3859.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["pProduct"]) || array_key_exists("pProduct"$context) ? $context["pProduct"] : (function () { throw new RuntimeError('Variable "pProduct" does not exist.'1992$this->source); })()), "name", [], "any"falsefalsefalse1992), "html"nulltrue);
  3860.         yield "</p>
  3861.                 <button class=\"delete\" style=\"float: right\" aria-label=\"close\"></button>
  3862.             </header>
  3863.             <section class=\"modal-card-body\">
  3864.                 <!-- Content ... -->
  3865.             </section>
  3866.             <footer class=\"modal-card-foot\">
  3867.                 <button class=\"button\">";
  3868.         // line 1999
  3869.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("close", [], "store"), "html"nulltrue);
  3870.         yield "</button>
  3871.             </footer>
  3872.         </div>
  3873.     </div>
  3874. ";
  3875.         
  3876.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  3877.         
  3878.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  3879.         yield from [];
  3880.     }
  3881.     /**
  3882.      * @codeCoverageIgnore
  3883.      */
  3884.     public function getTemplateName(): string
  3885.     {
  3886.         return "frontend/product/product.html.twig";
  3887.     }
  3888.     /**
  3889.      * @codeCoverageIgnore
  3890.      */
  3891.     public function isTraitable(): bool
  3892.     {
  3893.         return false;
  3894.     }
  3895.     /**
  3896.      * @codeCoverageIgnore
  3897.      */
  3898.     public function getDebugInfo(): array
  3899.     {
  3900.         return array (  4029 => 1999,  4019 => 1992,  4006 => 1981,  4000 => 1979,  3998 => 1978,  3994 => 1977,  3990 => 1976,  3986 => 1975,  3982 => 1974,  3976 => 1971,  3972 => 1970,  3965 => 1965,  3958 => 1961,  3949 => 1959,  3941 => 1953,  3939 => 1952,  3929 => 1944,  3923 => 1940,  3909 => 1939,  3906 => 1938,  3903 => 1937,  3900 => 1936,  3897 => 1935,  3894 => 1934,  3891 => 1933,  3874 => 1932,  3871 => 1931,  3869 => 1930,  3862 => 1926,  3857 => 1923,  3855 => 1922,  3851 => 1920,  3845 => 1916,  3831 => 1915,  3828 => 1914,  3825 => 1913,  3822 => 1912,  3819 => 1911,  3816 => 1910,  3813 => 1909,  3796 => 1908,  3793 => 1907,  3791 => 1906,  3784 => 1902,  3779 => 1899,  3777 => 1898,  3771 => 1894,  3763 => 1891,  3760 => 1890,  3758 => 1889,  3753 => 1887,  3749 => 1886,  3732 => 1871,  3723 => 1864,  3713 => 1859,  3701 => 1856,  3697 => 1854,  3695 => 1853,  3691 => 1852,  3678 => 1842,  3672 => 1839,  3664 => 1834,  3653 => 1826,  3649 => 1825,  3642 => 1821,  3637 => 1819,  3632 => 1816,  3628 => 1815,  3618 => 1812,  3614 => 1811,  3611 => 1810,  3607 => 1808,  3604 => 1807,  3600 => 1805,  3597 => 1804,  3593 => 1802,  3590 => 1801,  3586 => 1799,  3584 => 1798,  3580 => 1796,  3574 => 1794,  3572 => 1793,  3566 => 1790,  3562 => 1789,  3556 => 1786,  3553 => 1785,  3547 => 1784,  3544 => 1783,  3542 => 1782,  3535 => 1781,  3532 => 1780,  3527 => 1779,  3525 => 1778,  3520 => 1776,  3516 => 1775,  3513 => 1774,  3507 => 1772,  3505 => 1771,  3495 => 1764,  3488 => 1759,  3480 => 1757,  3472 => 1755,  3470 => 1754,  3465 => 1753,  3463 => 1752,  3454 => 1750,  3443 => 1742,  3438 => 1739,  3436 => 1738,  3429 => 1733,  3423 => 1732,  3416 => 1728,  3402 => 1725,  3396 => 1724,  3393 => 1723,  3390 => 1722,  3386 => 1721,  3379 => 1717,  3374 => 1714,  3367 => 1709,  3361 => 1708,  3358 => 1707,  3356 => 1706,  3349 => 1705,  3346 => 1704,  3341 => 1703,  3339 => 1702,  3335 => 1701,  3331 => 1700,  3323 => 1699,  3319 => 1698,  3313 => 1695,  3308 => 1692,  3305 => 1691,  3298 => 1687,  3292 => 1684,  3287 => 1681,  3284 => 1680,  3277 => 1676,  3271 => 1673,  3266 => 1670,  3263 => 1669,  3259 => 1656,  3253 => 1652,  3244 => 1650,  3240 => 1649,  3234 => 1646,  3229 => 1643,  3225 => 1641,  3219 => 1640,  3212 => 1636,  3208 => 1634,  3199 => 1632,  3195 => 1631,  3191 => 1629,  3188 => 1628,  3184 => 1627,  3181 => 1626,  3179 => 1625,  3176 => 1624,  3169 => 1622,  3163 => 1621,  3157 => 1619,  3154 => 1618,  3150 => 1617,  3146 => 1616,  3143 => 1615,  3139 => 1614,  3136 => 1613,  3130 => 1612,  3124 => 1611,  3121 => 1610,  3115 => 1608,  3107 => 1606,  3104 => 1605,  3101 => 1604,  3096 => 1603,  3092 => 1602,  3088 => 1601,  3084 => 1599,  3076 => 1597,  3074 => 1596,  3067 => 1595,  3065 => 1594,  3060 => 1591,  3058 => 1590,  3055 => 1589,  3049 => 1586,  3046 => 1585,  3043 => 1584,  3041 => 1583,  3035 => 1580,  3029 => 1577,  3026 => 1576,  3020 => 1572,  3006 => 1571,  3003 => 1570,  3000 => 1569,  2997 => 1568,  2980 => 1567,  2960 => 1552,  2951 => 1546,  2948 => 1545,  2945 => 1544,  2939 => 1540,  2925 => 1539,  2922 => 1538,  2919 => 1537,  2916 => 1536,  2899 => 1535,  2879 => 1520,  2870 => 1514,  2867 => 1513,  2864 => 1512,  2858 => 1508,  2844 => 1507,  2841 => 1506,  2838 => 1505,  2835 => 1504,  2818 => 1503,  2798 => 1488,  2789 => 1482,  2786 => 1481,  2783 => 1480,  2777 => 1476,  2763 => 1475,  2760 => 1474,  2757 => 1473,  2754 => 1472,  2737 => 1471,  2717 => 1456,  2708 => 1450,  2705 => 1449,  2703 => 1448,  2700 => 1447,  2694 => 1443,  2680 => 1442,  2677 => 1441,  2674 => 1440,  2671 => 1439,  2654 => 1438,  2633 => 1422,  2624 => 1416,  2621 => 1415,  2619 => 1414,  2612 => 1409,  2606 => 1408,  2599 => 1404,  2594 => 1401,  2591 => 1400,  2587 => 1399,  2584 => 1398,  2582 => 1397,  2561 => 1379,  2554 => 1374,  2550 => 1372,  2548 => 1371,  2544 => 1370,  2541 => 1369,  2534 => 1365,  2528 => 1363,  2526 => 1362,  2514 => 1352,  2508 => 1349,  2496 => 1340,  2492 => 1338,  2490 => 1337,  2487 => 1336,  2484 => 1335,  2476 => 1332,  2473 => 1331,  2470 => 1330,  2468 => 1329,  2463 => 1327,  2457 => 1324,  2454 => 1323,  2448 => 1320,  2445 => 1319,  2442 => 1318,  2436 => 1315,  2433 => 1314,  2430 => 1313,  2424 => 1310,  2421 => 1309,  2419 => 1308,  2413 => 1305,  2409 => 1304,  2406 => 1303,  2399 => 1299,  2395 => 1298,  2392 => 1297,  2389 => 1296,  2382 => 1292,  2378 => 1291,  2375 => 1290,  2372 => 1289,  2365 => 1285,  2361 => 1284,  2358 => 1283,  2355 => 1282,  2348 => 1278,  2344 => 1277,  2341 => 1276,  2338 => 1275,  2331 => 1271,  2327 => 1270,  2324 => 1269,  2322 => 1268,  2316 => 1265,  2312 => 1264,  2309 => 1263,  2302 => 1259,  2298 => 1258,  2295 => 1257,  2293 => 1256,  2281 => 1246,  2279 => 1245,  2276 => 1244,  2270 => 1243,  2267 => 1242,  2264 => 1241,  2261 => 1240,  2256 => 1239,  2254 => 1238,  2242 => 1228,  2238 => 1226,  2224 => 1222,  2220 => 1221,  2217 => 1220,  2214 => 1219,  2211 => 1218,  2207 => 1217,  2201 => 1214,  2198 => 1213,  2196 => 1212,  2189 => 1208,  2175 => 1207,  2171 => 1205,  2128 => 1165,  2108 => 1147,  2106 => 1146,  2092 => 1135,  2088 => 1133,  2080 => 1128,  2065 => 1115,  2056 => 1109,  2044 => 1100,  2039 => 1098,  2028 => 1090,  2016 => 1081,  2010 => 1077,  2008 => 1076,  2002 => 1072,  1999 => 1061,  1993 => 1060,  1985 => 1055,  1976 => 1049,  1973 => 1048,  1970 => 1047,  1966 => 1046,  1963 => 1045,  1960 => 1044,  1954 => 1043,  1946 => 1038,  1937 => 1032,  1934 => 1031,  1931 => 1030,  1926 => 1029,  1924 => 1028,  1921 => 1027,  1915 => 1026,  1908 => 1022,  1900 => 1017,  1897 => 1016,  1894 => 1015,  1890 => 1014,  1884 => 1010,  1878 => 995,  1870 => 990,  1866 => 989,  1863 => 988,  1856 => 984,  1851 => 981,  1844 => 977,  1839 => 974,  1837 => 973,  1833 => 971,  1827 => 967,  1821 => 965,  1815 => 963,  1813 => 962,  1809 => 961,  1804 => 958,  1802 => 957,  1796 => 953,  1793 => 952,  1787 => 951,  1783 => 949,  1776 => 947,  1767 => 946,  1760 => 944,  1751 => 943,  1749 => 942,  1746 => 941,  1743 => 940,  1739 => 939,  1734 => 937,  1731 => 936,  1729 => 935,  1726 => 934,  1720 => 933,  1717 => 932,  1714 => 931,  1711 => 930,  1706 => 929,  1704 => 928,  1696 => 926,  1693 => 925,  1690 => 924,  1688 => 923,  1682 => 919,  1680 => 914,  1674 => 912,  1671 => 911,  1665 => 910,  1662 => 909,  1660 => 908,  1653 => 907,  1650 => 906,  1645 => 905,  1643 => 904,  1640 => 903,  1635 => 901,  1632 => 900,  1629 => 899,  1624 => 897,  1621 => 896,  1618 => 895,  1613 => 893,  1610 => 892,  1607 => 891,  1602 => 889,  1599 => 888,  1597 => 887,  1589 => 884,  1586 => 883,  1577 => 879,  1573 => 877,  1568 => 875,  1565 => 874,  1563 => 873,  1558 => 871,  1554 => 870,  1551 => 869,  1541 => 864,  1537 => 862,  1532 => 860,  1529 => 859,  1527 => 858,  1522 => 856,  1514 => 851,  1511 => 850,  1507 => 848,  1505 => 847,  1501 => 846,  1497 => 844,  1495 => 843,  1486 => 837,  1480 => 833,  1472 => 828,  1467 => 827,  1463 => 824,  1461 => 823,  1394 => 758,  1391 => 757,  1382 => 754,  1377 => 752,  1373 => 751,  1368 => 748,  1363 => 747,  1360 => 746,  1357 => 744,  1353 => 742,  1344 => 739,  1340 => 738,  1334 => 734,  1329 => 733,  1326 => 732,  1323 => 730,  1317 => 729,  1314 => 728,  1311 => 727,  1309 => 726,  1304 => 724,  1299 => 722,  1295 => 720,  1292 => 719,  1289 => 718,  1286 => 717,  1281 => 716,  1275 => 715,  1272 => 714,  1269 => 713,  1267 => 712,  1262 => 710,  1257 => 708,  1253 => 706,  1250 => 705,  1247 => 704,  1244 => 703,  1240 => 702,  1237 => 701,  1231 => 700,  1228 => 699,  1225 => 698,  1219 => 695,  1214 => 693,  1210 => 691,  1207 => 690,  1204 => 689,  1201 => 688,  1198 => 687,  1195 => 686,  1190 => 685,  1188 => 684,  1184 => 682,  1178 => 681,  1175 => 680,  1172 => 679,  1170 => 678,  1165 => 677,  1162 => 676,  1159 => 675,  1156 => 674,  1151 => 673,  1145 => 672,  1142 => 671,  1139 => 670,  1137 => 669,  1132 => 668,  1129 => 667,  1126 => 666,  1123 => 665,  1118 => 664,  1112 => 663,  1109 => 662,  1106 => 661,  1100 => 659,  1097 => 658,  1094 => 657,  1091 => 656,  1088 => 655,  1085 => 654,  1080 => 653,  1078 => 652,  1054 => 631,  1051 => 630,  1042 => 626,  1039 => 625,  1037 => 624,  1029 => 621,  1015 => 610,  1010 => 609,  1007 => 608,  1001 => 607,  989 => 605,  977 => 603,  974 => 602,  971 => 601,  969 => 598,  966 => 597,  963 => 596,  960 => 595,  957 => 594,  954 => 593,  949 => 592,  946 => 591,  944 => 590,  941 => 589,  935 => 587,  933 => 586,  929 => 585,  925 => 584,  921 => 583,  917 => 582,  913 => 581,  908 => 579,  904 => 578,  900 => 577,  896 => 575,  894 => 574,  891 => 573,  878 => 572,  851 => 554,  840 => 546,  836 => 545,  832 => 544,  828 => 543,  820 => 537,  818 => 536,  756 => 476,  752 => 474,  750 => 473,  731 => 456,  721 => 449,  717 => 447,  715 => 446,  650 => 384,  541 => 279,  528 => 278,  311 => 73,  298 => 72,  286 => 69,  282 => 67,  279 => 66,  276 => 65,  273 => 64,  269 => 62,  266 => 61,  263 => 60,  260 => 59,  256 => 57,  253 => 56,  250 => 55,  247 => 54,  243 => 52,  240 => 51,  238 => 50,  232 => 47,  226 => 46,  221 => 44,  219 => 43,  213 => 42,  210 => 41,  208 => 40,  201 => 39,  198 => 38,  193 => 37,  190 => 36,  177 => 35,  165 => 32,  162 => 31,  160 => 28,  158 => 27,  156 => 26,  153 => 25,  147 => 23,  144 => 22,  138 => 20,  136 => 19,  133 => 18,  127 => 16,  121 => 14,  118 => 13,  105 => 12,  90 => 8,  84 => 6,  81 => 5,  68 => 4,  45 => 1,);
  3901.     }
  3902.     public function getSourceContext(): Source
  3903.     {
  3904.         return new Source("{% extends 'base.html.twig' %}
  3905. {% trans_default_domain 'store' %}
  3906. {% block title %}
  3907.     {% if product.metaTitle is defined %}
  3908.         {{ product.metaTitle }}
  3909.     {% else %}
  3910.         {{ product.nazwa }}
  3911.     {% endif %}
  3912. {% endblock %}
  3913. {% block meta_desc_key %}
  3914.     {% if product.metaDescription is defined %}
  3915.         <meta name=\"description\" content=\"{{ product.metaDescription|slice(0,300) }}...\">
  3916.     {% else %}
  3917.         <meta name=\"description\" content=\"{{ product.getDescriptionFb|slice(0,60) }}\">
  3918.     {% endif %}
  3919.     {% if product.metaKeywords %}
  3920.         <meta name=\"keywords\" content=\"{{ product.metaKeywords }}\">
  3921.     {% endif %}
  3922.     {% if product.getCanonical %}
  3923.         <link rel=\"canonical\" href=\"{{ product.getCanonical }}\" />
  3924.     {% endif %}
  3925.     {% if app.request.locale == 'pl' %}
  3926.         {# veltis tag #}
  3927.         {#
  3928.             <script async src='https://app.veltis.io/uploads/veltis.js'></script><script>window.veltisData = window.veltisData || []; function veltisTag() { veltisData.push(arguments); } veltisTag('js', new Date()); veltisTag('config', '1aadaf84c154d3e3'); </script>
  3929.         #}
  3930.     {% endif %}
  3931. {% endblock %}
  3932. {% block facebook %}
  3933.     {% set imgShow = 0 %}
  3934.     {% for image in product.photos %}
  3935.         {% if image.main == 1 and imgShow == 0 %}
  3936.             <meta property=\"og:image\" content=\"{{ language.storeUrl }}/images/product/{{ image.imageName }}\"/>
  3937.             {% set imgShow = 1 %}
  3938.         {% endif %}
  3939.     {% endfor %}
  3940.     {% autoescape %}
  3941.         <meta property=\"og:title\" content=\"{{ product.name }}\"/>
  3942.     {% endautoescape %}
  3943.     <meta property=\"og:url\" content=\"{{ language.storeUrl }}{{ path('product', {'slug':product.slug, 'id':product.id}) }}\"/>
  3944.     <meta property=\"og:description\" content=\"{{ product.metaDescription|slice(0,300) }}...\">
  3945.     <meta property=\"og:type\" content=\"product\">
  3946.     {% if app.request.locale == 'pl' %}
  3947.         {% if 'ckdev' in app.request.getSchemeAndHttpHost() %}
  3948.             <meta name=\"robots\" content=\"noindex, nofollow\" />
  3949.         {% endif %}
  3950.     {% endif %}
  3951.     {% if app.request.locale == 'cz' %}
  3952.         {% if 'dev.ezidle' in app.request.getSchemeAndHttpHost() %}
  3953.             <meta name=\"robots\" content=\"noindex, nofollow\" />
  3954.         {% endif %}
  3955.     {% endif %}
  3956.     {% if app.request.locale == 'sk' %}
  3957.         {% if 'dev.stolicky24' in app.request.getSchemeAndHttpHost() %}
  3958.             <meta name=\"robots\" content=\"noindex, nofollow\" />
  3959.         {% endif %}
  3960.     {% endif %}
  3961.     {% if app.request.locale == 'ro' %}
  3962.         {% if 'ro.centrumkrzesel' in app.request.getSchemeAndHttpHost() %}
  3963.             <meta name=\"robots\" content=\"noindex, nofollow\" />
  3964.         {% endif %}
  3965.     {% endif %}
  3966. {% endblock %}
  3967. {% block css %}
  3968.     {{ parent() }}
  3969.     <style>
  3970.         .modele_i_cechy .left-25 ul {
  3971.             list-style: initial;
  3972.         }
  3973.         .eye-icon {
  3974.             margin-top: -113px;
  3975.             margin-left: 6px;
  3976.             position: absolute;
  3977.             color: white;
  3978.             font-size: 14px;
  3979.         }
  3980.         .ck-table th {
  3981.             padding-top:29px;
  3982.             font-size:14px;
  3983.         }
  3984.         .ck-table td {
  3985.             font-size:14px;
  3986.             padding-top:15px;
  3987.             vertical-align: middle;
  3988.         }
  3989.         .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  3990.             width:auto;
  3991.             height:auto;
  3992.             margin-left:auto;
  3993.             margin-right: auto;
  3994.         }
  3995.         .dropdown-content {
  3996.             max-height: 400px;
  3997.             overflow: auto;
  3998.         }
  3999.         @media (max-width: 1024px) {
  4000.             .video-container iframe {
  4001.                 width:100%!important;
  4002.                 height:auto!important;
  4003.                 min-height: 300px!important;
  4004.             }
  4005.             .blueimp-gallery>.close {
  4006.                 top:13%!important;
  4007.                 right: 15px!important;
  4008.             }
  4009.             .select-image-display {
  4010.                 margin-top:-50px;
  4011.             }
  4012.         }
  4013.         @media (max-width: 767px) {
  4014.             .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  4015.                 width:auto;
  4016.                 height:auto;
  4017.                 margin-left:auto;
  4018.                 margin-right: auto;
  4019.                 max-height: 450px;
  4020.             }
  4021.             .left-25 {
  4022.                 padding-left:0px;
  4023.             }
  4024.             .pricingContainer {
  4025.                 overflow: auto;
  4026.             }
  4027.         }
  4028.         .descriptionDiv a {
  4029.             color:#23d160 !important;
  4030.         }
  4031.         .descriptionDiv .column {
  4032.             padding:0.5rem;
  4033.         }
  4034.         .descriptionDiv img {
  4035.             margin:0px!important;
  4036.             padding:0px!important;
  4037.         }
  4038.         .main-image img {
  4039.             cursor: pointer;
  4040.         }
  4041.         .blueimp-gallery {
  4042.             background: rgba(0, 0, 0, 0.50)!important;
  4043.         }
  4044.         @media (max-width: 550px) {
  4045.             .material-presentation-mobile {
  4046.                 width: 50%; float: left; min-height: 250px;
  4047.             }
  4048.         }
  4049.         .ck-table td:first-child {
  4050.             padding: 6px 12px!important;
  4051.             border:1px solid #ebebeb;
  4052.         }
  4053.         #podobne .tabs ul .is-active a{
  4054.             font-weight: bold;
  4055.         }
  4056.         .zoom-on-hover img {
  4057.             cursor: pointer;
  4058.         }
  4059.         .remove-first-element .column:first-child {
  4060.             display: none;
  4061.         }
  4062.         @media (max-width: 730px) {
  4063.             .zoom-on-hover .normal {
  4064.                 width: fit-content !important;
  4065.             }
  4066.             .main-content-mobile-up {
  4067.                 margin-top:-80px;
  4068.             }
  4069.             .main-content-mobile-up .is-full {
  4070.                 padding-bottom:0px!important;
  4071.             }
  4072.             .hr {
  4073.                 margin-top:20px!important;
  4074.                 margin-bottom:50px!important;
  4075.             }
  4076.         }
  4077.         .removeDot {
  4078.             margin:0;
  4079.             padding:0;
  4080.             list-style:none;
  4081.         }
  4082.         .removeDot div a {
  4083.             text-decoration: underline!important;
  4084.         }
  4085.         @media (max-width: 1024px) {
  4086.             .removeDot div p img, .removeDot div img {
  4087.                 width: auto!important;
  4088.                 height:auto!important;
  4089.             }
  4090.         }
  4091.         .author-circle {
  4092.             object-fit: cover;
  4093.             border-radius: 50%;
  4094.             -webkit-border-radius: 50%;
  4095.             -moz-border-radius: 50%;
  4096.             color: #ffffff;
  4097.             font-weight: normal;
  4098.             text-align: center;
  4099.             vertical-align: middle;
  4100.             display: table;
  4101.         }
  4102.         .author-container {
  4103.             position: relative;
  4104.             margin: auto;
  4105.             /* overflow: hidden; */
  4106.             border-radius: 50%;
  4107.             -webkit-border-radius: 50%;
  4108.             -moz-border-radius: 50%;
  4109.             border: 2px solid #ffffff;
  4110.             overflow: visible;
  4111.         }
  4112.         .blue-notifi-notification {
  4113.             background-color: rgb(242, 248, 255);
  4114.             color: rgb(48, 133, 229);
  4115.             font-weight: bold;
  4116.         }
  4117.         .rateit .rateit-preset {
  4118.             color:#f8d52f!important;
  4119.         }
  4120.         #show_comments_button {
  4121.             margin-left:10px;
  4122.         }
  4123.         /* Styling for details section */
  4124.         #detailsSection {
  4125.             max-width: 200px; /* Adjust width as needed */
  4126.             word-wrap: break-word; /* Ensures long words wrap properly */
  4127.             line-height: 23px;
  4128.         }
  4129.         /* Align \"Podmiot odpowiedzialny\" container */
  4130.         #toggleDetails {
  4131.             max-width: 230px; /* Ensure this container aligns with content */
  4132.             display: block;
  4133.         }
  4134.         /* Icon alignment */
  4135.         #toggleDetails span.icon {
  4136.             margin-left: 10px; /* Space between text and icon */
  4137.         }
  4138.     </style>
  4139.     <style>
  4140.         @media (max-width: 730px) {
  4141.             .level-item-name {
  4142.                 display: block!important;
  4143.             }
  4144.             .content-comment {
  4145.                 width:87%!important;
  4146.             }
  4147.             .hide-mobile {
  4148.                 display: none!important;
  4149.             }
  4150.         }
  4151.     </style>
  4152.     <link rel=\"stylesheet\" href=\"/metronic/lightbox2/dist/css/lightbox.min.css\">
  4153.     <link rel=\"stylesheet\" href=\"/js/rate-script/scripts/rateit.css\" />
  4154. {% endblock %}
  4155. {% block javascripts %}
  4156.     {{ parent() }}
  4157.     <script>
  4158.         document.addEventListener('DOMContentLoaded', function () {
  4159.             // Modals
  4160.             var rootEl = document.documentElement;
  4161.             var allModals = getAll('.modal');
  4162.             var modalButtons = getAll('.modal-button');
  4163.             var modalCloses = getAll('.modal-background, .modal-close, .modal-card-head .delete, .modal-card-foot .button');
  4164.             if (modalButtons.length > 0) {
  4165.                 modalButtons.forEach(function (el) {
  4166.                     el.addEventListener('click', function () {
  4167.                         var target = document.getElementById(el.dataset.target);
  4168.                         target.classList.add('is-active');
  4169.                     });
  4170.                 });
  4171.             }
  4172.             if (modalCloses.length > 0) {
  4173.                 modalCloses.forEach(function (el) {
  4174.                     el.addEventListener('click', function () {
  4175.                         closeModals();
  4176.                     });
  4177.                 });
  4178.             }
  4179.             document.addEventListener('keydown', function (event) {
  4180.                 var e = event || window.event;
  4181.                 if (e.keyCode === 27) {
  4182.                     closeModals();
  4183.                 }
  4184.             });
  4185.             function closeModals() {
  4186.                 rootEl.classList.remove('is-clipped');
  4187.                 allModals.forEach(function (el) {
  4188.                     el.classList.remove('is-active');
  4189.                 });
  4190.             }
  4191.             // Functions
  4192.             function getAll(selector) {
  4193.                 return Array.prototype.slice.call(document.querySelectorAll(selector), 0);
  4194.             }
  4195.         });
  4196.         // Popup window code
  4197.         function newPopup(url) {
  4198.             popupWindow = window.open(
  4199.                 url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
  4200.         }
  4201.         function newPopupImage(url) {
  4202.             popupWindow = window.open(
  4203.                 url,'popUpWindow','left=10,top=10,width=800;height=700;resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
  4204.         }
  4205.         \$(document).ready(function () {
  4206.             \$('.similarLinkStart').trigger(\"click\");
  4207.             var chosen = [];
  4208.             var \$list = \$(\".chosen_params_list\");
  4209.             function collectParameters() {
  4210.                 \$list.each(function() {
  4211.                     chosen.push({'param':\$(this).attr('data-id'), 'value':\$(this).val()});
  4212.                 });
  4213.                 return chosen;
  4214.             }
  4215.             function collectEquipment() {
  4216.                 var chosenEquipment = [];
  4217.                 var \$equipmentContainer = \$(\".equipmentCheckbox\");
  4218.                 \$equipmentContainer.each(function() {
  4219.                     if (\$(this).is(':checked')) {
  4220.                         chosenEquipment.push(\$(this).attr('data-id'));
  4221.                     }
  4222.                 });
  4223.                 return chosenEquipment;
  4224.             }
  4225.             function isOK(string) {
  4226.                 var regex = /^([a-zA-Z0-9_.+-])+\\@(([a-zA-Z0-9-])+\\.)+([a-zA-Z0-9]{2,4})+\$/;
  4227.                 return regex.test(string);
  4228.             }
  4229.             \$('#notify-button').on(\"click\", function() {
  4230.                 \$('#error_notify_container').hide();
  4231.                 var notifyOn = \$('#notify_input').val();
  4232.                 if (isOK(notifyOn)) {
  4233.                     \$(this).append('&nbsp;<i class=\"fas fa-spinner fa-pulse\"></i>').css(\"opacity\", '0.6');
  4234.                     var url = \$('#new_waiting_list').val();
  4235.                     var productId = \$('#product_id').val();
  4236.                     var email = \$('#notify_input').val();
  4237.                     \$.ajax({
  4238.                         type: \"POST\",
  4239.                         url: url,
  4240.                         data: {'email':email, 'productId':productId},
  4241.                         success: function (data) {
  4242.                             \$('#notify_container').html(\"<div class='notification blue-notifi-notification'>{{ 'notify_thankyou_text'|trans }}</div>\")
  4243.                         }
  4244.                     });
  4245.                 } else {
  4246.                     \$('#error_notify_container').show();
  4247.                 }
  4248.             });
  4249.             \$('.modal-button').on(\"click\", function() {
  4250.                 var url = \$(this).attr('data-href');
  4251.                 \$.ajax({
  4252.                     type: \"POST\",
  4253.                     url: url,
  4254.                     success: function (data) {
  4255.                         \$('.modal-card-body').html(data);
  4256.                     }
  4257.                 });
  4258.             });
  4259.             function addToCart() {
  4260.                 \$('.cart-error-notification').hide();
  4261.                 let parameters = collectParameters();
  4262.                 let \$variant = \$('#variant').val();
  4263.                 var product_id = \$('#product_id').val();
  4264.                 var quantity = \$('#amount').val();
  4265.                 var url = \$('#add_to_cart_url').val();
  4266.                 var equipments = collectEquipment();
  4267.                 \$.ajax({
  4268.                     type: \"POST\",
  4269.                     url: url,
  4270.                     data: {'equipments':equipments, 'product_id':product_id, 'quantity':quantity, 'variant':\$variant, 'parameters':parameters},
  4271.                     success: function (data) {
  4272.                         if (parseInt(data.error) === 1) {
  4273.                             \$('.cart-error-notification').show();
  4274.                             \$('.cart-error-notification').html(data.message);
  4275.                             \$('#ask-button').prop('disabled', false);
  4276.                         } else {
  4277.                             var price = \$('#productPriceContainer').html();
  4278.                             price.replace(\",\",'.');
  4279.                             let gaPrice = parseFloat(price);
  4280.                             var name = \$('#item_name').val();
  4281.                             window.dataLayer.push({ ecommerce: null });  // Clear the previous ecommerce object.
  4282.                             window.dataLayer.push({
  4283.                                 event: 'add_to_cart',
  4284.                                 value: gaPrice,
  4285.                                 currency: \"\"+\$('#getGa4CodeCurrency').val()+\"\",
  4286.                                 ecommerce: {
  4287.                                     items: [{
  4288.                                         item_name: \"\"+name+\"\",
  4289.                                         item_id: \"\"+product_id+\"\",
  4290.                                         price: gaPrice,
  4291.                                         quantity: \"\"+quantity+\"\"
  4292.                                     }]
  4293.                                 }
  4294.                             });
  4295.                             {% if app.request.locale == 'ro' %}
  4296.                                 if (typeof bianoTrack === 'function') {
  4297.                                     bianoTrack('track', 'add_to_cart', {
  4298.                                         id: 'CK{{ product.id }}', // Unique identifier of the product
  4299.                                         quantity: parseInt(quantity), // Category of the product
  4300.                                         unit_price: gaPrice, // Product price (e.g., 99.99)
  4301.                                         currency: 'RON' // Currency of the product price (e.g., 'USD', 'EUR')
  4302.                                     });
  4303.                                 }
  4304.                             {% endif %}
  4305.                             window.location.href = '/cart';
  4306.                         }
  4307.                     }
  4308.                 });
  4309.             }
  4310.             \$('#ask-button').on(\"click\", function(e) {
  4311.                 e.preventDefault();
  4312.                 let allowToAdd = isAllowToAdd();
  4313.                 if (allowToAdd) {
  4314.                     e.preventDefault();
  4315.                     \$(this).prop('disabled', true);
  4316.                     addToCart();
  4317.                 }
  4318.             });
  4319.             {% if parameterValues|length >= 1 %}
  4320.                 \$('#ask-button').css('opacity', '0.5');
  4321.             {% endif %}
  4322.         });
  4323.         \$('.equipmentCheckbox').on(\"click\", function(){
  4324.             var productPriceContainer = \$('#productPriceContainer');
  4325.             var currentPrice = productPriceContainer.html();
  4326.             var currencySeparator = \$('#currencySeparator').val();
  4327.             isComma = currencySeparator.includes(',');
  4328.             currentPrice = currentPrice.replace(/,/g, '.');
  4329.             //currentPrice = currentPrice.replace(/\\D/g,'');
  4330.             currentPrice = parseFloat(currentPrice);
  4331.             var equipmentPrice = parseFloat(\$(this).attr('data-price'));
  4332.             var currencySign = \$('#currencySign').val();
  4333.             if (\$(this).is(':checked')) {
  4334.                 var newValue = (currentPrice + equipmentPrice).toFixed(2);
  4335.                 productPriceContainer.html(newValue+' '+currencySign);
  4336.                 if (isComma) {
  4337.                     var productPriceContainer = \$('#productPriceContainer');
  4338.                     var currentPrice = productPriceContainer.html();
  4339.                     currentPrice = currentPrice.replace(/\\./g, \",\");
  4340.                     productPriceContainer.html(currentPrice);
  4341.                 } else {
  4342.                     productPriceContainer.html(newValue+' '+currencySign);
  4343.                 }
  4344.             } else {
  4345.                 var newValue = (currentPrice - equipmentPrice).toFixed(2);
  4346.                 productPriceContainer.html(newValue + ' ' + currencySign);
  4347.                 if (isComma) {
  4348.                     var productPriceContainer = \$('#productPriceContainer');
  4349.                     var currentPrice = productPriceContainer.html();
  4350.                     currentPrice = currentPrice.replace(/\\./g, \",\");
  4351.                     productPriceContainer.html(currentPrice);
  4352.                 } else {
  4353.                     productPriceContainer.html(newValue + ' ' + currencySign);
  4354.                 }
  4355.             }
  4356.         });
  4357.         \$('#show_comments_button').on(\"click\", function() {
  4358.             \$('#comment_container').show();
  4359.             \$(this).hide();
  4360.             \$('.rateit').rateit({ max: 5, step: 1, backingfld: '#backing7' });
  4361.         });
  4362.     </script>
  4363.     <script src=\"/metronic/lightbox2/dist/js/lightbox.js\"></script>
  4364.     <script>
  4365.         lightbox.option({
  4366.             'fitImagesInViewport': false,
  4367.             'disableScrolling': false,
  4368.         })
  4369.     </script>
  4370.     <script src=\"/js/rate-script/scripts/jquery.rateit.js\"></script>
  4371.     {% if app.request.locale == 'ro' %}
  4372.         <script>
  4373.             window.addEventListener(\"ucEvent\", function (e) {
  4374.                 if (e.detail && e.detail.event === \"consent_status\") {
  4375.                     const ucBianoService = 'Biano Pixel';
  4376.                     if (e.detail.hasOwnProperty(ucBianoService) && e.detail[ucBianoService]) {
  4377.                         bianoTrack('track', 'product_view', {
  4378.                             id: 'CK{{ product.id }}', // Unique identifier of the product
  4379.                             productName: '{{ product.name }}', // Name of the product
  4380.                             productCategory: '{{ product.mainCategory.name }}', // Category of the product
  4381.                             productValue: {{ minPrice }}, // Product price (e.g., 99.99)
  4382.                             currency: 'RON' // Currency of the product price (e.g., 'USD', 'EUR')
  4383.                         });
  4384.                     }
  4385.                 }
  4386.             });
  4387.         </script>
  4388.     {% endif %}
  4389.     <script>
  4390.         \$(document).ready(function() {
  4391.             \$(\"#toggleDetails\").on(\"click\", function() {
  4392.                 // Toggle the details section
  4393.                 \$(\"#detailsSection\").slideToggle();
  4394.                 // Swap the caret icon
  4395.                 const icon = \$(\"#toggleIcon i\");
  4396.                 if (icon.hasClass(\"fa-caret-down\")) {
  4397.                     icon.removeClass(\"fa-caret-down\").addClass(\"fa-caret-up\");
  4398.                 } else {
  4399.                     icon.removeClass(\"fa-caret-up\").addClass(\"fa-caret-down\");
  4400.                 }
  4401.             });
  4402.         });
  4403.     </script>
  4404. {% endblock %}
  4405. {% block content %}
  4406.     {% set pProduct = product %}
  4407.     <div vocab=\"http://schema.org/\" typeof=\"Product\">
  4408.     <input type=\"hidden\" name=\"product_id\" id=\"product_id\" value=\"{{ product.id }}\"/>
  4409.     <input type=\"hidden\" name=\"add_to_cart_url\" id=\"add_to_cart_url\" value=\"{{ path('add_to_cart') }}\"/>
  4410.     <input type=\"hidden\" name=\"home_url\" id=\"home_url\" value=\"{{ path('homepage') }}\">
  4411.     <input type=\"hidden\" name=\"variant\" id=\"variant\" value=\"\">
  4412.     <input type=\"hidden\" id=\"currencySeparator\" value=\"{{ language.currency.separator }}\">
  4413.     <input type=\"hidden\" id=\"currencySign\" value=\"{{ language.currency.sign }}\">
  4414.     <input type=\"hidden\" id=\"new_waiting_list\" value=\"{{ path('new_waiting_list') }}\"/>
  4415.     <input type=\"hidden\" id=\"item_name\" value=\"{{ product.name }}\"/>
  4416.     <input type=\"hidden\" id=\"getGa4CodeCurrency\" value=\"{{ language.getGa4Code }}\"/>
  4417.     {% if vat is defined and vat and vat.value %}
  4418.         <input type=\"hidden\" id=\"vat\" value=\"{{ 1+(vat.value/100) }}\"/>
  4419.     {% endif %}
  4420.     {% set c = 0 %}
  4421.     {% if parameterValues|length %}
  4422.         {% for key, param in parameterValues %}
  4423.             {% set c = c +1 %}
  4424.             {% if c == 1 %}
  4425.                 {% if firstParamValues|length %}
  4426.                     {% set variant = firstParamValues[0] %}
  4427.                     {% if variant.value %}
  4428.                         {#
  4429.                         <input id=\"chosen_param_{{ key }}\" class=\"chosen_params_list\" type=\"hidden\" data-sort=\"{{ c }}\" name=\"chosen_param_{{ key }}\" data-id=\"{{ key }}\" value=\"{{ variant.value.id }}\"/>
  4430.                         #}
  4431.                     {% endif %}
  4432.                 {% endif %}
  4433.                 <input id=\"chosen_param_{{ key }}\" class=\"chosen_params_list\" type=\"hidden\" data-sort=\"{{ c }}\" name=\"chosen_param_{{ key }}\" data-id=\"{{ key }}\" value=\"0\"/>
  4434.             {% else %}
  4435.                 <input id=\"chosen_param_{{ key }}\" class=\"chosen_params_list\" type=\"hidden\" data-sort=\"{{ c }}\" name=\"chosen_param_{{ key }}\" data-id=\"{{ key }}\" value=\"0\"/>
  4436.             {% endif %}
  4437.         {% endfor %}
  4438.     {% endif %}
  4439.     <input type=\"hidden\" value=\"{{ path('loadNextParam', {'id':product.id}) }}\" id=\"loadNextParam\"/>
  4440.     <input type=\"hidden\" value=\"{{ parameterValues|length }}\" id=\"paramCounter\"/>
  4441.     <!-- START OF BREADCRUMBS SECTION -->
  4442.     <section class=\"section topSection\">
  4443.         <div class=\"container\">
  4444.             <div class=\"columns is-multiline\">
  4445.                 <!-- START OF BREADCRUMBS -->
  4446.                 <div class=\"column is-full\">
  4447.                     <nav class=\"breadcrumb has-arrow-separator is-hidden-mobile\" aria-label=\"breadcrumb\">
  4448.                         <ul vocab=\"https://schema.org/\" typeof=\"BreadcrumbList\">
  4449.                             <li property=\"itemListElement\" typeof=\"ListItem\">
  4450.                                 <a property=\"item\" typeof=\"WebPage\" href=\"{{ path('homepage') }}\"><span property=\"name\">{{ language.shopName }}</span></a>
  4451.                                 <meta property=\"position\" content=\"1\">
  4452.                             </li>
  4453.                             {% if product.mainCategory.deletedBy == null %}
  4454.                                 <li property=\"itemListElement\" typeof=\"ListItem\">
  4455.                                     <a property=\"item\" typeof=\"WebPage\" href=\"{{ path('category', {'id':product.mainCategory.id, 'slug':product.mainCategory.slug}) }}\"><span property=\"name\">{{ product.mainCategory.name }}</span></a>
  4456.                                     <meta property=\"position\" content=\"2\">
  4457.                                 </li>
  4458.                             {% endif %}
  4459.                             <li class=\"is-active\" property=\"itemListElement\" typeof=\"ListItem\">
  4460.                                 <a property=\"item\" typeof=\"WebPage\" href=\"#\"><span property=\"name\">{{ product.name }}</span></a>
  4461.                                 <meta property=\"position\" content=\"3\">
  4462.                             </li>
  4463.                         </ul>
  4464.                     </nav>
  4465.                 </div>
  4466.                 <!-- END OF BREADCRUMBS -->
  4467.             </div>
  4468.         </div>
  4469.     </section>
  4470.     <!-- END OF BREADCRUMBS NAME SECTION -->
  4471.     <!-- START OF MAIN SECTION -->
  4472.     <section class=\"section topSection\">
  4473.         <div class=\"container\">
  4474.             <div class=\"columns is-multiline\">
  4475.                 <!-- START OF PRODUCT IMAGES -->
  4476.                 <div class=\"column is-half-desktop is-full-touch\">
  4477.                     <div id=\"galleryMain\">
  4478.                     <carousel-gallery inline-template v-cloak
  4479.                                       :small-imgs=\"[
  4480.                                 {% set imgArr = [] %}
  4481.                                 {% for image in product.photos %}
  4482.                                     {% if image.getIsAvailableForLang(language) %}
  4483.                                         {% if image.imageName in imgArr %}
  4484.                                         {% else %}
  4485.                                             {% if image.main == 1 %}
  4486.                                                 {% set imgArr = imgArr|merge([image.imageName]) %}
  4487.                                                 '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('smallProdImage') }}',
  4488.                                             {% endif %}
  4489.                                         {% endif %}
  4490.                                     {% endif %}
  4491.                                 {% endfor %}
  4492.                                 {% for image in product.photos %}
  4493.                                     {% if image.getIsAvailableForLang(language) %}
  4494.                                         {% if image.imageName in imgArr %}
  4495.                                         {% else %}
  4496.                                             '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('smallProdImage') }}',
  4497.                                             {% set imgArr = imgArr|merge([image.imageName]) %}
  4498.                                         {% endif %}
  4499.                                     {% endif %}
  4500.                                 {% endfor %}
  4501.                                 {% for image in product.photos %}
  4502.                                     {% if image.getIsAvailableForLang(language) %}
  4503.                                         {% if image.imageName in imgArr %}
  4504.                                         {% else %}
  4505.                                             '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('smallProdImage') }}',
  4506.                                             {% set imgArr = imgArr|merge([image.imageName]) %}
  4507.                                         {% endif %}
  4508.                                     {% endif %}
  4509.                                 {% endfor %}
  4510.                             ]\"
  4511.                                       :big-imgs=\"[
  4512.                                       {% set imgArr = [] %}
  4513.                                 {% for image in product.photos %}
  4514.                                     {% if image.getIsAvailableForLang(language) %}
  4515.                                         {% if image.imageName in imgArr %}
  4516.                                         {% else %}
  4517.                                             {% if image.main == 1 %}
  4518.                                                 {% set imgArr = imgArr|merge([image.imageName]) %}
  4519.                                                 {
  4520.                                                     title: ' ',
  4521.                                                     href: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}',
  4522.                                                     type: 'image/jpeg',
  4523.                                                     thumbnail: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}',
  4524.                                                 },
  4525.                                             {% endif %}
  4526.                                         {% endif %}
  4527.                                     {% endif %}
  4528.                                   {% endfor %}
  4529.                                 {% for image in product.photos %}
  4530.                                     {% if image.getIsAvailableForLang(language) %}
  4531.                                         {% if image.imageName in imgArr %}
  4532.                                         {% else %}
  4533.                                             {
  4534.                                                     title: ' ',
  4535.                                                     href: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}',
  4536.                                                     type: 'image/jpeg',
  4537.                                                     thumbnail: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}',
  4538.                                                 },
  4539.                                             {% set imgArr = imgArr|merge([image.imageName]) %}
  4540.                                         {% endif %}
  4541.                                     {% endif %}
  4542.                                 {% endfor %}
  4543.                                 {% for image in product.photos %}
  4544.                                     {% if image.getIsAvailableForLang(language) %}
  4545.                                         {% if image.imageName in imgArr %}
  4546.                                         {% else %}
  4547.                                             {
  4548.                                                     title: ' ',
  4549.                                                     href: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}',
  4550.                                                     type: 'image/jpeg',
  4551.                                                     thumbnail: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}',
  4552.                                                 },
  4553.                                             {% set imgArr = imgArr|merge([image.imageName]) %}
  4554.                                         {% endif %}
  4555.                                     {% endif %}
  4556.                                 {% endfor %}
  4557.                                 {# film youtube #}
  4558.                                 {% if product.getYoutubeGalleryUrl %}
  4559.                                     {% for image in product.photos|slice(1,1) %}
  4560.                                     {
  4561.                                         title: 'YouTube Film',
  4562.                                         href: ' ',
  4563.                                         type: 'text/html',
  4564.                                         youtube: '{{ product.getYoutubeGalleryUrl }}',
  4565.                                         poster: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}'
  4566.                                     }
  4567.                                     {% endfor %}
  4568.                                     ,
  4569.                                 {% endif %}
  4570.                                 {# prezentacja 3D Orbittour #}
  4571.                                 {% if product.getPhoto3dGalleryUrl %}
  4572.                                     {% for image in product.photos|slice(2,1) %}
  4573.                                     {
  4574.                                         title: '3D',
  4575.                                         href: ' ',
  4576.                                         id: '{{ product.getPhoto3dGalleryUrl|extractOrbitturId }}',
  4577.                                         script: '{{ product.getPhoto3dGalleryUrl }}',
  4578.                                         type: 'orbittour',
  4579.                                         poster: '{{ asset('/images/product/'~image.imageName~'') | imagine_filter('bigProductImageLowerQuality') }}'
  4580.                                     },
  4581.                                     {% endfor %}
  4582.                                 {% endif %}
  4583.                             ]\">
  4584.                         <div>
  4585.                             <!-- START CAROUSEL-ITEM -->
  4586.                             <gallery
  4587.                                     :images=\"bigImgs\"
  4588.                                     :index=\"index\"
  4589.                                     :options=\"{
  4590.                                         youTubeVideoIdProperty: 'youtube',
  4591.                                         youTubePlayerVars: { autoplay: 1 },
  4592.                                         youTubeClickToPlay: true,
  4593.                                         toggleControlsOnReturn: true,
  4594.                                         toggleControlsOnSlideClick: true
  4595.                                     }\"
  4596.                                     @onslide=\"slideHandler\"
  4597.                                     @close=\"index = null\" >
  4598.                             </gallery>
  4599.                             <agile
  4600.                                     class=\"main\"
  4601.                                     ref=\"main\"
  4602.                                     :options=\"options1\"
  4603.                                     :as-nav-for=\"asNavFor1\">
  4604.                                 <div
  4605.                                         class=\"slide\"
  4606.                                         v-for=\"(big, index) in bigImgs\"
  4607.                                         :key=\"index\"
  4608.                                         :class=\"'slide--' + index\">
  4609.                                     <div @click=\"openGallery( index )\">
  4610.                                         <zoom-on-hover
  4611.                                                 :img-normal=\"big.poster || big.thumbnail\"
  4612.                                                 :scale=\"2\" />
  4613.                                     </div>
  4614.                                 </div>
  4615.                             </agile>
  4616.                             <agile
  4617.                                     class=\"thumbnails thb-gallery\"
  4618.                                     ref=\"thumbnails\"
  4619.                                     :options=\"options2\"
  4620.                                     :as-nav-for=\"asNavFor2\"
  4621.                                     v-if=\"smallImgs.length > 1\">
  4622.                                 <div
  4623.                                         class=\"slide slide--thumbniail\"
  4624.                                         v-for=\"(slide, index) in smallImgs\"
  4625.                                         :key=\"index\"
  4626.                                         :class=\"'slide--' + index\"
  4627.                                         @click=\"\$refs.thumbnails.goTo(index)\">
  4628.                                     <img :src=\"slide\"/>
  4629.                                 </div>
  4630.                                 <template slot=\"prevButton\"><i class=\"fas fa-chevron-left\"></i></template>
  4631.                                 <template slot=\"nextButton\"><i class=\"fas fa-chevron-right\"></i></template>
  4632.                             </agile>
  4633.                         </div>
  4634.                         <!-- END CAROUSEL-ITEM -->
  4635.                     </carousel-gallery>
  4636.                     </div>
  4637.                 </div>
  4638.                 <!-- END OF PRODUCT IMAGES -->
  4639.                 <!-- START OF SHORT DESCRIPTION -->
  4640.                 <div class=\"column is-half-desktop is-full-touch select-boxy\">
  4641.                     <div class=\"columns is-multiline\">
  4642.                         {% if product.getProducer(language.localeShort).imageName %}
  4643.                             <div class=\"column is-full has-text-centered-touch no-bot-padding gallery-container\">
  4644.                                 <figure class=\"image is-64x64-desktop is-48x48-tablet\" style=\"min-height: initial!important;\">
  4645.                                     {#<a href=\"/search/query?query=&productProducer={{ product.getProducer(language.localeShort).id }}\"> #}
  4646.                                     <a href=\"{{ productProducerUrl(product.getProducer(language.localeShort).id, app.request.locale) }}\">
  4647.                                         <img style=\"width:90px!important;\" src=\"/images/producer/{{ product.getProducer(language.localeShort).imageName }}\" class=\"dropdown-img producer-image\">
  4648.                                     </a>
  4649.                                 </figure>
  4650.                             </div>
  4651.                         {% endif %}
  4652.                         <div class=\"column is-full has-text-centered-touch\">
  4653.                             <h1 class=\"title is-3\">
  4654.                                 <span property=\"name\">
  4655.                                     <strong>
  4656.                                         {{ product.name }}
  4657.                                     </strong>
  4658.                                 </span>
  4659.                             </h1>
  4660.                         </div>
  4661.                         <div class=\"column is-full has-text-centered-touch\" property=\"offers\" typeof=\"Offer\">
  4662.                             {% if productData.priceCrossed is defined and productData.currencySign is defined and productData.priceCrossed %}
  4663.                                 <div class=\"title is-1\">
  4664.                                     <span class=\"title is-1\" id=\"productPriceContainer\" property=\"price\" content=\"{{ minPrice }}\" style=\"font-weight:900;
  4665.                                     {% if productData.priceCrossed %}
  4666.                                         color: #ef1b2b!important;
  4667.                                     {% endif %}
  4668.                                     \">
  4669.                                         {{ minPrice|formatPrice(productData.currencyId) }}
  4670.                                     </span>
  4671.                                     &nbsp;
  4672.                                     <span class=\"standard-color\" style=\"font-weight: 300; font-size:32px;\"><strike>{{ productData.priceCrossed|formatPrice(productData.currencyId) }}</strike></span>
  4673.                                     {% if app.request.locale == 'pl' and product.payu %}
  4674.                                         &nbsp; &nbsp; &nbsp;
  4675.                                         <span class=\"is-hidden-touch raty\"> {{ 'raty_0_procent'|trans }}</span>
  4676.                                     {% endif %}
  4677.                                     <div class=\"netto-price\">
  4678.                                         <em>{{ 'netto'|trans }} <span id=\"netto-price\">{{ priceNetto|formatPrice(productData.currencyId) }}</span></em>
  4679.                                     </div>
  4680.                                 </div>
  4681.                             {% else %}
  4682.                                 <div class=\"title is-1\">
  4683.                                     <span class=\"title is-1\" id=\"productPriceContainer\" property=\"price\" content=\"{{ minPrice }}\" style=\"font-weight:900;\">
  4684.                                         {{ minPrice|formatPrice(productData.currencyId) }}
  4685.                                     </span>
  4686.                                     {% if app.request.locale == 'pl' and product.payu %}
  4687.                                         &nbsp; &nbsp; &nbsp;
  4688.                                         <span class=\"is-hidden-touch raty\"> {{ 'raty_0_procent'|trans }}</span>
  4689.                                     {% endif %}
  4690.                                     <div class=\"netto-price\">
  4691.                                         <em>{{ 'netto'|trans }} <span id=\"netto-price\">{{ priceNetto|formatPrice(productData.currencyId) }}</span></em>
  4692.                                     </div>
  4693.                                 </div>
  4694.                             {% endif %}
  4695.                             <div class=\"subtitle is-6\" style=\"margin-top:10px;\">
  4696.                                 {{ 'weShipIn'|trans }} {{ product.getAvailability(language.localeShort).name }}
  4697.                             </div>
  4698.                             <link property=\"availability\" href=\"http://schema.org/InStock\" />
  4699.                             {% if language.id == 1 %}
  4700.                                 <span property=\"priceCurrency\" content=\"PLN\"></span>
  4701.                                 <span property=\"url\" content=\"https://www.centrumkrzesel.pl{{ path('product', {'id':product.id, 'slug':product.slug}, false) }}\"></span>
  4702.                             {% endif %}
  4703.                             {% if language.id == 2 %}
  4704.                                 <span property=\"priceCurrency\" content=\"CZK\"></span>
  4705.                                 <span property=\"url\" content=\"https://www.ezidle.cz{{ path('product', {'id':product.id, 'slug':product.slug}, false) }}\"></span>
  4706.                             {% endif %}
  4707.                             {% if language.id == 3 %}
  4708.                                 <span property=\"priceCurrency\" content=\"EUR\"></span>
  4709.                                 <span property=\"url\" content=\"https://www.stolicky24.sk{{ path('product', {'id':product.id, 'slug':product.slug}, false) }}\"></span>
  4710.                             {% endif %}
  4711.                             {% if language.id == 4 %}
  4712.                                 <span property=\"priceCurrency\" content=\"RON\"></span>
  4713.                                 <span property=\"url\" content=\"https://www.mobila24.ro{{ path('product', {'id':product.id, 'slug':product.slug}, false) }}\"></span>
  4714.                             {% endif %}
  4715.                         </div>
  4716.                         {% set imgShowProperty = 0 %}
  4717.                         {% for image in product.photos %}
  4718.                             {% if image.main == 1 and imgShowProperty == 0 %}
  4719.                                 <span property=\"image\" content=\"{{ language.storeUrl }}/images/product/{{ image.imageName }}\"></span>
  4720.                                 {% set imgShowProperty = 1 %}
  4721.                             {% endif %}
  4722.                         {% endfor %}
  4723.                         {% if product.getProducer(language.localeShort) %}
  4724.                             <span property=\"brand\" content=\"{{ product.getProducer(language.localeShort).name }}\"></span>
  4725.                         {% endif %}
  4726.                         {#
  4727.                         {% if comments|length %}
  4728.                             <span property=\"{{ rating|round(2) }}\" content=\"{{ product.getProducer(language.localeShort).name }}\"></span>
  4729.                         {% endif %}
  4730.                         #}
  4731.                     </div>
  4732.                     <!-- START OF DROPDOWNS SECTION -->
  4733.                     <!-- START OF MODEL DROPDOWN -->
  4734.                     {% if product.isVariants %}
  4735.                         {% include 'frontend/product/_dropdown.html.twig' %}
  4736.                     {% endif %}
  4737.                     <div id=\"equipmentContainer\" style=\"{% if product.isVariants %}display: none{% endif %}; font-size:15px;\">
  4738.                         {% set eqCounter = 0 %}
  4739.                         {% for equipment in equipments %}
  4740.                             {% if app.request.locale == equipment.locale %}
  4741.                                 {% set eqCounter = eqCounter + 1 %}
  4742.                             {% endif %}
  4743.                         {% endfor %}
  4744.                         {% if eqCounter %}
  4745.                             <p>
  4746.                                 {{ 'additional_equipment'|trans }}
  4747.                             </p>
  4748.                             {% for equipment in equipments %}
  4749.                                 {% if app.request.locale == equipment.locale %}
  4750.                                     <label class=\"checkbox\">
  4751.                                         {% if app.request.locale == 'ro' %}
  4752.                                             <input class=\"equipmentCheckbox\" type=\"checkbox\" data-price=\"{{ equipment.price }}\" data-id=\"{{ equipment.id }}\" name=\"equipment[]\" value=\"{{ equipment.id }}\">
  4753.                                             {{ equipment.name }} <strong>+{{ equipment.priceFormatted }}</strong>
  4754.                                         {% else %}
  4755.                                             <input class=\"equipmentCheckbox\" type=\"checkbox\" data-price=\"{{ equipment.price }}\" data-id=\"{{ equipment.id }}\" name=\"equipment[]\" value=\"{{ equipment.id }}\">
  4756.                                             {{ equipment.name }} <strong>+{{ equipment.priceFormatted }}</strong>
  4757.                                         {% endif %}
  4758.                                     </label>
  4759.                                 {% endif %}
  4760.                             {% endfor %}
  4761.                         {% endif %}
  4762.                     </div>
  4763.                     <!-- END OF SEAT TRIM DROPDOWN -->
  4764.                     <!-- END OF DROPDOWNS SECTION -->
  4765.                     <!-- START OF PICTOGRAMS -->
  4766.                     {% if productData.priceCrossed is defined and productData.currencySign is defined and productData.priceCrossed %}
  4767.                         <div class=\"column is-full is-size-7-tablet\" style=\"margin-bottom:-30px;\">
  4768.                             <div class=\"level-left\">
  4769.                                 <div class=\"level-item\">
  4770.                                     {{ 'omnibus_text'|trans }}
  4771.                                     {% if productData.omnibusPrice %}
  4772.                                         {{ productData.omnibusPrice|formatPrice(language.currency) }}
  4773.                                     {% else %}
  4774.                                         {{ minPrice|formatPrice(language.currency) }}
  4775.                                     {% endif %}
  4776.                                 </div>
  4777.                             </div>
  4778.                         </div>
  4779.                     {% endif %}
  4780.                     <div class=\"column is-full is-size-7-tablet is-hidden-mobile zajawki\">
  4781.                         <div class=\"level is-mobile\">
  4782.                             {% if (product.availability and product.availability.id == 1) or (product.availability and product.availability.id == 15 and app.request.locale == 'pl') or (product.availability and product.availability.id == 12 and app.request.locale == 'pl') or (product.availability and product.availability.id == 5) %}
  4783.                                 <div class=\"level-left\" style=\"width: 30%\">
  4784.                                     <div class=\"level-item\">
  4785.                                         <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"/v2/ico/24h_ico.png\" alt=\"24h delivery\">
  4786.                                         <span>{{ 'products_in_24h_delivery_ico'|trans|raw }}</span>
  4787.                                     </div>
  4788.                                 </div>
  4789.                             {% else %}
  4790.                                 <div class=\"level-left\" style=\"width: 30%\">
  4791.                                     <div class=\"level-item\">
  4792.                                         <img style=\"max-height: 4rem; max-width:50px;\" class=\"margin-right-8\" src=\"/v2/ico/ico_300_customers.svg\" alt=\"300 000 customers\">
  4793.                                         <span>{{ 'text_300_customers_product_ico'|trans|raw }}</span>
  4794.                                     </div>
  4795.                                 </div>
  4796.                             {% endif %}
  4797.                             <div class=\"level-item\" style=\"width: 36%;\">
  4798.                                 <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"{{ staticImages[locale].freeDelivery }}\" alt=\"\">
  4799.                                 <span>{{ 'free_delivery_return_product_ico'|trans|raw }}</span>
  4800.                             </div>
  4801.                             <div class=\"level-right\" style=\"width: 33%\">
  4802.                                 <div class=\"level-item\">
  4803.                                     <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"/v2/ico_pig_new.png\" alt=\"\">
  4804.                                     <div style=\"max-width: 100px;\">{{ 'price_with_negotiations'|trans|raw }}</div>
  4805.                                 </div>
  4806.                             </div>
  4807.                             {#
  4808.                             <div class=\"level-item\" style=\"width: 36%\">
  4809.                                 <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"{{ staticImages[locale].freeDelivery }}\" alt=\"\">
  4810.                                 <span>{{ 'free_delivery_return'|trans|raw }}</span>
  4811.                             </div>
  4812.                             <div class=\"level-right\" style=\"width: 33%\">
  4813.                                 <div class=\"level-item\">
  4814.                                     <img style=\"max-height: 4rem\" class=\"margin-right-8\" src=\"{{ staticImages[locale].onMarket }}\" alt=\"\">
  4815.                                     <span>{{ 'gwarancja_ico'|trans|raw }}</span>
  4816.                                 </div>
  4817.                             </div>
  4818.                             #}
  4819.                         </div>
  4820.                     </div>
  4821.                     <!-- END OF PICTOGRAMS -->
  4822.                     {% for marker in product.markers %}
  4823.                         {% if marker.language.id == language.id and marker.content|length>0 %}
  4824.                             <!-- START OF GREEN NOTIFICATION -->
  4825.                             <div class=\"notification {{ marker.color }}-notification\" style=\"margin-top:30px;\">
  4826.                                 <span class=\"icon\">
  4827.                                     <i class=\"fas fa-info-circle\"></i>
  4828.                                 </span>
  4829.                                 <span class=\"has-text-weight-bold\">
  4830.                                     {{ marker.content|raw }}
  4831.                                 </span>
  4832.                             </div>
  4833.                         {% endif %}
  4834.                     {% endfor %}
  4835.                     {% if product.getProducer(language.localeShort) %}
  4836.                         {% for marker in product.getProducer(language.localeShort).markers %}
  4837.                             {% if marker.language.id == language.id and marker.content|length>0 %}
  4838.                                 <!-- START OF GREEN NOTIFICATION -->
  4839.                                 <div class=\"notification {{ marker.color }}-notification\" style=\"margin-top:30px;\">
  4840.                                     <!-- TODO: jak coś to wytnij z projektu i wstaw ikonkÄ™ -->
  4841.                                     <span class=\"icon\">
  4842.                                     <i class=\"fas fa-info-circle\"></i>
  4843.                                 </span>
  4844.                                     <span class=\"has-text-weight-bold\">
  4845.                                     {{ marker.content|raw }}
  4846.                                 </span>
  4847.                                 </div>
  4848.                                 <!-- END OF GREEN NOTIFICATION -->
  4849.                             {% endif %}
  4850.                         {% endfor %}
  4851.                     {% endif %}
  4852.                     {% for marker in product.getLandingPagesMarkers %}
  4853.                         {% if marker.language.id == language.id and marker.content|length>0 %}
  4854.                             <!-- START OF GREEN NOTIFICATION -->
  4855.                             <div class=\"notification {{ marker.color }}-notification\" style=\"margin-top:30px;\">
  4856.                                 <!-- TODO: jak coś to wytnij z projektu i wstaw ikonkÄ™ -->
  4857.                                 <span class=\"icon\">
  4858.                                 <i class=\"fas fa-info-circle\"></i>
  4859.                             </span>
  4860.                                 <span class=\"has-text-weight-bold\">
  4861.                                 {{ marker.content|raw }}
  4862.                             </span>
  4863.                             </div>
  4864.                             <!-- END OF GREEN NOTIFICATION -->
  4865.                         {% endif %}
  4866.                     {% endfor %}
  4867.                     {#
  4868.                     {% if markerConstant is defined and markerConstant and app.request.locale == 'ro' %}
  4869.                         <div class=\"notification blue-notification\" style=\"margin-top:30px; background-color:#f2f8ff; color: #3085e5\">
  4870.                             <!-- TODO: jak coś to wytnij z projektu i wstaw ikonkÄ™ -->
  4871.                             <span class=\"has-text-weight-bold\">
  4872.                                 {{ markerConstant.content|raw }}
  4873.                             </span>
  4874.                         </div>
  4875.                     {% endif %}
  4876.                     #}
  4877.                     <!-- START OF AMOUNT SECTION -->
  4878.                     <div class=\"column is-full\">
  4879.                             {% if product.temporaryUnavailable %}
  4880.                                 <div class=\"column is-full\">
  4881.                                     <div class=\"level-item\">
  4882.                                         <div>
  4883.                                             <strong>
  4884.                                                 {{ 'product_temp_unavailable'|trans }}
  4885.                                             </strong>
  4886.                                         </div>
  4887.                                     </div>
  4888.                                 </div>
  4889.                                 <div id=\"notify_container\">
  4890.                                     <div class=\"column is-full\">
  4891.                                         <div class=\"level-left\">
  4892.                                             <div class=\"\">
  4893.                                                 {{ 'notify_me'|trans }}
  4894.                                             </div>
  4895.                                         </div>
  4896.                                     </div>
  4897.                                     <div class=\"column is-full\">
  4898.                                         <div class=\"\">
  4899.                                             <div class=\"field\">
  4900.                                                 <div class=\"control\">
  4901.                                                     <input type=\"text\" placeholder=\"{{ 'your_email'|trans }}\" id=\"notify_input\" value=\"\" class=\"input\" style=\"padding:25px;\">
  4902.                                                     <div style=\"display: none; margin-top:10px; color:red; text-align: center\" id=\"error_notify_container\">
  4903.                                                         {{ 'please_enter_valid_email'|trans }}
  4904.                                                     </div>
  4905.                                                 </div>
  4906.                                             </div>
  4907.                                         </div>
  4908.                                     </div>
  4909.                                     <div class=\"column is-full\">
  4910.                                         <div class=\"\">
  4911.                                             <button type=\"button\" class=\"button is-success has-text-weight-bold\" id=\"notify-button\" style=\"width:100%;\">
  4912.                                                 {{ 'inform_me_about_availability_button'|trans }}
  4913.                                             </button>
  4914.                                         </div>
  4915.                                     </div>
  4916.                                 </div>
  4917.                             {% else %}
  4918.                                 <div class=\"level is-mobile\">
  4919.                                     <div class=\"level-left\">
  4920.                                         <div class=\"level-item\">
  4921.                                             <div class=\"field\">
  4922.                                                 <div class=\"control\">
  4923.                                                     <input type=\"text\" id=\"amount\" value=\"1\" class=\"input cool-shadow has-text-centered\">
  4924.                                                 </div>
  4925.                                             </div>
  4926.                                         </div>
  4927.                                     </div>
  4928.                                     <div class=\"level-item\">
  4929.                                         <button type=\"button\" class=\"button is-success has-text-weight-bold\" id=\"ask-button\">
  4930.                                             {{ 'order_or_ask'|trans }}
  4931.                                         </button>
  4932.                                     </div>
  4933.                                 </div>
  4934.                             {% endif %}
  4935.                         <div class=\"column is-full\">
  4936.                             <div class=\"notification is-danger cart-notification\" style=\"text-align: center; display: none\">
  4937.                                 {{ 'choose_aboce_parameters_first'|trans }}
  4938.                             </div>
  4939.                             <div class=\"notification is-danger cart-error-notification\" style=\"text-align: center; display: none\">
  4940.                             </div>
  4941.                         </div>
  4942.                     </div>
  4943.                     <!-- END OF AMOUNT SECTION -->
  4944.                     <!-- START OF ADD TO COMPARE -->
  4945.                     <div class=\"column is-full\">
  4946.                         {% if app.request.locale == 'pl' and product.payu %}
  4947.                             <table style=\"margin-top:-20px; display: none\" id=\"payuraty\">
  4948.                                 <tr>
  4949.                                     <td style=\"width:40px;\">
  4950.                                         <img style=\"cursor: pointer; margin-bottom:-18px;\" id=\"payuLogo\" src=\"https://poland.payu.com/wp-content/themes/global-website/assets/src/images/payu-logo.svg\" hidden/>
  4951.                                     </td>
  4952.                                     <td style=\"width:4px;\"></td>
  4953.                                     <td><p><span id=\"installment-mini\"></span></p></td>
  4954.                                     <td><div style=\"font-size:15px; margin-top: 17px; padding-left:2px;\">miesiÄ™cznie</div></td>
  4955.                                 </tr>
  4956.                             </table>
  4957.                             <script type=\"text/javascript\">
  4958.                                 \$(document).ready(function () {
  4959.                                     const button = document.getElementById('payuLogo');
  4960.                                     button.addEventListener('click', function handleClick() {
  4961.                                     });
  4962.                                     var value = {{ minPrice }};
  4963.                                     var options = {
  4964.                                         creditAmount: value,    // wartość jako number (w PLN)
  4965.                                         posId: 1056481,         // identyfikator punktu pÅ‚atnoÅ›ci
  4966.                                         key: 'e8',              // pierwsze dwa znaki klucza api
  4967.                                         showLongDescription: true,
  4968.                                     };
  4969.                                     window.OpenPayU.Installments.miniInstallment(\"#installment-mini\", options)
  4970.                                         .then(function (result) {
  4971.                                             if (result.isWidgetAvailable) {
  4972.                                                 \$('#payuraty').show();
  4973.                                                 \$(document).on('click', '#payuLogo', function () {
  4974.                                                     result.openWidget();
  4975.                                                 });
  4976.                                                 \$(document).on('click', '.payu-mini-installments-widget-amount', function () {
  4977.                                                     result.openWidget();
  4978.                                                 });
  4979.                                                 \$(document).on('click', '.payu-mini-installments-widget-details', function () {
  4980.                                                     result.openWidget();
  4981.                                                 });
  4982.                                                 document.querySelector(\"#payuLogo\").removeAttribute(\"hidden\"); // wyÅ›wietla element
  4983.                                                 document.querySelector(\"#payuLogo\").onclick = function () {
  4984.                                                     result.openWidget();
  4985.                                                 }; // dodaje akcjÄ™ na klikniÄ™cie
  4986.                                             } else {
  4987.                                                 \$('#payuraty').hide();
  4988.                                             }
  4989.                                         })
  4990.                                         .catch(function (e) {
  4991.                                             console.error(e.toString());
  4992.                                         });
  4993.                                 });
  4994.                             </script>
  4995.                         {% endif %}
  4996.                         <label class=\"checkbox\" style=\"margin-top:5px; font-size:14px;\">
  4997.                             <input {% if compareIds is defined and product.id in compareIds %} checked=\"checked\" {% endif %} type=\"checkbox\"  data-removepath=\"{{ path('remove_compare') }}\" data-path=\"{{ path('add_to_compare') }}\" class=\"add_to_compare\" data-product=\"{{ product.id }}\" id=\"{{ product.id }}\">
  4998.                             {{ 'add_to_compare'|trans }}
  4999.                         </label>
  5000.                         <br/>
  5001.                         {% if similarColors|length %}
  5002.                             <div class=\"has-text-weight-semibold\">
  5003.                                 {{ 'similarColors'|trans }}
  5004.                             </div>
  5005.                             <div class=\"columns is-flex is-flex-wrap-nowrap is-align-items-center\">
  5006.                                 {% for similarColor in similarColors|slice(0,5) %}
  5007.                                     {% set localProduct = similarColor[0] %}
  5008.                                     {% set localProductData = similarColor %}
  5009.                                     <div class=\"column is-narrow\">
  5010.                                         <a href=\"{{ path('product', {'id':localProduct.id, 'slug':localProduct.slug}) }}\">
  5011.                                             <img style=\"max-width: 100px;\" data-main=\"{{ asset('/images/product/'~localProductData.mainPhoto~'') | imagine_filter('small') }}\" src=\"/images/ajax-loader.gif\" alt=\"{{ localProduct.name }}\" class=\"lazy img-responsive small-photo\" data-src=\"{{ asset('/images/product/'~localProductData.mainPhoto~'') | imagine_filter('small') }}\" />
  5012.                                         </a>
  5013.                                     </div>
  5014.                                 {% endfor %}
  5015.                             </div>
  5016.                         {% endif %}
  5017.                     </div>
  5018.                     <!-- END OF ADD TO COMPARE -->
  5019.                 </div>
  5020.                 <!-- END OF SHORT DESCRIPTION -->
  5021.             </div>
  5022.             <hr class=\"hr\">
  5023.         </div>
  5024.     </section>
  5025.     <!-- END OF MAIN SECTION -->
  5026.     <!-- START OF DETAIL DESCRIPTION SECTION -->
  5027.     {% set parametersIds = [] %}
  5028.     {% for variant in priceVariants %}
  5029.         {% if variant.parameterValueGroup.parameter.id not in parametersIds %}
  5030.             {% set parametersIds = parametersIds|merge([variant.parameterValueGroup.parameter.id]) %}
  5031.         {% endif %}
  5032.     {% endfor %}
  5033.     {% set shortFunctions = product.getShortFunctionDescription %}
  5034.     <section class=\"section\">
  5035.         <div class=\"container\">
  5036.             <div class=\"columns\">
  5037.                 <!-- START OF SIDEBAR MENU SECTION -->
  5038.                 <div class=\"column is-one-fifth\">
  5039.                     <affix class=\"sidebar-menu\" relative-element-selector=\"#main_content\">
  5040.                         <aside class=\"columns is-multiline\">
  5041.                             <scrollactive active-class=\"active-scroll\" :highlight-first-item=\"true\">
  5042.                                 <!-- START SIDEBAR FOR DESKTOP -->
  5043.                                 <nav>
  5044.                                     {% if shortFunctions|length %}
  5045.                                         <div class=\"column is-full has-text-weight-semibold\">
  5046.                                             <a href=\"#{{ 'tag_shortcut'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5047.                                                 {{ 'inShortcut'|trans }}
  5048.                                             </a>
  5049.                                         </div>
  5050.                                     {% endif %}
  5051.                                     <div class=\"column is-full has-text-weight-semibold\">
  5052.                                         <a href=\"#{{ 'tag_models_features'|trans }}\" class=\"modele_i_cechy scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5053.                                             {{ 'functionsProductDescription'|trans }}
  5054.                                         </a>
  5055.                                     </div>
  5056.                                     {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_TEXTILE') in parametersIds %}
  5057.                                         <div class=\"column is-full has-text-weight-semibold\">
  5058.                                             <a href=\"#{{ 'tag_material_textile'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5059.                                                 {{ 'materials_textiles'|trans }}
  5060.                                             </a>
  5061.                                         </div>
  5062.                                     {% endif %}
  5063.                                     {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD') in parametersIds %}
  5064.                                         <div class=\"column is-full has-text-weight-semibold\">
  5065.                                             <a href=\"#{{ 'tag_material_wood'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5066.                                                 {{ 'materials_wood'|trans }}
  5067.                                             </a>
  5068.                                         </div>
  5069.                                     {% endif %}
  5070.                                     {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_NET') in parametersIds %}
  5071.                                         <div class=\"column is-full has-text-weight-semibold\">
  5072.                                             <a href=\"#{{ 'tag_material_net'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5073.                                                 {{ 'material_net'|trans }}
  5074.                                             </a>
  5075.                                         </div>
  5076.                                     {% endif %}
  5077.                                     {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA') in parametersIds %}
  5078.                                         <div class=\"column is-full has-text-weight-semibold\">
  5079.                                             <a href=\"#{{ 'tag_materialy_kolatka'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5080.                                                 {{ 'materials_others'|trans }}
  5081.                                             </a>
  5082.                                         </div>
  5083.                                     {% endif %}
  5084.                                     {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD_LEGS') in parametersIds %}
  5085.                                         <div class=\"column is-full has-text-weight-semibold\">
  5086.                                             <a href=\"#{{ 'tag_legs_wood'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5087.                                                 {{ 'material_wood_legs'|trans }}
  5088.                                             </a>
  5089.                                         </div>
  5090.                                     {% endif %}
  5091.                                     <div class=\"column is-full has-text-weight-semibold\">
  5092.                                         <a href=\"#{{ 'tag_pricing'|trans }}\" class=\"scrollactive-item is-hidden-touch\" style=\"color: #989898;\">
  5093.                                             {{ 'pricing'|trans }}
  5094.                                         </a>
  5095.                                     </div>
  5096.                                     {% if product.photo3d %}
  5097.                                         <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  5098.                                             <a href=\"#desc360\" class=\"scrollactive-item\" style=\"color: #989898;\">{{ 'presentation_360'|trans }}</a>
  5099.                                         </div>
  5100.                                     {% endif %}
  5101.                                     {% if product.photo3dAdditional|length > 25 %}
  5102.                                         <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  5103.                                             <a href=\"#desc360Additional\" class=\"scrollactive-item\" style=\"color: #989898;\">{{ 'presentation_360_additional'|trans }}</a>
  5104.                                         </div>
  5105.                                     {% endif %}
  5106.                                     {% if product.film %}
  5107.                                         <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  5108.                                             <a href=\"#film\" class=\"scrollactive-item\" style=\"color: #989898;\">{{ 'film'|trans }}</a>
  5109.                                         </div>
  5110.                                     {% endif %}
  5111.                                     <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  5112.                                         <a href=\"#gallery\" class=\"scrollactive-item\" style=\"color: #989898;\">{{ 'gallery'|trans }}</a>
  5113.                                     </div>
  5114.                                     <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  5115.                                         <a href=\"#podobne\" class=\"scrollactive-item\" style=\"color: #989898;\">{{ 'similarProducs'|trans }}</a>
  5116.                                     </div>
  5117.                                     {% if app.request.locale == 'pl' %}
  5118.                                         {% if product.getActiveSubProducts.count and buyCheaperLP is defined and buyCheaperLP %}
  5119.                                             <div class=\"column is-full has-text-weight-semibold is-hidden-touch\">
  5120.                                                 <a href=\"{{ path('landing-page-front', {'product':product.id, 'id':buyCheaperLP.id, 'slug':buyCheaperLP.slug}) }}\" class=\"\" style=\"color: red;\">{{ 'buy_cheaper'|trans }}</a>
  5121.                                             </div>
  5122.                                         {% endif %}
  5123.                                     {% endif %}
  5124.                                     {% if product.getProducer(language.localeShort).responsibleEntity %}
  5125.                                         <div class=\"column is-full has-text-weight-semibold\">
  5126.                                             <a href=\"javascript:void(0);\" id=\"toggleDetails\" class=\"scrollactive-item is-hidden-touch\" style=\"color: rgb(152, 152, 152); display: flex; justify-content: space-between; align-items: center;\">
  5127.                                                 {{ 'responsibleEntity_front_store'|trans }}
  5128.                                                 <span id=\"toggleIcon\" class=\"icon\">
  5129.                                                     <i class=\"fas fa-caret-down\"></i>
  5130.                                                 </span>
  5131.                                             </a>
  5132.                                         </div>
  5133.                                         <!-- Hidden details div -->
  5134.                                         <div id=\"detailsSection\" class=\"column is-full\" style=\"display: none; padding-left: 20px; color: rgb(100, 100, 100);\">
  5135.                                             {{ product.getProducer(language.localeShort).responsibleEntity|raw }}
  5136.                                         </div>
  5137.                                     {% endif %}
  5138.                                 </nav>
  5139.                                 <!-- END SIDEBAR FOR DESKTOP -->
  5140.                             </scrollactive>
  5141.                         </aside>
  5142.                     </affix>
  5143.                 </div>
  5144.                 <!-- END OF SIDEBAR MENU SECTION -->
  5145.                 <!-- START OF CONTENT SECTION -->
  5146.                 <div class=\"content-single-product column is-three-fifths-desktop is-four-fifths-tablet\">
  5147.                     <div class=\"columns is-multiline main-content-mobile-up\" id=\"main_content\">
  5148.                         {% if shortFunctions|length %}
  5149.                             <div class=\"left-25\" id=\"{{ 'tag_shortcut'|trans }}\">
  5150.                                 <div class=\"column is-full\">
  5151.                                     {{ shortFunctions|raw }}
  5152.                                 </div>
  5153.                             </div>
  5154.                         {% endif %}
  5155.                         <section-accordion :open=\"1\" inline-template v-cloak>
  5156.                             <div class=\"column is-full\" id=\"{{ 'tag_models_features'|trans }}\">
  5157.                                 {% if shortFunctions|length %}
  5158.                                     <hr class=\"hr\">
  5159.                                 {% endif %}
  5160.                                 <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  5161.                                     <div class=\"level-left\">
  5162.                                         <div class=\"level-item\">
  5163.                                             <h3 class=\"title is-3\">
  5164.                                                 {{ 'functionsProductDescription'|trans }}
  5165.                                             </h3>
  5166.                                         </div>
  5167.                                     </div>
  5168.                                     <div class=\"level-right\">
  5169.                                         <div class=\"level-item\" v-show=\"isMobile\">
  5170.                                             <!-- down arrow / minus -->
  5171.                                             <span class=\"icon\">
  5172.                                                 <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  5173.                                             </span>
  5174.                                         </div>
  5175.                                     </div>
  5176.                                 </div>
  5177.                                 <div class=\"divider2\"></div>
  5178.                                 <!-- TODO: jakaÅ› klasa do zÅ‚apania -->
  5179.                                 <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  5180.                                     {%  set desc = product.description|shortFunctionDescriptionFilter %}
  5181.                                     <ul class=\"removeDot\">
  5182.                                         {% for row in desc %}
  5183.                                             {% if row|striptags|length>5 %}
  5184.                                             <li class=\"removeDot\">
  5185.                                                     <div class=\"column is-full\">
  5186.                                                         <span class=\"icon\"><i class=\"fas fa-check has-text-success\"></i></span>
  5187.                                                         {{ row|strongReplacer|raw }}
  5188.                                                     </div>
  5189.                                             </li>
  5190.                                             {% endif %}
  5191.                                         {% endfor %}
  5192.                                     </ul>
  5193.                                 </div>
  5194.                             </div>
  5195.                         </section-accordion>
  5196.                         {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_TEXTILE') in parametersIds %}
  5197.                             <section-accordion :open=\"0\" inline-template v-cloak>
  5198.                                 <div class=\"column is-full\" id=\"{{ 'tag_material_textile'|trans }}\">
  5199.                                     <hr class=\"hr\">
  5200.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  5201.                                         <div class=\"level-left\">
  5202.                                             <div class=\"level-item\">
  5203.                                                 <h3 class=\"title is-3\">
  5204.                                                     {{ 'textiles'|trans|capitalize }} ({{ 'count_variant_types'|transchoice(groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_TEXTILE')]) }})
  5205.                                                 </h3>
  5206.                                             </div>
  5207.                                         </div>
  5208.                                         <div class=\"level-right\">
  5209.                                             <div class=\"level-item\" v-show=\"isMobile\">
  5210.                                                 <!-- down arrow / minus -->
  5211.                                                 <span class=\"icon\">
  5212.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  5213.                                                 </span>
  5214.                                             </div>
  5215.                                         </div>
  5216.                                     </div>
  5217.                                     <div class=\"divider2\"></div>
  5218.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  5219.                                         {% for variant in variantsArray %}
  5220.                                             {% if variant.parameter.id == constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_TEXTILE') %}
  5221.                                                 {% include 'frontend/product/_materialPresentation.html.twig' %}
  5222.                                             {% endif %}
  5223.                                         {% endfor %}
  5224.                                     </div>
  5225.                                 </div>
  5226.                             </section-accordion>
  5227.                         {% endif %}
  5228.                         {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD') in parametersIds %}
  5229.                             <section-accordion :open=\"0\" inline-template v-cloak>
  5230.                                 <div class=\"column is-full\" id=\"{{ 'tag_material_wood'|trans }}\">
  5231.                                     <hr class=\"hr\">
  5232.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  5233.                                         <div class=\"level-left\">
  5234.                                             <div class=\"level-item\">
  5235.                                                 <h3 class=\"title is-3\">
  5236.                                                     {{ 'wood'|trans|capitalize }} ({{ 'count_variant_types'|transchoice(groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD')]) }})
  5237.                                                 </h3>
  5238.                                             </div>
  5239.                                         </div>
  5240.                                         <div class=\"level-right\">
  5241.                                             <div class=\"level-item\" v-show=\"isMobile\">
  5242.                                                 <!-- down arrow / minus -->
  5243.                                                 <span class=\"icon\">
  5244.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  5245.                                                 </span>
  5246.                                             </div>
  5247.                                         </div>
  5248.                                     </div>
  5249.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  5250.                                         {% for variant in variantsArray %}
  5251.                                             {% if variant.parameter.id == constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD') %}
  5252.                                                 {% include 'frontend/product/_materialPresentation.html.twig' %}
  5253.                                             {% endif %}
  5254.                                         {% endfor %}
  5255.                                     </div>
  5256.                                 </div>
  5257.                             </section-accordion>
  5258.                         {% endif %}
  5259.                         {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_NET') in parametersIds %}
  5260.                             <section-accordion :open=\"0\" inline-template v-cloak>
  5261.                                 <div class=\"column is-full\" id=\"{{ 'tag_material_net'|trans }}\">
  5262.                                     <hr class=\"hr\">
  5263.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  5264.                                         <div class=\"level-left\">
  5265.                                             <div class=\"level-item\">
  5266.                                                 <h3 class=\"title is-3\">
  5267.                                                     {{ 'net'|trans|capitalize }} ({{ 'count_variant_types'|transchoice(groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_NET')]) }})
  5268.                                                 </h3>
  5269.                                             </div>
  5270.                                         </div>
  5271.                                         <div class=\"level-right\">
  5272.                                             <div class=\"level-item\" v-show=\"isMobile\">
  5273.                                                 <!-- down arrow / minus -->
  5274.                                                 <span class=\"icon\">
  5275.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  5276.                                                 </span>
  5277.                                             </div>
  5278.                                         </div>
  5279.                                     </div>
  5280.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  5281.                                         {% for variant in variantsArray %}
  5282.                                             {% if variant.parameter.id == constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_NET') %}
  5283.                                                 {% include 'frontend/product/_materialPresentation.html.twig' %}
  5284.                                             {% endif %}
  5285.                                         {% endfor %}
  5286.                                     </div>
  5287.                                 </div>
  5288.                             </section-accordion>
  5289.                         {% endif %}
  5290.                         {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA') in parametersIds %}
  5291.                             <section-accordion :open=\"0\" inline-template v-cloak>
  5292.                                 <div class=\"column is-full\" id=\"{{ 'tag_materialy_kolatka'|trans }}\">
  5293.                                     <hr class=\"hr\">
  5294.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  5295.                                         <div class=\"level-left\">
  5296.                                             <div class=\"level-item\">
  5297.                                                 <h3 class=\"title is-3\">
  5298.                                                     {{ 'pins_kolatka'|trans|capitalize }} ({{ 'count_variant_types'|transchoice(groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA')]) }})
  5299.                                                 </h3>
  5300.                                             </div>
  5301.                                         </div>
  5302.                                         <div class=\"level-right\">
  5303.                                             <div class=\"level-item\" v-show=\"isMobile\">
  5304.                                                 <!-- down arrow / minus -->
  5305.                                                 <span class=\"icon\">
  5306.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  5307.                                                 </span>
  5308.                                             </div>
  5309.                                         </div>
  5310.                                     </div>
  5311.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  5312.                                         {% for variant in variantsArray %}
  5313.                                             {% if variant.parameter.id == constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_KOLATKA_PINEZKA') %}
  5314.                                                 {% include 'frontend/product/_materialPresentation.html.twig' %}
  5315.                                             {% endif %}
  5316.                                         {% endfor %}
  5317.                                     </div>
  5318.                                 </div>
  5319.                             </section-accordion>
  5320.                         {% endif %}
  5321.                         {% if constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD_LEGS') in parametersIds %}
  5322.                             <section-accordion :open=\"0\" inline-template v-cloak>
  5323.                                 <div class=\"column is-full\" id=\"{{ 'tag_legs_wood'|trans }}\">
  5324.                                     <hr class=\"hr\">
  5325.                                     <div class=\"level is-mobile\" @click=\"toggleAccordion\">
  5326.                                         <div class=\"level-left\">
  5327.                                             <div class=\"level-item\">
  5328.                                                 <h3 class=\"title is-3\">
  5329.                                                     {{ 'wood_legs'|trans }} ({{ 'count_variant_types'|transchoice(groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD_LEGS')]) }})
  5330.                                                 </h3>
  5331.                                             </div>
  5332.                                         </div>
  5333.                                         <div class=\"level-right\">
  5334.                                             <div class=\"level-item\" v-show=\"isMobile\">
  5335.                                                 <!-- down arrow / minus -->
  5336.                                                 <span class=\"icon\">
  5337.                                                     <i :class=\"isOpen ? 'fas fa-minus' : 'fas fa-chevron-down'\"></i>
  5338.                                                 </span>
  5339.                                             </div>
  5340.                                         </div>
  5341.                                     </div>
  5342.                                     <div :class=\"isMobile ? '' : 'left-25'\" v-show=\"isOpen\">
  5343.                                         {% for variant in variantsArray %}
  5344.                                             {% if variant.parameter.id == constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD_LEGS') %}
  5345.                                                 {% include 'frontend/product/_materialPresentation.html.twig' %}
  5346.                                             {% endif %}
  5347.                                         {% endfor %}
  5348.                                     </div>
  5349.                                 </div>
  5350.                             </section-accordion>
  5351.                         {% endif %}
  5352.                         <div class=\"column is-full\" id=\"{{ 'tag_pricing'|trans }}\">
  5353.                             <hr class=\"hr\">
  5354.                             <h2 class=\"title is-3\">
  5355.                                 {{ 'pricing'|trans }}
  5356.                             </h2>
  5357.                             <div class=\"divider\"></div>
  5358.                             {% if product.shippingCategory and app.request.locale == 'pl' %}
  5359.                                 {% set sc = product.shippingCategory~'_store' %}
  5360.                                 <h4 style=\"margin-bottom:20px;\">
  5361.                                     {{ sc|trans }}
  5362.                                 </h4>
  5363.                             {% endif %}
  5364.                             <div class=\"pricingContainer\">
  5365.                                 {% if product.isVariants == 1 and groupCounter|length > 0 %}
  5366.                                     <table class=\"ck-table\">
  5367.                                         <tr>
  5368.                                             <td></td>
  5369.                                             {% if groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_TEXTILE')] is defined %}
  5370.                                                 <th style=\"text-align: center; padding-top:10px;\" colspan=\"{{ groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_TEXTILE')] }}\">{{ 'available_materials'|trans }}</th>
  5371.                                             {% elseif groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD')] is defined %}
  5372.                                                 <th style=\"text-align: center; padding-top:10px;\" colspan=\"{{ groupCounter[constant('App\\\\Entity\\\\ProductParameter::CHOOSABLE_WOOD')] }}\">{{ 'available_materials'|trans }}</th>
  5373.                                             {% endif %}
  5374.                                         </tr>
  5375.                                         <tr>
  5376.                                             <th style=\"text-align: center\">{{ 'version'|trans }}</th>
  5377.                                             {% for price in pricing|slice(0,1) %}
  5378.                                                 {% for textile in price.tkaniny %}
  5379.                                                     {% if textile.parameter.id in [9,23,55,121,126,124,37,22] %}
  5380.                                                         {% if textile.parameterValueGroup %}
  5381.                                                             <th style=\"text-align:center;\"><a href=\"{{ path('textileDescription', {'id':textile.parameterValueGroup.id}) }}\">{{ textile.parameterValueGroup.name }}</a></th>
  5382.                                                         {% else %}
  5383.                                                             <th style=\"text-align:center;\">{{ textile.parameterValue.name }}</th>
  5384.                                                         {% endif %}
  5385.                                                     {% endif %}
  5386.                                                 {% endfor %}
  5387.                                             {% endfor %}
  5388.                                         </tr>
  5389.                                             {% for price in pricing %}
  5390.                                                 <tr>
  5391.                                                     <td style=\"\">{{ price.wersja.name }}</td>
  5392.                                                     {% for textile in price.tkaniny %}
  5393.                                                         {% if textile.parameter.id in [9,23,55,121,126,124,37,22] %}
  5394.                                                             <td style=\"text-align:center;overflow: hidden;white-space: nowrap; vertical-align: middle\">{{ textile.productPrice.priceGross(vat)|formatPrice(textile.productPrice.currency) }}</td>
  5395.                                                         {% endif %}
  5396.                                                     {% endfor %}
  5397.                                                 </tr>
  5398.                                             {% endfor %}
  5399.                                     </table>
  5400.                                 {% elseif productPrices|length>1 %}
  5401.                                     <table class=\"ck-table\" style=\"max-width: 650px;\">
  5402.                                         {% for productPrice in productPrices %}
  5403.                                             {% if productPrice.variants|length == 1 %}
  5404.                                                 <tr>
  5405.                                                     <th style=\"text-align: center; width:30%;\">
  5406.                                                         {% for variants in productPrice.variants %}
  5407.                                                             {{ variants.parameterValue.name }}
  5408.                                                         {% endfor %}
  5409.                                                     </th>
  5410.                                                     <td style=\"width: 90%; text-align: center; padding-top:19px;\">
  5411.                                                         {{ productPrice.getPriceGross(vat)|formatPrice(language.currency) }}
  5412.                                                     </td>
  5413.                                                 </tr>
  5414.                                             {% endif %}
  5415.                                         {% endfor %}
  5416.                                     </table>
  5417.                                 {% else %}
  5418.                                     <table class=\"ck-table\" style=\"max-width: 650px;\">
  5419.                                         <tr>
  5420.                                             <th style=\"text-align: center; width:30%;\">
  5421.                                                 {{ product.name }}
  5422.                                             </th>
  5423.                                             <td style=\"width: 90%; text-align: center; padding-top:19px;\">
  5424.                                                 {% for price in productPrices|slice(0,1) %}
  5425.                                                     {{ price.getPriceGross(vat, language.roundingPrecision, true)|formatPrice(language.currency) }}
  5426.                                                 {% endfor %}
  5427.                                             </td>
  5428.                                         </tr>
  5429.                                     </table>
  5430.                                 {% endif %}
  5431.                             </div>
  5432.                         </div>
  5433.                         {#
  5434.                         <div class=\"column is-full is-hidden-touch pytania\">
  5435.                             <div class=\"is-size-4 is-600 is-red has-text-centered is-3 \">
  5436.                                 Masz pytanie? ZadzwoÅ„
  5437.                                 <span class=\"\"><i class=\"fas fa-phone\"></i> 801 044 034</span>
  5438.                             </div>
  5439.                             <div class=\"is-size-5 has-text-centered\">
  5440.                                 Infolinia - Czynna dziÅ› do 16:00
  5441.                             </div>
  5442.                         </div>
  5443.                         #}
  5444.                         {% if product.photo3d %}
  5445.                             <div class=\"column is-full\" id=\"desc360\">
  5446.                                 <hr class=\"hr\">
  5447.                                 <h2 class=\"title is-3\">
  5448.                                     {{ 'presentation360'|trans }}
  5449.                                 </h2>
  5450.                                 <div class=\"left-25 descriptionDiv\">
  5451.                                     {{ product.photo3d|raw }}
  5452.                                 </div>
  5453.                             </div>
  5454.                         {% endif %}
  5455.                         {% if product.photo3dAdditional|length > 25 %}
  5456.                             <div class=\"column is-full\" id=\"desc360Additional\">
  5457.                                 <hr class=\"hr\">
  5458.                                 <h2 class=\"title is-3\">
  5459.                                     {{ 'presentation_360_additional'|trans }}
  5460.                                 </h2>
  5461.                                 <div class=\"left-25 descriptionDiv\">
  5462.                                     {{ product.photo3dAdditional|raw }}
  5463.                                 </div>
  5464.                             </div>
  5465.                         {% endif %}
  5466.                         {% if product.film %}
  5467.                             <div class=\"column is-full descriptionDiv\" id=\"film\">
  5468.                                 <hr class=\"hr\">
  5469.                                 <h2 class=\"title is-3\">
  5470.                                     {{ 'film'|trans }}
  5471.                                 </h2>
  5472.                                 <div class=\"left-25 video-container\" itemprop=\"video\" itemscope itemtype=\"http://schema.org/VideoObject\">
  5473.                                     {{ product.film|raw }}
  5474.                                     <span style=\"display: none\" itemprop=\"name\">{{ 'product_presentation'|trans }} {{ product.name }} - {{ product.getProducer(language.localeShort).name }}</span>
  5475.                                     <span style=\"display: none\" itemprop=\"description\">{{ product.shortDescription }}</span>
  5476.                                     <span style=\"display: none\" itemprop=\"uploadDate\">{{ product.createdAt|date('Y-m-d') }}</span>
  5477.                                     {% set imgShow = 0 %}
  5478.                                     {% for image in product.photos %}
  5479.                                         {% if image.main == 1 and imgShow == 0 %}
  5480.                                             <span style=\"display: none\" itemprop=\"thumbnailUrl\">{{ language.storeUrl }}/images/product/{{ image.imageName }}</span>
  5481.                                             {% set imgShow = 1 %}
  5482.                                         {% endif %}
  5483.                                     {% endfor %}
  5484.                                 </div>
  5485.                             </div>
  5486.                         {% endif %}
  5487.                         <div class=\"column is-full descriptionDiv\" id=\"gallery\">
  5488.                             <hr class=\"hr\">
  5489.                             <h2 class=\"title is-3\">
  5490.                                 {{ 'gallery'|trans }}
  5491.                             </h2>
  5492.                             <div class=\"left-25\">
  5493.                                 <div class=\"columns is-multiline\">
  5494.                                     {% for photo in product.photos %}
  5495.                                         {% if photo.getIsAvailableForLang(language) %}
  5496.                                             <div class=\"column is-one-third\" style=\"float: left; padding:0px;\">
  5497.                                                 <a id=\"{{ photo.id }}\" class=\"modal-button\" data-href=\"{{ path('load_gallery_image', {'id':photo.id}) }}\" data-target=\"modal\" aria-haspopup=\"true\">
  5498.                                                     <img {% if photo.alt %}alt=\"{{ photo.alt }}\"{% endif %} style=\"max-height:210px;\" src=\"{{ language.storeUrl }}/images/product/{{ photo.imageName }}\"/>
  5499.                                                 </a>
  5500.                                                 <div style=\"font-size:14px; width: 130px;\">
  5501.                                                     {{ photo.getTranslatedDescription(app.request.locale) }}
  5502.                                                 </div>
  5503.                                             </div>
  5504.                                         {% endif %}
  5505.                                     {% endfor %}
  5506.                                     <div style=\"clear: both\"></div>
  5507.                                 </div>
  5508.                             </div>
  5509.                         </div>
  5510.                         {% if comments|length %}
  5511.                             <div class=\"column is-full descriptionDiv\" id=\"comments\">
  5512.                                 <hr class=\"hr\">
  5513.                                 <h2 class=\"title is-3\" style=\"margin-left:-5px;\">
  5514.                                     {{ 'comments_front_txt_title'|trans }}
  5515.                                 </h2>
  5516.                                 <div class=\"left-25\">
  5517.                                     <div class=\"columns is-multiline\">
  5518.                                         <div class=\"column is-full\" style=\"margin-bottom: 20px; margin-top:10px;\">
  5519.                                             <div class=\"is-mobile\">
  5520.                                                 <div class=\"level-left\">
  5521.                                                     {{ 'average_rating'|trans }} &nbsp; <strong>{{ rating|round(2) }}/5</strong> &nbsp;  &nbsp; <span id=\"rateit\" data-rateit-readonly=\"true\" data-rateit-value=\"{{ rating }}\" data-readonly=\"true\" data-rateit-ispreset=\"true\" data-rateit-mode=\"font\" style=\"font-size:20px\" class=\"rateit hide-mobile\"></span> &nbsp;
  5522.                                                     {% if comments|length == 1 %}
  5523.                                                         &nbsp; (1 {{ 'single_opinion'|trans }})
  5524.                                                     {% elseif (comments|length == 2 or comments|length == 3 or comments|length == 4) %}
  5525.                                                         &nbsp; ({{ comments|length }} {{ 'pl_two_three_fours_opinions_lexical'|trans }})
  5526.                                                     {% else %}
  5527.                                                         &nbsp; ({{ comments|length }} {{ 'opinions'|trans }})
  5528.                                                     {% endif %}
  5529.                                                 </div>
  5530.                                             </div>
  5531.                                         </div>
  5532.                                         <div style=\"color:red; cursor: pointer\" id=\"show_comments_button\">
  5533.                                             {{ 'show_comments'|trans }} <i class=\"fa fa-arrow-circle-down\"></i>
  5534.                                         </div>
  5535.                                         <div id=\"comment_container\" style=\"display: none\">
  5536.                                             <div itemscope itemtype=\"https://schema.org/Product\">
  5537.                                                 <div itemprop=\"brand\" itemtype=\"https://schema.org/Brand\" itemscope>
  5538.                                                     {% if pProduct.getProducer(language.localeShort) %}
  5539.                                                         <meta itemprop=\"name\" content=\"{{ pProduct.getProducer(language.localeShort).name }}\" />
  5540.                                                     {% endif %}
  5541.                                                 </div>
  5542.                                                 <meta itemprop=\"description\" content=\"{{ product.description|striptags|slice(0,200) }}\" />
  5543.                                                 <meta itemprop=\"sku\" content=\"{{ product.id }}\" />
  5544.                                                 {% set imgShow = 0 %}
  5545.                                                 {% for image in product.photos %}
  5546.                                                     {% if image.main == 1 and imgShow == 0 %}
  5547.                                                         <img style=\"visibility: hidden; left:-1000px; position: absolute;\" itemprop=\"image\" src=\"{{ language.storeUrl }}/images/product/{{ image.imageName }}\"/>
  5548.                                                         {% set imgShow = 1 %}
  5549.                                                     {% endif %}
  5550.                                                 {% endfor %}
  5551.                                                 <span style=\"visibility: hidden; left:-1000px; position: absolute\" itemprop=\"name\">{{ product.name }}</span>
  5552.                                                 <div itemprop=\"aggregateRating\" itemtype=\"https://schema.org/AggregateRating\" itemscope>
  5553.                                                     <meta itemprop=\"reviewCount\" content=\"{{ comments|length }}\" />
  5554.                                                     <span itemprop=\"ratingValue\" content=\"{{ rating|round(2) }}\"></span>
  5555.                                                 </div>
  5556.                                                 <div itemprop=\"offers\" itemtype=\"https://schema.org/Offer\" itemscope>
  5557.                                                     {% if language.id == 1 %}
  5558.                                                         <link itemprop=\"url\" href=\"https://www.centrumkrzesel.pl{{ path('product', {'id':product.id, 'slug':product.slug}, false) }}\" />
  5559.                                                     {% endif %}
  5560.                                                     <meta itemprop=\"availability\" content=\"https://schema.org/InStock\" />
  5561.                                                     {% if language.id == 1 %}
  5562.                                                         <meta itemprop=\"priceCurrency\" content=\"PLN\" />
  5563.                                                     {% endif %}
  5564.                                                     {% if language.id == 2 %}
  5565.                                                         <meta itemprop=\"priceCurrency\" content=\"CZK\" />
  5566.                                                     {% endif %}
  5567.                                                     {% if language.id == 3 %}
  5568.                                                         <meta itemprop=\"priceCurrency\" content=\"EUR\" />
  5569.                                                     {% endif %}
  5570.                                                     {% if language.id == 4 %}
  5571.                                                         <meta itemprop=\"priceCurrency\" content=\"RON\" />
  5572.                                                     {% endif %}
  5573.                                                     <meta itemprop=\"itemCondition\" content=\"https://schema.org/NewCondition\" />
  5574.                                                     <meta itemprop=\"price\" content=\"{{ minPrice }}\" />
  5575.                                                     <meta itemprop=\"priceValidUntil\" content=\"{{ 'now'|date('Y')+1 }}-{{ 'now'|date('m') }}-{{ 'now'|date('d') }}\" />
  5576.                                                 </div>
  5577.                                                 {% for comment in comments %}
  5578.                                                     <div itemprop=\"review\" itemscope itemtype=\"https://schema.org/Review\">
  5579.                                                         <span itemprop=\"reviewRating\" itemscope itemtype=\"https://schema.org/Rating\">
  5580.                                                           <span itemprop=\"ratingValue\" style=\"position: absolute; margin-left: -2000px;\">{{ comment.opinionRate }}</span>
  5581.                                                         </span>
  5582.                                                         <meta itemprop=\"datePublished\" content=\"{{ comment.createdAt|date('Y-m-d') }}\">
  5583.                                                         <div class=\"level is-mobile\">
  5584.                                                             <div class=\"level-left\" style=\"width: 10%;\">
  5585.                                                                 <div class=\"author-container \" style=\"width: 52px!important;\">
  5586.                                                                     <div style=\"margin:auto; font-size: 20px; background-color: {{ random(['#ffb213', '#b390f1', '#785d55', '#ee8260', '#5abe10']) }}; width: 30px; height: 30px;\" class=\"author-circle\">
  5587.                                                                         <span>{{ comment.user.firstname|slice(0,1)|upper }}</span>
  5588.                                                                     </div>
  5589.                                                                 </div>
  5590.                                                             </div>
  5591.                                                             <div class=\"level-left\" style=\"width: 90%;\">
  5592.                                                                 <div class=\"level-item level-item-name\" style=\"justify-content: left;\">
  5593.                                                                     <span itemprop=\"author\" itemscope itemtype=\"https://schema.org/Person\">
  5594.                                                                         <strong><span itemprop=\"name\">{{ comment.user.firstname }}</span></strong>
  5595.                                                                     </span>
  5596.                                                                     &nbsp;
  5597.                                                                     &nbsp;
  5598.                                                                     <span style=\"color:grey; font-size:13px;\">
  5599.                                                                         {{ comment.createdAt|date('Y-m-d') }}
  5600.                                                                     </span>
  5601.                                                                     &nbsp; &nbsp; &nbsp; <span id=\"rateit\" data-rateit-readonly=\"true\" data-rateit-value=\"{{ comment.opinionRate }}\" data-readonly=\"true\" data-rateit-ispreset=\"true\" data-rateit-mode=\"font\" style=\"font-size:20px\" class=\"rateit\"></span>
  5602.                                                                 </div>
  5603.                                                             </div>
  5604.                                                         </div>
  5605.                                                         <div class=\"column is-full\" style=\"margin-bottom: 20px;\">
  5606.                                                             <div class=\"level is-mobile\">
  5607.                                                                 <div class=\"level-left\" style=\"width: 9%;\">
  5608.                                                                 </div>
  5609.                                                                 <div class=\"level-left content-comment\" style=\"width: 92.5%; display: block\">
  5610.                                                                     {{ comment.content }}
  5611.                                                                     {% if comment.imageName %}
  5612.                                                                         <br/>
  5613.                                                                         <div>
  5614.                                                                             <img style=\"max-width: 600px; margin-top:10px;\" src=\"{{ asset('/images/important/'~comment.imageName~'') | imagine_filter('smallProdImage') }}\" alt=\"{{ product.name }} {{ 'customer_photo'|trans|lower }} {{ comment.user.firstname }}\">
  5615.                                                                         </div>
  5616.                                                                     {% endif %}
  5617.                                                                 </div>
  5618.                                                             </div>
  5619.                                                         </div>
  5620.                                                     </div>
  5621.                                                 {% endfor %}
  5622.                                             </div>
  5623.                                         </div>
  5624.                                         <div style=\"clear: both\"></div>
  5625.                                     </div>
  5626.                                 </div>
  5627.                             </div>
  5628.                         {% endif %}
  5629.                     </div>
  5630.                 </div>
  5631.                 <!-- END OF CONTENT SECTION -->
  5632.                 <!-- START OF RIGHT (EMPTY) SECTION -->
  5633.                 <div class=\"column is-one-fifth-desktop is-hidden-touch\">
  5634.                 </div>
  5635.                 <!-- END OF RIGHT (EMPTY) SECTION -->
  5636.             </div>
  5637.             <div class=\"columns\">
  5638.                 <div class=\"column\">
  5639.                     <div class=\"columns\">
  5640.                         <div class=\"column is-two-third is-offset-one-fifths is-hidden-touch pytania\">
  5641.                             <div class=\"is-size-4 is-600 has-text-centered is-3 \">
  5642.                                 {{ 'have_question_call'|trans }}
  5643.                                 <span class=\"\"><i class=\"fas fa-phone\"></i> {{ language.helpline }}</span>
  5644.                             </div>
  5645.                             {% if helplineHours %}
  5646.                                 <div class=\"is-size-5 has-text-centered\">
  5647.                                     {{ 'call_center_work_hours'|trans }}: {{ helplineHours.name }}
  5648.                                 </div>
  5649.                             {% endif %}
  5650.                         </div>
  5651.                     </div>
  5652.                     {% if family|length %}
  5653.                         <div class=\"section\">
  5654.                             <div class=\"container\">
  5655.                                 <h4 class=\"subtitle is-4 mobile-spacer has-text-centered\">
  5656.                                     {{ 'productsFromFamily'|trans }}
  5657.                                 </h4>
  5658.                                 <div class=\"columns is-multiline is-mobile lista-produktow\">
  5659.                                     {% set c = 0 %}
  5660.                                     {% for productRow in family %}
  5661.                                         {% set product = productRow[0] %}
  5662.                                         {% set productData = productRow %}
  5663.                                         {% if c < 4 %}
  5664.                                             {% set c = c + 1 %}
  5665.                                             {% include 'frontend/components/smallProduct.html.twig' with {'cssClass':'card-homepage', 'isOneQuarter':1, 'product':product, 'productData':productData} %}
  5666.                                         {% endif %}
  5667.                                     {% endfor %}
  5668.                                 </div>
  5669.                             </div>
  5670.                         </div>
  5671.                     {% endif %}
  5672.                     {% if recommendations|length %}
  5673.                         <div class=\"section\" id=\"podobne\">
  5674.                             <div class=\"container\">
  5675.                                 <h4 class=\"subtitle is-4 mobile-spacer has-text-centered\">
  5676.                                     {{ 'similarProductsFull'|trans }}
  5677.                                 </h4>
  5678.                                 <div class=\"columns is-multiline is-mobile lista-produktow\">
  5679.                                     {% set c = 0 %}
  5680.                                     {% for productRow in recommendations %}
  5681.                                         {% set product = productRow[0] %}
  5682.                                         {% set productData = productRow %}
  5683.                                         {% if c < 4 %}
  5684.                                             {% set c = c + 1 %}
  5685.                                             {% include 'frontend/components/smallProduct.html.twig' with {'cssClass':'card-homepage', 'isOneQuarter':1, 'product':product, 'productData':productData} %}
  5686.                                         {% endif %}
  5687.                                     {% endfor %}
  5688.                                 </div>
  5689.                             </div>
  5690.                         </div>
  5691.                     {% endif %}
  5692.                 </div>
  5693.             </div>
  5694.         </div>
  5695.     </section>
  5696.     <!-- END OF DETAIL DESCRIPTION SECTION -->
  5697.     <!-- START OF FOOTER -->
  5698.     </div>
  5699.     {% if app.request.locale == 'pl' %}
  5700.         <script type=\"text/javascript\" src=\"//static.criteo.net/js/ld/ld.js\" async=\"true\"></script>
  5701.         <script type=\"text/javascript\">
  5702.             window.criteo_q = window.criteo_q || [];
  5703.             var deviceType = /iPad/.test(navigator.userAgent) ? \"t\" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? \"m\" : \"d\";
  5704.             window.criteo_q.push(
  5705.                 { event: \"setAccount\", account: 36267 },
  5706.                 { event: \"setEmail\", email: \"{% if app.user.email is defined %} {{ app.user.email }} {% endif %}\" },
  5707.                 { event: \"setSiteType\", type: deviceType },
  5708.                 { event: \"viewItem\", item: \"{{ pProduct.id }}\" }
  5709.             );
  5710.         </script>
  5711.     {% endif %}
  5712.     <script>
  5713.         window.dataLayer = window.dataLayer || [];
  5714.         window.dataLayer.push({
  5715.             event: 'view_item',
  5716.             currency: '{{ language.getGa4Code }}',
  5717.             value: '{{ minPrice }}',
  5718.             ecommerce: {
  5719.                 items: [{
  5720.                     item_name: '{{ pProduct.name }}',
  5721.                     item_id: '{{ pProduct.id }}',
  5722.                     currency: '{{ language.getGa4Code }}',
  5723.                     price: '{{ minPrice }}',
  5724.                     {% if pProduct.productProducer %}
  5725.                         item_brand: '{{ pProduct.productProducer.name }}',
  5726.                     {% endif %}
  5727.                     quantity: '1'
  5728.                 }]
  5729.             }
  5730.         });
  5731.     </script>
  5732.     <div class=\"modal\" id=\"modal\">
  5733.         <div class=\"modal-background\"></div>
  5734.         <div class=\"modal-card\">
  5735.             <header class=\"modal-card-head\">
  5736.                 <p class=\"modal-card-title\">{{ pProduct.name }}</p>
  5737.                 <button class=\"delete\" style=\"float: right\" aria-label=\"close\"></button>
  5738.             </header>
  5739.             <section class=\"modal-card-body\">
  5740.                 <!-- Content ... -->
  5741.             </section>
  5742.             <footer class=\"modal-card-foot\">
  5743.                 <button class=\"button\">{{ 'close'|trans }}</button>
  5744.             </footer>
  5745.         </div>
  5746.     </div>
  5747. {% endblock %}""frontend/product/product.html.twig""/home/users/ck_new/templates/frontend/product/product.html.twig");
  5748.     }
  5749. }