var/cache/dev/twig/e4/e41c9472285d78abbddbac10daa6eac9.php line 125

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* mens/base/header_mens.twig */
  15. class __TwigTemplate_3fba88c191a170c56f29f9db58f28911 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""mens/base/header_mens.twig"));
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""mens/base/header_mens.twig"));
  34.         // line 1
  35.         yield "
  36.     <!-- header start -->
  37.     <header class=\"header-style-1\">
  38.         <div class=\"mobile-fix-option\"></div>
  39.         <div class=\"top-header dark-top\">
  40.             <div class=\"container\">
  41.                 <div class=\"row\">
  42.                     <div class=\"col-lg-12\">
  43.                         <div class=\"header-contact\">
  44.                             <ul class=\"d-flex justify-content-between\">
  45.                                 <li><a class=\"text-light\" href=\"#\">";
  46.         // line 12
  47.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Help & FAQs", [], "templates"), "html"nulltrue);
  48.         yield "</a></li>
  49.                                 <li>";
  50.         // line 13
  51.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Free standard delivery over 60.00 EUR ", [], "templates"), "html"nulltrue);
  52.         yield "</li>
  53.                                 <li><a style=\"color: white;\">";
  54.         // line 14
  55.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("30-day return policy", [], "templates"), "html"nulltrue);
  56.         yield "</a></li>
  57.                             </ul>
  58.                         </div>
  59.                     </div>
  60.                 </div>
  61.             </div>
  62.         </div>
  63.         <div class=\"bg-light border-bottom\">
  64.             <div class=\"container container-long\">
  65.                 <div class=\"row\">
  66.                     <div class=\"col-sm-12\">
  67.                         <div class=\"main-menu\">
  68.                             <div class=\"menu-left\">
  69.                                 <div class=\"navbar d-desktop-none\">
  70.                                     <a href=\"javascript:void(0)\" onclick=\"openNav()\">
  71.                                         <div class=\"bar-style\"><i class=\"fa fa-bars sidebar-bar\" aria-hidden=\"true\"></i>
  72.                                         </div>
  73.                                     </a>
  74.                                     <div id=\"mySidenav\" class=\"sidenav\">
  75.                                         <a href=\"javascript:void(0)\" class=\"sidebar-overlay\" onclick=\"closeNav()\"></a>
  76.                                         <nav>
  77.                                             <div onclick=\"closeNav()\">
  78.                                                 <div class=\"sidebar-back text-start\"><i class=\"fa fa-angle-left pe-2\"
  79.                                                         aria-hidden=\"true\"></i> Back</div>
  80.                                             </div>
  81.                                             <ul id=\"sub-menu\" class=\"sm pixelstrap sm-vertical\">
  82.                                                 ";
  83.         // line 40
  84.         $context['_parent'] = $context;
  85.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["subCategories"]) || array_key_exists("subCategories"$context) ? $context["subCategories"] : (function () { throw new RuntimeError('Variable "subCategories" does not exist.'40$this->source); })()));
  86.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  87.             // line 41
  88.             yield "                                                    <li>
  89.                                                     <a href=\"";
  90.             // line 42
  91.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse42), "gender" => "mens"]), "html"nulltrue);
  92.             yield "\">";
  93.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse42), "html"nulltrue);
  94.             yield " </a>
  95.                                                     ";
  96.             // line 43
  97.             if (CoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse43)) {
  98.                 // line 44
  99.                 yield "                                                        <ul>
  100.                                                             ";
  101.                 // line 45
  102.                 $context['_parent'] = $context;
  103.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse45));
  104.                 foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  105.                     // line 46
  106.                     yield "                                                                <li>
  107.                                                                     <a href=\"";
  108.                     // line 47
  109.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse47), "gender" => "mens"]), "html"nulltrue);
  110.                     yield "\">";
  111.                     yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse47), "html"nulltrue);
  112.                     yield " </a>
  113.                                                                 ";
  114.                     // line 48
  115.                     if ((Twig\Extension\CoreExtension::lengthFilter($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse48)) > 0)) {
  116.                         // line 49
  117.                         yield "                                                                    <ul>
  118.                                                                         ";
  119.                         // line 50
  120.                         $context['_parent'] = $context;
  121.                         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse50));
  122.                         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  123.                             // line 51
  124.                             yield "                                                                        <li>
  125.                                                                             <a href=\"";
  126.                             // line 52
  127.                             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse52), "gender" => "mens"]), "html"nulltrue);
  128.                             yield "\">";
  129.                             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse52), "html"nulltrue);
  130.                             yield " </a>
  131.                                                                         </li>
  132.                                                                         ";
  133.                         }
  134.                         $_parent $context['_parent'];
  135.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  136.                         $context array_intersect_key($context$_parent) + $_parent;
  137.                         // line 54
  138.                         yield "    
  139.                                                                     </ul>
  140.                                                                 ";
  141.                     }
  142.                     // line 57
  143.                     yield "                                                                </li>
  144.                                                             ";
  145.                 }
  146.                 $_parent $context['_parent'];
  147.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  148.                 $context array_intersect_key($context$_parent) + $_parent;
  149.                 // line 59
  150.                 yield "                                                        </ul>
  151.                                                     ";
  152.             }
  153.             // line 60
  154.             yield "    
  155.                                                 ";
  156.         }
  157.         $_parent $context['_parent'];
  158.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  159.         $context array_intersect_key($context$_parent) + $_parent;
  160.         // line 62
  161.         yield "                                            </ul>
  162.                                         </nav>
  163.                                     </div>
  164.                                 </div>
  165.                                 <div class=\"brand-logo me-4 p-4 bg-grey\">
  166.                                     <a href=\"/\" class=\"text-uppercase text-dark\">SELECT<span class=\"brand-wears\">WEARS</span></a>
  167.                                 </div>
  168.                                 <nav class=\"navbar navbar-expand-sm navbar-light pe-0 d-none d-md-block\">
  169.                                     <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\"
  170.                                         data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\"
  171.                                         aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  172.                                         <span class=\"navbar-toggler-icon\"></span>
  173.                                     </button>
  174.                                     <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
  175.                                         <ul class=\"navbar-nav me-auto\">
  176.                                         ";
  177.         // line 77
  178.         $context['_parent'] = $context;
  179.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["mainCategories"]) || array_key_exists("mainCategories"$context) ? $context["mainCategories"] : (function () { throw new RuntimeError('Variable "mainCategories" does not exist.'77$this->source); })()));
  180.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  181.             // line 78
  182.             yield "                                            <li class=\"nav-item ";
  183.             if ((CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse78) == (isset($context["activePage"]) || array_key_exists("activePage"$context) ? $context["activePage"] : (function () { throw new RuntimeError('Variable "activePage" does not exist.'78$this->source); })()))) {
  184.                 yield " active top-header-active ";
  185.             }
  186.             yield "\">
  187.                                                 <a class=\"nav-link fw-bold title-hover-";
  188.             // line 79
  189.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse79), "html"nulltrue);
  190.             yield "\" href=\"/";
  191.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'79$this->source); })()), "request", [], "any"falsefalsefalse79), "locale", [], "any"falsefalsefalse79), "html"nulltrue);
  192.             yield "/";
  193.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "slug", [], "any"falsefalsefalse79), "html"nulltrue);
  194.             yield "\">";
  195.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse79), "html"nulltrue);
  196.             yield "</a>
  197.                                             </li>
  198.                                         ";
  199.         }
  200.         $_parent $context['_parent'];
  201.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  202.         $context array_intersect_key($context$_parent) + $_parent;
  203.         // line 81
  204.         yield "    
  205.                                         </ul>
  206.                                     </div>
  207.                                 </nav>
  208.                             </div>
  209.                             <div class=\"search-container\">
  210.                                 <form class=\"form_search\" role=\"form\">
  211.                                     <input id=\"query-search\" type=\"search\"
  212.                                     placeholder='";
  213.         // line 89
  214.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Search for product items and collections", [], "templates"), "html"nulltrue);
  215.         yield " . . .' class=\"nav-search nav-search-field\"
  216.                                     aria-expanded=\"true\">
  217.                                     <button type=\"submit\" name=\"nav-submit-button\" class=\"btn-search\">
  218.                                     <i class=\"ti-search\"></i>
  219.                                     </button>
  220.                                 </form>
  221.                                 <div class=\"search-results d-none\">
  222.                                 </div>
  223.                             </div>
  224.                             <div class=\"menu-right pull-right\">
  225.                                 <div>
  226.                                     <div class=\"icon-nav\">
  227.                                         <ul class=\"header-dropdown\">
  228.                                             ";
  229.         // line 105
  230.         yield "                                            ";
  231.         // line 109
  232.         yield "                                            ";
  233.         yield 
  234.                                             ";
  235.         // line 112
  236.         yield "                                            <li class=\"onhover-div\">
  237.                                                 <div>
  238.                                                     <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-user-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5999 6.00002C6.5999 4.12226 8.12213 2.60002 9.9999 2.60002C11.8777 2.60002 13.3999 4.12226 13.3999 6.00002C13.3999 7.87779 11.8777 9.40002 9.9999 9.40002C8.12213 9.40002 6.5999 7.87779 6.5999 6.00002ZM12.5613 9.82153C13.7908 8.9958 14.5999 7.5924 14.5999 6.00002C14.5999 3.45951 12.5404 1.40002 9.9999 1.40002C7.45939 1.40002 5.3999 3.45951 5.3999 6.00002C5.3999 7.5924 6.20902 8.9958 7.43855 9.82153C4.81493 10.717 2.8999 12.9504 2.8999 15.6569C2.8999 16.2821 3.23259 16.7789 3.67695 17.1451C4.11444 17.5055 4.70206 17.7786 5.34806 17.9856C6.64537 18.4013 8.33705 18.6 9.9999 18.6C11.6628 18.6 13.3544 18.4013 14.6517 17.9856C15.2977 17.7786 15.8854 17.5055 16.3229 17.1451C16.7672 16.7789 17.0999 16.2821 17.0999 15.6569C17.0999 12.9504 15.1849 10.717 12.5613 9.82153ZM9.99758 10.6C6.65924 10.6011 4.0999 12.9403 4.0999 15.6569C4.0999 15.8127 4.17347 15.9993 4.44004 16.2189C4.71349 16.4443 5.1415 16.6593 5.71424 16.8429C6.85443 17.2082 8.41276 17.4 9.9999 17.4C11.587 17.4 13.1454 17.2082 14.2856 16.8429C14.8583 16.6593 15.2863 16.4443 15.5598 16.2189C15.8263 15.9993 15.8999 15.8127 15.8999 15.6569C15.8999 12.9396 13.3394 10.6 9.9999 10.6C9.99913 10.6 9.99835 10.6 9.99758 10.6Z\" fill=\"#000C2D\"></path></svg>
  239.                                                 </div>
  240.                                                 <div class=\"show-div setting\">
  241.                                                     ";
  242.         // line 117
  243.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_CUSTOMER")) {
  244.             // line 118
  245.             yield "                                                        <h6><span class=\"\">Hi</span> ";
  246.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'118$this->source); })()), "user", [], "any"falsefalsefalse118), "getName", [], "method"falsefalsefalse118), "html"nulltrue);
  247.             yield "</h6>
  248.                                                         <ul>
  249.                                                             <li><a class=\"text-dark account-item\" href=\"";
  250.             // line 120
  251.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_customer_dashboard");
  252.             yield "\"><i class=\"fa-regular fa-user me-1\"></i>My account</a></li>
  253.                                                             <li><a class=\"text-dark account-item\" href=\"/logout\"><i class=\"fa-solid fa-right-from-bracket\"></i>Log out</a></li>
  254.                                                         </ul>
  255.                                                     ";
  256.         } else {
  257.             // line 124
  258.             yield "                                                        <h6>My Account</h6>
  259.                                                         <ul>
  260.                                                             <li><a class=\"text-dark account-item\" href=\"";
  261.             // line 126
  262.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("customer_login");
  263.             yield "\">Login</a></li>
  264.                                                             <li><a class=\"text-dark account-item\" href=\"";
  265.             // line 127
  266.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_customer_register");
  267.             yield "\">register</a></li>
  268.                                                         </ul>
  269.                                                     ";
  270.         }
  271.         // line 130
  272.         yield "                                                </div>
  273.                                             </li>
  274.                                             <li class=\"mobile-wishlist\">
  275.                                             <a href=\"";
  276.         // line 134
  277.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_favoris_index", ["gender" => "mens"]);
  278.         yield "\">
  279.                                                 ";
  280.         // line 136
  281.         yield "                                                <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-wishlist-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.0099 18.6C9.7299 18.6 9.4699 18.5 9.2399 18.3C8.4999 17.64 7.7999 17.05 7.1199 16.47C5.1699 14.8 3.5399 13.4 2.3799 12.02C1.0299 10.4 0.399902 8.88002 0.399902 7.22002C0.399902 5.69002 0.919902 4.25002 1.8599 3.18002C2.8799 2.03002 4.2699 1.40002 5.7899 1.40002C7.8999 1.40002 9.2499 2.63002 10.0099 3.69002C10.7699 2.63002 12.1099 1.40002 14.2299 1.40002C15.7499 1.40002 17.1499 2.03002 18.1499 3.18002C19.0899 4.26002 19.6099 5.69002 19.6099 7.22002C19.6099 8.88002 18.9799 10.4 17.6299 12.02C16.4799 13.4 14.8499 14.8 12.9599 16.42C12.2199 17.05 11.5199 17.65 10.7599 18.33C10.5499 18.51 10.2899 18.61 10.0199 18.61L10.0099 18.6ZM5.7899 2.60002C4.6199 2.60002 3.5499 3.09002 2.7699 3.97002C2.0199 4.83002 1.6099 5.98002 1.6099 7.22002C1.6099 8.58002 2.1499 9.86002 3.3099 11.25C4.3999 12.55 5.9999 13.92 7.8399 15.51C8.5799 16.15 9.2899 16.75 10.0299 17.41C10.7199 16.75 11.4299 16.15 12.1099 15.56C14.0199 13.93 15.6099 12.56 16.6999 11.25C17.8599 9.86002 18.3999 8.58002 18.3999 7.22002C18.3999 5.98002 17.9899 4.83002 17.2299 3.97002C16.4599 3.09002 15.3899 2.60002 14.2099 2.60002C12.5699 2.60002 11.5199 3.60002 10.9299 4.44002C10.7699 4.67002 10.6399 4.89002 10.5199 5.11002L9.9899 6.10002L9.4599 5.11002C9.3499 4.90002 9.2099 4.67002 9.0499 4.44002C8.4599 3.60002 7.4099 2.60002 5.7699 2.60002H5.7899Z\" fill=\"#000C2D\"></path></svg>
  282.                                             </a>
  283.                                             </li>
  284.                                             ";
  285.         // line 140
  286.         yield "                                            <li class=\"onhover-div\">
  287.                                                 <div href=\"javascript:void(0)\" onclick=\"openCart()\">
  288.                                                     ";
  289.         // line 142
  290.         if ((Twig\Extension\CoreExtension::lengthFilter($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'142$this->source); })()), "session", [], "any"falsefalsefalse142), "get", ["cart"], "method"falsefalsefalse142)) > 0)) {
  291.             // line 143
  292.             yield "                                                        <span id=\"cart_counter\" class=\"position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger\">
  293.                                                            ";
  294.             // line 144
  295.             yield Twig\Extension\EscaperExtension::escape($this->envTwig\Extension\CoreExtension::lengthFilter($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'144$this->source); })()), "session", [], "any"falsefalsefalse144), "get", ["cart"], "method"falsefalsefalse144)), "html"nulltrue);
  296.             yield "
  297.                                                         </span>
  298.                                                     ";
  299.         } else {
  300.             // line 147
  301.             yield "                                                        <span id=\"cart_counter\" class=\"position-absolute d-none top-0 start-100 translate-middle badge rounded-pill bg-danger\">
  302.                                                         </span>
  303.                                                     ";
  304.         }
  305.         // line 150
  306.         yield "                                                ";
  307.         // line 151
  308.         yield "                                                    ";
  309.         // line 152
  310.         yield "                                                    <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-basket-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.8095 5.5L7.97567 3.07625C8.03206 2.25426 8.85855 1.5 10.0032 1.5C11.1441 1.5 11.9674 2.25169 12.0235 3.07038L12.1901 5.5H7.8095ZM6.73859 6.5L6.50098 9.9658L7.49863 10.0342L7.74094 6.5H12.2587L12.501 10.0342L13.4986 9.9658L13.261 6.5H16.2195C16.5265 6.5 16.8263 6.76031 16.8505 7.15568L17.4985 17.7493C17.4995 17.7651 17.4999 17.781 17.4999 17.7968C17.4999 18.2141 17.1887 18.5 16.8675 18.5H3.13245C3.11943 18.5 3.10643 18.4996 3.09345 18.4987C2.77076 18.4764 2.47591 18.1666 2.50144 17.7493L3.14945 7.15568C3.17364 6.76031 3.47339 6.5 3.78047 6.5H6.73859ZM6.80715 5.5L6.97802 3.00784C7.07893 1.53651 8.46791 0.5 10.0032 0.5C11.5347 0.5 12.9205 1.53392 13.0212 3.00196L13.1925 5.5H16.2195C17.1063 5.5 17.7954 6.22426 17.8486 7.09463L18.4966 17.6883C18.4988 17.7244 18.4999 17.7606 18.4999 17.7968C18.4999 18.7085 17.7972 19.5 16.8675 19.5H3.13245C3.09647 19.5 3.06049 19.4988 3.02457 19.4963C2.099 19.4324 1.44771 18.5971 1.50331 17.6883L2.15132 7.09463C2.20456 6.22426 2.89368 5.5 3.78047 5.5H6.80715Z\" fill=\"#000C2D\"></path></svg>
  311.                                                 </div>
  312.                                             </li>
  313.                                             <li class=\"d-mobile-none\">
  314.                                                 <div id=\"lang-switcher\" class=\"dropdown\">
  315.                                                     <button class=\"btn btn-light dropdown-toggle\" type=\"button\" id=\"dropdownMenuButton1\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
  316.                                                         <img width=\"20px\" src=\"/img/flag-";
  317.         // line 158
  318.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "locale", [], "any"falsefalsefalse158), "html"nulltrue);
  319.         yield ".png\">
  320.                                                     </button>
  321.                                                     <ul style=\"min-width: 0rem\" class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton1\">
  322.                                                         ";
  323.         // line 161
  324.         $context['_parent'] = $context;
  325.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["all_locales"]) || array_key_exists("all_locales"$context) ? $context["all_locales"] : (function () { throw new RuntimeError('Variable "all_locales" does not exist.'161$this->source); })()));
  326.         foreach ($context['_seq'] as $context["_key"] => $context["locale"]) {
  327.             // line 162
  328.             yield "                                                            ";
  329.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'162$this->source); })()), "request", [], "any"falsefalsefalse162), "locale", [], "any"falsefalsefalse162) != $context["locale"])) {
  330.                 // line 163
  331.                 yield "                                                                <li class=\"p-1\"><a class=\"dropdown-item\" href=\"";
  332.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'163$this->source); })()), "request", [], "any"falsefalsefalse163), "attributes", [], "any"falsefalsefalse163), "get", ["_route"], "method"falsefalsefalse163), Twig\Extension\CoreExtension::arrayMerge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'163$this->source); })()), "request", [], "any"falsefalsefalse163), "attributes", [], "any"falsefalsefalse163), "get", ["_route_params"], "method"falsefalsefalse163), ["_locale" => $context["locale"]])), "html"nulltrue);
  333.                 yield "\"><img width=\"20px\" src=\"/img/flag-";
  334.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["locale"], "html"nulltrue);
  335.                 yield ".png\"> <span>";
  336.                 yield Twig\Extension\EscaperExtension::escape($this->envTwig\Extension\CoreExtension::upperFilter($this->env$context["locale"]), "html"nulltrue);
  337.                 yield "</span></a></li>
  338.                                                             ";
  339.             }
  340.             // line 165
  341.             yield "                                                        ";
  342.         }
  343.         $_parent $context['_parent'];
  344.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locale'], $context['_parent'], $context['loop']);
  345.         $context array_intersect_key($context$_parent) + $_parent;
  346.         // line 166
  347.         yield "                                                    </ul>
  348.                                                 </div>
  349.                                             </li>
  350.                                         </ul>
  351.                                     </div>
  352.                                 </div>
  353.                                 ";
  354.         // line 175
  355.         yield "                            </div>
  356.                         </div>
  357.                     </div>
  358.                 </div>
  359.             </div>
  360.         </div>
  361.         ";
  362.         // line 181
  363.         if (((isset($context["activePage"]) || array_key_exists("activePage"$context) ? $context["activePage"] : (function () { throw new RuntimeError('Variable "activePage" does not exist.'181$this->source); })()) != 0)) {
  364.             // line 182
  365.             yield "        <div class=\"bg-light\">
  366.             <div class=\"container\">
  367.                 <div class=\"col-12\">
  368.                     <nav id=\"main-nav\">
  369.                         <div class=\"toggle-nav\"><i class=\"fa fa-bars sidebar-bar\"></i></div>
  370.                         <ul id=\"main-menu\" class=\"sm pixelstrap sm-horizontal\">
  371.                             <li>
  372.                                 <div class=\"mobile-back text-end\">Back<i class=\"fa fa-angle-right ps-2\"
  373.                                         aria-hidden=\"true\"></i></div>
  374.                             </li>
  375.                             ";
  376.             // line 192
  377.             $context['_parent'] = $context;
  378.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["subCategories"]) || array_key_exists("subCategories"$context) ? $context["subCategories"] : (function () { throw new RuntimeError('Variable "subCategories" does not exist.'192$this->source); })()));
  379.             foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  380.                 // line 193
  381.                 yield "                                <li>
  382.                                 <a href=\"";
  383.                 // line 194
  384.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse194), "gender" => "mens"]), "html"nulltrue);
  385.                 yield "\">";
  386.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse194), "html"nulltrue);
  387.                 yield " </a>
  388.                                 ";
  389.                 // line 195
  390.                 if (CoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse195)) {
  391.                     // line 196
  392.                     yield "                                    <ul>
  393.                                         ";
  394.                     // line 197
  395.                     $context['_parent'] = $context;
  396.                     $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse197));
  397.                     foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  398.                         // line 198
  399.                         yield "                                            <li>
  400.                                                 <a href=\"";
  401.                         // line 199
  402.                         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse199), "gender" => "mens"]), "html"nulltrue);
  403.                         yield "\">";
  404.                         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse199), "html"nulltrue);
  405.                         yield " </a>
  406.                                             ";
  407.                         // line 200
  408.                         if ((Twig\Extension\CoreExtension::lengthFilter($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse200)) > 0)) {
  409.                             // line 201
  410.                             yield "                                                <ul>
  411.                                                     ";
  412.                             // line 202
  413.                             $context['_parent'] = $context;
  414.                             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["category"], "childCategory", [], "any"falsefalsefalse202));
  415.                             foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  416.                                 // line 203
  417.                                 yield "                                                    <li>
  418.                                                         <a href=\"";
  419.                                 // line 204
  420.                                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_category", ["id" => CoreExtension::getAttribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse204), "gender" => "mens"]), "html"nulltrue);
  421.                                 yield "\">";
  422.                                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse204), "html"nulltrue);
  423.                                 yield " </a>
  424.                                                     </li>
  425.                                                     ";
  426.                             }
  427.                             $_parent $context['_parent'];
  428.                             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  429.                             $context array_intersect_key($context$_parent) + $_parent;
  430.                             // line 206
  431.                             yield "    
  432.                                                 </ul>
  433.                                             ";
  434.                         }
  435.                         // line 209
  436.                         yield "                                            </li>
  437.                                         ";
  438.                     }
  439.                     $_parent $context['_parent'];
  440.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  441.                     $context array_intersect_key($context$_parent) + $_parent;
  442.                     // line 211
  443.                     yield "                                    </ul>
  444.                                 ";
  445.                 }
  446.                 // line 212
  447.                 yield "    
  448.                             ";
  449.             }
  450.             $_parent $context['_parent'];
  451.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  452.             $context array_intersect_key($context$_parent) + $_parent;
  453.             // line 214
  454.             yield "                            ";
  455.             // line 219
  456.             yield "                        </ul>
  457.                     </nav>
  458.                 </div>
  459.             </div>
  460.         </div>
  461.         ";
  462.         }
  463.         // line 225
  464.         yield "    </header>
  465.     <!-- header end -->";
  466.         
  467.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  468.         
  469.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  470.         return; yield '';
  471.     }
  472.     /**
  473.      * @codeCoverageIgnore
  474.      */
  475.     public function getTemplateName()
  476.     {
  477.         return "mens/base/header_mens.twig";
  478.     }
  479.     /**
  480.      * @codeCoverageIgnore
  481.      */
  482.     public function isTraitable()
  483.     {
  484.         return false;
  485.     }
  486.     /**
  487.      * @codeCoverageIgnore
  488.      */
  489.     public function getDebugInfo()
  490.     {
  491.         return array (  476 => 225,  468 => 219,  466 => 214,  459 => 212,  455 => 211,  448 => 209,  443 => 206,  432 => 204,  429 => 203,  425 => 202,  422 => 201,  420 => 200,  414 => 199,  411 => 198,  407 => 197,  404 => 196,  402 => 195,  396 => 194,  393 => 193,  389 => 192,  377 => 182,  375 => 181,  367 => 175,  359 => 166,  353 => 165,  343 => 163,  340 => 162,  336 => 161,  330 => 158,  322 => 152,  320 => 151,  318 => 150,  313 => 147,  307 => 144,  304 => 143,  302 => 142,  298 => 140,  293 => 136,  289 => 134,  283 => 130,  277 => 127,  273 => 126,  269 => 124,  262 => 120,  256 => 118,  254 => 117,  247 => 112,  242 => 109,  240 => 105,  224 => 89,  214 => 81,  199 => 79,  192 => 78,  188 => 77,  171 => 62,  164 => 60,  160 => 59,  153 => 57,  148 => 54,  137 => 52,  134 => 51,  130 => 50,  127 => 49,  125 => 48,  119 => 47,  116 => 46,  112 => 45,  109 => 44,  107 => 43,  101 => 42,  98 => 41,  94 => 40,  65 => 14,  61 => 13,  57 => 12,  44 => 1,);
  492.     }
  493.     public function getSourceContext()
  494.     {
  495.         return new Source("
  496.     <!-- header start -->
  497.     <header class=\"header-style-1\">
  498.         <div class=\"mobile-fix-option\"></div>
  499.         <div class=\"top-header dark-top\">
  500.             <div class=\"container\">
  501.                 <div class=\"row\">
  502.                     <div class=\"col-lg-12\">
  503.                         <div class=\"header-contact\">
  504.                             <ul class=\"d-flex justify-content-between\">
  505.                                 <li><a class=\"text-light\" href=\"#\">{{ 'Help & FAQs' | trans({},'templates') }}</a></li>
  506.                                 <li>{{ 'Free standard delivery over 60.00 EUR ' | trans({},'templates') }}</li>
  507.                                 <li><a style=\"color: white;\">{{ '30-day return policy' | trans({},'templates') }}</a></li>
  508.                             </ul>
  509.                         </div>
  510.                     </div>
  511.                 </div>
  512.             </div>
  513.         </div>
  514.         <div class=\"bg-light border-bottom\">
  515.             <div class=\"container container-long\">
  516.                 <div class=\"row\">
  517.                     <div class=\"col-sm-12\">
  518.                         <div class=\"main-menu\">
  519.                             <div class=\"menu-left\">
  520.                                 <div class=\"navbar d-desktop-none\">
  521.                                     <a href=\"javascript:void(0)\" onclick=\"openNav()\">
  522.                                         <div class=\"bar-style\"><i class=\"fa fa-bars sidebar-bar\" aria-hidden=\"true\"></i>
  523.                                         </div>
  524.                                     </a>
  525.                                     <div id=\"mySidenav\" class=\"sidenav\">
  526.                                         <a href=\"javascript:void(0)\" class=\"sidebar-overlay\" onclick=\"closeNav()\"></a>
  527.                                         <nav>
  528.                                             <div onclick=\"closeNav()\">
  529.                                                 <div class=\"sidebar-back text-start\"><i class=\"fa fa-angle-left pe-2\"
  530.                                                         aria-hidden=\"true\"></i> Back</div>
  531.                                             </div>
  532.                                             <ul id=\"sub-menu\" class=\"sm pixelstrap sm-vertical\">
  533.                                                 {% for category in subCategories %}
  534.                                                     <li>
  535.                                                     <a href=\"{{ path(\"app_category\" ,{id: category.id,\"gender\": \"mens\" } )}}\">{{ category.name }} </a>
  536.                                                     {% if category.childCategory %}
  537.                                                         <ul>
  538.                                                             {% for category in category.childCategory %}
  539.                                                                 <li>
  540.                                                                     <a href=\"{{ path(\"app_category\" ,{id: category.id, \"gender\": \"mens\" } )}}\">{{ category.name }} </a>
  541.                                                                 {% if category.childCategory | length > 0 %}
  542.                                                                     <ul>
  543.                                                                         {% for category in category.childCategory %}
  544.                                                                         <li>
  545.                                                                             <a href=\"{{ path(\"app_category\" ,{id: category.id, \"gender\": \"mens\" } )}}\">{{ category.name }} </a>
  546.                                                                         </li>
  547.                                                                         {% endfor %}    
  548.                                                                     </ul>
  549.                                                                 {% endif %}
  550.                                                                 </li>
  551.                                                             {% endfor %}
  552.                                                         </ul>
  553.                                                     {% endif %}    
  554.                                                 {% endfor %}
  555.                                             </ul>
  556.                                         </nav>
  557.                                     </div>
  558.                                 </div>
  559.                                 <div class=\"brand-logo me-4 p-4 bg-grey\">
  560.                                     <a href=\"/\" class=\"text-uppercase text-dark\">SELECT<span class=\"brand-wears\">WEARS</span></a>
  561.                                 </div>
  562.                                 <nav class=\"navbar navbar-expand-sm navbar-light pe-0 d-none d-md-block\">
  563.                                     <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\"
  564.                                         data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\"
  565.                                         aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  566.                                         <span class=\"navbar-toggler-icon\"></span>
  567.                                     </button>
  568.                                     <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">
  569.                                         <ul class=\"navbar-nav me-auto\">
  570.                                         {% for category in mainCategories %}
  571.                                             <li class=\"nav-item {% if category.id == activePage %} active top-header-active {% endif %}\">
  572.                                                 <a class=\"nav-link fw-bold title-hover-{{ category.id }}\" href=\"/{{ app.request.locale }}/{{ category.slug }}\">{{ category.name }}</a>
  573.                                             </li>
  574.                                         {% endfor %}    
  575.                                         </ul>
  576.                                     </div>
  577.                                 </nav>
  578.                             </div>
  579.                             <div class=\"search-container\">
  580.                                 <form class=\"form_search\" role=\"form\">
  581.                                     <input id=\"query-search\" type=\"search\"
  582.                                     placeholder='{{ \"Search for product items and collections\" | trans({},\"templates\") }} . . .' class=\"nav-search nav-search-field\"
  583.                                     aria-expanded=\"true\">
  584.                                     <button type=\"submit\" name=\"nav-submit-button\" class=\"btn-search\">
  585.                                     <i class=\"ti-search\"></i>
  586.                                     </button>
  587.                                 </form>
  588.                                 <div class=\"search-results d-none\">
  589.                                 </div>
  590.                             </div>
  591.                             <div class=\"menu-right pull-right\">
  592.                                 <div>
  593.                                     <div class=\"icon-nav\">
  594.                                         <ul class=\"header-dropdown\">
  595.                                             {# <li class=\"onhover-dropdown mobile-account px-0\"> 
  596.                                             <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-user-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5999 6.00002C6.5999 4.12226 8.12213 2.60002 9.9999 2.60002C11.8777 2.60002 13.3999 4.12226 13.3999 6.00002C13.3999 7.87779 11.8777 9.40002 9.9999 9.40002C8.12213 9.40002 6.5999 7.87779 6.5999 6.00002ZM12.5613 9.82153C13.7908 8.9958 14.5999 7.5924 14.5999 6.00002C14.5999 3.45951 12.5404 1.40002 9.9999 1.40002C7.45939 1.40002 5.3999 3.45951 5.3999 6.00002C5.3999 7.5924 6.20902 8.9958 7.43855 9.82153C4.81493 10.717 2.8999 12.9504 2.8999 15.6569C2.8999 16.2821 3.23259 16.7789 3.67695 17.1451C4.11444 17.5055 4.70206 17.7786 5.34806 17.9856C6.64537 18.4013 8.33705 18.6 9.9999 18.6C11.6628 18.6 13.3544 18.4013 14.6517 17.9856C15.2977 17.7786 15.8854 17.5055 16.3229 17.1451C16.7672 16.7789 17.0999 16.2821 17.0999 15.6569C17.0999 12.9504 15.1849 10.717 12.5613 9.82153ZM9.99758 10.6C6.65924 10.6011 4.0999 12.9403 4.0999 15.6569C4.0999 15.8127 4.17347 15.9993 4.44004 16.2189C4.71349 16.4443 5.1415 16.6593 5.71424 16.8429C6.85443 17.2082 8.41276 17.4 9.9999 17.4C11.587 17.4 13.1454 17.2082 14.2856 16.8429C14.8583 16.6593 15.2863 16.4443 15.5598 16.2189C15.8263 15.9993 15.8999 15.8127 15.8999 15.6569C15.8999 12.9396 13.3394 10.6 9.9999 10.6C9.99913 10.6 9.99835 10.6 9.99758 10.6Z\" fill=\"#000C2D\"></path></svg>
  597.                                             {# <i class=\"fa fa-user\" aria-hidden=\"true\"></i> #}
  598.                                             {# <ul class=\"show-div header-div-login\">
  599.                                                 <li><a class=\"text-dark account-item\" href=\"/customer\">test Login</a></li>
  600.                                                 <li><a class=\"text-dark account-item\" href=\"{{ path('app_customer_register') }}\">register</a></li>
  601.                                             </ul> #}
  602.                                             {# </li> #} 
  603.                                             {# <li class=\"onhover-div mobile-setting\"> #}
  604.                                             <li class=\"onhover-div\">
  605.                                                 <div>
  606.                                                     <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-user-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5999 6.00002C6.5999 4.12226 8.12213 2.60002 9.9999 2.60002C11.8777 2.60002 13.3999 4.12226 13.3999 6.00002C13.3999 7.87779 11.8777 9.40002 9.9999 9.40002C8.12213 9.40002 6.5999 7.87779 6.5999 6.00002ZM12.5613 9.82153C13.7908 8.9958 14.5999 7.5924 14.5999 6.00002C14.5999 3.45951 12.5404 1.40002 9.9999 1.40002C7.45939 1.40002 5.3999 3.45951 5.3999 6.00002C5.3999 7.5924 6.20902 8.9958 7.43855 9.82153C4.81493 10.717 2.8999 12.9504 2.8999 15.6569C2.8999 16.2821 3.23259 16.7789 3.67695 17.1451C4.11444 17.5055 4.70206 17.7786 5.34806 17.9856C6.64537 18.4013 8.33705 18.6 9.9999 18.6C11.6628 18.6 13.3544 18.4013 14.6517 17.9856C15.2977 17.7786 15.8854 17.5055 16.3229 17.1451C16.7672 16.7789 17.0999 16.2821 17.0999 15.6569C17.0999 12.9504 15.1849 10.717 12.5613 9.82153ZM9.99758 10.6C6.65924 10.6011 4.0999 12.9403 4.0999 15.6569C4.0999 15.8127 4.17347 15.9993 4.44004 16.2189C4.71349 16.4443 5.1415 16.6593 5.71424 16.8429C6.85443 17.2082 8.41276 17.4 9.9999 17.4C11.587 17.4 13.1454 17.2082 14.2856 16.8429C14.8583 16.6593 15.2863 16.4443 15.5598 16.2189C15.8263 15.9993 15.8999 15.8127 15.8999 15.6569C15.8999 12.9396 13.3394 10.6 9.9999 10.6C9.99913 10.6 9.99835 10.6 9.99758 10.6Z\" fill=\"#000C2D\"></path></svg>
  607.                                                 </div>
  608.                                                 <div class=\"show-div setting\">
  609.                                                     {% if is_granted('ROLE_CUSTOMER') %}
  610.                                                         <h6><span class=\"\">Hi</span> {{ app.user.getName() }}</h6>
  611.                                                         <ul>
  612.                                                             <li><a class=\"text-dark account-item\" href=\"{{ path('app_customer_dashboard') }}\"><i class=\"fa-regular fa-user me-1\"></i>My account</a></li>
  613.                                                             <li><a class=\"text-dark account-item\" href=\"/logout\"><i class=\"fa-solid fa-right-from-bracket\"></i>Log out</a></li>
  614.                                                         </ul>
  615.                                                     {% else %}
  616.                                                         <h6>My Account</h6>
  617.                                                         <ul>
  618.                                                             <li><a class=\"text-dark account-item\" href=\"{{ path('customer_login') }}\">Login</a></li>
  619.                                                             <li><a class=\"text-dark account-item\" href=\"{{ path('app_customer_register') }}\">register</a></li>
  620.                                                         </ul>
  621.                                                     {% endif %}
  622.                                                 </div>
  623.                                             </li>
  624.                                             <li class=\"mobile-wishlist\">
  625.                                             <a href=\"{{ path('app_favoris_index',{'gender': \"mens\"}) }}\">
  626.                                                 {# <i class=\"fa fa-heart\" aria-hidden=\"true\"></i> #}
  627.                                                 <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-wishlist-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.0099 18.6C9.7299 18.6 9.4699 18.5 9.2399 18.3C8.4999 17.64 7.7999 17.05 7.1199 16.47C5.1699 14.8 3.5399 13.4 2.3799 12.02C1.0299 10.4 0.399902 8.88002 0.399902 7.22002C0.399902 5.69002 0.919902 4.25002 1.8599 3.18002C2.8799 2.03002 4.2699 1.40002 5.7899 1.40002C7.8999 1.40002 9.2499 2.63002 10.0099 3.69002C10.7699 2.63002 12.1099 1.40002 14.2299 1.40002C15.7499 1.40002 17.1499 2.03002 18.1499 3.18002C19.0899 4.26002 19.6099 5.69002 19.6099 7.22002C19.6099 8.88002 18.9799 10.4 17.6299 12.02C16.4799 13.4 14.8499 14.8 12.9599 16.42C12.2199 17.05 11.5199 17.65 10.7599 18.33C10.5499 18.51 10.2899 18.61 10.0199 18.61L10.0099 18.6ZM5.7899 2.60002C4.6199 2.60002 3.5499 3.09002 2.7699 3.97002C2.0199 4.83002 1.6099 5.98002 1.6099 7.22002C1.6099 8.58002 2.1499 9.86002 3.3099 11.25C4.3999 12.55 5.9999 13.92 7.8399 15.51C8.5799 16.15 9.2899 16.75 10.0299 17.41C10.7199 16.75 11.4299 16.15 12.1099 15.56C14.0199 13.93 15.6099 12.56 16.6999 11.25C17.8599 9.86002 18.3999 8.58002 18.3999 7.22002C18.3999 5.98002 17.9899 4.83002 17.2299 3.97002C16.4599 3.09002 15.3899 2.60002 14.2099 2.60002C12.5699 2.60002 11.5199 3.60002 10.9299 4.44002C10.7699 4.67002 10.6399 4.89002 10.5199 5.11002L9.9899 6.10002L9.4599 5.11002C9.3499 4.90002 9.2099 4.67002 9.0499 4.44002C8.4599 3.60002 7.4099 2.60002 5.7699 2.60002H5.7899Z\" fill=\"#000C2D\"></path></svg>
  628.                                             </a>
  629.                                             </li>
  630.                                             {# <li class=\"onhover-div mobile-cart\"> #}
  631.                                             <li class=\"onhover-div\">
  632.                                                 <div href=\"javascript:void(0)\" onclick=\"openCart()\">
  633.                                                     {% if app.session.get('cart')|length > 0  %}
  634.                                                         <span id=\"cart_counter\" class=\"position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger\">
  635.                                                            {{ app.session.get('cart')|length }}
  636.                                                         </span>
  637.                                                     {% else %}
  638.                                                         <span id=\"cart_counter\" class=\"position-absolute d-none top-0 start-100 translate-middle badge rounded-pill bg-danger\">
  639.                                                         </span>
  640.                                                     {% endif %}
  641.                                                 {# <img src=\"../assets/images/icon/cart.png\" class=\"img-fluid blur-up lazyloaded\" alt=\"\"> #}
  642.                                                     {# <i class=\"ti-shopping-cart\"></i> #}
  643.                                                     <svg  class=\"pointer-cursor\" data-testid=\"icon-utility-basket-svg\" width=\"2em\" height=\"2em\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.8095 5.5L7.97567 3.07625C8.03206 2.25426 8.85855 1.5 10.0032 1.5C11.1441 1.5 11.9674 2.25169 12.0235 3.07038L12.1901 5.5H7.8095ZM6.73859 6.5L6.50098 9.9658L7.49863 10.0342L7.74094 6.5H12.2587L12.501 10.0342L13.4986 9.9658L13.261 6.5H16.2195C16.5265 6.5 16.8263 6.76031 16.8505 7.15568L17.4985 17.7493C17.4995 17.7651 17.4999 17.781 17.4999 17.7968C17.4999 18.2141 17.1887 18.5 16.8675 18.5H3.13245C3.11943 18.5 3.10643 18.4996 3.09345 18.4987C2.77076 18.4764 2.47591 18.1666 2.50144 17.7493L3.14945 7.15568C3.17364 6.76031 3.47339 6.5 3.78047 6.5H6.73859ZM6.80715 5.5L6.97802 3.00784C7.07893 1.53651 8.46791 0.5 10.0032 0.5C11.5347 0.5 12.9205 1.53392 13.0212 3.00196L13.1925 5.5H16.2195C17.1063 5.5 17.7954 6.22426 17.8486 7.09463L18.4966 17.6883C18.4988 17.7244 18.4999 17.7606 18.4999 17.7968C18.4999 18.7085 17.7972 19.5 16.8675 19.5H3.13245C3.09647 19.5 3.06049 19.4988 3.02457 19.4963C2.099 19.4324 1.44771 18.5971 1.50331 17.6883L2.15132 7.09463C2.20456 6.22426 2.89368 5.5 3.78047 5.5H6.80715Z\" fill=\"#000C2D\"></path></svg>
  644.                                                 </div>
  645.                                             </li>
  646.                                             <li class=\"d-mobile-none\">
  647.                                                 <div id=\"lang-switcher\" class=\"dropdown\">
  648.                                                     <button class=\"btn btn-light dropdown-toggle\" type=\"button\" id=\"dropdownMenuButton1\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
  649.                                                         <img width=\"20px\" src=\"/img/flag-{{ app.request.locale }}.png\">
  650.                                                     </button>
  651.                                                     <ul style=\"min-width: 0rem\" class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton1\">
  652.                                                         {% for locale in all_locales %}
  653.                                                             {% if app.request.locale != locale %}
  654.                                                                 <li class=\"p-1\"><a class=\"dropdown-item\" href=\"{{ path(app.request.attributes.get('_route'),app.request.attributes.get('_route_params')|merge({'_locale': locale})) }}\"><img width=\"20px\" src=\"/img/flag-{{ locale }}.png\"> <span>{{ locale|upper }}</span></a></li>
  655.                                                             {% endif %}
  656.                                                         {% endfor %}
  657.                                                     </ul>
  658.                                                 </div>
  659.                                             </li>
  660.                                         </ul>
  661.                                     </div>
  662.                                 </div>
  663.                                 {# <div class=\"d-sm-none d-block\">
  664.                                     <a href=\"#\" class=\"btn btn-solid btn-xs btn-rounded\">login</a>
  665.                                 </div> #}
  666.                             </div>
  667.                         </div>
  668.                     </div>
  669.                 </div>
  670.             </div>
  671.         </div>
  672.         {% if activePage != 0 %}
  673.         <div class=\"bg-light\">
  674.             <div class=\"container\">
  675.                 <div class=\"col-12\">
  676.                     <nav id=\"main-nav\">
  677.                         <div class=\"toggle-nav\"><i class=\"fa fa-bars sidebar-bar\"></i></div>
  678.                         <ul id=\"main-menu\" class=\"sm pixelstrap sm-horizontal\">
  679.                             <li>
  680.                                 <div class=\"mobile-back text-end\">Back<i class=\"fa fa-angle-right ps-2\"
  681.                                         aria-hidden=\"true\"></i></div>
  682.                             </li>
  683.                             {% for category in subCategories %}
  684.                                 <li>
  685.                                 <a href=\"{{ path(\"app_category\" ,{id: category.id,\"gender\": \"mens\" } )}}\">{{ category.name }} </a>
  686.                                 {% if category.childCategory %}
  687.                                     <ul>
  688.                                         {% for category in category.childCategory %}
  689.                                             <li>
  690.                                                 <a href=\"{{ path(\"app_category\" ,{id: category.id, \"gender\": \"mens\" } )}}\">{{ category.name }} </a>
  691.                                             {% if category.childCategory | length > 0 %}
  692.                                                 <ul>
  693.                                                     {% for category in category.childCategory %}
  694.                                                     <li>
  695.                                                         <a href=\"{{ path(\"app_category\" ,{id: category.id, \"gender\": \"mens\" } )}}\">{{ category.name }} </a>
  696.                                                     </li>
  697.                                                     {% endfor %}    
  698.                                                 </ul>
  699.                                             {% endif %}
  700.                                             </li>
  701.                                         {% endfor %}
  702.                                     </ul>
  703.                                 {% endif %}    
  704.                             {% endfor %}
  705.                             {# <li class=\"float-end\">
  706.                                 <div class=\"p-3\">
  707.                                 <input class=\"form-control\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">
  708.                                 </div>
  709.                             </li> #}
  710.                         </ul>
  711.                     </nav>
  712.                 </div>
  713.             </div>
  714.         </div>
  715.         {% endif %}
  716.     </header>
  717.     <!-- header end -->""mens/base/header_mens.twig""/app/templates/mens/base/header_mens.twig");
  718.     }
  719. }