var/cache/dev/twig/37/376a950f3f605fe629aa08d110fafea12fdb669dd98dd06bacd6c5b41e78109a.php line 261

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @SyliusShop/layout.html.twig */
  14. class __TwigTemplate_08825882d0a17a5947d93b053ebb691aad201ea50f230aea13388257a83d5740 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'metatags' => [$this'block_metatags'],
  26.             'headerJs' => [$this'block_headerJs'],
  27.             'stylesheets' => [$this'block_stylesheets'],
  28.             'top' => [$this'block_top'],
  29.             'header' => [$this'block_header'],
  30.             'subheader' => [$this'block_subheader'],
  31.             'content' => [$this'block_content'],
  32.             'footer' => [$this'block_footer'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  43.         // line 1
  44.         echo "<!DOCTYPE html>
  45. <html lang=\"";
  46.         // line 3
  47.         echo twig_escape_filter($this->envtwig_slice($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'3$this->source); })()), "request", [], "any"falsefalsefalse3), "locale", [], "any"falsefalsefalse3), 02), "html"nulltrue);
  48.         echo "\">
  49. <head>
  50.     <meta charset=\"utf-8\">
  51.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  52.     <title>";
  53.         // line 8
  54.         $this->displayBlock('title'$context$blocks);
  55.         echo "</title>
  56.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  57.     ";
  58.         // line 12
  59.         $this->displayBlock('metatags'$context$blocks);
  60.         // line 14
  61.         echo "
  62.     ";
  63.         // line 15
  64.         $this->displayBlock('headerJs'$context$blocks);
  65.         // line 17
  66.         echo "
  67.     ";
  68.         // line 18
  69.         $this->displayBlock('stylesheets'$context$blocks);
  70.         // line 69
  71.         echo "
  72.     ";
  73.         // line 70
  74.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.head");
  75.         echo "
  76.     ";
  77.         // line 72
  78.         echo "    <meta name=\"google-site-verification\" content=\"D5xBfTRNc3Yc1FV2RDAOLnM8Gkbr323or4f8IGsz1HQ\" />
  79.     <meta name=\"msvalidate.01\" content=\"B202DD17C76E6EC6FC0D1F3418F6EF23\" />
  80.     <link rel=\"preload\" href=\"https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.0/dist/cookieconsent.js\" as=\"script\">
  81.     <script src=\"https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.0/dist/cookieconsent.js\" defer></script>
  82.     <script>
  83.         window.addEventListener('load', function () {
  84.             // obtain plugin
  85.             var cc = initCookieConsent();
  86.             // run plugin with your configuration
  87.             cc.run({
  88.                 current_lang: 'cs',
  89.                 autoclear_cookies: true,                   // default: false
  90.                 theme_css: 'https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.0/dist/cookieconsent.css',  // ðŸš¨ replace with a valid path
  91.                 gui_options: {
  92.                     consent_modal: {
  93.                         layout: 'cloud',
  94.                         position: 'middle center',
  95.                     }
  96.                 },
  97.                 onAccept: function () {
  98.                     createCookieGtmEvent();
  99.                 },
  100.                 onChange: function () {
  101.                     createCookieGtmEvent();
  102.                 },
  103.                 languages: {
  104.                     'cs': {
  105.                         consent_modal: {
  106.                             title: \"Pou\\u017e\\u00edv\\u00e1me soubory cookies!\",
  107.                             description: \"Dobr\\u00fd den, tyto webov\\u00e9 str\\u00e1nky pou\\u017e\\u00edvaj\\u00ed z\\u00e1kladn\\u00ed soubory cookie k zaji\\u0161t\\u011bn\\u00ed sv\\u00e9ho spr\\u00e1vn\\u00e9ho fungov\\u00e1n\\u00ed a sledovac\\u00ed soubory cookie k pochopen\\u00ed toho, jak s nimi pracujete. Ty se nastavuj\\u00ed <button type=\\\"button\\\" data-cc=\\\"c-settings\\\" class=\\\"cc-link\\\">pouze po souhlasu<\\/button>.\",
  108.                             primary_btn: {
  109.                                 text: \"P\\u0159ijmout v\\u0161e\",
  110.                                 role: 'accept_all'              // 'accept_selected' or 'accept_all'
  111.                             },
  112.                             secondary_btn: {
  113.                                 text: \"Odm\\u00edtnout v\\u0161e\",
  114.                                 role: 'accept_necessary'        // 'settings' or 'accept_necessary'
  115.                             }
  116.                         },
  117.                         settings_modal: {
  118.                             title: \"P\\u0159edvolby soubor\\u016f cookie\",
  119.                             save_settings_btn: \"Ulo\\u017eit nastaven\\u00ed\",
  120.                             accept_all_btn: \"P\\u0159ijmout v\\u0161e\",
  121.                             reject_all_btn: \"Odm\\u00edtnout v\\u0161e\",
  122.                             close_btn_label: \"Zav\\u0159\\u00edt\",
  123.                             blocks: [
  124.                                 {
  125.                                     title: \"Pou\\u017eit\\u00ed soubor\\u016f cookie\",
  126.                                     description: \"Soubory cookie pou\\u017e\\u00edv\\u00e1me k zaji\\u0161t\\u011bn\\u00ed z\\u00e1kladn\\u00edch funkc\\u00ed webov\\u00fdch str\\u00e1nek a ke zlep\\u0161en\\u00ed va\\u0161eho online z\\u00e1\\u017eitku. U ka\\u017ed\\u00e9 kategorie si m\\u016f\\u017eete zvolit, zda se chcete p\\u0159ihl\\u00e1sit nebo odhl\\u00e1sit, kdykoli budete cht\\u00edt. Dal\\u0161\\u00ed podrobnosti t\\u00fdkaj\\u00edc\\u00ed se soubor\\u016f cookie a dal\\u0161\\u00edch citliv\\u00fdch \\u00fadaj\\u016f naleznete v <a href=\\\"\\/cs_CZ\\/page\\/ochrana-soukromi\\\" class=\\\"cc-link\\\">\\u00fapln\\u00e9m zn\\u011bn\\u00ed<\\/a>.\"
  127.                                 }, {
  128.                                     title: \"Nezbytn\\u011b nutn\\u00e9 soubory cookie\",
  129.                                     description: \"Tyto soubory cookie jsou nezbytn\\u00e9 pro spr\\u00e1vn\\u00e9 fungov\\u00e1n\\u00ed m\\u00fdch webov\\u00fdch str\\u00e1nek. Bez t\\u011bchto soubor\\u016f cookie by webov\\u00e9 str\\u00e1nky nefungovaly spr\\u00e1vn\\u011b.\",
  130.                                     toggle: {
  131.                                         value: 'necessary',
  132.                                         enabled: true,
  133.                                         readonly: true          // cookie categories with readonly=true are all treated as \"necessary cookies\"
  134.                                     }
  135.                                 }, {
  136.                                     title: \"V\\u00fdkonnostn\\u00ed a analytick\\u00e9 soubory cookie\",
  137.                                     description: \"Tyto soubory cookie umo\\u017e\\u0148uj\\u00ed webov\\u00e9 str\\u00e1nce zapamatovat si volby, kter\\u00e9 jste provedli v minulosti.\",
  138.                                     toggle: {
  139.                                         value: 'analytics',     // your cookie category
  140.                                         enabled: false,
  141.                                         readonly: false
  142.                                     }
  143.                                 }, {
  144.                                     title: \"Soubory cookie pro reklamu a c\\u00edlen\\u00ed\",
  145.                                     description: \"Tyto soubory cookie shroma\\u017e\\u010fuj\\u00ed informace o tom, jak webov\\u00e9 str\\u00e1nky pou\\u017e\\u00edv\\u00e1te, kter\\u00e9 str\\u00e1nky jste nav\\u0161t\\u00edvili a na kter\\u00e9 odkazy jste klikli. V\\u0161echny \\u00fadaje jsou anonymizovan\\u00e9 a nelze je pou\\u017e\\u00edt k va\\u0161\\u00ed identifikaci.\",
  146.                                     toggle: {
  147.                                         value: 'targeting',
  148.                                         enabled: false,
  149.                                         readonly: false
  150.                                     }
  151.                                 }, {
  152.                                     title: \"V\\u00edce informac\\u00ed\",
  153.                                     description: \"V p\\u0159\\u00edpad\\u011b jak\\u00fdchkoli dotaz\\u016f ohledn\\u011b na\\u0161ich z\\u00e1sad t\\u00fdkaj\\u00edc\\u00edch se soubor\\u016f cookie a va\\u0161ich voleb n\\u00e1s pros\\u00edm <a class=\\\"cc-link\\\" href=\\\"\\/cs_CZ\\/page\\/kontakty\\\">kontaktujte<\\/a>.\",
  154.                                 }
  155.                             ]
  156.                         }
  157.                     }
  158.                 }
  159.             });
  160.         });
  161.     </script>
  162. </head>
  163. <body>
  164. ";
  165.         // line 168
  166.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_body");
  167.         echo "
  168. <div class=\"page-wrapper\">
  169.     <header class=\"header\">
  170.         ";
  171.         // line 171
  172.         $this->displayBlock('top'$context$blocks);
  173.         // line 172
  174.         echo "        ";
  175.         $this->displayBlock('header'$context$blocks);
  176.         // line 196
  177.         echo "        ";
  178.         $this->displayBlock('subheader'$context$blocks);
  179.         // line 214
  180.         echo "
  181.     </header><!-- End .header -->
  182.     <div class=\"container\">
  183.         <div class=\"d-lg-none mobile-search text-center\">
  184.             ";
  185.         // line 218
  186.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.header");
  187.         echo "
  188.         </div>
  189.     </div>
  190.     ";
  191.         // line 223
  192.         echo "    ";
  193.         // line 224
  194.         echo "    ";
  195.         // line 225
  196.         echo "    ";
  197.         // line 226
  198.         echo "    ";
  199.         // line 227
  200.         echo "    ";
  201.         // line 228
  202.         echo "    ";
  203.         // line 229
  204.         echo "    ";
  205.         // line 230
  206.         echo "    ";
  207.         // line 231
  208.         echo "    ";
  209.         // line 232
  210.         echo "    ";
  211.         // line 233
  212.         echo "    ";
  213.         // line 234
  214.         echo "    ";
  215.         // line 235
  216.         echo "    ";
  217.         // line 236
  218.         echo "    ";
  219.         // line 237
  220.         echo "    ";
  221.         // line 238
  222.         echo "    ";
  223.         // line 239
  224.         echo "    ";
  225.         // line 240
  226.         echo "    ";
  227.         // line 241
  228.         echo "    ";
  229.         // line 242
  230.         echo "    ";
  231.         // line 243
  232.         echo "
  233.     ";
  234.         // line 245
  235.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_content");
  236.         echo "
  237.     ";
  238.         // line 247
  239.         $this->displayBlock('content'$context$blocks);
  240.         // line 249
  241.         echo "
  242.     ";
  243.         // line 250
  244.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_content");
  245.         echo "
  246.     ";
  247.         // line 253
  248.         $this->displayBlock('footer'$context$blocks);
  249.         // line 260
  250.         echo "
  251.     ";
  252.         // line 262
  253.         echo "    <div class=\"mobile-menu-container\">
  254.         <div class=\"mobile-menu-wrapper\">
  255.             <span class=\"mobile-menu-close\"><i class=\"fa fa-times\"></i></span>
  256.             <nav class=\"mobile-nav\">
  257.                 <ul class=\"mobile-menu menu-with-icon\">
  258.                     <li><a href=\"/\" class=\"active\">Úvod</a></li>
  259.                     <li>
  260.                         <a href=\"#\" class=\"sf-with-ul\"><i class=\"sicon-badge\"></i>E-shop<span class=\"mmenu-btn\"></span></a>
  261.                         ";
  262.         // line 271
  263.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_taxon_index_by_code", ["code" => "main_taxon_001""template" => "@SyliusShop/Taxon/_mobileMenu.html.twig"]));
  264.         // line 274
  265.         echo "
  266.                     </li>
  267.                     <li>";
  268.         // line 277
  269.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show_link_by_code", ["code" => "about""template" => "@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig"]));
  270.         echo "</li>
  271.                     <li><a href=\"";
  272.         // line 278
  273.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_index_by_section_code", ["sectionCode" => "news"]);
  274.         echo "\">Aktuality</a></li>
  275.                     <li>";
  276.         // line 279
  277.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show_link_by_code", ["code" => "contact""template" => "@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig"]));
  278.         echo "</li>
  279.                     <li><a href=\"";
  280.         // line 280
  281.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_index_by_section_code", ["sectionCode" => "references"]);
  282.         echo "\">Reference</a></li>
  283.                     <li>";
  284.         // line 281
  285.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show_link_by_code", ["code" => "downloads""template" => "@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig"]));
  286.         echo "</li>
  287.                 </ul>
  288.             </nav>
  289.             <!-- End .mobile-nav -->
  290.         </div>
  291.         <!-- End .mobile-menu-wrapper -->
  292.     </div>
  293.     ";
  294.         // line 289
  295.         $this->displayBlock('javascripts'$context$blocks);
  296.         // line 343
  297.         echo "
  298.     ";
  299.         // line 344
  300.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_body");
  301.         echo "
  302. </div>
  303. <script type=\"application/javascript\">
  304.     \$( document ).ready(function() {
  305.         \$( '.header-search input[type=\"search\"]' ).autocomplete({
  306.             source: 'https://profilteam.cz/cs_CZ/auto-complete/product-all',
  307.             minLength: 2,
  308.             select: function( event, ui ) {
  309.                 alert('test');
  310.                 alert(ui.item.name);
  311.                 log( \"Selected: \" + ui.item.value + \" aka \" + ui.item.id );
  312.             }
  313.         }).autocomplete( \"instance\" )._renderItem = function( ul, item ) {
  314.             return \$( \"<li>\" )
  315.                 .append( \"<div>\" + item.name + \"<br>\" + item.slug + \"</div>\" )
  316.                 .appendTo( ul );
  317.         };
  318.         \$( '.header-search-wrapper input[type=\"search\"]' ).autocomplete({
  319.             source: 'https://profilteam.cz/cs_CZ/auto-complete/product-all',
  320.             minLength: 2,
  321.             select: function( event, ui ) {
  322.                 window.location.href = ui.item.slug;
  323.                 return;
  324.             }
  325.         }).autocomplete( \"instance\" )._renderItem = function( ul, item ) {
  326.             return \$( \"<li>\" )
  327.                 .append( \"<div class='row'><div class='col-3'><img src='\" + item.image + \"' /></div><div class='col-9'> \" + item.name + \"</div></div>\" )
  328.                 .appendTo( ul );
  329.         };
  330.         // \$(document).autocompleteSearch('.header-search input[type=\"search\"]', 'https://new.profilteam.cz/cs_CZ/auto-complete/product-all')
  331.     });
  332. </script>
  333. <script>
  334.     function createCookieGtmEvent () {
  335.         if(cookieEventSent) {
  336.             return;
  337.         }
  338.         const ccCookieString = getCookie('cc_cookie');
  339.         if(ccCookieString !== '') {
  340.             const ccCookie = JSON.parse(ccCookieString)
  341.             const targetingAllowed = ccCookie.level.includes('targeting') ? 'granted' : 'denied';
  342.             const event = {
  343.                 'event': 'cookie_update',
  344.                 'ad_storage': targetingAllowed,
  345.                 'ad_user_data': targetingAllowed,
  346.                 'ad_personalization': targetingAllowed,
  347.                 'analytics_storage': ccCookie.level.includes('analytics') ? 'granted' : 'denied',
  348.             }
  349.             dataLayer.push(event);
  350.             cookieEventSent = true;
  351.         }
  352.     }
  353.     function getCookie(cname) {
  354.         let name = cname + \"=\";
  355.         let decodedCookie = decodeURIComponent(document.cookie);
  356.         let ca = decodedCookie.split(';');
  357.         for(let i = 0; i <ca.length; i++) {
  358.             let c = ca[i].trim();
  359.             if (c.indexOf(name) == 0) {
  360.                 return c.substring(name.length, c.length);
  361.             }
  362.         }
  363.         return \"\";
  364.     }
  365. </script>
  366. <!-- Google tag (gtag.js) -->
  367. <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-FMYWQZHXWP\"></script>
  368. <script>
  369.     window.dataLayer = window.dataLayer || [];
  370.     var cookieEventSent = false;
  371.     function gtag(){dataLayer.push(arguments);}
  372.     gtag('js', new Date());
  373.     gtag('config', 'G-FMYWQZHXWP');
  374.     createCookieGtmEvent()
  375. </script>
  376. </body>
  377. </html>
  378. ";
  379.         
  380.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  381.         
  382.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  383.     }
  384.     // line 8
  385.     public function block_title($context, array $blocks = [])
  386.     {
  387.         $macros $this->macros;
  388.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  389.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  390.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  391.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  392.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'8$this->source); })()), "channel", [], "any"falsefalsefalse8), "name", [], "any"falsefalsefalse8), "html"nulltrue);
  393.         
  394.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  395.         
  396.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  397.     }
  398.     // line 12
  399.     public function block_metatags($context, array $blocks = [])
  400.     {
  401.         $macros $this->macros;
  402.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  403.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  404.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  405.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  406.         // line 13
  407.         echo "    ";
  408.         
  409.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  410.         
  411.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  412.     }
  413.     // line 15
  414.     public function block_headerJs($context, array $blocks = [])
  415.     {
  416.         $macros $this->macros;
  417.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  418.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headerJs"));
  419.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  420.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headerJs"));
  421.         // line 16
  422.         echo "    ";
  423.         
  424.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  425.         
  426.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  427.     }
  428.     // line 18
  429.     public function block_stylesheets($context, array $blocks = [])
  430.     {
  431.         $macros $this->macros;
  432.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  433.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  434.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  435.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  436.         // line 19
  437.         echo "        ";
  438.         // line 20
  439.         echo "
  440.         ";
  441.         // line 21
  442.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.stylesheets");
  443.         echo "
  444.         <script type=\"text/javascript\">
  445.             WebFontConfig = {
  446.                 google: { families: [ 'Open+Sans:300,400,600,700,800','Poppins:300,400,500,600,700' ] }
  447.             };
  448.             (function(d) {
  449.                 var wf = d.createElement('script'), s = d.scripts[0];
  450.                 wf.src = '/bootstrap-theme/build/js/webfont.js';
  451.                 wf.async = true;
  452.                 s.parentNode.insertBefore(wf, s);
  453.             })(document);
  454.         </script>
  455.         <!-- Plugins CSS File -->
  456.         <link rel=\"stylesheet\" href=\"/bootstrap-theme/build/css/bootstrap.min.css\">
  457.         <link rel=\"stylesheet\" href=\"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css\">
  458.         <link rel=\"stylesheet\" href=\"/tree/bootstrap-treeview.min.css\">
  459.         <!-- Main CSS File -->
  460.         <link rel=\"stylesheet\" href=\"/bootstrap-theme/build/css/style.css\">
  461.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/vendor/fontawesome-free/css/all.min.css\">
  462.         ";
  463.         // line 45
  464.         echo "        ";
  465.         // line 46
  466.         echo "        ";
  467.         // line 47
  468.         echo "        ";
  469.         // line 48
  470.         echo "        ";
  471.         // line 49
  472.         echo "        ";
  473.         // line 50
  474.         echo "        ";
  475.         // line 51
  476.         echo "        ";
  477.         // line 52
  478.         echo "        ";
  479.         // line 53
  480.         echo "        ";
  481.         // line 54
  482.         echo "
  483.         <!-- Plugins CSS File -->
  484.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/magnific-popup/magnific-popup.min.css\">
  485.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/owl-carousel/owl.carousel.min.css\">
  486.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/nouislider/nouislider.min.css\">
  487.         <!-- Main CSS File -->
  488.         ";
  489.         // line 62
  490.         echo "        ";
  491.         // line 63
  492.         echo "        <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/css/custom.css\">
  493.         <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.css\">
  494.         ";
  495.         // line 67
  496.         $this->loadTemplate("@SyliusUi/_stylesheets.html.twig""@SyliusShop/layout.html.twig"67)->display(twig_array_merge($context, ["path" => "bundles/bitbagsyliuselasticsearchplugin/css/bitbag-autocomplete-search.css"]));
  497.         // line 68
  498.         echo "    ";
  499.         
  500.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  501.         
  502.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  503.     }
  504.     // line 171
  505.     public function block_top($context, array $blocks = [])
  506.     {
  507.         $macros $this->macros;
  508.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  509.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  510.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  511.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  512.         
  513.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  514.         
  515.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  516.     }
  517.     // line 172
  518.     public function block_header($context, array $blocks = [])
  519.     {
  520.         $macros $this->macros;
  521.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  522.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  523.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  524.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  525.         // line 173
  526.         echo "            <div class=\"header-middle\">
  527.                 <div class=\"container\">
  528.                     <div class=\"header-left\">
  529.                         <button class=\"mobile-menu-toggler mr-2\" type=\"button\" style=\"color: black\">
  530.                             <i class=\"fa-solid fa-bars\"></i>
  531.                         </button>
  532.                         <a href=\"/\" class=\"logo\">
  533.                             <img src=\"/bootstrap-theme/build/images/logo-black.png\" style=\"max-width: 200px;\" alt=\"Profilteam\">
  534.                         </a>
  535.                     </div><!-- End .header-left -->
  536.                     <div class=\"header-center\">
  537.                         ";
  538.         // line 184
  539.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.header");
  540.         echo "
  541.                     </div><!-- End .headeer-center -->
  542.                     <div class=\"header-right\">
  543.                         ";
  544.         // line 187
  545.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("sylius.controller.shop.security_widget:renderAction"));
  546.         echo "
  547.                         ";
  548.         // line 190
  549.         echo "
  550.                         ";
  551.         // line 191
  552.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_cart_summary", ["template" => "@SyliusShop/Cart/_widget.html.twig"]));
  553.         echo "
  554.                     </div><!-- End .header-right -->
  555.                 </div><!-- End .container -->
  556.             </div><!-- End .header-middle -->
  557.         ";
  558.         
  559.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  560.         
  561.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  562.     }
  563.     // line 196
  564.     public function block_subheader($context, array $blocks = [])
  565.     {
  566.         $macros $this->macros;
  567.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  568.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subheader"));
  569.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  570.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""subheader"));
  571.         // line 197
  572.         echo "            <div class=\"header-bottom\">
  573.                 <div class=\"container\">
  574.                     <nav class=\"main-nav\">
  575.                         <ul class=\"menu\">
  576.                             <li><a href=\"/\" class=\"active\">Úvod</a></li>
  577.                             <li>";
  578.         // line 202
  579.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show_link_by_code", ["code" => "about""template" => "@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig"]));
  580.         echo "</li>
  581.                             <li><a href=\"";
  582.         // line 203
  583.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_index_by_section_code", ["sectionCode" => "news"]);
  584.         echo "\">Aktuality</a></li>
  585.                             <li>";
  586.         // line 204
  587.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show_link_by_code", ["code" => "contact""template" => "@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig"]));
  588.         echo "</li>
  589.                             <li><a href=\"";
  590.         // line 205
  591.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_index_by_section_code", ["sectionCode" => "references"]);
  592.         echo "\">Reference</a></li>
  593.                             <li>";
  594.         // line 206
  595.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show_link_by_code", ["code" => "downloads""template" => "@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig"]));
  596.         echo "</li>
  597.                         </ul>
  598.                     </nav>
  599.                     ";
  600.         // line 209
  601.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_shop_partial_free_shipping_widget", ["template" => "@SyliusShop/_header.html.twig"]));
  602.         echo "
  603.                 </div><!-- End .header-bottom -->
  604.             </div><!-- End .header-bottom -->
  605.         ";
  606.         
  607.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  608.         
  609.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  610.     }
  611.     // line 247
  612.     public function block_content($context, array $blocks = [])
  613.     {
  614.         $macros $this->macros;
  615.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  616.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  617.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  618.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  619.         // line 248
  620.         echo "    ";
  621.         
  622.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  623.         
  624.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  625.     }
  626.     // line 253
  627.     public function block_footer($context, array $blocks = [])
  628.     {
  629.         $macros $this->macros;
  630.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  631.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  632.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  633.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  634.         // line 254
  635.         echo "        <footer class=\"footer mt-5\">
  636.             <div class=\"container\">
  637.                 ";
  638.         // line 256
  639.         $this->loadTemplate("@SyliusShop/_footer.html.twig""@SyliusShop/layout.html.twig"256)->display($context);
  640.         // line 257
  641.         echo "            </div>
  642.         </footer>
  643.     ";
  644.         
  645.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  646.         
  647.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  648.     }
  649.     // line 289
  650.     public function block_javascripts($context, array $blocks = [])
  651.     {
  652.         $macros $this->macros;
  653.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  654.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  655.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  656.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  657.         // line 290
  658.         echo "        <script src=\"/bootstrap-theme/vendor/jquery/jquery.min.js\"></script>
  659.         ";
  660.         // line 294
  661.         echo "        ";
  662.         // line 295
  663.         echo "        ";
  664.         // line 296
  665.         echo "        <!-- Plugins JS File -->
  666.         ";
  667.         // line 299
  668.         echo "        ";
  669.         // line 300
  670.         echo "
  671.         <script src=\"/bootstrap-theme/vendor/sticky/sticky.min.js\"></script>
  672.         <script src=\"/bootstrap-theme/vendor/imagesloaded/imagesloaded.pkgd.min.js\"></script>
  673.         ";
  674.         // line 305
  675.         echo "        <script src=\"/bootstrap-theme/vendor/magnific-popup/jquery.magnific-popup.min.js\"></script>
  676.         <script src=\"/bootstrap-theme/vendor/owl-carousel/owl.carousel.min.js\"></script>
  677.         <script src=\"/bootstrap-theme/vendor/nouislider/nouislider.min.js\"></script>
  678.         <!-- Main JS File -->
  679.         <script src=\"/bootstrap-theme/build/js/plugins/jquery.waypoints.min.js\"></script>
  680.         <script src=\"/bootstrap-theme/build/js/plugins/sticky.min.js\"></script>
  681.         <script src=\"/bootstrap-theme/build/js/plugins/isotope-docs.min.js\"></script>
  682.         <script src=\"/bootstrap-theme/build/js/plugins/isotope-docs.min.js\"></script>
  683.         <script src=\"/bootstrap-theme/build/js/jquery.min.js\"></script>
  684.         <script src=\"/bootstrap-theme/build/js/bootstrap.bundle.min.js\"></script>
  685.         <script src=\"/bootstrap-theme/build/js/plugins.min.js\"></script>
  686.         <script src=\"/bootstrap-theme/build/js/jquery.countdown/jquery.countdown.min.js\"></script>
  687.         <script src=\"/bootstrap-theme/build/js/plugins/isotope-docs.min.js\"></script>
  688.         <!-- Main JS File -->
  689.         <script src=\"/bootstrap-theme/build/js/main_init.min.js\"></script>
  690.         <script src=\"/bootstrap-theme/build/js/main.min.js\"></script>
  691.         <script src=\"https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js\"></script>
  692.         <script src=\"https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js\"></script>
  693.         <script type=\"module\" src=\"/bootstrap-theme/assets/js/fontawesome.js\"></script>
  694.         <script type=\"module\" src=\"/bootstrap-theme/assets/js/index.js\"></script>
  695.         <script type=\"module\" src=\"/bootstrap-theme/assets/js/custom.js\"></script>
  696.         <script type=\"module\" src=\"/tree/bootstrap-treeview.min.js\"></script>
  697.         <script src=\"https://code.jquery.com/ui/1.13.2/jquery-ui.js\"></script>
  698.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.9.1/semantic.min.js\" integrity=\"sha512-9uCjPZs30uENi8K34nm/jrFW9aw7Euk3SCdJYugmjNEgJQuzBhE0WDO9xVxbNdWQC5lWG4M/nFxOTkgTqEKdlA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  699.         <script src=\"/bundles/bitbagsyliuselasticsearchplugin/js/bitbag-autocomplete-search.js\"></script>
  700.         ";
  701.         // line 341
  702.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.javascripts");
  703.         echo "
  704.     ";
  705.         
  706.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  707.         
  708.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  709.     }
  710.     public function getTemplateName()
  711.     {
  712.         return "@SyliusShop/layout.html.twig";
  713.     }
  714.     public function isTraitable()
  715.     {
  716.         return false;
  717.     }
  718.     public function getDebugInfo()
  719.     {
  720.         return array (  818 => 341,  780 => 305,  774 => 300,  772 => 299,  768 => 296,  766 => 295,  764 => 294,  759 => 290,  749 => 289,  737 => 257,  735 => 256,  731 => 254,  721 => 253,  711 => 248,  701 => 247,  686 => 209,  680 => 206,  676 => 205,  672 => 204,  668 => 203,  664 => 202,  657 => 197,  647 => 196,  632 => 191,  629 => 190,  624 => 187,  618 => 184,  605 => 173,  595 => 172,  577 => 171,  567 => 68,  565 => 67,  559 => 63,  557 => 62,  548 => 54,  546 => 53,  544 => 52,  542 => 51,  540 => 50,  538 => 49,  536 => 48,  534 => 47,  532 => 46,  530 => 45,  504 => 21,  501 => 20,  499 => 19,  489 => 18,  479 => 16,  469 => 15,  459 => 13,  449 => 12,  430 => 8,  327 => 344,  324 => 343,  322 => 289,  311 => 281,  307 => 280,  303 => 279,  299 => 278,  295 => 277,  290 => 274,  288 => 271,  277 => 262,  274 => 260,  272 => 253,  266 => 250,  263 => 249,  261 => 247,  256 => 245,  252 => 243,  250 => 242,  248 => 241,  246 => 240,  244 => 239,  242 => 238,  240 => 237,  238 => 236,  236 => 235,  234 => 234,  232 => 233,  230 => 232,  228 => 231,  226 => 230,  224 => 229,  222 => 228,  220 => 227,  218 => 226,  216 => 225,  214 => 224,  212 => 223,  205 => 218,  199 => 214,  196 => 196,  193 => 172,  191 => 171,  185 => 168,  91 => 72,  87 => 70,  84 => 69,  82 => 18,  79 => 17,  77 => 15,  74 => 14,  72 => 12,  65 => 8,  57 => 3,  53 => 1,);
  721.     }
  722.     public function getSourceContext()
  723.     {
  724.         return new Source("<!DOCTYPE html>
  725. <html lang=\"{{ app.request.locale|slice(0, 2) }}\">
  726. <head>
  727.     <meta charset=\"utf-8\">
  728.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  729.     <title>{% block title %}{{ sylius.channel.name }}{% endblock %}</title>
  730.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  731.     {% block metatags %}
  732.     {% endblock %}
  733.     {% block headerJs %}
  734.     {% endblock %}
  735.     {% block stylesheets %}
  736.         {# {{ encore_entry_link_tags('app', null, 'bootstrapTheme') }} #}
  737.         {{ sonata_block_render_event('sylius.shop.layout.stylesheets') }}
  738.         <script type=\"text/javascript\">
  739.             WebFontConfig = {
  740.                 google: { families: [ 'Open+Sans:300,400,600,700,800','Poppins:300,400,500,600,700' ] }
  741.             };
  742.             (function(d) {
  743.                 var wf = d.createElement('script'), s = d.scripts[0];
  744.                 wf.src = '/bootstrap-theme/build/js/webfont.js';
  745.                 wf.async = true;
  746.                 s.parentNode.insertBefore(wf, s);
  747.             })(document);
  748.         </script>
  749.         <!-- Plugins CSS File -->
  750.         <link rel=\"stylesheet\" href=\"/bootstrap-theme/build/css/bootstrap.min.css\">
  751.         <link rel=\"stylesheet\" href=\"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css\">
  752.         <link rel=\"stylesheet\" href=\"/tree/bootstrap-treeview.min.css\">
  753.         <!-- Main CSS File -->
  754.         <link rel=\"stylesheet\" href=\"/bootstrap-theme/build/css/style.css\">
  755.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/vendor/fontawesome-free/css/all.min.css\">
  756.         {#        <!-- Plugins CSS File -->#}
  757.         {#        <link rel=\"stylesheet\" href=\"/bootstrap-theme/build/css/bootstrap.min.css\">#}
  758.         {##}
  759.         {#        <!-- Main CSS File -->#}
  760.         {#        <link rel=\"stylesheet\" href=\"/bootstrap-theme/build/css/style.min.css\">#}
  761.         {#        <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/vendor/fontawesome-free/css/all.min.css\">#}
  762.         {##}
  763.         {#        <link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap\" rel=\"stylesheet\">#}
  764.         {#        <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/fontawesome-free/css/all.min.css\">#}
  765.         {#        <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/animate/animate.min.css\">#}
  766.         <!-- Plugins CSS File -->
  767.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/magnific-popup/magnific-popup.min.css\">
  768.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/owl-carousel/owl.carousel.min.css\">
  769.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/vendor/nouislider/nouislider.min.css\">
  770.         <!-- Main CSS File -->
  771.         {#        <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/css/style.min.css\">#}
  772.         {#        <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/css/theme.min.css\">#}
  773.         <link rel=\"stylesheet\" type=\"text/css\" href=\"/bootstrap-theme/build/css/custom.css\">
  774.         <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0/dist/cookieconsent.css\">
  775.         {% include '@SyliusUi/_stylesheets.html.twig' with {'path': 'bundles/bitbagsyliuselasticsearchplugin/css/bitbag-autocomplete-search.css'} %}
  776.     {% endblock %}
  777.     {{ sonata_block_render_event('sylius.shop.layout.head') }}
  778.     {#    <meta name=\"robots\" content=\"noindex\" />#}
  779.     <meta name=\"google-site-verification\" content=\"D5xBfTRNc3Yc1FV2RDAOLnM8Gkbr323or4f8IGsz1HQ\" />
  780.     <meta name=\"msvalidate.01\" content=\"B202DD17C76E6EC6FC0D1F3418F6EF23\" />
  781.     <link rel=\"preload\" href=\"https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.0/dist/cookieconsent.js\" as=\"script\">
  782.     <script src=\"https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.0/dist/cookieconsent.js\" defer></script>
  783.     <script>
  784.         window.addEventListener('load', function () {
  785.             // obtain plugin
  786.             var cc = initCookieConsent();
  787.             // run plugin with your configuration
  788.             cc.run({
  789.                 current_lang: 'cs',
  790.                 autoclear_cookies: true,                   // default: false
  791.                 theme_css: 'https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.0/dist/cookieconsent.css',  // ðŸš¨ replace with a valid path
  792.                 gui_options: {
  793.                     consent_modal: {
  794.                         layout: 'cloud',
  795.                         position: 'middle center',
  796.                     }
  797.                 },
  798.                 onAccept: function () {
  799.                     createCookieGtmEvent();
  800.                 },
  801.                 onChange: function () {
  802.                     createCookieGtmEvent();
  803.                 },
  804.                 languages: {
  805.                     'cs': {
  806.                         consent_modal: {
  807.                             title: \"Pou\\u017e\\u00edv\\u00e1me soubory cookies!\",
  808.                             description: \"Dobr\\u00fd den, tyto webov\\u00e9 str\\u00e1nky pou\\u017e\\u00edvaj\\u00ed z\\u00e1kladn\\u00ed soubory cookie k zaji\\u0161t\\u011bn\\u00ed sv\\u00e9ho spr\\u00e1vn\\u00e9ho fungov\\u00e1n\\u00ed a sledovac\\u00ed soubory cookie k pochopen\\u00ed toho, jak s nimi pracujete. Ty se nastavuj\\u00ed <button type=\\\"button\\\" data-cc=\\\"c-settings\\\" class=\\\"cc-link\\\">pouze po souhlasu<\\/button>.\",
  809.                             primary_btn: {
  810.                                 text: \"P\\u0159ijmout v\\u0161e\",
  811.                                 role: 'accept_all'              // 'accept_selected' or 'accept_all'
  812.                             },
  813.                             secondary_btn: {
  814.                                 text: \"Odm\\u00edtnout v\\u0161e\",
  815.                                 role: 'accept_necessary'        // 'settings' or 'accept_necessary'
  816.                             }
  817.                         },
  818.                         settings_modal: {
  819.                             title: \"P\\u0159edvolby soubor\\u016f cookie\",
  820.                             save_settings_btn: \"Ulo\\u017eit nastaven\\u00ed\",
  821.                             accept_all_btn: \"P\\u0159ijmout v\\u0161e\",
  822.                             reject_all_btn: \"Odm\\u00edtnout v\\u0161e\",
  823.                             close_btn_label: \"Zav\\u0159\\u00edt\",
  824.                             blocks: [
  825.                                 {
  826.                                     title: \"Pou\\u017eit\\u00ed soubor\\u016f cookie\",
  827.                                     description: \"Soubory cookie pou\\u017e\\u00edv\\u00e1me k zaji\\u0161t\\u011bn\\u00ed z\\u00e1kladn\\u00edch funkc\\u00ed webov\\u00fdch str\\u00e1nek a ke zlep\\u0161en\\u00ed va\\u0161eho online z\\u00e1\\u017eitku. U ka\\u017ed\\u00e9 kategorie si m\\u016f\\u017eete zvolit, zda se chcete p\\u0159ihl\\u00e1sit nebo odhl\\u00e1sit, kdykoli budete cht\\u00edt. Dal\\u0161\\u00ed podrobnosti t\\u00fdkaj\\u00edc\\u00ed se soubor\\u016f cookie a dal\\u0161\\u00edch citliv\\u00fdch \\u00fadaj\\u016f naleznete v <a href=\\\"\\/cs_CZ\\/page\\/ochrana-soukromi\\\" class=\\\"cc-link\\\">\\u00fapln\\u00e9m zn\\u011bn\\u00ed<\\/a>.\"
  828.                                 }, {
  829.                                     title: \"Nezbytn\\u011b nutn\\u00e9 soubory cookie\",
  830.                                     description: \"Tyto soubory cookie jsou nezbytn\\u00e9 pro spr\\u00e1vn\\u00e9 fungov\\u00e1n\\u00ed m\\u00fdch webov\\u00fdch str\\u00e1nek. Bez t\\u011bchto soubor\\u016f cookie by webov\\u00e9 str\\u00e1nky nefungovaly spr\\u00e1vn\\u011b.\",
  831.                                     toggle: {
  832.                                         value: 'necessary',
  833.                                         enabled: true,
  834.                                         readonly: true          // cookie categories with readonly=true are all treated as \"necessary cookies\"
  835.                                     }
  836.                                 }, {
  837.                                     title: \"V\\u00fdkonnostn\\u00ed a analytick\\u00e9 soubory cookie\",
  838.                                     description: \"Tyto soubory cookie umo\\u017e\\u0148uj\\u00ed webov\\u00e9 str\\u00e1nce zapamatovat si volby, kter\\u00e9 jste provedli v minulosti.\",
  839.                                     toggle: {
  840.                                         value: 'analytics',     // your cookie category
  841.                                         enabled: false,
  842.                                         readonly: false
  843.                                     }
  844.                                 }, {
  845.                                     title: \"Soubory cookie pro reklamu a c\\u00edlen\\u00ed\",
  846.                                     description: \"Tyto soubory cookie shroma\\u017e\\u010fuj\\u00ed informace o tom, jak webov\\u00e9 str\\u00e1nky pou\\u017e\\u00edv\\u00e1te, kter\\u00e9 str\\u00e1nky jste nav\\u0161t\\u00edvili a na kter\\u00e9 odkazy jste klikli. V\\u0161echny \\u00fadaje jsou anonymizovan\\u00e9 a nelze je pou\\u017e\\u00edt k va\\u0161\\u00ed identifikaci.\",
  847.                                     toggle: {
  848.                                         value: 'targeting',
  849.                                         enabled: false,
  850.                                         readonly: false
  851.                                     }
  852.                                 }, {
  853.                                     title: \"V\\u00edce informac\\u00ed\",
  854.                                     description: \"V p\\u0159\\u00edpad\\u011b jak\\u00fdchkoli dotaz\\u016f ohledn\\u011b na\\u0161ich z\\u00e1sad t\\u00fdkaj\\u00edc\\u00edch se soubor\\u016f cookie a va\\u0161ich voleb n\\u00e1s pros\\u00edm <a class=\\\"cc-link\\\" href=\\\"\\/cs_CZ\\/page\\/kontakty\\\">kontaktujte<\\/a>.\",
  855.                                 }
  856.                             ]
  857.                         }
  858.                     }
  859.                 }
  860.             });
  861.         });
  862.     </script>
  863. </head>
  864. <body>
  865. {#{{ render(url('sylius_shop_partial_taxon_index_by_code', {#}
  866. {#    'code': 'main_taxon_001',#}
  867. {#    'template': '@SyliusShop/Taxon/_mobileMenu.html.twig'#}
  868. {#})) }}#}
  869. {{ sonata_block_render_event('sylius.shop.layout.before_body') }}
  870. <div class=\"page-wrapper\">
  871.     <header class=\"header\">
  872.         {% block top %}{% endblock %}
  873.         {% block header %}
  874.             <div class=\"header-middle\">
  875.                 <div class=\"container\">
  876.                     <div class=\"header-left\">
  877.                         <button class=\"mobile-menu-toggler mr-2\" type=\"button\" style=\"color: black\">
  878.                             <i class=\"fa-solid fa-bars\"></i>
  879.                         </button>
  880.                         <a href=\"/\" class=\"logo\">
  881.                             <img src=\"/bootstrap-theme/build/images/logo-black.png\" style=\"max-width: 200px;\" alt=\"Profilteam\">
  882.                         </a>
  883.                     </div><!-- End .header-left -->
  884.                     <div class=\"header-center\">
  885.                         {{ sonata_block_render_event('sylius.shop.layout.header') }}
  886.                     </div><!-- End .headeer-center -->
  887.                     <div class=\"header-right\">
  888.                         {{ render(controller('sylius.controller.shop.security_widget:renderAction')) }}
  889.                         {#                    <a href=\"#\" class=\"porto-icon\"><i class=\"icon icon-heart\"></i></a>#}
  890.                         {{ render(url('sylius_shop_partial_cart_summary', {'template': '@SyliusShop/Cart/_widget.html.twig'})) }}
  891.                     </div><!-- End .header-right -->
  892.                 </div><!-- End .container -->
  893.             </div><!-- End .header-middle -->
  894.         {% endblock %}
  895.         {% block subheader %}
  896.             <div class=\"header-bottom\">
  897.                 <div class=\"container\">
  898.                     <nav class=\"main-nav\">
  899.                         <ul class=\"menu\">
  900.                             <li><a href=\"/\" class=\"active\">Úvod</a></li>
  901.                             <li>{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'about', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}</li>
  902.                             <li><a href=\"{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_section_code', {'sectionCode' : 'news'}) }}\">Aktuality</a></li>
  903.                             <li>{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'contact', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}</li>
  904.                             <li><a href=\"{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_section_code', {'sectionCode' : 'references'}) }}\">Reference</a></li>
  905.                             <li>{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'downloads', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}</li>
  906.                         </ul>
  907.                     </nav>
  908.                     {{ render(url('app_shop_partial_free_shipping_widget', {'template': '@SyliusShop/_header.html.twig'})) }}
  909.                 </div><!-- End .header-bottom -->
  910.             </div><!-- End .header-bottom -->
  911.         {% endblock %}
  912.     </header><!-- End .header -->
  913.     <div class=\"container\">
  914.         <div class=\"d-lg-none mobile-search text-center\">
  915.             {{ sonata_block_render_event('sylius.shop.layout.header') }}
  916.         </div>
  917.     </div>
  918.     {#        {% block header %}#}
  919.     {#            <div class=\"header-middle sticky-header fix-top sticky-content\">#}
  920.     {##}
  921.     {#                {{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/_header.html.twig'})) }}#}
  922.     {##}
  923.     {#                {{ sonata_block_render_event('sylius.shop.layout.after_header') }}#}
  924.     {#            </div>#}
  925.     {#        {% endblock %}#}
  926.     {#        {% block subheader %}#}
  927.     {#            <div class=\"header-bottom d-lg-show\">#}
  928.     {#                <div class=\"container\">#}
  929.     {#                    <div class=\"header-left\">#}
  930.     {#                        <div class=\"main-menu d-none d-lg-block\">#}
  931.     {#                            <nav>#}
  932.     {#                                {{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'MENU_CATEGORY', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}#}
  933.     {#                            </nav>#}
  934.     {#                        </div>#}
  935.     {#                    </div>#}
  936.     {#                </div>#}
  937.     {#            </div>#}
  938.     {#        {% endblock %}#}
  939.     {{ sonata_block_render_event('sylius.shop.layout.before_content') }}
  940.     {% block content %}
  941.     {% endblock %}
  942.     {{ sonata_block_render_event('sylius.shop.layout.after_content') }}
  943.     {% block footer %}
  944.         <footer class=\"footer mt-5\">
  945.             <div class=\"container\">
  946.                 {% include '@SyliusShop/_footer.html.twig' %}
  947.             </div>
  948.         </footer>
  949.     {% endblock %}
  950.     {#    <div class=\"mobile-menu-overlay\"></div>#}
  951.     <div class=\"mobile-menu-container\">
  952.         <div class=\"mobile-menu-wrapper\">
  953.             <span class=\"mobile-menu-close\"><i class=\"fa fa-times\"></i></span>
  954.             <nav class=\"mobile-nav\">
  955.                 <ul class=\"mobile-menu menu-with-icon\">
  956.                     <li><a href=\"/\" class=\"active\">Úvod</a></li>
  957.                     <li>
  958.                         <a href=\"#\" class=\"sf-with-ul\"><i class=\"sicon-badge\"></i>E-shop<span class=\"mmenu-btn\"></span></a>
  959.                         {{ render(url('sylius_shop_partial_taxon_index_by_code', {
  960.                             'code': 'main_taxon_001',
  961.                             'template': '@SyliusShop/Taxon/_mobileMenu.html.twig'
  962.                         })) }}
  963.                     </li>
  964.                     <li>{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'about', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}</li>
  965.                     <li><a href=\"{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_section_code', {'sectionCode' : 'news'}) }}\">Aktuality</a></li>
  966.                     <li>{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'contact', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}</li>
  967.                     <li><a href=\"{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_section_code', {'sectionCode' : 'references'}) }}\">Reference</a></li>
  968.                     <li>{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'downloads', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}</li>
  969.                 </ul>
  970.             </nav>
  971.             <!-- End .mobile-nav -->
  972.         </div>
  973.         <!-- End .mobile-menu-wrapper -->
  974.     </div>
  975.     {% block javascripts %}
  976.         <script src=\"/bootstrap-theme/vendor/jquery/jquery.min.js\"></script>
  977.         {#        <script src=\"https://code.jquery.com/ui/1.12.1/jquery-ui.min.js\" integrity=\"sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=\" crossorigin=\"anonymous\"></script>#}
  978.         {# {{ encore_entry_script_tags('app', null, 'bootstrapTheme') }} #}
  979.         {# <script src=\"https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js\" integrity=\"sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==\" crossorigin=\"anonymous\"></script> #}
  980.         <!-- Plugins JS File -->
  981.         {# <script src=\"/assets/shop/js/app.js\"></script> #}
  982.         {# <script src=\"/bootstrap-theme/assets/app.js\"></script> #}
  983.         <script src=\"/bootstrap-theme/vendor/sticky/sticky.min.js\"></script>
  984.         <script src=\"/bootstrap-theme/vendor/imagesloaded/imagesloaded.pkgd.min.js\"></script>
  985.         {#        <script src=\"/bootstrap-theme/vendor/elevatezoom/jquery.elevatezoom.min.js\"></script>#}
  986.         <script src=\"/bootstrap-theme/vendor/magnific-popup/jquery.magnific-popup.min.js\"></script>
  987.         <script src=\"/bootstrap-theme/vendor/owl-carousel/owl.carousel.min.js\"></script>
  988.         <script src=\"/bootstrap-theme/vendor/nouislider/nouislider.min.js\"></script>
  989.         <!-- Main JS File -->
  990.         <script src=\"/bootstrap-theme/build/js/plugins/jquery.waypoints.min.js\"></script>
  991.         <script src=\"/bootstrap-theme/build/js/plugins/sticky.min.js\"></script>
  992.         <script src=\"/bootstrap-theme/build/js/plugins/isotope-docs.min.js\"></script>
  993.         <script src=\"/bootstrap-theme/build/js/plugins/isotope-docs.min.js\"></script>
  994.         <script src=\"/bootstrap-theme/build/js/jquery.min.js\"></script>
  995.         <script src=\"/bootstrap-theme/build/js/bootstrap.bundle.min.js\"></script>
  996.         <script src=\"/bootstrap-theme/build/js/plugins.min.js\"></script>
  997.         <script src=\"/bootstrap-theme/build/js/jquery.countdown/jquery.countdown.min.js\"></script>
  998.         <script src=\"/bootstrap-theme/build/js/plugins/isotope-docs.min.js\"></script>
  999.         <!-- Main JS File -->
  1000.         <script src=\"/bootstrap-theme/build/js/main_init.min.js\"></script>
  1001.         <script src=\"/bootstrap-theme/build/js/main.min.js\"></script>
  1002.         <script src=\"https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js\"></script>
  1003.         <script src=\"https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js\"></script>
  1004.         <script type=\"module\" src=\"/bootstrap-theme/assets/js/fontawesome.js\"></script>
  1005.         <script type=\"module\" src=\"/bootstrap-theme/assets/js/index.js\"></script>
  1006.         <script type=\"module\" src=\"/bootstrap-theme/assets/js/custom.js\"></script>
  1007.         <script type=\"module\" src=\"/tree/bootstrap-treeview.min.js\"></script>
  1008.         <script src=\"https://code.jquery.com/ui/1.13.2/jquery-ui.js\"></script>
  1009.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.9.1/semantic.min.js\" integrity=\"sha512-9uCjPZs30uENi8K34nm/jrFW9aw7Euk3SCdJYugmjNEgJQuzBhE0WDO9xVxbNdWQC5lWG4M/nFxOTkgTqEKdlA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  1010.         <script src=\"/bundles/bitbagsyliuselasticsearchplugin/js/bitbag-autocomplete-search.js\"></script>
  1011.         {{ sonata_block_render_event('sylius.shop.layout.javascripts') }}
  1012.     {% endblock %}
  1013.     {{ sonata_block_render_event('sylius.shop.layout.after_body') }}
  1014. </div>
  1015. <script type=\"application/javascript\">
  1016.     \$( document ).ready(function() {
  1017.         \$( '.header-search input[type=\"search\"]' ).autocomplete({
  1018.             source: 'https://profilteam.cz/cs_CZ/auto-complete/product-all',
  1019.             minLength: 2,
  1020.             select: function( event, ui ) {
  1021.                 alert('test');
  1022.                 alert(ui.item.name);
  1023.                 log( \"Selected: \" + ui.item.value + \" aka \" + ui.item.id );
  1024.             }
  1025.         }).autocomplete( \"instance\" )._renderItem = function( ul, item ) {
  1026.             return \$( \"<li>\" )
  1027.                 .append( \"<div>\" + item.name + \"<br>\" + item.slug + \"</div>\" )
  1028.                 .appendTo( ul );
  1029.         };
  1030.         \$( '.header-search-wrapper input[type=\"search\"]' ).autocomplete({
  1031.             source: 'https://profilteam.cz/cs_CZ/auto-complete/product-all',
  1032.             minLength: 2,
  1033.             select: function( event, ui ) {
  1034.                 window.location.href = ui.item.slug;
  1035.                 return;
  1036.             }
  1037.         }).autocomplete( \"instance\" )._renderItem = function( ul, item ) {
  1038.             return \$( \"<li>\" )
  1039.                 .append( \"<div class='row'><div class='col-3'><img src='\" + item.image + \"' /></div><div class='col-9'> \" + item.name + \"</div></div>\" )
  1040.                 .appendTo( ul );
  1041.         };
  1042.         // \$(document).autocompleteSearch('.header-search input[type=\"search\"]', 'https://new.profilteam.cz/cs_CZ/auto-complete/product-all')
  1043.     });
  1044. </script>
  1045. <script>
  1046.     function createCookieGtmEvent () {
  1047.         if(cookieEventSent) {
  1048.             return;
  1049.         }
  1050.         const ccCookieString = getCookie('cc_cookie');
  1051.         if(ccCookieString !== '') {
  1052.             const ccCookie = JSON.parse(ccCookieString)
  1053.             const targetingAllowed = ccCookie.level.includes('targeting') ? 'granted' : 'denied';
  1054.             const event = {
  1055.                 'event': 'cookie_update',
  1056.                 'ad_storage': targetingAllowed,
  1057.                 'ad_user_data': targetingAllowed,
  1058.                 'ad_personalization': targetingAllowed,
  1059.                 'analytics_storage': ccCookie.level.includes('analytics') ? 'granted' : 'denied',
  1060.             }
  1061.             dataLayer.push(event);
  1062.             cookieEventSent = true;
  1063.         }
  1064.     }
  1065.     function getCookie(cname) {
  1066.         let name = cname + \"=\";
  1067.         let decodedCookie = decodeURIComponent(document.cookie);
  1068.         let ca = decodedCookie.split(';');
  1069.         for(let i = 0; i <ca.length; i++) {
  1070.             let c = ca[i].trim();
  1071.             if (c.indexOf(name) == 0) {
  1072.                 return c.substring(name.length, c.length);
  1073.             }
  1074.         }
  1075.         return \"\";
  1076.     }
  1077. </script>
  1078. <!-- Google tag (gtag.js) -->
  1079. <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-FMYWQZHXWP\"></script>
  1080. <script>
  1081.     window.dataLayer = window.dataLayer || [];
  1082.     var cookieEventSent = false;
  1083.     function gtag(){dataLayer.push(arguments);}
  1084.     gtag('js', new Date());
  1085.     gtag('config', 'G-FMYWQZHXWP');
  1086.     createCookieGtmEvent()
  1087. </script>
  1088. </body>
  1089. </html>
  1090. ""@SyliusShop/layout.html.twig""/home/forge/new.profilteam.cz/templates/bundles/SyliusShopBundle/layout.html.twig");
  1091.     }
  1092. }