Symfony Exception

ClassNotFoundError

HTTP 500 Internal Server Error

Attempted to load class "PaymentMethodBadge" from namespace "KlarnaPayment\Components\Struct".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1.         }
  2.         $constant \get_class($object).'::'.$constant;
  3.     }
  4.     return \constant($constant);
  5. }
  6. /**
  7.  * Checks if a constant exists.
  8.  *
  1.         }
  2.         $constant \get_class($object).'::'.$constant;
  3.     }
  4.     return \constant($constant);
  5. }
  6. /**
  7.  * Checks if a constant exists.
  8.  *
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_footer_payment_logos"));
  3.         // line 47
  4.         echo "\t\t\t\t\t\t\t";
  5.         $context["klarnaBadge"] = (($__internal_compile_0 twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["page"] ?? null), "footer", [], "any"falsefalsefalse47), "extensions", [], "any"falsefalsefalse47)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[twig_constant("KlarnaPayment\\Components\\Struct\\PaymentMethodBadge::EXTENSION_NAME")] ?? null) : null);
  6.         // line 48
  7.         echo "
  8. \t\t\t\t\t\t\t";
  9.         // line 49
  10.         if (($context["klarnaBadge"] ?? null)) {
in vendor/twig/twig/src/Template.php -> block_layout_footer_payment_logos (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1. \t\t\t\t\t\tPayment
  2. \t\t\t\t\t</div>
  3. \t\t\t\t\t<div class=\"footer-box-content flex-row\">
  4. \t\t\t\t\t\t";
  5.         // line 46
  6.         $this->displayBlock('layout_footer_payment_logos'$context$blocks);
  7.         // line 72
  8.         echo "\t\t\t\t\t</div>
  9. \t\t\t\t\t<div class=\"mt-3\">
  10. \t\t\t\t\t\t<div class=\"footer-box-headline\">
  11. \t\t\t\t\t\t\tShipping
in vendor/twig/twig/src/Template.php -> block_layout_footer_payment_shipping_logos (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $this->displayBlock('layout_footer_navigation'$context$blocks);
  2.         // line 39
  3.         echo "
  4. \t\t\t";
  5.         // line 40
  6.         $this->displayBlock('layout_footer_payment_shipping_logos'$context$blocks);
  7.         // line 89
  8.         echo "\t\t</div>
  9. \t\t";
in vendor/twig/twig/src/Template.php -> block_layout_footer_inner_container (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Storefront/storefront/layout/footer/footer.html.twig"));
  3.         echo "<!-- INCLUDE BEGIN @Storefront/storefront/layout/footer/footer.html.twig (vendor/shopware/storefront/Resources/views/storefront/layout/footer/footer.html.twig) -->";
  4.         // line 1
  5.         $this->displayBlock('layout_footer_inner_container'$context$blocks);
  6.         // line 0
  7.         echo "<!-- INCLUDE END @Storefront/storefront/layout/footer/footer.html.twig -->";
  8.         
  9.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         // line 0
  2.         echo "<!-- INCLUDE BEGIN @SwagPayPal/storefront/layout/footer/footer.html.twig (custom/plugins/SwagPayPal/src/Resources/views/storefront/layout/footer/footer.html.twig) -->";
  3.         echo "<!-- INCLUDE END @SwagPayPal/storefront/layout/footer/footer.html.twig -->";
  4.         // line 2
  5.         $this->parent $this->loadTemplate("@Storefront/storefront/layout/footer/footer.html.twig""@SwagPayPal/storefront/layout/footer/footer.html.twig"2);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $context["hiddenNewsletterBlock"] = $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"SsikLibertyTheme.config.hiddenNewsletterBlock");
  2.         // line 0
  3.         echo "<!-- INCLUDE END @SsikLibertyTheme/storefront/layout/footer/footer.html.twig -->";
  4.         // line 2
  5.         $this->parent $this->loadTemplate("@SwagPayPal/storefront/layout/footer/footer.html.twig""@SsikLibertyTheme/storefront/layout/footer/footer.html.twig"2);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""base_footer_inner"));
  3.         // line 91
  4.         echo "                    ";
  5.         $this->loadTemplate("@SsikLibertyTheme/storefront/layout/footer/footer.html.twig""@Storefront/storefront/base.html.twig"91)->display($context);
  6.         // line 92
  7.         echo "                ";
  8.         
  9.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_base_footer_inner (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         // line 89
  2.         echo "            <footer class=\"footer-main\">
  3.                 ";
  4.         // line 90
  5.         $this->displayBlock('base_footer_inner'$context$blocks);
  6.         // line 93
  7.         echo "            </footer>
  8.         ";
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_base_footer (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
in vendor/twig/twig/src/Template.php -> displayBlock (line 191)
  1.                 $e->guess();
  2.                 throw $e;
  3.             }
  4.         } elseif (false !== $parent $this->getParent($context)) {
  5.             $parent->displayBlock($name$contextarray_merge($this->blocks$blocks), false$templateContext ?? $this);
  6.         } elseif (isset($blocks[$name])) {
  7.             throw new RuntimeError(sprintf('Block "%s" should not call parent() in "%s" as the block does not exist in the parent template "%s".'$name$blocks[$name][0]->getTemplateName(), $this->getTemplateName()), -1$blocks[$name][0]->getSourceContext());
  8.         } else {
  9.             throw new RuntimeError(sprintf('Block "%s" on template "%s" does not exist.'$name$this->getTemplateName()), -1, ($templateContext ?? $this)->getSourceContext());
  10.         }
in vendor/twig/twig/src/Template.php -> displayBlock (line 134)
  1.     public function displayParentBlock($name, array $context, array $blocks = [])
  2.     {
  3.         if (isset($this->traits[$name])) {
  4.             $this->traits[$name][0]->displayBlock($name$context$blocksfalse);
  5.         } elseif (false !== $parent $this->getParent($context)) {
  6.             $parent->displayBlock($name$context$blocksfalse);
  7.         } else {
  8.             throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.'$name), -1$this->getSourceContext());
  9.         }
  10.     }
  1.         }
  2.         // line 41
  3.         echo "
  4.     ";
  5.         // line 42
  6.         $this->displayParentBlock("base_footer"$context$blocks);
  7.         echo "
  8.     ";
  9.         // line 44
  10.         if (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ssik"] ?? null), "config", [], "any"falsefalsefalse44), "ssikAccountWidget", [], "any"falsefalsefalse44) == 1) &&  !twig_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse44))) {
in vendor/twig/twig/src/Template.php -> block_base_footer (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $this->displayBlock('base_main'$context$blocks);
  2.         // line 87
  3.         echo "
  4.         ";
  5.         // line 88
  6.         $this->displayBlock('base_footer'$context$blocks);
  7.         // line 95
  8.         echo "    ";
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_base_body_inner (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $this->displayBlock('base_body_classes'$context$blocks);
  2.         echo "\">
  3.     ";
  4.         // line 21
  5.         $this->displayBlock('base_body_inner'$context$blocks);
  6.         // line 96
  7.         echo "
  8.     ";
  9.         // line 97
  10.         $this->displayBlock('base_scroll_up'$context$blocks);
in vendor/twig/twig/src/Template.php -> block_base_body (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         $this->displayBlock('base_head'$context$blocks);
  2.         // line 17
  3.         echo "
  4. ";
  5.         // line 18
  6.         $this->displayBlock('base_body'$context$blocks);
  7.         // line 208
  8.         echo "</html>
  9. ";
  10.         // line 0
  11.         echo "<!-- INCLUDE END @Storefront/storefront/base.html.twig -->";
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         // line 0
  2.         echo "<!-- INCLUDE BEGIN @NenoLiveStock/storefront/base.html.twig (custom/plugins/NenoLiveStock/src/Resources/views/storefront/base.html.twig) -->";
  3.         echo "<!-- INCLUDE END @NenoLiveStock/storefront/base.html.twig -->";
  4.         // line 2
  5.         $this->parent $this->loadTemplate("@Storefront/storefront/base.html.twig""@NenoLiveStock/storefront/base.html.twig"2);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $context["ssik"] = twig_array_merge(($context["ssik"] ?? null), ["config" => ($context["config"] ?? null)]);
  2.         // line 0
  3.         echo "<!-- INCLUDE END @SsikLibertyTheme/storefront/base.html.twig -->";
  4.         // line 2
  5.         $this->parent $this->loadTemplate("@NenoLiveStock/storefront/base.html.twig""@SsikLibertyTheme/storefront/base.html.twig"2);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         // line 0
  2.         echo "<!-- INCLUDE BEGIN @Storefront/storefront/page/content/index.html.twig (vendor/shopware/storefront/Resources/views/storefront/page/content/index.html.twig) -->";
  3.         echo "<!-- INCLUDE END @Storefront/storefront/page/content/index.html.twig -->";
  4.         // line 2
  5.         $this->parent $this->loadTemplate("@SsikLibertyTheme/storefront/base.html.twig""@Storefront/storefront/page/content/index.html.twig"2);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
Environment->render('@Storefront/storefront/page/content/index.html.twig', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array())) in custom/plugins/FroshDevelopmentHelper/src/Component/Profiler/TwigDecorator.php (line 24)
  1.         if (strpos($name'WebProfiler') === false) {
  2.             $this->renders[$name] = $context;
  3.         }
  4.         return parent::render($template$context);
  5.     }
  6.     public function getTemplateData(): array
  7.     {
  8.         return $this->renders;
  1.     protected function renderView(string $view, array $parameters = []): string
  2.     {
  3.         $view $this->getTemplateFinder()->find($view);
  4.         if (isset($this->twig)) {
  5.             return $this->twig->render($view$parameters);
  6.         }
  7.         Feature::triggerDeprecationOrThrow(
  8.             'v6.5.0.0',
  9.             sprintf('Class %s does not have twig injected. Add to your service definition a method call to setTwig with the twig instance', static::class)
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
  1.         if ($iconCacheEnabled || (Feature::isActive('v6.5.0.0') && $iconCacheEnabled === null)) {
  2.             IconCacheTwigFilter::enable();
  3.         }
  4.         $response Profiler::trace('twig-rendering', function () use ($view$event) {
  5.             return $this->render($view$event->getParameters(), new StorefrontResponse());
  6.         });
  7.         /** @deprecated tag:v6.5.0 - icon cache will be true by default. */
  8.         if ($iconCacheEnabled || (Feature::isActive('v6.5.0.0') && $iconCacheEnabled === null)) {
  9.             IconCacheTwigFilter::disable();
in vendor/shopware/core/Profiling/Profiler.php -> Shopware\Storefront\Controller\{closure} (line 59)
  1.         try {
  2.             foreach (self::$profilers as $profiler) {
  3.                 $profiler->start($name$category$tags);
  4.             }
  5.             $result $closure();
  6.         } finally {
  7.             foreach (self::$profilers as $profiler) {
  8.                 $profiler->stop($name);
  9.             }
  10.         }
  1.         /** @deprecated tag:v6.5.0 - icon cache will be true by default. */
  2.         if ($iconCacheEnabled || (Feature::isActive('v6.5.0.0') && $iconCacheEnabled === null)) {
  3.             IconCacheTwigFilter::enable();
  4.         }
  5.         $response Profiler::trace('twig-rendering', function () use ($view$event) {
  6.             return $this->render($view$event->getParameters(), new StorefrontResponse());
  7.         });
  8.         /** @deprecated tag:v6.5.0 - icon cache will be true by default. */
  9.         if ($iconCacheEnabled || (Feature::isActive('v6.5.0.0') && $iconCacheEnabled === null)) {
  1.     {
  2.         $page $this->navigationPageLoader->load($request$context);
  3.         $this->hook(new NavigationPageLoadedHook($page$context));
  4.         return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);
  5.     }
  6.     /**
  7.      * @Since("6.3.3.0")
  8.      * @HttpCache()
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.         if (!IpUtils::checkIp('127.0.0.1'$trustedProxies)) {
  2.             Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
  3.         }
  4.         try {
  5.             return $kernel->handle($request$type$catch);
  6.         } finally {
  7.             // restore global state
  8.             Request::setTrustedProxies($trustedProxies$trustedHeaderSet);
  9.         }
  10.     }
  1.         if ($this->surrogate) {
  2.             $this->surrogate->addSurrogateCapability($request);
  3.         }
  4.         // always a "master" request (as the real master request can be in cache)
  5.         $response SubRequestHandler::handle($this->kernel$requestHttpKernelInterface::MAIN_REQUEST$catch);
  6.         /*
  7.          * Support stale-if-error given on Responses or as a config option.
  8.          * RFC 7234 summarizes in Section 4.2.4 (but also mentions with the individual
  9.          * Cache-Control directives) that
  1.         // avoid that the backend sends no content
  2.         $subRequest->headers->remove('If-Modified-Since');
  3.         $subRequest->headers->remove('If-None-Match');
  4.         $response $this->forward($subRequest$catch);
  5.         if ($response->isCacheable()) {
  6.             $this->store($request$response);
  7.         }
  1.         }
  2.         if (null === $entry) {
  3.             $this->record($request'miss');
  4.             return $this->fetch($request$catch);
  5.         }
  6.         if (!$this->isFreshEnough($request$entry)) {
  7.             $this->record($request'stale');
  1.                 reload the cache by fetching a fresh response and caching it (if possible).
  2.             */
  3.             $this->record($request'reload');
  4.             $response $this->fetch($request$catch);
  5.         } else {
  6.             $response $this->lookup($request$catch);
  7.         }
  8.         $this->restoreResponseBody($request$response);
  9.         if (HttpKernelInterface::MAIN_REQUEST === $type) {
  1.             && $container->getParameter('shopware.http.cache.enabled');
  2.         if ($enabled && $container->has(CacheStore::class)) {
  3.             $kernel = new static::$httpCacheClass($kernel$container->get(CacheStore::class), null, ['debug' => $this->debug]);
  4.         }
  5.         $response $kernel->handle($transformed$type$catch);
  6.         // fire event to trigger runtime events like seo url headers
  7.         $event = new BeforeSendResponseEvent($transformed$response);
  8.         $container->get('event_dispatcher')->dispatch($event);
in vendor/shopware/core/HttpKernel.php -> doHandle (line 81)
  1.         if (!\is_bool($catch)) {
  2.             Feature::triggerDeprecationOrThrow('v6.5.0.0''The third parameter `$catch` of `HttpKernel->handle()` will be typed to `bool`');
  3.         }
  4.         try {
  5.             return $this->doHandle($request, (int) $type, (bool) $catch);
  6.         } catch (Exception $e) {
  7.             /** @var Params|array{url?: string} $connectionParams */
  8.             $connectionParams self::getConnection()->getParams();
  9.             $message str_replace([$connectionParams['url'] ?? null$connectionParams['password'] ?? null$connectionParams['user'] ?? null], '******'$e->getMessage());
HttpKernel->handle(object(Request)) in public/index.php (line 85)
  1.     }
  2. } else {
  3.     $kernel = new InstallerKernel($appEnv$debug);
  4. }
  5. $result $kernel->handle($request);
  6. if ($result instanceof Response) {
  7.     $result->send();
  8.     $kernel->terminate($request$result);
  9. } else {

Logs 2

Level Channel Message
INFO 18:35:36 request Matched route "frontend.home.page".
{
    "route": "frontend.home.page",
    "route_parameters": {
        "_route": "frontend.home.page",
        "_routeScope": [
            "storefront"
        ],
        "_controller": "Shopware\\Storefront\\Controller\\NavigationController::home"
    },
    "request_uri": "https://vo-sat-tv.de/?XTCsid=aaebe9e4a979c120dcc46b157f378900&cat=c8_MULTIFEEDHALTER-MULTIFEEDHALTER.html",
    "method": "GET"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 18:35:36 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
INFO 18:35:36 php Deprecated: Creation of dynamic property SsikLibertyTheme\Core\Content\Product\Cms\AddProductSliderCmsElementResolver::$productStreamBuilder is deprecated
{
    "exception": {}
}
INFO 18:35:36 php Deprecated: Creation of dynamic property SsikLibertyTheme\Core\Content\Product\Cms\AddProductSliderCmsElementResolver::$systemConfigService is deprecated
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
INFO 18:35:36 app #1 Rule detection: Standardversand with priority 100 (id: 0e761d4c3ea84006b681d3a39bee32f6)
INFO 18:35:36 app #2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 6b7c475dbf104a38855a1b07738dcccc)
INFO 18:35:36 app #3 Rule detection: Cart >= 0 with priority 100 (id: 89bf709f9ae248058d4f59e734181125)
INFO 18:35:36 app #4 Rule detection: Always valid (Default) with priority 100 (id: ea785dfa8c744dfea2aa74bda1c1d942)
INFO 18:35:36 app #5 Rule detection: All customers with priority 1 (id: 272ae007fef242e8b2a58ad1f3fd34ba)
INFO 18:35:36 app #6 Rule detection: Aus Deutschland with priority 1 (id: 9ac5adc10c384f00b6d0fdaac7cce20f)
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken".
{
    "event": "Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::replaceContextToken"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent" to listener "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved".
{
    "event": "Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber::onContextResolved"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener::csrfCheck"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 18:35:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 18:35:36 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 18:35:36 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent" to listener "Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber::addInstallmentBannerPagelet".
{
    "event": "Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent",
    "listener": "Swag\\PayPal\\Installment\\Banner\\InstallmentBannerSubscriber::addInstallmentBannerPagelet"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent" to listener "Swag\PayPal\Storefront\Data\FundingSubscriber::addFundingAvailabilityData".
{
    "event": "Shopware\\Storefront\\Pagelet\\Footer\\FooterPageletLoadedEvent",
    "listener": "Swag\\PayPal\\Storefront\\Data\\FundingSubscriber::addFundingAvailabilityData"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Event\RouteRequest\PaymentMethodRouteRequestEvent" to listener "Swag\PayPal\Storefront\RequestSubscriber::addAfterOrderId".
{
    "event": "Shopware\\Storefront\\Event\\RouteRequest\\PaymentMethodRouteRequestEvent",
    "listener": "Swag\\PayPal\\Storefront\\RequestSubscriber::addAfterOrderId"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php Deprecated: Creation of dynamic property Shopware\Core\Framework\Context::$almStockDisplayGlobalActive is deprecated
{
    "exception": {}
}
INFO 18:35:36 php Deprecated: Creation of dynamic property Shopware\Core\Framework\Context::$almStockDisplayOnStock is deprecated
{
    "exception": {}
}
INFO 18:35:36 php Deprecated: Creation of dynamic property Shopware\Core\Framework\Context::$almStockDisplayNotOnStock is deprecated
{
    "exception": {}
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "sales_channel.product.search.result.loaded" to listener "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult".
{
    "event": "sales_channel.product.search.result.loaded",
    "listener": "Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
DEBUG 18:35:36 event Notified event "sales_channel.product.search.result.loaded" to listener "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult".
{
    "event": "sales_channel.product.search.result.loaded",
    "listener": "Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
INFO 18:35:36 php User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::Shopware\Core\Framework\DataAbstractionLayer\Field\ListField::isStrict()" is deprecated and will be removed in v6.5.0.0. Use "JsonField" instead.
{
    "exception": {}
}
DEBUG 18:35:36 event Notified event "sales_channel.product.search.result.loaded" to listener "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult".
{
    "event": "sales_channel.product.search.result.loaded",
    "listener": "Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent" to listener "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExpressCheckoutDataToPage".
{
    "event": "Shopware\\Storefront\\Page\\Navigation\\NavigationPageLoadedEvent",
    "listener": "Swag\\PayPal\\Checkout\\ExpressCheckout\\ExpressCheckoutSubscriber::addExpressCheckoutDataToPage"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Swag\Security\Subscriber\TwigStateProvider::__invoke".
{
    "event": "Shopware\\Storefront\\Event\\StorefrontRenderEvent",
    "listener": "Swag\\Security\\Subscriber\\TwigStateProvider::__invoke"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addHreflang".
{
    "event": "Shopware\\Storefront\\Event\\StorefrontRenderEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::addHreflang"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addShopIdParameter".
{
    "event": "Shopware\\Storefront\\Event\\StorefrontRenderEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::addShopIdParameter"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addIconSetConfig".
{
    "event": "Shopware\\Storefront\\Event\\StorefrontRenderEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::addIconSetConfig"
}
DEBUG 18:35:36 event Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::render".
{
    "event": "Shopware\\Storefront\\Event\\StorefrontRenderEvent",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::render"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 18:35:36 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber::securePrivateFolders"
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_AttrTransform_NameSync::$idDef is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 18:35:37 php Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
{
    "exception": {}
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
CRITICAL 18:35:37 request Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "PaymentMethodBadge" from namespace "KlarnaPayment\Components\Struct". Did you forget a "use" statement for another namespace?" at /var/www/vhosts/h137215.web172.dogado.net/kunden/k1011/vendor/twig/twig/src/Extension/CoreExtension.php line 1369
{
    "exception": {}
}
CRITICAL 18:35:37 php Uncaught Error: Class "KlarnaPayment\Components\Struct\PaymentMethodBadge" not found
{
    "exception": {}
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 18:35:37 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
INFO 18:35:37 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener::csrfCheck"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 18:35:37 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 18:35:37 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 18:35:37 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "PaymentMethodBadge" from namespace "KlarnaPayment\Components\Struct".
Did you forget a "use" statement for another namespace?

  at vendor/twig/twig/src/Extension/CoreExtension.php:1369
  at constant('KlarnaPayment\\Components\\Struct\\PaymentMethodBadge::EXTENSION_NAME')
     (vendor/twig/twig/src/Extension/CoreExtension.php:1369)
  at twig_constant('KlarnaPayment\\Components\\Struct\\PaymentMethodBadge::EXTENSION_NAME')
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/a7/a76cf649e821d6d3168398b5b5235cc6910a2abdfcc9d7cdab6fec143695400b.php:399)
  at __TwigTemplate_83557969f06262a8eef056ec7137687c->block_layout_footer_payment_logos(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('layout_footer_payment_logos', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/a7/a76cf649e821d6d3168398b5b5235cc6910a2abdfcc9d7cdab6fec143695400b.php:359)
  at __TwigTemplate_83557969f06262a8eef056ec7137687c->block_layout_footer_payment_shipping_logos(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('layout_footer_payment_shipping_logos', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/a7/a76cf649e821d6d3168398b5b5235cc6910a2abdfcc9d7cdab6fec143695400b.php:98)
  at __TwigTemplate_83557969f06262a8eef056ec7137687c->block_layout_footer_inner_container(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('layout_footer_inner_container', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/7e/7ecbe8ee0d811282f20cf2c43911af6cd8dadc8a1bd3b27e36345015e911c6f4.php:69)
  at __TwigTemplate_a53c7c62081baf67430afd2433b7ffb1->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_hotline_headline' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_headline'), 'layout_footer_navigation_hotline_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_icons'), 'layout_footer_navigation_hotline_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_hotline_content'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_navigation_information_icons' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_icons'), 'layout_footer_navigation_information_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_content'), 'layout_footer_navigation_information_links' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_links'), 'layout_footer_navigation_information_link_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link_item'), 'layout_footer_navigation_information_link' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_navigation_information_link'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_bottom' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_bottom'), 'layout_footer_service_menu' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu'), 'layout_footer_service_menu_content' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_content'), 'layout_footer_service_menu_item' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_service_menu_item'), 'layout_footer_vat' => array(object(__TwigTemplate_a53c7c62081baf67430afd2433b7ffb1), 'block_layout_footer_vat'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/ec/ec55a64c7fc3510575001f594cd2a806673a7353482ece0592fb920e39c04525.php:54)
  at __TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'layout_footer_payment_logos_paypal_installment_banner' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_installment_banner'), 'layout_footer_payment_logos_paypal_funding_eligibility' => array(object(__TwigTemplate_5f8639cccfbe2c28fa0b46107bf72817), 'block_layout_footer_payment_logos_paypal_funding_eligibility'), 'layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/a7/a76cf649e821d6d3168398b5b5235cc6910a2abdfcc9d7cdab6fec143695400b.php:68)
  at __TwigTemplate_83557969f06262a8eef056ec7137687c->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false, 'hiddenNewsletterBlock' => true), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('layout_footer_inner_container' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_inner_container'), 'layout_footer_navigation' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation'), 'layout_footer_navigation_hotline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_hotline'), 'layout_footer_navigation_columns' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_columns'), 'layout_footer_navigation_column' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_column'), 'layout_footer_navigation_information_headline' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_navigation_information_headline'), 'layout_footer_payment_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_shipping_logos'), 'layout_footer_payment_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logos'), 'klarna_checkout_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_checkout_footer_badge'), 'klarna_payments_footer_badge' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_klarna_payments_footer_badge'), 'layout_footer_payment_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_payment_logo'), 'layout_footer_shipping_logos' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logos'), 'layout_footer_shipping_logo' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_shipping_logo'), 'layout_footer_copyright' => array(object(__TwigTemplate_83557969f06262a8eef056ec7137687c), 'block_layout_footer_copyright')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/7e/7e3a393526de035ef112af564d4ea652a34ee27a03124e43580f3d97b794aa25.php:790)
  at __TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7->block_base_footer_inner(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('base_footer_inner', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/7e/7e3a393526de035ef112af564d4ea652a34ee27a03124e43580f3d97b794aa25.php:762)
  at __TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7->block_base_footer(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('base_footer', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')), false, object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82))
     (vendor/twig/twig/src/Template.php:191)
  at Twig\Template->displayBlock('base_footer', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')), false)
     (vendor/twig/twig/src/Template.php:134)
  at Twig\Template->displayParentBlock('base_footer', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/20/202fa672784639252e18342ac3f90b59b1014aa404623899892967f20090a894.php:274)
  at __TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7->block_base_footer(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('base_footer', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/7e/7e3a393526de035ef112af564d4ea652a34ee27a03124e43580f3d97b794aa25.php:307)
  at __TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7->block_base_body_inner(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('base_body_inner', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/7e/7e3a393526de035ef112af564d4ea652a34ee27a03124e43580f3d97b794aa25.php:208)
  at __TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7->block_base_body(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('base_body', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/7e/7e3a393526de035ef112af564d4ea652a34ee27a03124e43580f3d97b794aa25.php:96)
  at __TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast'), 'isHMRMode' => false), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), array('base_doctype' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_doctype'), 'base_html' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_html'), 'base_head' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_head'), 'base_body' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_body_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_body_inner'), 'base_noscript' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_noscript'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'base_header_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_header_inner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_navigation_inner'), 'base_offcanvas_navigation' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation'), 'base_offcanvas_navigation_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_offcanvas_navigation_inner'), 'base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'base_flashbags' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_flashbags'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'base_main_container' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_main_container'), 'base_breadcrumb' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_breadcrumb'), 'base_content' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_content'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_footer_inner' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_footer_inner'), 'base_scroll_up' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_scroll_up'), 'base_cookie_permission' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_cookie_permission'), 'base_pseudo_modal' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_pseudo_modal'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'base_script_token' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_token'), 'base_script_router' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_router'), 'base_script_breakpoints' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_breakpoints'), 'base_script_csrf' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_csrf'), 'base_script_wishlist_state' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_wishlist_state'), 'base_script_jquery' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_jquery'), 'base_script_hmr_mode' => array(object(__TwigTemplate_89188bcd4fe4d64c24158cc0d0954bd7), 'block_base_script_hmr_mode'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/ea/ead513b4809a3dd174f3710fbeb477d75d8b1fa20047e25063a26b3800b03ac2.php:55)
  at __TwigTemplate_16a3483fcd6839f43c30000edef32c82->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), array('base_main' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_main'), 'neno_live_stock_styles' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_live_stock_styles'), 'base_body_script' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_base_body_script'), 'neno_nls_polyfill' => array(object(__TwigTemplate_16a3483fcd6839f43c30000edef32c82), 'block_neno_nls_polyfill'), 'base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), array('base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/20/202fa672784639252e18342ac3f90b59b1014aa404623899892967f20090a894.php:76)
  at __TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable), 'ssik' => array('version' => 'v1.9.18', 'theme' => 'SsikLibertyTheme', 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), 'config' => array('isCharacteristicsShow' => false, 'footerContactIcon5' => 'fa-solid fa-circle-info', 'isBrandShow' => true, 'counterShow' => 'true', 'footerContactIcon2' => 'fa-solid fa-envelope', 'productCard' => 'liberty', 'accountRegisterHero' => true, 'isDescriptionShow' => false, 'uspfooterbaricon4' => 'fab fa-expeditedssl', 'isInfoColShow' => true, 'announcementbanner' => 'false', 'headerStickyNav' => true, 'hiddenNewsletterBlock' => true, 'productBoxHover' => false, 'uspfooterbaricon5' => 'fas fa-hands-helping', 'isPriceCheapestShow' => false, 'isUspBarShow' => 'top', 'uspbaricon4' => 'fab fa-expeditedssl', 'isPriceUnitShow' => false, 'uspfooterbaricon1' => 'fas fa-star', 'isFooterUspBarShow' => false, 'footerContactIcon4' => 'fa-solid fa-clock', 'uspheadericon2' => 'fas fa-box', 'uspbaricon3' => 'fas fa-clock', 'quickviewShow' => true, 'listingStyle' => 'standard', 'uspbaricon2' => 'fas fa-globe', 'uspbaricon1' => 'fas fa-truck', 'uspheadericon1' => 'fas fa-truck', 'dropdown' => 'default', 'hiddenTopBar' => false, 'isShowFooterContact' => false, 'ssikAccountWidget' => true, 'footerContactIcon3' => 'fa-solid fa-phone', 'footerContactIcon1' => 'fa-solid fa-location-arrow', 'uspfooterbaricon2' => 'fas fa-warehouse', 'uspfooterbaricon3' => 'fas fa-shipping-fast')), array('base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable)), array('base_body_classes' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_body_classes'), 'base_header' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_header'), 'ssik_base_header_floating' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_header_floating'), 'ssik_base_announcement_banner' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_ssik_base_announcement_banner'), 'base_navigation' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_navigation'), 'base_footer' => array(object(__TwigTemplate_87dec8f49c20f3732d5b7f05971e04b7), 'block_base_footer'), 'base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable)), array('base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (var/cache/dev_hde903faba22a409a09e1c25e1fd70eb9/twig/4e/4e2ac29dc9da36771ee087a087ce69628ae70b85419ba23e23cc93f592968050.php:56)
  at __TwigTemplate_7761e27ff67120aae4292369f9266dda->doDisplay(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable)), array('base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array(), 'shopware' => array('dateFormat' => 'Y-m-d\\TH:i:sP', 'csrfEnabled' => true, 'csrfMode' => 'twig'), 'themeId' => '9b9cc07ad95647f296ab79969e90f6bd', 'controllerName' => 'Navigation', 'controllerAction' => 'home', 'activeRoute' => 'frontend.home.page', 'formViolations' => null, 'dataBsToggleAttr' => 'data-toggle', 'dataBsDismissAttr' => 'data-dismiss', 'dataBsTargetAttr' => 'data-target', 'dataBsOffsetAttr' => 'data-offset', 'formSelectClass' => 'custom-select', 'gridNoGuttersClass' => 'no-gutters', 'formCheckboxWrapperClass' => 'custom-control custom-checkbox', 'formSwitchWrapperClass' => 'custom-control custom-switch', 'formRadioWrapperClass' => 'custom-control custom-radio', 'formCheckInputClass' => 'custom-control-input', 'formCheckLabelClass' => 'custom-control-label', 'formRowClass' => 'form-row', 'modalCloseBtnClass' => 'modal-close', 'visuallyHiddenClass' => 'sr-only', 'floatStartClass' => 'float-left', 'floatEndClass' => 'float-right', 'bgClass' => 'badge', 'paddingStartClass' => 'pl', 'paddingEndClass' => 'pr', 'marginStartClass' => 'ml', 'marginEndClass' => 'mr', 'app' => object(TwigAppVariable)), array('base_main_inner' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_base_main_inner'), 'page_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content'), 'cms_breadcrumb' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_breadcrumb'), 'cms_content' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_cms_content'), 'page_content_blocks' => array(object(__TwigTemplate_7761e27ff67120aae4292369f9266dda), 'block_page_content_blocks')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()))
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render('@Storefront/storefront/page/content/index.html.twig', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()))
     (custom/plugins/FroshDevelopmentHelper/src/Component/Profiler/TwigDecorator.php:24)
  at Frosh\DevelopmentHelper\Component\Profiler\TwigDecorator->render('@Storefront/storefront/page/content/index.html.twig', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()))
     (vendor/shopware/storefront/Controller/StorefrontController.php:235)
  at Shopware\Storefront\Controller\StorefrontController->renderView('@Storefront/storefront/page/content/index.html.twig', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@Storefront/storefront/page/content/index.html.twig', array('context' => object(SalesChannelContext), 'page' => object(NavigationPage), 'swagSecurity' => object(State), 'hrefLang' => object(HreflangCollection), 'themeIconConfig' => array()), object(StorefrontResponse))
     (vendor/shopware/storefront/Controller/StorefrontController.php:72)
  at Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure}()
     (vendor/shopware/core/Profiling/Profiler.php:59)
  at Shopware\Core\Profiling\Profiler::trace('twig-rendering', object(Closure))
     (vendor/shopware/storefront/Controller/StorefrontController.php:71)
  at Shopware\Storefront\Controller\StorefrontController->renderStorefront('@Storefront/storefront/page/content/index.html.twig', array('page' => object(NavigationPage)))
     (vendor/shopware/storefront/Controller/NavigationController.php:52)
  at Shopware\Storefront\Controller\NavigationController->home(object(Request), object(SalesChannelContext))
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(Kernel), object(Request), 1, true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:479)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(object(Request), true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:452)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(object(Request), true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:346)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(object(Request), true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:224)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(object(Request), 1, true)
     (vendor/shopware/core/HttpKernel.php:156)
  at Shopware\Core\HttpKernel->doHandle(object(Request), 1, true)
     (vendor/shopware/core/HttpKernel.php:81)
  at Shopware\Core\HttpKernel->handle(object(Request))
     (public/index.php:85)                
Loading…
Loading the web debug toolbar…
Attempt #