var/cache/dev_h4ff618508373c27d1785d8a4ae5b58dc/twig/d9/d92334f6a5c1e72ddfadf97034e27ebdf0edd637ece116f387e463939d1a778d.php line 186

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @EmovaTheme/storefront/base.html.twig */
  16. class __TwigTemplate_6b436d487da3bc49648be68fc040913d extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->parent false;
  25.         $this->blocks = [
  26.             'base_doctype' => [$this'block_base_doctype'],
  27.             'base_html' => [$this'block_base_html'],
  28.             'base_head' => [$this'block_base_head'],
  29.             'base_body' => [$this'block_base_body'],
  30.             'base_body_classes' => [$this'block_base_body_classes'],
  31.             'base_body_inner' => [$this'block_base_body_inner'],
  32.             'base_noscript' => [$this'block_base_noscript'],
  33.             'base_header' => [$this'block_base_header'],
  34.             'base_header_inner' => [$this'block_base_header_inner'],
  35.             'base_offcanvas_navigation' => [$this'block_base_offcanvas_navigation'],
  36.             'base_offcanvas_navigation_inner' => [$this'block_base_offcanvas_navigation_inner'],
  37.             'base_main' => [$this'block_base_main'],
  38.             'base_flashbags' => [$this'block_base_flashbags'],
  39.             'base_main_inner' => [$this'block_base_main_inner'],
  40.             'base_main_container' => [$this'block_base_main_container'],
  41.             'base_content' => [$this'block_base_content'],
  42.             'base_footer' => [$this'block_base_footer'],
  43.             'base_footer_inner' => [$this'block_base_footer_inner'],
  44.             'base_scroll_up' => [$this'block_base_scroll_up'],
  45.             'base_cookie_permission' => [$this'block_base_cookie_permission'],
  46.             'base_pseudo_modal' => [$this'block_base_pseudo_modal'],
  47.             'base_body_script' => [$this'block_base_body_script'],
  48.             'base_script_token' => [$this'block_base_script_token'],
  49.             'base_script_router' => [$this'block_base_script_router'],
  50.             'base_script_breakpoints' => [$this'block_base_script_breakpoints'],
  51.             'base_script_csrf' => [$this'block_base_script_csrf'],
  52.             'base_script_wishlist_state' => [$this'block_base_script_wishlist_state'],
  53.             'base_script_jquery' => [$this'block_base_script_jquery'],
  54.             'base_script_hmr_mode' => [$this'block_base_script_hmr_mode'],
  55.         ];
  56.     }
  57.     protected function doDisplay(array $context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EmovaTheme/storefront/base.html.twig"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EmovaTheme/storefront/base.html.twig"));
  64.         // line 2
  65.         $context["isHMRMode"] = (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse2), "headers", [], "any"falsefalsefalse2), "get", [=> "hot-reload-mode"], "method"falsefalsefalse2) && (sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "environment", [], "any"falsefalsefalse2) == "dev"));
  66.         // line 3
  67.         echo "
  68. ";
  69.         // line 4
  70.         $this->displayBlock('base_doctype'$context$blocks);
  71.         // line 7
  72.         echo "
  73. ";
  74.         // line 8
  75.         $this->displayBlock('base_html'$context$blocks);
  76.         // line 13
  77.         echo "
  78. ";
  79.         // line 14
  80.         $this->displayBlock('base_head'$context$blocks);
  81.         // line 17
  82.         echo "
  83. ";
  84.         // line 18
  85.         $this->displayBlock('base_body'$context$blocks);
  86.         // line 226
  87.         echo "
  88. <style>
  89.     .container-main{
  90.     padding-top:0px !important;
  91.     padding-bottom:0px !important;
  92.     }
  93.     .breadcrumb{
  94.     padding: 0;
  95.     margin-bottom:0;
  96.     }
  97. </style>
  98. </html>
  99. ";
  100.         
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.     }
  105.     // line 4
  106.     public function block_base_doctype($context, array $blocks = [])
  107.     {
  108.         $macros $this->macros;
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_doctype"));
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_doctype"));
  113.         // line 5
  114.         echo "<!DOCTYPE html>
  115. ";
  116.         
  117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  118.         
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  120.     }
  121.     // line 8
  122.     public function block_base_html($context, array $blocks = [])
  123.     {
  124.         $macros $this->macros;
  125.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  126.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_html"));
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_html"));
  129.         // line 9
  130.         echo "<html lang=\"";
  131.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse9), "activeLanguage", [], "any"falsefalsefalse9), "translationCode", [], "any"falsefalsefalse9), "code", [], "any"falsefalsefalse9), "html"nulltrue);
  132.         echo "\"
  133.       itemscope=\"itemscope\"
  134.       itemtype=\"https://schema.org/WebPage\">
  135. ";
  136.         
  137.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  138.         
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  140.     }
  141.     // line 14
  142.     public function block_base_head($context, array $blocks = [])
  143.     {
  144.         $macros $this->macros;
  145.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_head"));
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  148.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_head"));
  149.         // line 15
  150.         echo "    ";
  151.         $this->loadTemplate("@EmovaTheme/storefront/layout/meta.html.twig""@EmovaTheme/storefront/base.html.twig"15)->display($context);
  152.         
  153.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  154.         
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  156.     }
  157.     // line 18
  158.     public function block_base_body($context, array $blocks = [])
  159.     {
  160.         $macros $this->macros;
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body"));
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body"));
  165.         // line 19
  166.         echo "    <body class=\"";
  167.         $this->displayBlock('base_body_classes'$context$blocks);
  168.         echo "\">
  169. ";
  170.         // line 23
  171.         echo "<!-- Google Tag Manager (noscript) -->
  172. <noscript><iframe src=\"ns \"
  173. height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  174. <!-- End Google Tag Manager (noscript) -->
  175.     ";
  176.         // line 27
  177.         $this->displayBlock('base_body_inner'$context$blocks);
  178.         // line 103
  179.         echo "
  180.     ";
  181.         // line 104
  182.         $this->displayBlock('base_scroll_up'$context$blocks);
  183.         // line 107
  184.         echo "
  185.     ";
  186.         // line 108
  187.         $this->displayBlock('base_cookie_permission'$context$blocks);
  188.         // line 111
  189.         echo "
  190.     ";
  191.         // line 112
  192.         $this->displayBlock('base_pseudo_modal'$context$blocks);
  193.         // line 115
  194.         echo "
  195.     ";
  196.         // line 116
  197.         $this->displayBlock('base_body_script'$context$blocks);
  198.         // line 211
  199.         echo "
  200.     <!-- Start of HubSpot Chat Embed Code -->
  201.         <script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js-eu1.hs-scripts.com/25399637.js\"></script>
  202.     <!-- End of HubSpot Embed Code -->
  203.     </body>
  204. ";
  205.         
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  207.         
  208.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  209.     }
  210.     // line 19
  211.     public function block_base_body_classes($context, array $blocks = [])
  212.     {
  213.         $macros $this->macros;
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  215.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_classes"));
  216.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  217.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_classes"));
  218.         echo "is-ctl-";
  219.         if ( !twig_test_empty(($context["controllerName"] ?? null))) {
  220.             echo sw_escape_filter($this->envtwig_lower_filter($this->env, ($context["controllerName"] ?? null)), "html"nulltrue);
  221.         }
  222.         echo " is-act-";
  223.         if ( !twig_test_empty(($context["controllerAction"] ?? null))) {
  224.             echo sw_escape_filter($this->envtwig_lower_filter($this->env, ($context["controllerAction"] ?? null)), "html"nulltrue);
  225.         }
  226.         
  227.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  228.         
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  230.     }
  231.     // line 27
  232.     public function block_base_body_inner($context, array $blocks = [])
  233.     {
  234.         $macros $this->macros;
  235.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  236.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  237.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  238.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_inner"));
  239.         // line 28
  240.         echo "        ";
  241.         $this->displayBlock('base_noscript'$context$blocks);
  242.         // line 36
  243.         echo "
  244.         ";
  245.         // line 37
  246.         $this->displayBlock('base_header'$context$blocks);
  247.         // line 46
  248.         echo "
  249.         ";
  250.         // line 54
  251.         echo "
  252.         ";
  253.         // line 55
  254.         $this->displayBlock('base_offcanvas_navigation'$context$blocks);
  255.         // line 64
  256.         echo "
  257.         ";
  258.         // line 65
  259.         $this->displayBlock('base_main'$context$blocks);
  260.         // line 94
  261.         echo "
  262.         ";
  263.         // line 95
  264.         $this->displayBlock('base_footer'$context$blocks);
  265.         // line 102
  266.         echo "    ";
  267.         
  268.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  269.         
  270.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  271.     }
  272.     // line 28
  273.     public function block_base_noscript($context, array $blocks = [])
  274.     {
  275.         $macros $this->macros;
  276.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  278.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_noscript"));
  280.         // line 29
  281.         echo "            <noscript class=\"noscript-main\">
  282.                 ";
  283.         // line 30
  284.         $this->loadTemplate("@EmovaTheme/storefront/utilities/alert.html.twig""@EmovaTheme/storefront/base.html.twig"30)->display(twig_array_merge($context, ["type" => "info""content" => $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.noscriptNotice"))]));
  285.         // line 34
  286.         echo "            </noscript>
  287.         ";
  288.         
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  290.         
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  292.     }
  293.     // line 37
  294.     public function block_base_header($context, array $blocks = [])
  295.     {
  296.         $macros $this->macros;
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  299.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  300.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header"));
  301.         // line 38
  302.         echo "            <header class=\"header-main\">
  303.                 ";
  304.         // line 39
  305.         $this->displayBlock('base_header_inner'$context$blocks);
  306.         // line 44
  307.         echo "            </header>
  308.         ";
  309.         
  310.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  311.         
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  313.     }
  314.     // line 39
  315.     public function block_base_header_inner($context, array $blocks = [])
  316.     {
  317.         $macros $this->macros;
  318.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  319.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  320.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  321.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_header_inner"));
  322.         // line 40
  323.         echo "                    <div class=\"container\">
  324.                         ";
  325.         // line 41
  326.         $this->loadTemplate("@EmovaTheme/storefront/layout/header/header.html.twig""@EmovaTheme/storefront/base.html.twig"41)->display($context);
  327.         // line 42
  328.         echo "                    </div>
  329.                 ";
  330.         
  331.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  332.         
  333.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  334.     }
  335.     // line 55
  336.     public function block_base_offcanvas_navigation($context, array $blocks = [])
  337.     {
  338.         $macros $this->macros;
  339.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  340.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  341.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  342.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation"));
  343.         // line 56
  344.         echo "            ";
  345.         if (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse56), "navigation", [], "any"falsefalsefalse56)) {
  346.             // line 57
  347.             echo "                <div class=\"d-none js-navigation-offcanvas-initial-content";
  348.             if ((sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "salesChannel", [], "any"falsefalsefalse57), "navigationCategoryId", [], "any"falsefalsefalse57) == sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse57), "navigation", [], "any"falsefalsefalse57), "active", [], "any"falsefalsefalse57), "id", [], "any"falsefalsefalse57))) {
  349.                 echo " is-root";
  350.             }
  351.             echo "\">
  352.                     ";
  353.             // line 58
  354.             $this->displayBlock('base_offcanvas_navigation_inner'$context$blocks);
  355.             // line 61
  356.             echo "                </div>
  357.             ";
  358.         }
  359.         // line 63
  360.         echo "        ";
  361.         
  362.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  363.         
  364.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  365.     }
  366.     // line 58
  367.     public function block_base_offcanvas_navigation_inner($context, array $blocks = [])
  368.     {
  369.         $macros $this->macros;
  370.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  371.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  372.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  373.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_offcanvas_navigation_inner"));
  374.         // line 59
  375.         echo "                        ";
  376.         $this->loadTemplate("@EmovaTheme/storefront/layout/navigation/offcanvas/navigation.html.twig""@EmovaTheme/storefront/base.html.twig"59)->display(twig_array_merge($context, ["navigation" => sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse59), "navigation", [], "any"falsefalsefalse59)]));
  377.         // line 60
  378.         echo "                    ";
  379.         
  380.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  381.         
  382.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  383.     }
  384.     // line 65
  385.     public function block_base_main($context, array $blocks = [])
  386.     {
  387.         $macros $this->macros;
  388.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  389.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  390.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  391.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main"));
  392.         // line 66
  393.         echo "            <main class=\"content-main\" style=\"/* margin-left: 20px; */ /* margin-right: 20px; */background: transparent linear-gradient(180deg, #f78032 0%, #f8a05d 38%, #e78697 68%, #c263c7 100%) 0% 0% no-repeat padding-box;\">
  394.                 ";
  395.         // line 67
  396.         $this->displayBlock('base_flashbags'$context$blocks);
  397.         // line 74
  398.         echo "
  399.                 ";
  400.         // line 75
  401.         $this->displayBlock('base_main_inner'$context$blocks);
  402.         // line 92
  403.         echo "            </main>
  404.         ";
  405.         
  406.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  407.         
  408.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  409.     }
  410.     // line 67
  411.     public function block_base_flashbags($context, array $blocks = [])
  412.     {
  413.         $macros $this->macros;
  414.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  415.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  416.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  417.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_flashbags"));
  418.         // line 68
  419.         echo "                    <div class=\"flashbags container\">
  420.                         ";
  421.         // line 69
  422.         $context['_parent'] = $context;
  423.         $context['_seq'] = twig_ensure_traversable(sw_get_attribute($this->env$this->source, ($context["app"] ?? null), "flashes", [], "any"falsefalsefalse69));
  424.         $context['loop'] = [
  425.           'parent' => $context['_parent'],
  426.           'index0' => 0,
  427.           'index'  => 1,
  428.           'first'  => true,
  429.         ];
  430.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  431.             $length count($context['_seq']);
  432.             $context['loop']['revindex0'] = $length 1;
  433.             $context['loop']['revindex'] = $length;
  434.             $context['loop']['length'] = $length;
  435.             $context['loop']['last'] = === $length;
  436.         }
  437.         foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
  438.             // line 70
  439.             echo "                            ";
  440.             $this->loadTemplate("@EmovaTheme/storefront/utilities/alert.html.twig""@EmovaTheme/storefront/base.html.twig"70)->display(twig_array_merge($context, ["type" => $context["type"], "list" => $context["messages"]]));
  441.             // line 71
  442.             echo "                        ";
  443.             ++$context['loop']['index0'];
  444.             ++$context['loop']['index'];
  445.             $context['loop']['first'] = false;
  446.             if (isset($context['loop']['length'])) {
  447.                 --$context['loop']['revindex0'];
  448.                 --$context['loop']['revindex'];
  449.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  450.             }
  451.         }
  452.         $_parent $context['_parent'];
  453.         unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
  454.         $context array_intersect_key($context$_parent) + $_parent;
  455.         // line 72
  456.         echo "                    </div>
  457.                 ";
  458.         
  459.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  460.         
  461.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  462.     }
  463.     // line 75
  464.     public function block_base_main_inner($context, array $blocks = [])
  465.     {
  466.         $macros $this->macros;
  467.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  468.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  469.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  470.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_inner"));
  471.         // line 77
  472.         echo "                        ";
  473.         $this->displayBlock('base_main_container'$context$blocks);
  474.         // line 91
  475.         echo "                ";
  476.         
  477.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  478.         
  479.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  480.     }
  481.     // line 77
  482.     public function block_base_main_container($context, array $blocks = [])
  483.     {
  484.         $macros $this->macros;
  485.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  486.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  487.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  488.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_main_container"));
  489.         // line 78
  490.         echo "                            <div class=\"container-main\">
  491.                                 ";
  492.         // line 86
  493.         echo "
  494.                                 ";
  495.         // line 87
  496.         $this->displayBlock('base_content'$context$blocks);
  497.         // line 88
  498.         echo "                            </div>
  499.                         ";
  500.         
  501.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  502.         
  503.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  504.     }
  505.     // line 87
  506.     public function block_base_content($context, array $blocks = [])
  507.     {
  508.         $macros $this->macros;
  509.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  510.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  511.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  512.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_content"));
  513.         
  514.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  515.         
  516.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  517.     }
  518.     // line 95
  519.     public function block_base_footer($context, array $blocks = [])
  520.     {
  521.         $macros $this->macros;
  522.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  523.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  524.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  525.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer"));
  526.         // line 96
  527.         echo "            <footer class=\"footer-main\">
  528.                 ";
  529.         // line 97
  530.         $this->displayBlock('base_footer_inner'$context$blocks);
  531.         // line 100
  532.         echo "            </footer>
  533.         ";
  534.         
  535.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  536.         
  537.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  538.     }
  539.     // line 97
  540.     public function block_base_footer_inner($context, array $blocks = [])
  541.     {
  542.         $macros $this->macros;
  543.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  544.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  545.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  546.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  547.         // line 98
  548.         echo "                    ";
  549.         $this->loadTemplate("@EmovaTheme/storefront/layout/footer/footer.html.twig""@EmovaTheme/storefront/base.html.twig"98)->display($context);
  550.         // line 99
  551.         echo "                ";
  552.         
  553.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  554.         
  555.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  556.     }
  557.     // line 104
  558.     public function block_base_scroll_up($context, array $blocks = [])
  559.     {
  560.         $macros $this->macros;
  561.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  562.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_scroll_up"));
  563.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  564.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_scroll_up"));
  565.         // line 105
  566.         echo "        ";
  567.         $this->loadTemplate("@Storefront/storefront/layout/scroll-up.html.twig""@EmovaTheme/storefront/base.html.twig"105)->display($context);
  568.         // line 106
  569.         echo "    ";
  570.         
  571.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  572.         
  573.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  574.     }
  575.     // line 108
  576.     public function block_base_cookie_permission($context, array $blocks = [])
  577.     {
  578.         $macros $this->macros;
  579.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  580.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_cookie_permission"));
  581.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  582.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_cookie_permission"));
  583.         // line 109
  584.         echo "        ";
  585.         $this->loadTemplate("@Storefront/storefront/layout/cookie/cookie-permission.html.twig""@EmovaTheme/storefront/base.html.twig"109)->display($context);
  586.         // line 110
  587.         echo "    ";
  588.         
  589.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  590.         
  591.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  592.     }
  593.     // line 112
  594.     public function block_base_pseudo_modal($context, array $blocks = [])
  595.     {
  596.         $macros $this->macros;
  597.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  598.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_pseudo_modal"));
  599.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  600.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_pseudo_modal"));
  601.         // line 113
  602.         echo "        ";
  603.         $this->loadTemplate("@Storefront/storefront/component/pseudo-modal.html.twig""@EmovaTheme/storefront/base.html.twig"113)->display($context);
  604.         // line 114
  605.         echo "    ";
  606.         
  607.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  608.         
  609.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  610.     }
  611.     // line 116
  612.     public function block_base_body_script($context, array $blocks = [])
  613.     {
  614.         $macros $this->macros;
  615.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  616.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_script"));
  617.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  618.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_body_script"));
  619.         // line 117
  620.         echo "        ";
  621.         if ( !$this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("FEATURE_NEXT_15917")) {
  622.             // line 118
  623.             echo "
  624.             ";
  625.             // line 120
  626.             echo "            ";
  627.             $this->displayBlock('base_script_token'$context$blocks);
  628.             // line 122
  629.             echo "
  630.             ";
  631.             // line 124
  632.             echo "            ";
  633.             $this->displayBlock('base_script_router'$context$blocks);
  634.             // line 145
  635.             echo "
  636.             ";
  637.             // line 147
  638.             echo "            ";
  639.             $this->displayBlock('base_script_breakpoints'$context$blocks);
  640.             // line 168
  641.             echo "
  642.             ";
  643.             // line 170
  644.             echo "            ";
  645.             $this->displayBlock('base_script_csrf'$context$blocks);
  646.             // line 178
  647.             echo "
  648.             ";
  649.             // line 179
  650.             if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.cart.wishlistEnabled")) {
  651.                 // line 180
  652.                 echo "                ";
  653.                 // line 181
  654.                 echo "                ";
  655.                 $this->displayBlock('base_script_wishlist_state'$context$blocks);
  656.                 // line 188
  657.                 echo "            ";
  658.             }
  659.             // line 189
  660.             echo "
  661.             ";
  662.             // line 191
  663.             echo "            ";
  664.             $this->displayBlock('base_script_jquery'$context$blocks);
  665.             // line 193
  666.             echo "
  667.             ";
  668.             // line 195
  669.             echo "            ";
  670.             $this->displayBlock('base_script_hmr_mode'$context$blocks);
  671.             // line 209
  672.             echo "        ";
  673.         }
  674.         // line 210
  675.         echo "    ";
  676.         
  677.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  678.         
  679.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  680.     }
  681.     // line 120
  682.     public function block_base_script_token($context, array $blocks = [])
  683.     {
  684.         $macros $this->macros;
  685.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  686.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_token"));
  687.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  688.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_token"));
  689.         // line 121
  690.         echo "            ";
  691.         
  692.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  693.         
  694.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  695.     }
  696.     // line 124
  697.     public function block_base_script_router($context, array $blocks = [])
  698.     {
  699.         $macros $this->macros;
  700.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  701.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_router"));
  702.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  703.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_router"));
  704.         // line 125
  705.         echo "                ";
  706.         // line 126
  707.         echo "                <script>
  708.                     window.activeNavigationId = '";
  709.         // line 127
  710.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse127), "navigation", [], "any"falsefalsefalse127), "active", [], "any"falsefalsefalse127), "id", [], "any"falsefalsefalse127), "html"nulltrue);
  711.         echo "';
  712.                     window.router = {
  713.                         'frontend.cart.offcanvas': '";
  714.         // line 129
  715.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cart.offcanvas");
  716.         echo "',
  717.                         'frontend.cookie.offcanvas': '";
  718.         // line 130
  719.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cookie.offcanvas");
  720.         echo "',
  721.                         'frontend.checkout.finish.page': '";
  722.         // line 131
  723.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.finish.page");
  724.         echo "',
  725.                         'frontend.checkout.info': '";
  726.         // line 132
  727.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.info");
  728.         echo "',
  729.                         'frontend.menu.offcanvas': '";
  730.         // line 133
  731.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.menu.offcanvas");
  732.         echo "',
  733.                         'frontend.cms.page': '";
  734.         // line 134
  735.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.page");
  736.         echo "',
  737.                         'frontend.cms.navigation.page': '";
  738.         // line 135
  739.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.navigation.page");
  740.         echo "',
  741.                         'frontend.account.addressbook': '";
  742.         // line 136
  743.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.account.addressbook");
  744.         echo "',
  745.                         'frontend.csrf.generateToken': '";
  746.         // line 137
  747.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.csrf.generateToken");
  748.         echo "',
  749.                         'frontend.country.country-data': '";
  750.         // line 138
  751.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.country.country.data");
  752.         echo "',
  753.                         'frontend.store-api.proxy': '";
  754.         // line 139
  755.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.store-api.proxy");
  756.         echo "',
  757.                     };
  758.                     window.storeApiProxyToken = '";
  759.         // line 141
  760.         echo $this->extensions['Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension']->createCsrfPlaceholder("frontend.store-api.proxy", ["mode" => "token"]);
  761.         echo "';
  762.                     window.salesChannelId = '";
  763.         // line 142
  764.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse142), "attributes", [], "any"falsefalsefalse142), "get", [=> "sw-sales-channel-id"], "method"falsefalsefalse142), "html"nulltrue);
  765.         echo "';
  766.                 </script>
  767.             ";
  768.         
  769.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  770.         
  771.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  772.     }
  773.     // line 147
  774.     public function block_base_script_breakpoints($context, array $blocks = [])
  775.     {
  776.         $macros $this->macros;
  777.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  778.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_breakpoints"));
  779.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  780.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_breakpoints"));
  781.         // line 148
  782.         echo "                ";
  783.         // line 149
  784.         echo "                <script>
  785.                     ";
  786.         // line 150
  787.         $context["breakpoint"] = ["xs" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xs"), "sm" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.sm"), "md" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.md"), "lg" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.lg"), "xl" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xl")];
  788.         // line 157
  789.         echo "
  790.                     ";
  791.         // line 159
  792.         echo "                    ";
  793.         if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("v6.5.0.0")) {
  794.             // line 160
  795.             echo "                        ";
  796.             $context["breakpoint"] = twig_array_merge(($context["breakpoint"] ?? null), ["xxl" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xxl")]);
  797.             // line 163
  798.             echo "                    ";
  799.         }
  800.         // line 164
  801.         echo "
  802.                     window.breakpoints = ";
  803.         // line 165
  804.         echo $this->env->getFilter('json_encode')->getCallable()(($context["breakpoint"] ?? null));
  805.         echo ";
  806.                 </script>
  807.             ";
  808.         
  809.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  810.         
  811.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  812.     }
  813.     // line 170
  814.     public function block_base_script_csrf($context, array $blocks = [])
  815.     {
  816.         $macros $this->macros;
  817.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  818.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_csrf"));
  819.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  820.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_csrf"));
  821.         // line 171
  822.         echo "                <script>
  823.                     window.csrf = {
  824.                         'enabled': '";
  825.         // line 173
  826.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["shopware"] ?? null), "csrfEnabled", [], "any"falsefalsefalse173), "html"nulltrue);
  827.         echo "',
  828.                         'mode': '";
  829.         // line 174
  830.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["shopware"] ?? null), "csrfMode", [], "any"falsefalsefalse174), "html"nulltrue);
  831.         echo "'
  832.                     }
  833.                 </script>
  834.             ";
  835.         
  836.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  837.         
  838.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  839.     }
  840.     // line 181
  841.     public function block_base_script_wishlist_state($context, array $blocks = [])
  842.     {
  843.         $macros $this->macros;
  844.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  845.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_wishlist_state"));
  846.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  847.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_wishlist_state"));
  848.         // line 182
  849.         echo "                    <script>
  850.                         window.customerLoggedInState = ";
  851.         // line 183
  852.         echo ((( !(null === sw_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse183)) &&  !sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse183), "guest", [], "any"falsefalsefalse183))) ? (1) : (0));
  853.         echo ";
  854.                         window.wishlistEnabled = ";
  855.         // line 185
  856.         echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.cart.wishlistEnabled"), "html"nulltrue);
  857.         echo ";
  858.                     </script>
  859.                 ";
  860.         
  861.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  862.         
  863.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  864.     }
  865.     // line 191
  866.     public function block_base_script_jquery($context, array $blocks = [])
  867.     {
  868.         $macros $this->macros;
  869.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  870.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_jquery"));
  871.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  872.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_jquery"));
  873.         // line 192
  874.         echo "            ";
  875.         
  876.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  877.         
  878.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  879.     }
  880.     // line 195
  881.     public function block_base_script_hmr_mode($context, array $blocks = [])
  882.     {
  883.         $macros $this->macros;
  884.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  885.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_hmr_mode"));
  886.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  887.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_script_hmr_mode"));
  888.         // line 196
  889.         echo "                ";
  890.         if (($context["isHMRMode"] ?? null)) {
  891.             // line 197
  892.             echo "                    <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\"></script>
  893.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\"></script>
  894.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\"></script>
  895.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\"></script>
  896.                     ";
  897.             // line 202
  898.             echo "                    <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\"></script>
  899.                 ";
  900.         } else {
  901.             // line 204
  902.             echo "                    ";
  903.             $context['_parent'] = $context;
  904.             $context['_seq'] = twig_ensure_traversable($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"assets.js"));
  905.             foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  906.                 // line 205
  907.                 echo "                        <script type=\"text/javascript\" src=\"";
  908.                 echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["file"], "theme"), "html"nulltrue);
  909.                 echo "\"></script>
  910.                     ";
  911.             }
  912.             $_parent $context['_parent'];
  913.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
  914.             $context array_intersect_key($context$_parent) + $_parent;
  915.             // line 207
  916.             echo "                ";
  917.         }
  918.         // line 208
  919.         echo "            ";
  920.         
  921.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  922.         
  923.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  924.     }
  925.     public function getTemplateName()
  926.     {
  927.         return "@EmovaTheme/storefront/base.html.twig";
  928.     }
  929.     public function isTraitable()
  930.     {
  931.         return false;
  932.     }
  933.     public function getDebugInfo()
  934.     {
  935.         return array (  1074 => 208,  1071 => 207,  1062 => 205,  1057 => 204,  1053 => 202,  1047 => 197,  1044 => 196,  1034 => 195,  1024 => 192,  1014 => 191,  1001 => 185,  996 => 183,  993 => 182,  983 => 181,  969 => 174,  965 => 173,  961 => 171,  951 => 170,  938 => 165,  935 => 164,  932 => 163,  929 => 160,  926 => 159,  923 => 157,  921 => 150,  918 => 149,  916 => 148,  906 => 147,  893 => 142,  889 => 141,  884 => 139,  880 => 138,  876 => 137,  872 => 136,  868 => 135,  864 => 134,  860 => 133,  856 => 132,  852 => 131,  848 => 130,  844 => 129,  839 => 127,  836 => 126,  834 => 125,  824 => 124,  814 => 121,  804 => 120,  794 => 210,  791 => 209,  788 => 195,  785 => 193,  782 => 191,  779 => 189,  776 => 188,  773 => 181,  771 => 180,  769 => 179,  766 => 178,  763 => 170,  760 => 168,  757 => 147,  754 => 145,  751 => 124,  748 => 122,  745 => 120,  742 => 118,  739 => 117,  729 => 116,  719 => 114,  716 => 113,  706 => 112,  696 => 110,  693 => 109,  683 => 108,  673 => 106,  670 => 105,  660 => 104,  650 => 99,  647 => 98,  637 => 97,  626 => 100,  624 => 97,  621 => 96,  611 => 95,  593 => 87,  582 => 88,  580 => 87,  577 => 86,  574 => 78,  564 => 77,  554 => 91,  551 => 77,  541 => 75,  530 => 72,  516 => 71,  513 => 70,  496 => 69,  493 => 68,  483 => 67,  472 => 92,  470 => 75,  467 => 74,  465 => 67,  462 => 66,  452 => 65,  442 => 60,  439 => 59,  429 => 58,  419 => 63,  415 => 61,  413 => 58,  406 => 57,  403 => 56,  393 => 55,  382 => 42,  380 => 41,  377 => 40,  367 => 39,  356 => 44,  354 => 39,  351 => 38,  341 => 37,  330 => 34,  328 => 30,  325 => 29,  315 => 28,  305 => 102,  303 => 95,  300 => 94,  298 => 65,  295 => 64,  293 => 55,  290 => 54,  287 => 46,  285 => 37,  282 => 36,  279 => 28,  269 => 27,  243 => 19,  227 => 211,  225 => 116,  222 => 115,  220 => 112,  217 => 111,  215 => 108,  212 => 107,  210 => 104,  207 => 103,  205 => 27,  199 => 23,  194 => 19,  184 => 18,  173 => 15,  163 => 14,  148 => 9,  138 => 8,  127 => 5,  117 => 4,  94 => 226,  92 => 18,  89 => 17,  87 => 14,  84 => 13,  82 => 8,  79 => 7,  77 => 4,  74 => 3,  72 => 2,);
  936.     }
  937.     public function getSourceContext()
  938.     {
  939.         return new Source("{# Set variable to \"true\" to enable HMR (hot page reloading) mode #}
  940. {% set isHMRMode = app.request.headers.get('hot-reload-mode') and app.environment == 'dev' %}
  941. {% block base_doctype %}
  942. <!DOCTYPE html>
  943. {% endblock %}
  944. {% block base_html %}
  945. <html lang=\"{{ page.header.activeLanguage.translationCode.code }}\"
  946.       itemscope=\"itemscope\"
  947.       itemtype=\"https://schema.org/WebPage\">
  948. {% endblock %}
  949. {% block base_head %}
  950.     {% sw_include '@Storefront/storefront/layout/meta.html.twig' %}
  951. {% endblock %}
  952. {% block base_body %}
  953.     <body class=\"{% block base_body_classes %}is-ctl-{% if controllerName is not empty %}{{ controllerName|lower }}{% endif %} is-act-{% if controllerAction is not empty %}{{ controllerAction|lower }}{% endif %}{% endblock %}\">
  954. {#
  955.     <script id=\"Cookiebot\" src=\"https://consent.cookiebot.com/uc.js\" data-cbid=\"045bcc8f-d644-40ae-b4a1-c620c91625c3\" data-blockingmode=\"auto\" type=\"text/javascript\"></script>
  956. #}
  957. <!-- Google Tag Manager (noscript) -->
  958. <noscript><iframe src=\"ns \"
  959. height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  960. <!-- End Google Tag Manager (noscript) -->
  961.     {% block base_body_inner %}
  962.         {% block base_noscript %}
  963.             <noscript class=\"noscript-main\">
  964.                 {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
  965.                     type: 'info',
  966.                     content: 'general.noscriptNotice'|trans|sw_sanitize
  967.                 } %}
  968.             </noscript>
  969.         {% endblock %}
  970.         {% block base_header %}
  971.             <header class=\"header-main\">
  972.                 {% block base_header_inner %}
  973.                     <div class=\"container\">
  974.                         {% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
  975.                     </div>
  976.                 {% endblock %}
  977.             </header>
  978.         {% endblock %}
  979.         {# {% block base_navigation %}
  980.             <div class=\"nav-main\">
  981.                 {% block base_navigation_inner %}
  982.                     {% sw_include '@Storefront/storefront/layout/navigation/navigation.html.twig' %}
  983.                 {% endblock %}
  984.             </div>
  985.         {% endblock %} #}
  986.         {% block base_offcanvas_navigation %}
  987.             {% if page.header.navigation %}
  988.                 <div class=\"d-none js-navigation-offcanvas-initial-content{% if context.salesChannel.navigationCategoryId == page.header.navigation.active.id %} is-root{% endif %}\">
  989.                     {% block base_offcanvas_navigation_inner %}
  990.                         {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' with { navigation: page.header.navigation } %}
  991.                     {% endblock %}
  992.                 </div>
  993.             {% endif %}
  994.         {% endblock %}
  995.         {% block base_main %}
  996.             <main class=\"content-main\" style=\"/* margin-left: 20px; */ /* margin-right: 20px; */background: transparent linear-gradient(180deg, #f78032 0%, #f8a05d 38%, #e78697 68%, #c263c7 100%) 0% 0% no-repeat padding-box;\">
  997.                 {% block base_flashbags %}
  998.                     <div class=\"flashbags container\">
  999.                         {% for type, messages in app.flashes %}
  1000.                             {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
  1001.                         {% endfor %}
  1002.                     </div>
  1003.                 {% endblock %}
  1004.                 {% block base_main_inner %}
  1005. {#                    <div class=\"container\">#}
  1006.                         {% block base_main_container %}
  1007.                             <div class=\"container-main\">
  1008.                                 {# {% block base_breadcrumb %}
  1009.                                     {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  1010.                                         context: context,
  1011.                                         category: page.product.seoCategory,
  1012.                                         product: page.product
  1013.                                     } only %}
  1014.                                 {% endblock %} #}
  1015.                                 {% block base_content %}{% endblock %}
  1016.                             </div>
  1017.                         {% endblock %}
  1018. {#                    </div>#}
  1019.                 {% endblock %}
  1020.             </main>
  1021.         {% endblock %}
  1022.         {% block base_footer %}
  1023.             <footer class=\"footer-main\">
  1024.                 {% block base_footer_inner %}
  1025.                     {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
  1026.                 {% endblock %}
  1027.             </footer>
  1028.         {% endblock %}
  1029.     {% endblock %}
  1030.     {% block base_scroll_up %}
  1031.         {% sw_include '@Storefront/storefront/layout/scroll-up.html.twig' %}
  1032.     {% endblock %}
  1033.     {% block base_cookie_permission %}
  1034.         {% sw_include '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %}
  1035.     {% endblock %}
  1036.     {% block base_pseudo_modal %}
  1037.         {% sw_include '@Storefront/storefront/component/pseudo-modal.html.twig' %}
  1038.     {% endblock %}
  1039.     {% block base_body_script %}
  1040.         {% if not feature('FEATURE_NEXT_15917') %}
  1041.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_token` instead #}
  1042.             {% block base_script_token %}
  1043.             {% endblock %}
  1044.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_router` instead #}
  1045.             {% block base_script_router %}
  1046.                 {# Register all routes that will be needed in JavaScript to the window.router object #}
  1047.                 <script>
  1048.                     window.activeNavigationId = '{{ page.header.navigation.active.id }}';
  1049.                     window.router = {
  1050.                         'frontend.cart.offcanvas': '{{ path('frontend.cart.offcanvas') }}',
  1051.                         'frontend.cookie.offcanvas': '{{ path('frontend.cookie.offcanvas') }}',
  1052.                         'frontend.checkout.finish.page': '{{ path('frontend.checkout.finish.page') }}',
  1053.                         'frontend.checkout.info': '{{ path('frontend.checkout.info') }}',
  1054.                         'frontend.menu.offcanvas': '{{ path('frontend.menu.offcanvas') }}',
  1055.                         'frontend.cms.page': '{{ path('frontend.cms.page') }}',
  1056.                         'frontend.cms.navigation.page': '{{ path('frontend.cms.navigation.page') }}',
  1057.                         'frontend.account.addressbook': '{{ path('frontend.account.addressbook') }}',
  1058.                         'frontend.csrf.generateToken': '{{ path('frontend.csrf.generateToken') }}',
  1059.                         'frontend.country.country-data': '{{ path('frontend.country.country.data') }}',
  1060.                         'frontend.store-api.proxy': '{{ path('frontend.store-api.proxy') }}',
  1061.                     };
  1062.                     window.storeApiProxyToken = '{{ sw_csrf(\"frontend.store-api.proxy\", {\"mode\": \"token\"}) }}';
  1063.                     window.salesChannelId = '{{ app.request.attributes.get('sw-sales-channel-id') }}';
  1064.                 </script>
  1065.             {% endblock %}
  1066.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_breakpoints` instead #}
  1067.             {% block base_script_breakpoints %}
  1068.                 {# Register the available viewport breakpoints the window.breakpoints object #}
  1069.                 <script>
  1070.                     {% set breakpoint = {
  1071.                         'xs': theme_config('breakpoint.xs'),
  1072.                         'sm': theme_config('breakpoint.sm'),
  1073.                         'md': theme_config('breakpoint.md'),
  1074.                         'lg': theme_config('breakpoint.lg'),
  1075.                         'xl': theme_config('breakpoint.xl')
  1076.                     } %}
  1077.                     {# @deprecated tag:v6.5.0 - Bootstrap v5 adds xxl breakpoint #}
  1078.                     {% if feature('v6.5.0.0') %}
  1079.                         {% set breakpoint = breakpoint|merge({
  1080.                             'xxl': theme_config('breakpoint.xxl')
  1081.                         }) %}
  1082.                     {% endif %}
  1083.                     window.breakpoints = {{ breakpoint|json_encode()|raw }};
  1084.                 </script>
  1085.             {% endblock %}
  1086.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_csrf` instead #}
  1087.             {% block base_script_csrf %}
  1088.                 <script>
  1089.                     window.csrf = {
  1090.                         'enabled': '{{ shopware.csrfEnabled }}',
  1091.                         'mode': '{{ shopware.csrfMode }}'
  1092.                     }
  1093.                 </script>
  1094.             {% endblock %}
  1095.             {% if config('core.cart.wishlistEnabled') %}
  1096.                 {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_wishlist_state` instead #}
  1097.                 {% block base_script_wishlist_state %}
  1098.                     <script>
  1099.                         window.customerLoggedInState = {{ context.customer is not null and not context.customer.guest ? 1 : 0 }};
  1100.                         window.wishlistEnabled = {{ config('core.cart.wishlistEnabled') }};
  1101.                     </script>
  1102.                 {% endblock %}
  1103.             {% endif %}
  1104.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_jquery` instead #}
  1105.             {% block base_script_jquery %}
  1106.             {% endblock %}
  1107.             {# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_hmr_mode` instead #}
  1108.             {% block base_script_hmr_mode %}
  1109.                 {% if isHMRMode %}
  1110.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\"></script>
  1111.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\"></script>
  1112.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\"></script>
  1113.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\"></script>
  1114.                     {# The storefront entry is a combined entry point which contains all plugins & themes #}
  1115.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\"></script>
  1116.                 {% else %}
  1117.                     {% for file in theme_config('assets.js') %}
  1118.                         <script type=\"text/javascript\" src=\"{{ asset(file, 'theme') }}\"></script>
  1119.                     {% endfor %}
  1120.                 {% endif %}
  1121.             {% endblock %}
  1122.         {% endif %}
  1123.     {% endblock %}
  1124.     <!-- Start of HubSpot Chat Embed Code -->
  1125.         <script type=\"text/javascript\" id=\"hs-script-loader\" async defer src=\"//js-eu1.hs-scripts.com/25399637.js\"></script>
  1126.     <!-- End of HubSpot Embed Code -->
  1127.     </body>
  1128. {#    <script>
  1129.     var test
  1130.          \$(document).ready(function () {
  1131.             window.location.reload
  1132.           })
  1133.     </script>#}
  1134. {% endblock %}
  1135. <style>
  1136.     .container-main{
  1137.     padding-top:0px !important;
  1138.     padding-bottom:0px !important;
  1139.     }
  1140.     .breadcrumb{
  1141.     padding: 0;
  1142.     margin-bottom:0;
  1143.     }
  1144. </style>
  1145. </html>
  1146. ""@EmovaTheme/storefront/base.html.twig""/var/www/shop.emova.de/html/custom/plugins/EmovaTheme/src/Resources/views/storefront/base.html.twig");
  1147.     }
  1148. }