var/cache/dev/twig/e8/e8f58ed14dca4d4b045d1bf2e256156d269d5b485e5e8098ef30dcae5de3bf35.php line 45

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/index.html.twig */
  16. class __TwigTemplate_b08961c6ebeb9ed784f2d108fbb3d3c8010493a403f65aab3b6e9e7d282cdd4e 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.             'content' => [$this'block_content'],
  30.             'meta_desc_key' => [$this'block_meta_desc_key'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 1
  36.         return "base.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/index.html.twig"));
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/index.html.twig"));
  45.         $this->parent $this->loadTemplate("base.html.twig""frontend/index.html.twig"1);
  46.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 5
  53.     /**
  54.      * @return iterable<null|scalar|\Stringable>
  55.      */
  56.     public function block_title(array $context, array $blocks = []): iterable
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  63.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page_main_title", [], "store", (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'5$this->source); })())), "html"nulltrue);
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.         yield from [];
  69.     }
  70.     // line 7
  71.     /**
  72.      * @return iterable<null|scalar|\Stringable>
  73.      */
  74.     public function block_content(array $context, array $blocks = []): iterable
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  79.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  81.         // line 8
  82.         yield "    <section class=\"section\" style=\"padding:5px!important;\">
  83.         <div class=\"container\">
  84.             ";
  85.         // line 10
  86.         yield from $this->loadTemplate("/frontend/components/notification.html.twig""frontend/index.html.twig"10)->unwrap()->yield($context);
  87.         // line 11
  88.         yield "        </div>
  89.     </section>
  90.     <!-- START OF SLIDER -->
  91.     <div class=\"section\" style=\"padding:2rem 1.5rem;\">
  92.         <div class=\"container\">
  93.             <!-- SLIDER NA DESKTOP -->
  94.             <div class='carousel carousel-animated carousel-animate-slide carousel-desktop'>
  95.                 <div class='carousel-container'>
  96.                     ";
  97.         // line 20
  98.         $context["c"] = 0;
  99.         // line 21
  100.         yield "                    ";
  101.         $context['_parent'] = $context;
  102.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["banners"]) || array_key_exists("banners"$context) ? $context["banners"] : (function () { throw new RuntimeError('Variable "banners" does not exist.'21$this->source); })()));
  103.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  104.             // line 22
  105.             yield "                        ";
  106.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "type", [], "any"falsefalsefalse22) == Twig\Extension\CoreExtension::constant("App\\Entity\\Banners::TYPE_BIG"))) {
  107.                 // line 23
  108.                 yield "                            ";
  109.                 $context["c"] = ((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'23$this->source); })()) + 1);
  110.                 // line 24
  111.                 yield "
  112.                                 <div data-href=\"";
  113.                 // line 25
  114.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse25), "html"nulltrue);
  115.                 yield "\" class='carousel-item carousel-item-link has-background' style=\"height:100%; background: ";
  116.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "color", [], "any"falsefalsefalse25), "html"nulltrue);
  117.                 yield "!important;\">
  118.                                     <div style=\"color: ";
  119.                 // line 26
  120.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "campaignTextColor", [], "any"falsefalsefalse26), "html"nulltrue);
  121.                 yield "!important; float: left; max-width: 45%;\">
  122.                                         <h1 class=\"banner_h1\">
  123.                                             ";
  124.                 // line 28
  125.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "title", [], "any"falsefalsefalse28), "html"nulltrue);
  126.                 yield "
  127.                                         </h1>
  128.                                         <div class=\"additionalText\">
  129.                                             ";
  130.                 // line 31
  131.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "additionalText", [], "any"falsefalsefalse31), "html"nulltrue);
  132.                 yield "
  133.                                         </div>
  134.                                         <div>
  135.                                             ";
  136.                 // line 34
  137.                 if (CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonText", [], "any"falsefalsefalse34)) {
  138.                     // line 35
  139.                     yield "                                                <a class=\"btn-banner\" href=\"";
  140.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse35), "html"nulltrue);
  141.                     yield "\" style=\"background-color:";
  142.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonColor", [], "any"falsefalsefalse35), "html"nulltrue);
  143.                     yield "!important; color:";
  144.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonTextColor", [], "any"falsefalsefalse35), "html"nulltrue);
  145.                     yield "!important;\">
  146.                                                     ";
  147.                     // line 36
  148.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonText", [], "any"falsefalsefalse36), "html"nulltrue);
  149.                     yield "
  150.                                                 </a>
  151.                                             ";
  152.                 }
  153.                 // line 39
  154.                 yield "                                        </div>
  155.                                     </div>
  156.                                     <div style=\"width: 100%; background: ";
  157.                 // line 42
  158.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "color", [], "any"falsefalsefalse42), "html"nulltrue);
  159.                 yield "!important; float:right; max-width: 55%;\">
  160.                                         <a href=\"";
  161.                 // line 43
  162.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse43), "html"nulltrue);
  163.                 yield "\">
  164.                                             <img class=\"is-background\" style=\"height:100%!important; float: right\" src=\"/images/important/";
  165.                 // line 44
  166.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "imageName", [], "any"falsefalsefalse44), "html"nulltrue);
  167.                 yield "\" alt=\"";
  168.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "title", [], "any"falsefalsefalse44), "html"nulltrue);
  169.                 yield "\" />
  170.                                         </a>
  171.                                     </div>
  172.                                 </div>
  173.                         ";
  174.             }
  175.             // line 50
  176.             yield "                    ";
  177.         }
  178.         $_parent $context['_parent'];
  179.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent']);
  180.         $context array_intersect_key($context$_parent) + $_parent;
  181.         // line 51
  182.         yield "                </div>
  183.                 <div class=\"carousel-navigation is-overlay\">
  184.                     <div class=\"carousel-nav-left\">
  185.                         <i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i>
  186.                     </div>
  187.                     <div class=\"carousel-nav-right\">
  188.                         <i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
  189.                     </div>
  190.                 </div>
  191.             </div>
  192.             <!-- SLIDER NA MOBILKI -->
  193.             <div class='carousel carousel-animated carousel-animate-slide carousel-mobile'>
  194.                 <div class='carousel-container'>
  195.                     ";
  196.         // line 64
  197.         $context['_parent'] = $context;
  198.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["banners"]) || array_key_exists("banners"$context) ? $context["banners"] : (function () { throw new RuntimeError('Variable "banners" does not exist.'64$this->source); })()));
  199.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  200.             // line 65
  201.             yield "                        ";
  202.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "type", [], "any"falsefalsefalse65) == Twig\Extension\CoreExtension::constant("App\\Entity\\Banners::TYPE_BIG"))) {
  203.                 // line 66
  204.                 yield "                            <div data-href=\"";
  205.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse66), "html"nulltrue);
  206.                 yield "\" class='carousel-item carousel-item-link has-background' style=\"background: ";
  207.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "color", [], "any"falsefalsefalse66), "html"nulltrue);
  208.                 yield "!important;\">
  209.                                 <div>
  210.                                     <img class=\"is-background\" src=\"/images/important/";
  211.                 // line 68
  212.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "imageName", [], "any"falsefalsefalse68), "html"nulltrue);
  213.                 yield "\" alt=\"";
  214.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "title", [], "any"falsefalsefalse68), "html"nulltrue);
  215.                 yield "\" width=\"640\" height=\"310\"  />
  216.                                     <div class=\"has-text-centered\" style=\"background: ";
  217.                 // line 69
  218.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "color", [], "any"falsefalsefalse69), "html"nulltrue);
  219.                 yield "!important; margin-top:-10px;\">
  220.                                         <h1 class=\"banner_h1 has-text-centered\" style=\"color: ";
  221.                 // line 70
  222.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "campaignTextColor", [], "any"falsefalsefalse70), "html"nulltrue);
  223.                 yield "!important;\">
  224.                                             ";
  225.                 // line 71
  226.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "title", [], "any"falsefalsefalse71), "html"nulltrue);
  227.                 yield "
  228.                                         </h1>
  229.                                         <div class=\"additionalText has-text-centered\" style=\"color: ";
  230.                 // line 73
  231.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "campaignTextColor", [], "any"falsefalsefalse73), "html"nulltrue);
  232.                 yield "!important; margin-top:-10px;\">
  233.                                             ";
  234.                 // line 74
  235.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "additionalText", [], "any"falsefalsefalse74), "html"nulltrue);
  236.                 yield "
  237.                                         </div>
  238.                                         ";
  239.                 // line 76
  240.                 if (CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonText", [], "any"falsefalsefalse76)) {
  241.                     // line 77
  242.                     yield "                                            <div style=\"margin-top:30px; display: flex;align-items: center; justify-content: center;\" class=\"has-text-centered\">
  243.                                                 <a class=\"btn-banner-mobile\" href=\"";
  244.                     // line 78
  245.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse78), "html"nulltrue);
  246.                     yield "\" style=\"margin-bottom:20px; background-color:";
  247.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonColor", [], "any"falsefalsefalse78), "html"nulltrue);
  248.                     yield "!important; color:";
  249.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonTextColor", [], "any"falsefalsefalse78), "html"nulltrue);
  250.                     yield "!important;\">
  251.                                                     ";
  252.                     // line 79
  253.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "buttonText", [], "any"falsefalsefalse79), "html"nulltrue);
  254.                     yield "
  255.                                                 </a>
  256.                                             </div>
  257.                                         ";
  258.                 }
  259.                 // line 83
  260.                 yield "
  261.                                     </div>
  262.                                 </div>
  263.                             </div>
  264.                         ";
  265.             }
  266.             // line 88
  267.             yield "                    ";
  268.         }
  269.         $_parent $context['_parent'];
  270.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent']);
  271.         $context array_intersect_key($context$_parent) + $_parent;
  272.         // line 89
  273.         yield "                </div>
  274.                 <div class=\"carousel-navigation is-overlay\">
  275.                     <div class=\"carousel-nav-left\">
  276.                         <i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i>
  277.                     </div>
  278.                     <div class=\"carousel-nav-right\">
  279.                         <i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
  280.                     </div>
  281.                 </div>
  282.             </div>
  283.         </div>
  284.     </div>
  285.     <!-- END OF SLIDER -->
  286.     <!-- START CATEGORIES -->
  287.     <section class=\"section\" style=\"padding-top:0px;\">
  288.         <div class=\"container\">
  289.             <div class=\"has-text-centered is-4\">
  290.                 <h1 class=\"is-size-4 margin-bot-30 standard-color\">";
  291.         // line 109
  292.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo_header_title", [], "store"), "html"nulltrue);
  293.         yield "</h1>
  294.             </div>
  295.             <div class=\"columns is-multiline nasze-produkty\">
  296.                 ";
  297.         // line 114
  298.         $context['_parent'] = $context;
  299.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'114$this->source); })()));
  300.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  301.             // line 115
  302.             yield "                    <!-- START CATEGORY BOX -->
  303.                     <div class=\"column is-one-third-desktop is-half-tablet cat-container\">
  304.                         <article style=\"background-image:url(/images/category/";
  305.             // line 117
  306.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "imageName", [], "any"falsefalsefalse117), "html"nulltrue);
  307.             yield "); cursor: pointer;\" class=\"box has-bg-img category-box\" data-href=\"";
  308.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse117), "slug" => CoreExtension::getAttribute($this->env$this->source$context["category"], "slug", [], "any"falsefalsefalse117)]), "html"nulltrue);
  309.             yield "\">
  310.                             <div class=\"content category-link\">
  311.                                 <div class=\"mobile-image-container is-flex is-hidden-desktop has-text-centered is-vcentered\" style=\"align-items: center;\">
  312.                                     ";
  313.             // line 120
  314.             if (CoreExtension::getAttribute($this->env$this->source$context["category"], "imageName3", [], "any"falsefalsefalse120)) {
  315.                 // line 121
  316.                 yield "                                    <img alt=\"";
  317.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse121), "html"nulltrue);
  318.                 yield "\" src=\"/images/category/";
  319.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "imageName3", [], "any"falsefalsefalse121), "html"nulltrue);
  320.                 yield "\">
  321.                                     ";
  322.             }
  323.             // line 123
  324.             yield "                                </div>
  325.                                 <h2 class=\"title is-size-4 has-text-centered is-half-touch category-title\">
  326.                                     <a href=\"";
  327.             // line 125
  328.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse125), "slug" => CoreExtension::getAttribute($this->env$this->source$context["category"], "slug", [], "any"falsefalsefalse125)]), "html"nulltrue);
  329.             yield "\">";
  330.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse125), "html"nulltrue);
  331.             yield "</a>
  332.                                 </h2>
  333.                                 <div class=\"columns is-hidden-touch\">
  334.                                     <div class=\"column is-offset-one-third\">
  335.                                         <ul class=\"list-red is-size-7\">
  336.                                             ";
  337.             // line 130
  338.             $context['_parent'] = $context;
  339.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["category"], "childrens", [], "any"falsefalsefalse130));
  340.             foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  341.                 // line 131
  342.                 yield "                                                ";
  343.                 $context["visible"] = 1;
  344.                 // line 132
  345.                 yield "                                                ";
  346.                 $context['_parent'] = $context;
  347.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["child"], "langParams", [], "any"falsefalsefalse132));
  348.                 foreach ($context['_seq'] as $context["_key"] => $context["langParam"]) {
  349.                     // line 133
  350.                     yield "                                                    ";
  351.                     if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["langParam"], "language", [], "any"falsefalsefalse133), "locale", [], "any"falsefalsefalse133) == 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.'133$this->source); })()), "request", [], "any"falsefalsefalse133), "locale", [], "any"falsefalsefalse133))) {
  352.                         // line 134
  353.                         yield "                                                        ";
  354.                         $context["visible"] = CoreExtension::getAttribute($this->env$this->source$context["langParam"], "visible", [], "any"falsefalsefalse134);
  355.                         // line 135
  356.                         yield "                                                    ";
  357.                     }
  358.                     // line 136
  359.                     yield "                                                ";
  360.                 }
  361.                 $_parent $context['_parent'];
  362.                 unset($context['_seq'], $context['_key'], $context['langParam'], $context['_parent']);
  363.                 $context array_intersect_key($context$_parent) + $_parent;
  364.                 // line 137
  365.                 yield "                                                ";
  366.                 if (((isset($context["visible"]) || array_key_exists("visible"$context) ? $context["visible"] : (function () { throw new RuntimeError('Variable "visible" does not exist.'137$this->source); })()) == 1)) {
  367.                     // line 138
  368.                     yield "                                                    <li><a href=\"";
  369.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["child"], "id", [], "any"falsefalsefalse138), "slug" => CoreExtension::getAttribute($this->env$this->source$context["child"], "slug", [], "any"falsefalsefalse138)]), "html"nulltrue);
  370.                     yield "\">";
  371.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["child"], "name", [], "any"falsefalsefalse138), "html"nulltrue);
  372.                     yield "</a></li>
  373.                                                 ";
  374.                 }
  375.                 // line 140
  376.                 yield "                                            ";
  377.             }
  378.             $_parent $context['_parent'];
  379.             unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']);
  380.             $context array_intersect_key($context$_parent) + $_parent;
  381.             // line 141
  382.             yield "                                        </ul>
  383.                                     </div>
  384.                                 </div>
  385.                             </div>
  386.                         </article>
  387.                     </div>
  388.                     <!-- END CATEGORY BOX -->
  389.                 ";
  390.         }
  391.         $_parent $context['_parent'];
  392.         unset($context['_seq'], $context['_key'], $context['category'], $context['_parent']);
  393.         $context array_intersect_key($context$_parent) + $_parent;
  394.         // line 149
  395.         yield "
  396.             </div>
  397.         </div>
  398.     </section>
  399.     <!-- END CATEGORIES -->
  400.     <!-- START OF SPECIAL OFFERS -->
  401.     <div class=\"section is-hidden-touch\">
  402.         <div class=\"container\">
  403.             <div class=\"is-size-4 margin-bot-30 is-600 is-red has-text-centered is-3 bold\">
  404.                 ";
  405.         // line 160
  406.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("promo_special_offer", [], "store"), "html"nulltrue);
  407.         yield "
  408.             </div>
  409.             <div class=\"columns is-multiline special-offers-boxes\">
  410.                 <!-- START CATEGORY BOX -->
  411.                 <div class=\"column is-one-third-desktop\">
  412.                     ";
  413.         // line 167
  414.         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.'167$this->source); })()), "request", [], "any"falsefalsefalse167), "locale", [], "any"falsefalsefalse167) == "pl")) {
  415.             // line 168
  416.             yield "                        <a href=\"https://www.centrumkrzesel.pl/lp/228/strefa-okazji\">
  417.                     ";
  418.         }
  419.         // line 170
  420.         yield "                    ";
  421.         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.'170$this->source); })()), "request", [], "any"falsefalsefalse170), "locale", [], "any"falsefalsefalse170) == "sk")) {
  422.             // line 171
  423.             yield "                        <a href=\"";
  424.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => 121"slug" => "akcna-ponuka"]), "html"nulltrue);
  425.             yield "\">
  426.                     ";
  427.         }
  428.         // line 173
  429.         yield "                    ";
  430.         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.'173$this->source); })()), "request", [], "any"falsefalsefalse173), "locale", [], "any"falsefalsefalse173) == "cz")) {
  431.             // line 174
  432.             yield "                        <a href=\"";
  433.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => 121"slug" => "akcni-nabidka-"]), "html"nulltrue);
  434.             yield "\">
  435.                     ";
  436.         }
  437.         // line 176
  438.         yield "                    ";
  439.         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.'176$this->source); })()), "request", [], "any"falsefalsefalse176), "locale", [], "any"falsefalsefalse176) == "ro")) {
  440.             // line 177
  441.             yield "                        <a href=\"https://www.mobila24.ro/oferte/121/c\">
  442.                     ";
  443.         }
  444.         // line 179
  445.         yield "                        <article style=\"background-image:url(";
  446.         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.'179$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'179$this->source); })()), [], "array"falsefalsefalse179), "szok", [], "any"falsefalsefalse179), "html"nulltrue);
  447.         yield ");\" class=\"box has-bg-img special-offer-box\">
  448.                         </article>
  449.                     </a>
  450.                 </div>
  451.                 <!-- END CATEGORY BOX -->
  452.                 <!-- START CATEGORY BOX -->
  453.                 <div class=\"column is-one-third-desktop\">
  454.                     <article style=\"background-image:url(";
  455.         // line 187
  456.         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.'187$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'187$this->source); })()), [], "array"falsefalsefalse187), "prod24h", [], "any"falsefalsefalse187), "html"nulltrue);
  457.         yield ");\" class=\"box has-bg-img special-offer-box\">
  458.                     </article>
  459.                 </div>
  460.                 <!-- END CATEGORY BOX -->
  461.                 <!-- START CATEGORY BOX -->
  462.                 <div class=\"column is-one-third-desktop\">
  463.                     ";
  464.         // line 194
  465.         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.'194$this->source); })()), "request", [], "any"falsefalsefalse194), "locale", [], "any"falsefalsefalse194) == "ro")) {
  466.             // line 195
  467.             yield "                        <a href=\"https://www.mobila24.ro/scaune-elementare-accesibile/126/c\">
  468.                     ";
  469.         } else {
  470.             // line 197
  471.             yield "                        <a href=\"";
  472.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => 237"slug" => "outlet-2"]), "html"nulltrue);
  473.             yield "\">
  474.                     ";
  475.         }
  476.         // line 199
  477.         yield "                        <article style=\"background-image:url(";
  478.         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.'199$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'199$this->source); })()), [], "array"falsefalsefalse199), "outlet", [], "any"falsefalsefalse199), "html"nulltrue);
  479.         yield ");\" class=\"box has-bg-img special-offer-box\">
  480.                         </article>
  481.                     </a>
  482.                 </div>
  483.                 <!-- END CATEGORY BOX -->
  484.             </div>
  485.         </div>
  486.     </div>
  487.     <!-- END OF SPECIAL OFFERS -->
  488.     <!-- START OF BESTSELLER SLIDER -->
  489.     <section class=\"section\">
  490.         <div class=\"columns\">
  491.             <product-tabs :slides-count=\"6\" inline-template v-cloak>
  492.                 <div class=\"column is-full\" id=\"podobne\" v-match-heights=\"{ el: [ '.card-image' ]}\">
  493.                     <div class=\"tabs is-centered is-medium\">
  494.                         <ul>
  495.                             <li class=\"is-active\">
  496.                                 <a href=\"#\" @click.stop.prevent=\"clicked( 2 )\">";
  497.         // line 217
  498.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("bestsellers_section_title", [], "store"), "html"nulltrue);
  499.         yield "</a>
  500.                             </li>
  501.                         </ul>
  502.                     </div>
  503.                     ";
  504.         // line 222
  505.         $context["c"] = 0;
  506.         // line 223
  507.         yield "                    <agile ref=\"carousel_2\" class=\"container is-fluid thumbnails\" :options=\"sliderOptions\">
  508.                         ";
  509.         // line 224
  510.         $context['_parent'] = $context;
  511.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["promotionsProducts"]) || array_key_exists("promotionsProducts"$context) ? $context["promotionsProducts"] : (function () { throw new RuntimeError('Variable "promotionsProducts" does not exist.'224$this->source); })()));
  512.         $context['loop'] = [
  513.           'parent' => $context['_parent'],
  514.           'index0' => 0,
  515.           'index'  => 1,
  516.           'first'  => true,
  517.         ];
  518.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  519.             $length count($context['_seq']);
  520.             $context['loop']['revindex0'] = $length 1;
  521.             $context['loop']['revindex'] = $length;
  522.             $context['loop']['length'] = $length;
  523.             $context['loop']['last'] = === $length;
  524.         }
  525.         foreach ($context['_seq'] as $context["_key"] => $context["productData"]) {
  526.             // line 225
  527.             yield "                            ";
  528.             $context["product"] = CoreExtension::getAttribute($this->env$this->source$context["productData"], 0, [], "array"falsefalsefalse225);
  529.             // line 226
  530.             yield "                            ";
  531.             if (CoreExtension::getAttribute($this->env$this->source$context["productData"], "isBestseller", [], "any"falsefalsefalse226)) {
  532.                 // line 227
  533.                 yield "                                ";
  534.                 $context["c"] = ((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'227$this->source); })()) + 1);
  535.                 // line 228
  536.                 yield "                                ";
  537.                 if (((isset($context["c"]) || array_key_exists("c"$context) ? $context["c"] : (function () { throw new RuntimeError('Variable "c" does not exist.'228$this->source); })()) < 11)) {
  538.                     // line 229
  539.                     yield "                                    ";
  540.                     yield from $this->loadTemplate("frontend/components/smallProduct.html.twig""frontend/index.html.twig"229)->unwrap()->yield(CoreExtension::merge($context, ["lazyDisabled" => 1"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.'229$this->source); })()), "productData" => $context["productData"]]));
  541.                     // line 230
  542.                     yield "                                ";
  543.                 }
  544.                 // line 231
  545.                 yield "                            ";
  546.             }
  547.             // line 232
  548.             yield "                        ";
  549.             ++$context['loop']['index0'];
  550.             ++$context['loop']['index'];
  551.             $context['loop']['first'] = false;
  552.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  553.                 --$context['loop']['revindex0'];
  554.                 --$context['loop']['revindex'];
  555.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  556.             }
  557.         }
  558.         $_parent $context['_parent'];
  559.         unset($context['_seq'], $context['_key'], $context['productData'], $context['_parent'], $context['loop']);
  560.         $context array_intersect_key($context$_parent) + $_parent;
  561.         // line 233
  562.         yield "                        <template slot=\"prevButton\"><i class=\"fas fa-chevron-left\" style=\"margin-left:20px;\"></i></template>
  563.                         <template slot=\"nextButton\"><i class=\"fas fa-chevron-right\" style=\"margin-right: 20px;\"></i></template>
  564.                     </agile>
  565.                 </div>
  566.             </product-tabs>
  567.         </div>
  568.         ";
  569.         // line 240
  570.         if ((isset($context["catBest"]) || array_key_exists("catBest"$context) ? $context["catBest"] : (function () { throw new RuntimeError('Variable "catBest" does not exist.'240$this->source); })())) {
  571.             // line 241
  572.             yield "            <div class=\"has-text-centered\">
  573.                 <a href=\"";
  574.             // line 242
  575.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["catBest"]) || array_key_exists("catBest"$context) ? $context["catBest"] : (function () { throw new RuntimeError('Variable "catBest" does not exist.'242$this->source); })()), "id", [], "any"falsefalsefalse242), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["catBest"]) || array_key_exists("catBest"$context) ? $context["catBest"] : (function () { throw new RuntimeError('Variable "catBest" does not exist.'242$this->source); })()), "slug", [], "any"falsefalsefalse242)]), "html"nulltrue);
  576.             yield "\" class=\"standard-button btn-banner-mobile\">
  577.                     ";
  578.             // line 243
  579.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("view_all_bestseller", [], "store"), "html"nulltrue);
  580.             yield " <i class=\"fa fa-arrow-right\"></i>
  581.                 </a>
  582.             </div>
  583.         ";
  584.         }
  585.         // line 247
  586.         yield "
  587.     </section>
  588.     <!-- START OF BANNERS SECTION -->
  589.     <section class=\"section banners\">
  590.         <div class=\"container\">
  591.             <div class=\"columns\">
  592.                 ";
  593.         // line 255
  594.         $context['_parent'] = $context;
  595.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["smallBanners"]) || array_key_exists("smallBanners"$context) ? $context["smallBanners"] : (function () { throw new RuntimeError('Variable "smallBanners" does not exist.'255$this->source); })()));
  596.         $context['loop'] = [
  597.           'parent' => $context['_parent'],
  598.           'index0' => 0,
  599.           'index'  => 1,
  600.           'first'  => true,
  601.         ];
  602.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  603.             $length count($context['_seq']);
  604.             $context['loop']['revindex0'] = $length 1;
  605.             $context['loop']['revindex'] = $length;
  606.             $context['loop']['length'] = $length;
  607.             $context['loop']['last'] = === $length;
  608.         }
  609.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  610.             // line 256
  611.             yield "                    ";
  612.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "position", [], "any"falsefalsefalse256) == 1)) {
  613.                 // line 257
  614.                 yield "                        ";
  615.                 yield from $this->loadTemplate("/frontend/components/_smallBanner.html.twig""frontend/index.html.twig"257)->unwrap()->yield(CoreExtension::merge($context, ["cssClass" => "is-three-fifths-desktop""banner" => $context["banner"], "cta" => 1]));
  616.                 // line 258
  617.                 yield "                    ";
  618.             }
  619.             // line 259
  620.             yield "                ";
  621.             ++$context['loop']['index0'];
  622.             ++$context['loop']['index'];
  623.             $context['loop']['first'] = false;
  624.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  625.                 --$context['loop']['revindex0'];
  626.                 --$context['loop']['revindex'];
  627.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  628.             }
  629.         }
  630.         $_parent $context['_parent'];
  631.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
  632.         $context array_intersect_key($context$_parent) + $_parent;
  633.         // line 260
  634.         yield "                ";
  635.         $context['_parent'] = $context;
  636.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["smallBanners"]) || array_key_exists("smallBanners"$context) ? $context["smallBanners"] : (function () { throw new RuntimeError('Variable "smallBanners" does not exist.'260$this->source); })()));
  637.         $context['loop'] = [
  638.           'parent' => $context['_parent'],
  639.           'index0' => 0,
  640.           'index'  => 1,
  641.           'first'  => true,
  642.         ];
  643.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  644.             $length count($context['_seq']);
  645.             $context['loop']['revindex0'] = $length 1;
  646.             $context['loop']['revindex'] = $length;
  647.             $context['loop']['length'] = $length;
  648.             $context['loop']['last'] = === $length;
  649.         }
  650.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  651.             // line 261
  652.             yield "                    ";
  653.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "position", [], "any"falsefalsefalse261) == 2)) {
  654.                 // line 262
  655.                 yield "                        ";
  656.                 yield from $this->loadTemplate("/frontend/components/_smallBanner.html.twig""frontend/index.html.twig"262)->unwrap()->yield(CoreExtension::merge($context, ["cssClass" => "is-two-fifths-desktop""banner" => $context["banner"], "cta" => 0]));
  657.                 // line 263
  658.                 yield "                    ";
  659.             }
  660.             // line 264
  661.             yield "                ";
  662.             ++$context['loop']['index0'];
  663.             ++$context['loop']['index'];
  664.             $context['loop']['first'] = false;
  665.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  666.                 --$context['loop']['revindex0'];
  667.                 --$context['loop']['revindex'];
  668.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  669.             }
  670.         }
  671.         $_parent $context['_parent'];
  672.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
  673.         $context array_intersect_key($context$_parent) + $_parent;
  674.         // line 265
  675.         yield "            </div>
  676.             <div class=\"columns\">
  677.                 ";
  678.         // line 268
  679.         $context['_parent'] = $context;
  680.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["smallBanners"]) || array_key_exists("smallBanners"$context) ? $context["smallBanners"] : (function () { throw new RuntimeError('Variable "smallBanners" does not exist.'268$this->source); })()));
  681.         $context['loop'] = [
  682.           'parent' => $context['_parent'],
  683.           'index0' => 0,
  684.           'index'  => 1,
  685.           'first'  => true,
  686.         ];
  687.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  688.             $length count($context['_seq']);
  689.             $context['loop']['revindex0'] = $length 1;
  690.             $context['loop']['revindex'] = $length;
  691.             $context['loop']['length'] = $length;
  692.             $context['loop']['last'] = === $length;
  693.         }
  694.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  695.             // line 269
  696.             yield "                    ";
  697.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "position", [], "any"falsefalsefalse269) == 3)) {
  698.                 // line 270
  699.                 yield "                        ";
  700.                 yield from $this->loadTemplate("/frontend/components/_smallBanner.html.twig""frontend/index.html.twig"270)->unwrap()->yield(CoreExtension::merge($context, ["cssClass" => "is-two-fifths-desktop""banner" => $context["banner"], "cta" => 0]));
  701.                 // line 271
  702.                 yield "                    ";
  703.             }
  704.             // line 272
  705.             yield "                ";
  706.             ++$context['loop']['index0'];
  707.             ++$context['loop']['index'];
  708.             $context['loop']['first'] = false;
  709.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  710.                 --$context['loop']['revindex0'];
  711.                 --$context['loop']['revindex'];
  712.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  713.             }
  714.         }
  715.         $_parent $context['_parent'];
  716.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
  717.         $context array_intersect_key($context$_parent) + $_parent;
  718.         // line 273
  719.         yield "
  720.                 ";
  721.         // line 274
  722.         $context['_parent'] = $context;
  723.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["smallBanners"]) || array_key_exists("smallBanners"$context) ? $context["smallBanners"] : (function () { throw new RuntimeError('Variable "smallBanners" does not exist.'274$this->source); })()));
  724.         $context['loop'] = [
  725.           'parent' => $context['_parent'],
  726.           'index0' => 0,
  727.           'index'  => 1,
  728.           'first'  => true,
  729.         ];
  730.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  731.             $length count($context['_seq']);
  732.             $context['loop']['revindex0'] = $length 1;
  733.             $context['loop']['revindex'] = $length;
  734.             $context['loop']['length'] = $length;
  735.             $context['loop']['last'] = === $length;
  736.         }
  737.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  738.             // line 275
  739.             yield "                    ";
  740.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "position", [], "any"falsefalsefalse275) == 4)) {
  741.                 // line 276
  742.                 yield "                        ";
  743.                 yield from $this->loadTemplate("/frontend/components/_smallBanner.html.twig""frontend/index.html.twig"276)->unwrap()->yield(CoreExtension::merge($context, ["cssClass" => "is-three-fifths-desktop""banner" => $context["banner"], "cta" => 1]));
  744.                 // line 277
  745.                 yield "                    ";
  746.             }
  747.             // line 278
  748.             yield "                ";
  749.             ++$context['loop']['index0'];
  750.             ++$context['loop']['index'];
  751.             $context['loop']['first'] = false;
  752.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  753.                 --$context['loop']['revindex0'];
  754.                 --$context['loop']['revindex'];
  755.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  756.             }
  757.         }
  758.         $_parent $context['_parent'];
  759.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent'], $context['loop']);
  760.         $context array_intersect_key($context$_parent) + $_parent;
  761.         // line 279
  762.         yield "            </div>
  763.             ";
  764.         // line 281
  765.         $context['_parent'] = $context;
  766.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["smallBanners"]) || array_key_exists("smallBanners"$context) ? $context["smallBanners"] : (function () { throw new RuntimeError('Variable "smallBanners" does not exist.'281$this->source); })()));
  767.         foreach ($context['_seq'] as $context["_key"] => $context["banner"]) {
  768.             // line 282
  769.             yield "                ";
  770.             if ((CoreExtension::getAttribute($this->env$this->source$context["banner"], "position", [], "any"falsefalsefalse282) == 5)) {
  771.                 // line 283
  772.                 yield "                    <div class=\"columns\">
  773.                         <div class=\"column is-full is-hidden-desktop\">
  774.                             <div class=\"image\">
  775.                                 ";
  776.                 // line 286
  777.                 if (CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse286)) {
  778.                     // line 287
  779.                     yield "                                    <a href=\"";
  780.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "url", [], "any"falsefalsefalse287), "html"nulltrue);
  781.                     yield "\">
  782.                                         <img src=\"/images/important/";
  783.                     // line 288
  784.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "imageName", [], "any"falsefalsefalse288), "html"nulltrue);
  785.                     yield "\" alt=\"";
  786.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "title", [], "any"falsefalsefalse288), "html"nulltrue);
  787.                     yield "\">
  788.                                     </a>
  789.                                 ";
  790.                 } else {
  791.                     // line 291
  792.                     yield "                                    <img src=\"/images/important/";
  793.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "imageName", [], "any"falsefalsefalse291), "html"nulltrue);
  794.                     yield "\" alt=\"";
  795.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["banner"], "title", [], "any"falsefalsefalse291), "html"nulltrue);
  796.                     yield "\">
  797.                                 ";
  798.                 }
  799.                 // line 293
  800.                 yield "                            </div>
  801.                         </div>
  802.                     </div>
  803.                 ";
  804.             }
  805.             // line 297
  806.             yield "            ";
  807.         }
  808.         $_parent $context['_parent'];
  809.         unset($context['_seq'], $context['_key'], $context['banner'], $context['_parent']);
  810.         $context array_intersect_key($context$_parent) + $_parent;
  811.         // line 298
  812.         yield "
  813.         </div>
  814.     </section>
  815.     <!-- END OF BANNERS SECTION -->
  816.     <input type=\"hidden\" value=\"";
  817.         // line 304
  818.         if ((array_key_exists("isMobile"$context) && (isset($context["isMobile"]) || array_key_exists("isMobile"$context) ? $context["isMobile"] : (function () { throw new RuntimeError('Variable "isMobile" does not exist.'304$this->source); })()))) {
  819.             yield "2";
  820.         } else {
  821.             yield "5";
  822.         }
  823.         yield "\" id=\"slide_counter\"/>
  824.     <!-- START OF BESTSELLER SLIDER -->
  825.     <section class=\"section\">
  826.         <div class=\"columns\">
  827.             <product-tabs :slides-count=\"6\" inline-template v-cloak>
  828.                 <div class=\"column is-full\" id=\"podobne\" v-match-heights=\"{ el: [ '.card-image' ]}\">
  829.                     <div class=\"tabs is-centered is-medium\" style=\"margin-bottom: -20px;\">
  830.                         <ul>
  831.                             <li :class=\"tab == 1 ? 'is-active' : ''\">
  832.                                 <a href=\"#\" @click.stop.prevent=\"clicked( 1 )\">";
  833.         // line 314
  834.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("newest", [], "store"), "html"nulltrue);
  835.         yield "</a>
  836.                             </li>
  837.                         </ul>
  838.                     </div>
  839.                     <agile ref=\"carousel_1\" class=\"container is-fluid thumbnails\" :options=\"sliderOptions\" v-if=\"tab == 1\">
  840.                         ";
  841.         // line 320
  842.         $context['_parent'] = $context;
  843.         $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), (isset($context["promotionsProducts"]) || array_key_exists("promotionsProducts"$context) ? $context["promotionsProducts"] : (function () { throw new RuntimeError('Variable "promotionsProducts" does not exist.'320$this->source); })()), 010));
  844.         $context['loop'] = [
  845.           'parent' => $context['_parent'],
  846.           'index0' => 0,
  847.           'index'  => 1,
  848.           'first'  => true,
  849.         ];
  850.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  851.             $length count($context['_seq']);
  852.             $context['loop']['revindex0'] = $length 1;
  853.             $context['loop']['revindex'] = $length;
  854.             $context['loop']['length'] = $length;
  855.             $context['loop']['last'] = === $length;
  856.         }
  857.         foreach ($context['_seq'] as $context["_key"] => $context["productData"]) {
  858.             // line 321
  859.             yield "                            ";
  860.             $context["product"] = CoreExtension::getAttribute($this->env$this->source$context["productData"], 0, [], "array"falsefalsefalse321);
  861.             // line 322
  862.             yield "                            ";
  863.             if (CoreExtension::getAttribute($this->env$this->source$context["productData"], "isNew", [], "any"falsefalsefalse322)) {
  864.                 // line 323
  865.                 yield "                                ";
  866.                 yield from $this->loadTemplate("frontend/components/smallProduct.html.twig""frontend/index.html.twig"323)->unwrap()->yield(CoreExtension::merge($context, ["lazyDisabled" => 1"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.'323$this->source); })()), "productData" => $context["productData"]]));
  867.                 // line 324
  868.                 yield "                            ";
  869.             }
  870.             // line 325
  871.             yield "                            <!-- END OF ARTICLE -->
  872.                         ";
  873.             ++$context['loop']['index0'];
  874.             ++$context['loop']['index'];
  875.             $context['loop']['first'] = false;
  876.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  877.                 --$context['loop']['revindex0'];
  878.                 --$context['loop']['revindex'];
  879.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  880.             }
  881.         }
  882.         $_parent $context['_parent'];
  883.         unset($context['_seq'], $context['_key'], $context['productData'], $context['_parent'], $context['loop']);
  884.         $context array_intersect_key($context$_parent) + $_parent;
  885.         // line 327
  886.         yield "                        <template slot=\"prevButton\"><i class=\"fas fa-chevron-left\" style=\"margin-left:20px;\"></i></template>
  887.                         <template slot=\"nextButton\"><i class=\"fas fa-chevron-right\" style=\"margin-right: 20px;\"></i></template>
  888.                     </agile>
  889.                 </div>
  890.             </product-tabs>
  891.         </div>
  892.         ";
  893.         // line 334
  894.         if ((isset($context["catNews"]) || array_key_exists("catNews"$context) ? $context["catNews"] : (function () { throw new RuntimeError('Variable "catNews" does not exist.'334$this->source); })())) {
  895.             // line 335
  896.             yield "            <div class=\"has-text-centered\">
  897.                 <a href=\"";
  898.             // line 336
  899.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("category", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["catNews"]) || array_key_exists("catNews"$context) ? $context["catNews"] : (function () { throw new RuntimeError('Variable "catNews" does not exist.'336$this->source); })()), "id", [], "any"falsefalsefalse336), "slug" => CoreExtension::getAttribute($this->env$this->source, (isset($context["catNews"]) || array_key_exists("catNews"$context) ? $context["catNews"] : (function () { throw new RuntimeError('Variable "catNews" does not exist.'336$this->source); })()), "slug", [], "any"falsefalsefalse336)]), "html"nulltrue);
  900.             yield "\" class=\"standard-button btn-banner-mobile\">
  901.                     ";
  902.             // line 337
  903.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("view_all_newest", [], "store"), "html"nulltrue);
  904.             yield " <i class=\"fa fa-arrow-right\"></i>
  905.                 </a>
  906.             </div>
  907.         ";
  908.         }
  909.         // line 341
  910.         yield "
  911.     </section>
  912.     <!-- END OF BESTSELLER SLIDER -->
  913.     <!-- START OF INFOGRAPHIC SECTION -->
  914.     <section class=\"section\">
  915.         <div class=\"container\">
  916.             <div class=\"columns is-centered\">
  917.                 <div class=\"column is-half\">
  918.                     <div class=\"subtitle has-text-centered margin-bot-30\">
  919.                         ";
  920.         // line 354
  921.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("for_your_convinient", [], "store"), "html"nulltrue);
  922.         yield "
  923.                     </div>
  924.                 </div>
  925.             </div>
  926.             <div class=\"columns home-ikony is-multiline is-centered is-flex-tablet is-hidden-mobile\">
  927.                 <div class=\"column is-half-mobile has-text-centered\">
  928.                     <figure class=\"image\">
  929.                         <img src=\"/v2/ico/ico_14.svg\" alt=\"\">
  930.                     </figure>
  931.                     <p class=\"title is-16px standard-color\">";
  932.         // line 366
  933.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("14_days_return", [], "store");
  934.         yield "</p>
  935.                 </div>
  936.                 <div class=\"column is-half-mobile has-text-centered\">
  937.                     <figure class=\"image\">
  938.                         <img src=\"";
  939.         // line 371
  940.         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.'371$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'371$this->source); })()), [], "array"falsefalsefalse371), "freeDelivery", [], "any"falsefalsefalse371), "html"nulltrue);
  941.         yield "\" alt=\"\" ";
  942.         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.'371$this->source); })()), "request", [], "any"falsefalsefalse371), "locale", [], "any"falsefalsefalse371) == "ro") || (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.'371$this->source); })()), "request", [], "any"falsefalsefalse371), "locale", [], "any"falsefalsefalse371) == "sk")) || (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.'371$this->source); })()), "request", [], "any"falsefalsefalse371), "locale", [], "any"falsefalsefalse371) == "cz"))) {
  943.             yield "style=\"width: 70px!important;\" ";
  944.         }
  945.         yield ">
  946.                     </figure>
  947.                     <p class=\"title is-16px standard-color\">";
  948.         // line 373
  949.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("free_delivery_return", [], "store");
  950.         yield "</p>
  951.                 </div>
  952.                 <div class=\"column is-half-mobile has-text-centered\">
  953.                     <figure class=\"image\">
  954.                         <img src=\"/v2/ico/ico_300_customers.svg\" alt=\"\">
  955.                     </figure>
  956.                     <p class=\"title is-16px standard-color\">";
  957.         // line 380
  958.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("text_300_customers", [], "store");
  959.         yield "</p>
  960.                 </div>
  961.                 <div class=\"column is-half-mobile has-text-centered\">
  962.                     <figure class=\"image\">
  963.                         <img src=\"/v2/ikonka_18_lat.png\" alt=\"\">
  964.                     </figure>
  965.                     <p class=\"title is-16px standard-color\">";
  966.         // line 387
  967.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("15_years", [], "store");
  968.         yield "</p>
  969.                 </div>
  970.                 <div class=\"column is-half-mobile has-text-centered\">
  971.                     <figure class=\"image\">
  972.                         <img src=\"/v2/ico/ico_pig.svg\" alt=\"\">
  973.                     </figure>
  974.                     <p class=\"title is-16px standard-color\">";
  975.         // line 394
  976.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("price_with_negotiations", [], "store");
  977.         yield "</p>
  978.                 </div>
  979.             </div>
  980.             <div class='carousel carousel-animated carousel-animate-slide is-hidden-tablet'>
  981.                 <div class='carousel-container'>
  982.                     <div class=\"carousel-item\" style=\"display: flex;\">
  983.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  984.                             <figure class=\"mobile-ico-height\">
  985.                                 <img src=\"/v2/ico/ico_14.svg\" alt=\"\">
  986.                             </figure>
  987.                             <p class=\"is-16px standard-color\">";
  988.         // line 407
  989.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("14_days_return", [], "store");
  990.         yield "</p>
  991.                         </div>
  992.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  993.                             <figure class=\"mobile-ico-height\">
  994.                                 <img style=\"max-height: 90px;\" src=\"";
  995.         // line 412
  996.         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.'412$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'412$this->source); })()), [], "array"falsefalsefalse412), "freeDelivery", [], "any"falsefalsefalse412), "html"nulltrue);
  997.         yield "\" alt=\"\">
  998.                             </figure>
  999.                             <p class=\"is-16px standard-color\">";
  1000.         // line 414
  1001.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("free_delivery_return", [], "store");
  1002.         yield "</p>
  1003.                         </div>
  1004.                     </div>
  1005.                     <div class=\"carousel-item\" style=\"display: flex;\">
  1006.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1007.                             <figure class=\"mobile-ico-height\">
  1008.                                 <img src=\"/v2/ico/ico_300_customers.svg\" alt=\"\">
  1009.                             </figure>
  1010.                             <p class=\"is-16px standard-color\">";
  1011.         // line 423
  1012.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("text_300_customers", [], "store");
  1013.         yield "</p>
  1014.                         </div>
  1015.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1016.                             <figure class=\"mobile-ico-height\">
  1017.                                 <img src=\"/v2/ikonka_18_lat.png\" alt=\"\">
  1018.                             </figure>
  1019.                             <p class=\"is-16px standard-color\">";
  1020.         // line 430
  1021.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("15_years", [], "store");
  1022.         yield "</p>
  1023.                         </div>
  1024.                     </div>
  1025.                     <div class=\"carousel-item\" style=\"display: flex;\">
  1026.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1027.                             <figure class=\"mobile-ico-height\">
  1028.                                 <img src=\"/v2/ico/ico_pig.svg\" alt=\"\">
  1029.                             </figure>
  1030.                             <p class=\"is-16px standard-color\">";
  1031.         // line 439
  1032.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("price_with_negotiations", [], "store");
  1033.         yield "</p>
  1034.                         </div>
  1035.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1036.                             <figure class=\"mobile-ico-height\">
  1037.                                 <img src=\"";
  1038.         // line 444
  1039.         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.'444$this->source); })()), (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'444$this->source); })()), [], "array"falsefalsefalse444), "freeDelivery", [], "any"falsefalsefalse444), "html"nulltrue);
  1040.         yield "\" alt=\"\">
  1041.                             </figure>
  1042.                             <p class=\"is-16px standard-color\">";
  1043.         // line 446
  1044.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("free_delivery_return", [], "store");
  1045.         yield "</p>
  1046.                         </div>
  1047.                     </div>
  1048.                 </div>
  1049.                 <div class=\"carousel-navigation is-overlay\">
  1050.                     <div class=\"carousel-nav-left\">
  1051.                         <i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i>
  1052.                     </div>
  1053.                     <div class=\"carousel-nav-right\">
  1054.                         <i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
  1055.                     </div>
  1056.                 </div>
  1057.             </div>
  1058.         </div>
  1059.     </section>
  1060.     <!-- END OF INFOGRAPHIC SECTION -->
  1061.     <form action=\"";
  1062.         // line 466
  1063.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getresponse_handler");
  1064.         yield "\" method=\"post\">
  1065.     <!-- START OF NEWSLETTER SECTION -->
  1066.     <section class=\"section newsletter\" style=\"background: #DBDBDB;\">
  1067.         <div class=\"container\">
  1068.             <div class=\"columns is-centered\">
  1069.                 <div class=\"column is-three-fifths-desktop is-full-mobile\">
  1070.                     <div class=\"title is-size-4\">
  1071.                         <strong>
  1072.                         ";
  1073.         // line 476
  1074.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("save_to_newsletter", [], "store"), "html"nulltrue);
  1075.         yield "
  1076.                         </strong>
  1077.                     </div>
  1078.                     <div class=\"title title-light\" style=\"font-size: 18px;\">
  1079.                         ";
  1080.         // line 481
  1081.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("recieve_newest_info", [], "store");
  1082.         yield "
  1083.                     </div>
  1084.                     <div class=\"title\" style=\"margin-top:-17px; font-size:18px;\">
  1085.                         ";
  1086.         // line 485
  1087.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("newsletter_discount_info_header2", [], "store");
  1088.         yield "
  1089.                     </div>
  1090.                     <div class=\"field has-addons\" style=\"z-index: 100000;\">
  1091.                         <p class=\"control is-expanded form-input\" style=\"z-index: 100000;\"> <!-- form -->
  1092.                             <input type=\"text\" name=\"email\" class=\"input newsletter-input\" placeholder=\"";
  1093.         // line 490
  1094.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("your_email", [], "store"), "html"nulltrue);
  1095.         yield "\">
  1096.                             <button class=\"button is-danger news-button\">";
  1097.         // line 491
  1098.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sign_in_newsletter", [], "store"), "html"nulltrue);
  1099.         yield "</button>
  1100.                         </p>
  1101.                     </div>
  1102.                 </div>
  1103.                 <div class=\"column is-two-fifths-desktop is-hidden-mobile\" style=\"display: flex; align-items: center; justify-content: center;\">
  1104.                     <img alt=\"newsletter signup\" style=\"max-width: 250px;\" src=\"/v2/koperta-transparent.png\"/>
  1105.                 </div>
  1106.             </div>
  1107.             ";
  1108.         // line 500
  1109.         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.'500$this->source); })()), "request", [], "any"falsefalsefalse500), "locale", [], "any"falsefalsefalse500) == "pl")) {
  1110.             // line 501
  1111.             yield "                <div class=\"columns is-full\" style=\"margin-left:5px; margin-top:-35px;\">
  1112.                     <a href=\"/images/terms_";
  1113.             // line 502
  1114.             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.'502$this->source); })()), "request", [], "any"falsefalsefalse502), "locale", [], "any"falsefalsefalse502), "html"nulltrue);
  1115.             yield ".pdf\" target=\"_blank\" style=\"font-size:14px;\">
  1116.                         ";
  1117.             // line 503
  1118.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("newsletter_terms_accept_info", [], "store");
  1119.             yield "
  1120.                     </a>
  1121.                 </div>
  1122.             ";
  1123.         }
  1124.         // line 507
  1125.         yield "
  1126.         </div>
  1127.     </section>
  1128.     </form>
  1129.     <!-- END OF NEWSLETTER SECTION -->
  1130.     <!-- START OF LOGOS -->
  1131.     <div class=\"is-hidden-mobile\">
  1132.         <section class=\"section logos\">
  1133.             <div class=\"container\">
  1134.                 <logo-carousel inline-template v-cloak
  1135.                                :logos=\"[
  1136.                             ";
  1137.         // line 519
  1138.         $context['_parent'] = $context;
  1139.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["producers"]) || array_key_exists("producers"$context) ? $context["producers"] : (function () { throw new RuntimeError('Variable "producers" does not exist.'519$this->source); })()));
  1140.         foreach ($context['_seq'] as $context["_key"] => $context["producer"]) {
  1141.             // line 520
  1142.             yield "                                {
  1143.                                     img: 'https://";
  1144.             // line 521
  1145.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["domain"]) || array_key_exists("domain"$context) ? $context["domain"] : (function () { throw new RuntimeError('Variable "domain" does not exist.'521$this->source); })()), "html"nulltrue);
  1146.             yield "/images/producer/";
  1147.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["producer"], "imageName", [], "any"falsefalsefalse521), "html"nulltrue);
  1148.             yield "',
  1149.                                     url: '";
  1150.             // line 522
  1151.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\AppExtension']->productProducerUrl(CoreExtension::getAttribute($this->env$this->source$context["producer"], "id", [], "any"falsefalsefalse522), 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.'522$this->source); })()), "request", [], "any"falsefalsefalse522), "locale", [], "any"falsefalsefalse522)), "html"nulltrue);
  1152.             yield "'
  1153.                                 },
  1154.                             ";
  1155.         }
  1156.         $_parent $context['_parent'];
  1157.         unset($context['_seq'], $context['_key'], $context['producer'], $context['_parent']);
  1158.         $context array_intersect_key($context$_parent) + $_parent;
  1159.         // line 525
  1160.         yield "                        ]\"
  1161.                 >
  1162.                     <div class=\"columns is-multiline is-centered\">
  1163.                         <agile class=\"container\" :options=\"logoOptions\">
  1164.                             <div class=\"column\" v-for=\"( logo, index ) in slides\" :key=\"index\">
  1165.                                 <a :href=\"logo.url\">
  1166.                                     <div class=\"image\">
  1167.                                         <img :src=\"logo.img\" />
  1168.                                     </div>
  1169.                                 </a>
  1170.                             </div>
  1171.                         </agile>
  1172.                     </div>
  1173.                 </logo-carousel>
  1174.             </div>
  1175.         </section>
  1176.     </div>
  1177.     <!-- END OF LOGOS -->
  1178.     ";
  1179.         // line 545
  1180.         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.'545$this->source); })()), "request", [], "any"falsefalsefalse545), "locale", [], "any"falsefalsefalse545) == "pl")) {
  1181.             // line 546
  1182.             yield "
  1183.         <script type=\"text/javascript\" src=\"//static.criteo.net/js/ld/ld.js\" async=\"true\"></script>
  1184.         <script type=\"text/javascript\">
  1185.             window.criteo_q = window.criteo_q || [];
  1186.             var deviceType = /iPad/.test(navigator.userAgent) ? \"t\" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? \"m\" : \"d\";
  1187.             window.criteo_q.push(
  1188.                 { event: \"setAccount\", account: 36267 },
  1189.                 { event: \"setEmail\", email: \"";
  1190.             // line 553
  1191.             if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "user", [], "any"falsetruefalse553), "email", [], "any"truetruefalse553)) {
  1192.                 yield " ";
  1193.                 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.'553$this->source); })()), "user", [], "any"falsefalsefalse553), "email", [], "any"falsefalsefalse553), "html"nulltrue);
  1194.                 yield " ";
  1195.             }
  1196.             yield "\" },
  1197.                 { event: \"setSiteType\", type: deviceType },
  1198.                 { event: \"viewHome\" }
  1199.             );
  1200.         </script>
  1201.     ";
  1202.         }
  1203.         
  1204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1205.         
  1206.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1207.         yield from [];
  1208.     }
  1209.     // line 562
  1210.     /**
  1211.      * @return iterable<null|scalar|\Stringable>
  1212.      */
  1213.     public function block_meta_desc_key(array $context, array $blocks = []): iterable
  1214.     {
  1215.         $macros $this->macros;
  1216.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1217.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc_key"));
  1218.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1219.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc_key"));
  1220.         // line 563
  1221.         yield "    ";
  1222.         yield from $this->yieldParentBlock("meta_desc_key"$context$blocks);
  1223.         yield "
  1224.     ";
  1225.         // line 564
  1226.         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.'564$this->source); })()), "request", [], "any"falsefalsefalse564), "locale", [], "any"falsefalsefalse564) == "pl")) {
  1227.             // line 565
  1228.             yield "        ";
  1229.             // line 566
  1230.             yield "        ";
  1231.             // line 569
  1232.             yield "    ";
  1233.         }
  1234.         
  1235.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1236.         
  1237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1238.         yield from [];
  1239.     }
  1240.     /**
  1241.      * @codeCoverageIgnore
  1242.      */
  1243.     public function getTemplateName(): string
  1244.     {
  1245.         return "frontend/index.html.twig";
  1246.     }
  1247.     /**
  1248.      * @codeCoverageIgnore
  1249.      */
  1250.     public function isTraitable(): bool
  1251.     {
  1252.         return false;
  1253.     }
  1254.     /**
  1255.      * @codeCoverageIgnore
  1256.      */
  1257.     public function getDebugInfo(): array
  1258.     {
  1259.         return array (  1315 => 569,  1313 => 566,  1311 => 565,  1309 => 564,  1304 => 563,  1291 => 562,  1268 => 553,  1259 => 546,  1257 => 545,  1235 => 525,  1226 => 522,  1220 => 521,  1217 => 520,  1213 => 519,  1199 => 507,  1192 => 503,  1188 => 502,  1185 => 501,  1183 => 500,  1171 => 491,  1167 => 490,  1159 => 485,  1152 => 481,  1144 => 476,  1131 => 466,  1108 => 446,  1103 => 444,  1095 => 439,  1083 => 430,  1073 => 423,  1061 => 414,  1056 => 412,  1048 => 407,  1032 => 394,  1022 => 387,  1012 => 380,  1002 => 373,  993 => 371,  985 => 366,  970 => 354,  955 => 341,  948 => 337,  944 => 336,  941 => 335,  939 => 334,  930 => 327,  915 => 325,  912 => 324,  909 => 323,  906 => 322,  903 => 321,  886 => 320,  877 => 314,  860 => 304,  852 => 298,  846 => 297,  840 => 293,  832 => 291,  824 => 288,  819 => 287,  817 => 286,  812 => 283,  809 => 282,  805 => 281,  801 => 279,  787 => 278,  784 => 277,  781 => 276,  778 => 275,  761 => 274,  758 => 273,  744 => 272,  741 => 271,  738 => 270,  735 => 269,  718 => 268,  713 => 265,  699 => 264,  696 => 263,  693 => 262,  690 => 261,  672 => 260,  658 => 259,  655 => 258,  652 => 257,  649 => 256,  632 => 255,  622 => 247,  615 => 243,  611 => 242,  608 => 241,  606 => 240,  597 => 233,  583 => 232,  580 => 231,  577 => 230,  574 => 229,  571 => 228,  568 => 227,  565 => 226,  562 => 225,  545 => 224,  542 => 223,  540 => 222,  532 => 217,  510 => 199,  504 => 197,  500 => 195,  498 => 194,  488 => 187,  476 => 179,  472 => 177,  469 => 176,  463 => 174,  460 => 173,  454 => 171,  451 => 170,  447 => 168,  445 => 167,  435 => 160,  422 => 149,  409 => 141,  403 => 140,  395 => 138,  392 => 137,  386 => 136,  383 => 135,  380 => 134,  377 => 133,  372 => 132,  369 => 131,  365 => 130,  355 => 125,  351 => 123,  343 => 121,  341 => 120,  333 => 117,  329 => 115,  325 => 114,  317 => 109,  295 => 89,  289 => 88,  282 => 83,  275 => 79,  267 => 78,  264 => 77,  262 => 76,  257 => 74,  253 => 73,  248 => 71,  244 => 70,  240 => 69,  234 => 68,  226 => 66,  223 => 65,  219 => 64,  204 => 51,  198 => 50,  187 => 44,  183 => 43,  179 => 42,  174 => 39,  168 => 36,  159 => 35,  157 => 34,  151 => 31,  145 => 28,  140 => 26,  134 => 25,  131 => 24,  128 => 23,  125 => 22,  120 => 21,  118 => 20,  107 => 11,  105 => 10,  101 => 8,  88 => 7,  65 => 5,  42 => 1,);
  1260.     }
  1261.     public function getSourceContext(): Source
  1262.     {
  1263.         return new Source("{% extends 'base.html.twig' %}
  1264. {% trans_default_domain 'store' %}
  1265. {% block title %}{{ 'page_main_title'|trans({}, 'store', locale) }}{% endblock %}
  1266. {% block content %}
  1267.     <section class=\"section\" style=\"padding:5px!important;\">
  1268.         <div class=\"container\">
  1269.             {% include '/frontend/components/notification.html.twig' %}
  1270.         </div>
  1271.     </section>
  1272.     <!-- START OF SLIDER -->
  1273.     <div class=\"section\" style=\"padding:2rem 1.5rem;\">
  1274.         <div class=\"container\">
  1275.             <!-- SLIDER NA DESKTOP -->
  1276.             <div class='carousel carousel-animated carousel-animate-slide carousel-desktop'>
  1277.                 <div class='carousel-container'>
  1278.                     {% set c = 0 %}
  1279.                     {% for banner in banners %}
  1280.                         {% if banner.type == constant('App\\\\Entity\\\\Banners::TYPE_BIG') %}
  1281.                             {% set c = c + 1 %}
  1282.                                 <div data-href=\"{{ banner.url }}\" class='carousel-item carousel-item-link has-background' style=\"height:100%; background: {{ banner.color }}!important;\">
  1283.                                     <div style=\"color: {{ banner.campaignTextColor }}!important; float: left; max-width: 45%;\">
  1284.                                         <h1 class=\"banner_h1\">
  1285.                                             {{ banner.title }}
  1286.                                         </h1>
  1287.                                         <div class=\"additionalText\">
  1288.                                             {{ banner.additionalText }}
  1289.                                         </div>
  1290.                                         <div>
  1291.                                             {% if banner.buttonText %}
  1292.                                                 <a class=\"btn-banner\" href=\"{{ banner.url }}\" style=\"background-color:{{ banner.buttonColor }}!important; color:{{ banner.buttonTextColor }}!important;\">
  1293.                                                     {{ banner.buttonText }}
  1294.                                                 </a>
  1295.                                             {% endif %}
  1296.                                         </div>
  1297.                                     </div>
  1298.                                     <div style=\"width: 100%; background: {{ banner.color }}!important; float:right; max-width: 55%;\">
  1299.                                         <a href=\"{{ banner.url }}\">
  1300.                                             <img class=\"is-background\" style=\"height:100%!important; float: right\" src=\"/images/important/{{ banner.imageName }}\" alt=\"{{ banner.title }}\" />
  1301.                                         </a>
  1302.                                     </div>
  1303.                                 </div>
  1304.                         {% endif %}
  1305.                     {% endfor %}
  1306.                 </div>
  1307.                 <div class=\"carousel-navigation is-overlay\">
  1308.                     <div class=\"carousel-nav-left\">
  1309.                         <i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i>
  1310.                     </div>
  1311.                     <div class=\"carousel-nav-right\">
  1312.                         <i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
  1313.                     </div>
  1314.                 </div>
  1315.             </div>
  1316.             <!-- SLIDER NA MOBILKI -->
  1317.             <div class='carousel carousel-animated carousel-animate-slide carousel-mobile'>
  1318.                 <div class='carousel-container'>
  1319.                     {% for banner in banners %}
  1320.                         {% if banner.type == constant('App\\\\Entity\\\\Banners::TYPE_BIG') %}
  1321.                             <div data-href=\"{{ banner.url }}\" class='carousel-item carousel-item-link has-background' style=\"background: {{ banner.color }}!important;\">
  1322.                                 <div>
  1323.                                     <img class=\"is-background\" src=\"/images/important/{{ banner.imageName }}\" alt=\"{{ banner.title }}\" width=\"640\" height=\"310\"  />
  1324.                                     <div class=\"has-text-centered\" style=\"background: {{ banner.color }}!important; margin-top:-10px;\">
  1325.                                         <h1 class=\"banner_h1 has-text-centered\" style=\"color: {{ banner.campaignTextColor }}!important;\">
  1326.                                             {{ banner.title }}
  1327.                                         </h1>
  1328.                                         <div class=\"additionalText has-text-centered\" style=\"color: {{ banner.campaignTextColor }}!important; margin-top:-10px;\">
  1329.                                             {{ banner.additionalText }}
  1330.                                         </div>
  1331.                                         {% if banner.buttonText %}
  1332.                                             <div style=\"margin-top:30px; display: flex;align-items: center; justify-content: center;\" class=\"has-text-centered\">
  1333.                                                 <a class=\"btn-banner-mobile\" href=\"{{ banner.url }}\" style=\"margin-bottom:20px; background-color:{{ banner.buttonColor }}!important; color:{{ banner.buttonTextColor }}!important;\">
  1334.                                                     {{ banner.buttonText }}
  1335.                                                 </a>
  1336.                                             </div>
  1337.                                         {% endif %}
  1338.                                     </div>
  1339.                                 </div>
  1340.                             </div>
  1341.                         {% endif %}
  1342.                     {% endfor %}
  1343.                 </div>
  1344.                 <div class=\"carousel-navigation is-overlay\">
  1345.                     <div class=\"carousel-nav-left\">
  1346.                         <i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i>
  1347.                     </div>
  1348.                     <div class=\"carousel-nav-right\">
  1349.                         <i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
  1350.                     </div>
  1351.                 </div>
  1352.             </div>
  1353.         </div>
  1354.     </div>
  1355.     <!-- END OF SLIDER -->
  1356.     <!-- START CATEGORIES -->
  1357.     <section class=\"section\" style=\"padding-top:0px;\">
  1358.         <div class=\"container\">
  1359.             <div class=\"has-text-centered is-4\">
  1360.                 <h1 class=\"is-size-4 margin-bot-30 standard-color\">{{ 'seo_header_title'|trans }}</h1>
  1361.             </div>
  1362.             <div class=\"columns is-multiline nasze-produkty\">
  1363.                 {% for category in categories %}
  1364.                     <!-- START CATEGORY BOX -->
  1365.                     <div class=\"column is-one-third-desktop is-half-tablet cat-container\">
  1366.                         <article style=\"background-image:url(/images/category/{{ category.imageName }}); cursor: pointer;\" class=\"box has-bg-img category-box\" data-href=\"{{ path('category', {'id':category.id, 'slug':category.slug}) }}\">
  1367.                             <div class=\"content category-link\">
  1368.                                 <div class=\"mobile-image-container is-flex is-hidden-desktop has-text-centered is-vcentered\" style=\"align-items: center;\">
  1369.                                     {% if category.imageName3 %}
  1370.                                     <img alt=\"{{ category.name }}\" src=\"/images/category/{{ category.imageName3 }}\">
  1371.                                     {% endif %}
  1372.                                 </div>
  1373.                                 <h2 class=\"title is-size-4 has-text-centered is-half-touch category-title\">
  1374.                                     <a href=\"{{ path('category', {'id':category.id, 'slug':category.slug}) }}\">{{ category.name }}</a>
  1375.                                 </h2>
  1376.                                 <div class=\"columns is-hidden-touch\">
  1377.                                     <div class=\"column is-offset-one-third\">
  1378.                                         <ul class=\"list-red is-size-7\">
  1379.                                             {% for child in category.childrens %}
  1380.                                                 {% set visible = 1 %}
  1381.                                                 {% for langParam in child.langParams %}
  1382.                                                     {% if langParam.language.locale == app.request.locale %}
  1383.                                                         {% set visible = langParam.visible %}
  1384.                                                     {% endif %}
  1385.                                                 {% endfor %}
  1386.                                                 {% if visible == 1 %}
  1387.                                                     <li><a href=\"{{ path('category', {'id':child.id, 'slug':child.slug}) }}\">{{ child.name }}</a></li>
  1388.                                                 {% endif %}
  1389.                                             {% endfor %}
  1390.                                         </ul>
  1391.                                     </div>
  1392.                                 </div>
  1393.                             </div>
  1394.                         </article>
  1395.                     </div>
  1396.                     <!-- END CATEGORY BOX -->
  1397.                 {% endfor %}
  1398.             </div>
  1399.         </div>
  1400.     </section>
  1401.     <!-- END CATEGORIES -->
  1402.     <!-- START OF SPECIAL OFFERS -->
  1403.     <div class=\"section is-hidden-touch\">
  1404.         <div class=\"container\">
  1405.             <div class=\"is-size-4 margin-bot-30 is-600 is-red has-text-centered is-3 bold\">
  1406.                 {{ 'promo_special_offer'|trans }}
  1407.             </div>
  1408.             <div class=\"columns is-multiline special-offers-boxes\">
  1409.                 <!-- START CATEGORY BOX -->
  1410.                 <div class=\"column is-one-third-desktop\">
  1411.                     {% if app.request.locale == 'pl' %}
  1412.                         <a href=\"https://www.centrumkrzesel.pl/lp/228/strefa-okazji\">
  1413.                     {% endif %}
  1414.                     {% if app.request.locale == 'sk' %}
  1415.                         <a href=\"{{ path('category', {'id':121, 'slug':'akcna-ponuka'}) }}\">
  1416.                     {% endif %}
  1417.                     {% if app.request.locale == 'cz' %}
  1418.                         <a href=\"{{ path('category', {'id':121, 'slug':'akcni-nabidka-'}) }}\">
  1419.                     {% endif %}
  1420.                     {% if app.request.locale == 'ro' %}
  1421.                         <a href=\"https://www.mobila24.ro/oferte/121/c\">
  1422.                     {% endif %}
  1423.                         <article style=\"background-image:url({{ staticImages[locale].szok }});\" class=\"box has-bg-img special-offer-box\">
  1424.                         </article>
  1425.                     </a>
  1426.                 </div>
  1427.                 <!-- END CATEGORY BOX -->
  1428.                 <!-- START CATEGORY BOX -->
  1429.                 <div class=\"column is-one-third-desktop\">
  1430.                     <article style=\"background-image:url({{ staticImages[locale].prod24h }});\" class=\"box has-bg-img special-offer-box\">
  1431.                     </article>
  1432.                 </div>
  1433.                 <!-- END CATEGORY BOX -->
  1434.                 <!-- START CATEGORY BOX -->
  1435.                 <div class=\"column is-one-third-desktop\">
  1436.                     {% if app.request.locale == 'ro' %}
  1437.                         <a href=\"https://www.mobila24.ro/scaune-elementare-accesibile/126/c\">
  1438.                     {% else %}
  1439.                         <a href=\"{{ path('category', {'id':237, 'slug':'outlet-2'}) }}\">
  1440.                     {% endif %}
  1441.                         <article style=\"background-image:url({{ staticImages[locale].outlet }});\" class=\"box has-bg-img special-offer-box\">
  1442.                         </article>
  1443.                     </a>
  1444.                 </div>
  1445.                 <!-- END CATEGORY BOX -->
  1446.             </div>
  1447.         </div>
  1448.     </div>
  1449.     <!-- END OF SPECIAL OFFERS -->
  1450.     <!-- START OF BESTSELLER SLIDER -->
  1451.     <section class=\"section\">
  1452.         <div class=\"columns\">
  1453.             <product-tabs :slides-count=\"6\" inline-template v-cloak>
  1454.                 <div class=\"column is-full\" id=\"podobne\" v-match-heights=\"{ el: [ '.card-image' ]}\">
  1455.                     <div class=\"tabs is-centered is-medium\">
  1456.                         <ul>
  1457.                             <li class=\"is-active\">
  1458.                                 <a href=\"#\" @click.stop.prevent=\"clicked( 2 )\">{{ 'bestsellers_section_title'|trans }}</a>
  1459.                             </li>
  1460.                         </ul>
  1461.                     </div>
  1462.                     {% set c = 0 %}
  1463.                     <agile ref=\"carousel_2\" class=\"container is-fluid thumbnails\" :options=\"sliderOptions\">
  1464.                         {% for productData in promotionsProducts %}
  1465.                             {% set product = productData[0] %}
  1466.                             {% if productData.isBestseller %}
  1467.                                 {% set c = c +1 %}
  1468.                                 {% if c < 11 %}
  1469.                                     {% include 'frontend/components/smallProduct.html.twig' with {'lazyDisabled':1, 'cssClass':'card-homepage', 'isOneQuarter':1, 'product':product, 'productData':productData} %}
  1470.                                 {% endif %}
  1471.                             {% endif %}
  1472.                         {% endfor %}
  1473.                         <template slot=\"prevButton\"><i class=\"fas fa-chevron-left\" style=\"margin-left:20px;\"></i></template>
  1474.                         <template slot=\"nextButton\"><i class=\"fas fa-chevron-right\" style=\"margin-right: 20px;\"></i></template>
  1475.                     </agile>
  1476.                 </div>
  1477.             </product-tabs>
  1478.         </div>
  1479.         {% if catBest %}
  1480.             <div class=\"has-text-centered\">
  1481.                 <a href=\"{{ path('category', {'id':catBest.id, 'slug':catBest.slug}) }}\" class=\"standard-button btn-banner-mobile\">
  1482.                     {{ 'view_all_bestseller'|trans }} <i class=\"fa fa-arrow-right\"></i>
  1483.                 </a>
  1484.             </div>
  1485.         {% endif %}
  1486.     </section>
  1487.     <!-- START OF BANNERS SECTION -->
  1488.     <section class=\"section banners\">
  1489.         <div class=\"container\">
  1490.             <div class=\"columns\">
  1491.                 {% for banner in smallBanners %}
  1492.                     {% if banner.position == 1 %}
  1493.                         {% include '/frontend/components/_smallBanner.html.twig' with {'cssClass':'is-three-fifths-desktop', 'banner':banner, 'cta':1} %}
  1494.                     {% endif %}
  1495.                 {% endfor %}
  1496.                 {% for banner in smallBanners %}
  1497.                     {% if banner.position == 2 %}
  1498.                         {% include '/frontend/components/_smallBanner.html.twig' with {'cssClass':'is-two-fifths-desktop', 'banner':banner, 'cta':0} %}
  1499.                     {% endif %}
  1500.                 {% endfor %}
  1501.             </div>
  1502.             <div class=\"columns\">
  1503.                 {% for banner in smallBanners %}
  1504.                     {% if banner.position == 3 %}
  1505.                         {% include '/frontend/components/_smallBanner.html.twig' with {'cssClass':'is-two-fifths-desktop', 'banner':banner, 'cta':0} %}
  1506.                     {% endif %}
  1507.                 {% endfor %}
  1508.                 {% for banner in smallBanners %}
  1509.                     {% if banner.position == 4 %}
  1510.                         {% include '/frontend/components/_smallBanner.html.twig' with {'cssClass':'is-three-fifths-desktop', 'banner':banner, 'cta':1} %}
  1511.                     {% endif %}
  1512.                 {% endfor %}
  1513.             </div>
  1514.             {% for banner in smallBanners %}
  1515.                 {% if banner.position == 5 %}
  1516.                     <div class=\"columns\">
  1517.                         <div class=\"column is-full is-hidden-desktop\">
  1518.                             <div class=\"image\">
  1519.                                 {% if banner.url %}
  1520.                                     <a href=\"{{ banner.url }}\">
  1521.                                         <img src=\"/images/important/{{ banner.imageName }}\" alt=\"{{ banner.title }}\">
  1522.                                     </a>
  1523.                                 {% else %}
  1524.                                     <img src=\"/images/important/{{ banner.imageName }}\" alt=\"{{ banner.title }}\">
  1525.                                 {% endif %}
  1526.                             </div>
  1527.                         </div>
  1528.                     </div>
  1529.                 {% endif %}
  1530.             {% endfor %}
  1531.         </div>
  1532.     </section>
  1533.     <!-- END OF BANNERS SECTION -->
  1534.     <input type=\"hidden\" value=\"{% if isMobile is defined and isMobile %}2{% else %}5{% endif %}\" id=\"slide_counter\"/>
  1535.     <!-- START OF BESTSELLER SLIDER -->
  1536.     <section class=\"section\">
  1537.         <div class=\"columns\">
  1538.             <product-tabs :slides-count=\"6\" inline-template v-cloak>
  1539.                 <div class=\"column is-full\" id=\"podobne\" v-match-heights=\"{ el: [ '.card-image' ]}\">
  1540.                     <div class=\"tabs is-centered is-medium\" style=\"margin-bottom: -20px;\">
  1541.                         <ul>
  1542.                             <li :class=\"tab == 1 ? 'is-active' : ''\">
  1543.                                 <a href=\"#\" @click.stop.prevent=\"clicked( 1 )\">{{ 'newest'|trans }}</a>
  1544.                             </li>
  1545.                         </ul>
  1546.                     </div>
  1547.                     <agile ref=\"carousel_1\" class=\"container is-fluid thumbnails\" :options=\"sliderOptions\" v-if=\"tab == 1\">
  1548.                         {% for productData in promotionsProducts|slice(0,10) %}
  1549.                             {% set product = productData[0] %}
  1550.                             {% if productData.isNew %}
  1551.                                 {% include 'frontend/components/smallProduct.html.twig' with {'lazyDisabled':1, 'cssClass':'card-homepage', 'isOneQuarter':1, 'product':product, 'productData':productData} %}
  1552.                             {% endif %}
  1553.                             <!-- END OF ARTICLE -->
  1554.                         {% endfor %}
  1555.                         <template slot=\"prevButton\"><i class=\"fas fa-chevron-left\" style=\"margin-left:20px;\"></i></template>
  1556.                         <template slot=\"nextButton\"><i class=\"fas fa-chevron-right\" style=\"margin-right: 20px;\"></i></template>
  1557.                     </agile>
  1558.                 </div>
  1559.             </product-tabs>
  1560.         </div>
  1561.         {% if catNews %}
  1562.             <div class=\"has-text-centered\">
  1563.                 <a href=\"{{ path('category', {'id':catNews.id, 'slug':catNews.slug}) }}\" class=\"standard-button btn-banner-mobile\">
  1564.                     {{ 'view_all_newest'|trans }} <i class=\"fa fa-arrow-right\"></i>
  1565.                 </a>
  1566.             </div>
  1567.         {% endif %}
  1568.     </section>
  1569.     <!-- END OF BESTSELLER SLIDER -->
  1570.     <!-- START OF INFOGRAPHIC SECTION -->
  1571.     <section class=\"section\">
  1572.         <div class=\"container\">
  1573.             <div class=\"columns is-centered\">
  1574.                 <div class=\"column is-half\">
  1575.                     <div class=\"subtitle has-text-centered margin-bot-30\">
  1576.                         {{ 'for_your_convinient'|trans }}
  1577.                     </div>
  1578.                 </div>
  1579.             </div>
  1580.             <div class=\"columns home-ikony is-multiline is-centered is-flex-tablet is-hidden-mobile\">
  1581.                 <div class=\"column is-half-mobile has-text-centered\">
  1582.                     <figure class=\"image\">
  1583.                         <img src=\"/v2/ico/ico_14.svg\" alt=\"\">
  1584.                     </figure>
  1585.                     <p class=\"title is-16px standard-color\">{{ '14_days_return'|trans|raw }}</p>
  1586.                 </div>
  1587.                 <div class=\"column is-half-mobile has-text-centered\">
  1588.                     <figure class=\"image\">
  1589.                         <img src=\"{{ staticImages[locale].freeDelivery }}\" alt=\"\" {% if app.request.locale == 'ro' or app.request.locale == 'sk' or app.request.locale == 'cz' %}style=\"width: 70px!important;\" {% endif %}>
  1590.                     </figure>
  1591.                     <p class=\"title is-16px standard-color\">{{ 'free_delivery_return'|trans|raw }}</p>
  1592.                 </div>
  1593.                 <div class=\"column is-half-mobile has-text-centered\">
  1594.                     <figure class=\"image\">
  1595.                         <img src=\"/v2/ico/ico_300_customers.svg\" alt=\"\">
  1596.                     </figure>
  1597.                     <p class=\"title is-16px standard-color\">{{ 'text_300_customers'|trans|raw }}</p>
  1598.                 </div>
  1599.                 <div class=\"column is-half-mobile has-text-centered\">
  1600.                     <figure class=\"image\">
  1601.                         <img src=\"/v2/ikonka_18_lat.png\" alt=\"\">
  1602.                     </figure>
  1603.                     <p class=\"title is-16px standard-color\">{{ '15_years'|trans|raw }}</p>
  1604.                 </div>
  1605.                 <div class=\"column is-half-mobile has-text-centered\">
  1606.                     <figure class=\"image\">
  1607.                         <img src=\"/v2/ico/ico_pig.svg\" alt=\"\">
  1608.                     </figure>
  1609.                     <p class=\"title is-16px standard-color\">{{ 'price_with_negotiations'|trans|raw }}</p>
  1610.                 </div>
  1611.             </div>
  1612.             <div class='carousel carousel-animated carousel-animate-slide is-hidden-tablet'>
  1613.                 <div class='carousel-container'>
  1614.                     <div class=\"carousel-item\" style=\"display: flex;\">
  1615.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1616.                             <figure class=\"mobile-ico-height\">
  1617.                                 <img src=\"/v2/ico/ico_14.svg\" alt=\"\">
  1618.                             </figure>
  1619.                             <p class=\"is-16px standard-color\">{{ '14_days_return'|trans|raw }}</p>
  1620.                         </div>
  1621.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1622.                             <figure class=\"mobile-ico-height\">
  1623.                                 <img style=\"max-height: 90px;\" src=\"{{ staticImages[locale].freeDelivery }}\" alt=\"\">
  1624.                             </figure>
  1625.                             <p class=\"is-16px standard-color\">{{ 'free_delivery_return'|trans|raw }}</p>
  1626.                         </div>
  1627.                     </div>
  1628.                     <div class=\"carousel-item\" style=\"display: flex;\">
  1629.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1630.                             <figure class=\"mobile-ico-height\">
  1631.                                 <img src=\"/v2/ico/ico_300_customers.svg\" alt=\"\">
  1632.                             </figure>
  1633.                             <p class=\"is-16px standard-color\">{{ 'text_300_customers'|trans|raw }}</p>
  1634.                         </div>
  1635.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1636.                             <figure class=\"mobile-ico-height\">
  1637.                                 <img src=\"/v2/ikonka_18_lat.png\" alt=\"\">
  1638.                             </figure>
  1639.                             <p class=\"is-16px standard-color\">{{ '15_years'|trans|raw }}</p>
  1640.                         </div>
  1641.                     </div>
  1642.                     <div class=\"carousel-item\" style=\"display: flex;\">
  1643.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1644.                             <figure class=\"mobile-ico-height\">
  1645.                                 <img src=\"/v2/ico/ico_pig.svg\" alt=\"\">
  1646.                             </figure>
  1647.                             <p class=\"is-16px standard-color\">{{ 'price_with_negotiations'|trans|raw }}</p>
  1648.                         </div>
  1649.                         <div class=\"column is-half-mobile has-text-centered has-background\">
  1650.                             <figure class=\"mobile-ico-height\">
  1651.                                 <img src=\"{{ staticImages[locale].freeDelivery }}\" alt=\"\">
  1652.                             </figure>
  1653.                             <p class=\"is-16px standard-color\">{{ 'free_delivery_return'|trans|raw }}</p>
  1654.                         </div>
  1655.                     </div>
  1656.                 </div>
  1657.                 <div class=\"carousel-navigation is-overlay\">
  1658.                     <div class=\"carousel-nav-left\">
  1659.                         <i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i>
  1660.                     </div>
  1661.                     <div class=\"carousel-nav-right\">
  1662.                         <i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
  1663.                     </div>
  1664.                 </div>
  1665.             </div>
  1666.         </div>
  1667.     </section>
  1668.     <!-- END OF INFOGRAPHIC SECTION -->
  1669.     <form action=\"{{ path('getresponse_handler') }}\" method=\"post\">
  1670.     <!-- START OF NEWSLETTER SECTION -->
  1671.     <section class=\"section newsletter\" style=\"background: #DBDBDB;\">
  1672.         <div class=\"container\">
  1673.             <div class=\"columns is-centered\">
  1674.                 <div class=\"column is-three-fifths-desktop is-full-mobile\">
  1675.                     <div class=\"title is-size-4\">
  1676.                         <strong>
  1677.                         {{ 'save_to_newsletter'|trans }}
  1678.                         </strong>
  1679.                     </div>
  1680.                     <div class=\"title title-light\" style=\"font-size: 18px;\">
  1681.                         {{ 'recieve_newest_info'|trans|raw }}
  1682.                     </div>
  1683.                     <div class=\"title\" style=\"margin-top:-17px; font-size:18px;\">
  1684.                         {{ 'newsletter_discount_info_header2'|trans|raw }}
  1685.                     </div>
  1686.                     <div class=\"field has-addons\" style=\"z-index: 100000;\">
  1687.                         <p class=\"control is-expanded form-input\" style=\"z-index: 100000;\"> <!-- form -->
  1688.                             <input type=\"text\" name=\"email\" class=\"input newsletter-input\" placeholder=\"{{ 'your_email'|trans }}\">
  1689.                             <button class=\"button is-danger news-button\">{{ 'sign_in_newsletter'|trans }}</button>
  1690.                         </p>
  1691.                     </div>
  1692.                 </div>
  1693.                 <div class=\"column is-two-fifths-desktop is-hidden-mobile\" style=\"display: flex; align-items: center; justify-content: center;\">
  1694.                     <img alt=\"newsletter signup\" style=\"max-width: 250px;\" src=\"/v2/koperta-transparent.png\"/>
  1695.                 </div>
  1696.             </div>
  1697.             {% if app.request.locale == 'pl' %}
  1698.                 <div class=\"columns is-full\" style=\"margin-left:5px; margin-top:-35px;\">
  1699.                     <a href=\"/images/terms_{{ app.request.locale }}.pdf\" target=\"_blank\" style=\"font-size:14px;\">
  1700.                         {{ 'newsletter_terms_accept_info'|trans|raw }}
  1701.                     </a>
  1702.                 </div>
  1703.             {% endif %}
  1704.         </div>
  1705.     </section>
  1706.     </form>
  1707.     <!-- END OF NEWSLETTER SECTION -->
  1708.     <!-- START OF LOGOS -->
  1709.     <div class=\"is-hidden-mobile\">
  1710.         <section class=\"section logos\">
  1711.             <div class=\"container\">
  1712.                 <logo-carousel inline-template v-cloak
  1713.                                :logos=\"[
  1714.                             {% for producer in producers %}
  1715.                                 {
  1716.                                     img: 'https://{{ domain }}/images/producer/{{ producer.imageName }}',
  1717.                                     url: '{{ productProducerUrl(producer.id, app.request.locale) }}'
  1718.                                 },
  1719.                             {% endfor %}
  1720.                         ]\"
  1721.                 >
  1722.                     <div class=\"columns is-multiline is-centered\">
  1723.                         <agile class=\"container\" :options=\"logoOptions\">
  1724.                             <div class=\"column\" v-for=\"( logo, index ) in slides\" :key=\"index\">
  1725.                                 <a :href=\"logo.url\">
  1726.                                     <div class=\"image\">
  1727.                                         <img :src=\"logo.img\" />
  1728.                                     </div>
  1729.                                 </a>
  1730.                             </div>
  1731.                         </agile>
  1732.                     </div>
  1733.                 </logo-carousel>
  1734.             </div>
  1735.         </section>
  1736.     </div>
  1737.     <!-- END OF LOGOS -->
  1738.     {% if app.request.locale == 'pl' %}
  1739.         <script type=\"text/javascript\" src=\"//static.criteo.net/js/ld/ld.js\" async=\"true\"></script>
  1740.         <script type=\"text/javascript\">
  1741.             window.criteo_q = window.criteo_q || [];
  1742.             var deviceType = /iPad/.test(navigator.userAgent) ? \"t\" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? \"m\" : \"d\";
  1743.             window.criteo_q.push(
  1744.                 { event: \"setAccount\", account: 36267 },
  1745.                 { event: \"setEmail\", email: \"{% if app.user.email is defined %} {{ app.user.email }} {% endif %}\" },
  1746.                 { event: \"setSiteType\", type: deviceType },
  1747.                 { event: \"viewHome\" }
  1748.             );
  1749.         </script>
  1750.     {% endif %}
  1751. {% endblock %}
  1752. {% block meta_desc_key %}
  1753.     {{ parent() }}
  1754.     {% if app.request.locale == 'pl' %}
  1755.         {# veltis tag #}
  1756.         {#
  1757.         <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>
  1758.         #}
  1759.     {% endif %}
  1760. {% endblock %}""frontend/index.html.twig""/home/users/ck_new/templates/frontend/index.html.twig");
  1761.     }
  1762. }