var/cache/dev/twig/29/292e3332b0b9b01bc63f010b41a71ce4.php line 53

  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/product/product_page.twig */
  15. class __TwigTemplate_453a974a34d7f3b448c9533e6c6b34db 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->blocks = [
  24.             'head' => [$this'block_head'],
  25.             'breadcrumb' => [$this'block_breadcrumb'],
  26.             'main' => [$this'block_main'],
  27.             'newsletter' => [$this'block_newsletter'],
  28.             'js' => [$this'block_js'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "mens/base/base_mens.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""mens/product/product_page.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""mens/product/product_page.twig"));
  43.         $this->parent $this->loadTemplate("mens/base/base_mens.twig""mens/product/product_page.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 3
  51.     public function block_head($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  58.         // line 4
  59.         yield "    ";
  60.         // line 5
  61.         yield "    ";
  62.         yield from         $this->loadTemplate("mens/product/styles.html.twig""mens/product/product_page.twig"5)->unwrap()->yield($context);
  63.         // line 6
  64.         yield "    <style>
  65.     .image-swatch li img {
  66.         width: 60px;
  67.         height: 60px;
  68.         cursor: pointer;
  69.     }
  70.     .breadcrumb-item+.breadcrumb-item::before {
  71.         float: left;
  72.         padding-right: .5rem;
  73.         color: #6c757d;
  74.         content: \"›\";
  75.     }
  76.     .product-right .price-detail span {
  77.         font-size: 22px;
  78.         padding-left: 0px;
  79.     }
  80.     .product-shipping-info{
  81.         display: grid;
  82.         grid-gap: 30px;
  83.     }
  84.     .product-right .product-count {
  85.         padding: 15px 15px;
  86.         border: 1px solid #eee;
  87.         background-color: #ffff;
  88.     }
  89.     .p-btn-circle {
  90.         border-radius: 100px;
  91.     }
  92.     </style>
  93.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css\" integrity=\"sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />
  94.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  95.         // line 40
  96.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/slick/slick.css"), "html"nulltrue);
  97.         yield "\">
  98.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  99.         // line 41
  100.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/slick/slick-theme.css"), "html"nulltrue);
  101.         yield "\">
  102. ";
  103.         
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  105.         
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  107.         return; yield '';
  108.     }
  109.     // line 46
  110.     public function block_breadcrumb($context, array $blocks = [])
  111.     {
  112.         $macros $this->macros;
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  117.         // line 47
  118.         yield "    <div class=\"breadcrumb-section\">
  119.         <div class=\"container\">
  120.             <div class=\"row\">
  121.                 <div class=\"col-sm-12\">
  122.                     <nav aria-label=\"breadcrumb\" class=\"theme-breadcrumb\">
  123.                         <ol class=\"breadcrumb justify-content-lg-start\">
  124.                             <li class=\"breadcrumb-item d-mobile-none\"><a href=\"/\">";
  125.         // line 53
  126.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Home", [], "templates"), "html"nulltrue);
  127.         yield "</a></li>
  128.                             <li class=\"breadcrumb-item d-mobile-none\"><a href=\"/\">";
  129.         // line 54
  130.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'54$this->source); })()), "name", [], "any"falsefalsefalse54), "html"nulltrue);
  131.         yield "</a></li>
  132.                             <li class=\"breadcrumb-item active\" aria-current=\"page\">";
  133.         // line 55
  134.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'55$this->source); })()), "name", [], "any"falsefalsefalse55), "html"nulltrue);
  135.         yield "</li>
  136.                         </ol>
  137.                     </nav>
  138.                 </div>
  139.             </div>
  140.         </div>
  141.     </div>
  142. ";
  143.         
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  145.         
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  147.         return; yield '';
  148.     }
  149.     // line 64
  150.     public function block_main($context, array $blocks = [])
  151.     {
  152.         $macros $this->macros;
  153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  157.         // line 65
  158.         yield "
  159.     ";
  160.         // line 67
  161.         yield "    <script>
  162.         let maxProductInStock //Add maximum product in stock
  163.     </script>
  164.     ";
  165.         // line 72
  166.         yield "        <!-- section start -->
  167.         <section>
  168.             <div class=\"collection-wrapper\">
  169.                 <div class=\"container\">
  170.                     <div class=\"row\">
  171.                         <div class=\"col-lg-1 col-sm-2 col-xs-12\">
  172.                             <div class=\"row\">
  173.                                 <div class=\"col-12 p-0\">
  174.                                     <div class=\"slider-right-nav\">
  175.                                         ";
  176.         // line 81
  177.         if (CoreExtension::getAttribute($this->env$this->source, ($context["variant"] ?? null), "images", [], "any"truetruefalse81)) {
  178.             // line 82
  179.             yield "                                            ";
  180.             $context['_parent'] = $context;
  181.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'82$this->source); })()), "images", [], "any"falsefalsefalse82));
  182.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  183.                 // line 83
  184.                 yield "                                                <div>
  185.                                                     <img src=\"";
  186.                 // line 84
  187.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["image"], "html"nulltrue);
  188.                 yield "\" alt=\"";
  189.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'84$this->source); })()), "name", [], "any"falsefalsefalse84), "html"nulltrue);
  190.                 yield "\"
  191.                                                          class=\"img-fluid blur-up lazyload\">
  192.                                                 </div>
  193.                                             ";
  194.             }
  195.             $_parent $context['_parent'];
  196.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
  197.             $context array_intersect_key($context$_parent) + $_parent;
  198.             // line 88
  199.             yield "                                        ";
  200.         }
  201.         // line 89
  202.         yield "                                    </div>
  203.                                 </div>
  204.                             </div>
  205.                         </div>
  206.                         <div class=\"col-lg-5 col-sm-10 col-xs-12 order-up\">
  207.                             <div class=\"product-right-slick\">
  208.                                 ";
  209.         // line 96
  210.         if (CoreExtension::getAttribute($this->env$this->source, ($context["variant"] ?? null), "images", [], "any"truetruefalse96)) {
  211.             // line 97
  212.             yield "                                            ";
  213.             $context['_parent'] = $context;
  214.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'97$this->source); })()), "images", [], "any"falsefalsefalse97));
  215.             $context['loop'] = [
  216.               'parent' => $context['_parent'],
  217.               'index0' => 0,
  218.               'index'  => 1,
  219.               'first'  => true,
  220.             ];
  221.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  222.                 $length count($context['_seq']);
  223.                 $context['loop']['revindex0'] = $length 1;
  224.                 $context['loop']['revindex'] = $length;
  225.                 $context['loop']['length'] = $length;
  226.                 $context['loop']['last'] = === $length;
  227.             }
  228.             foreach ($context['_seq'] as $context["_key"] => $context["image"]) {
  229.                 // line 98
  230.                 yield "                                                <div>
  231.                                                     <img src=\"";
  232.                 // line 99
  233.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["image"], "html"nulltrue);
  234.                 yield "\" alt=\"";
  235.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'99$this->source); })()), "name", [], "any"falsefalsefalse99), "html"nulltrue);
  236.                 yield "\"
  237.                                                          class=\"img-fluid blur-up lazyload image_zoom_cls-";
  238.                 // line 100
  239.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse100), "html"nulltrue);
  240.                 yield "\">
  241.                                                 </div>
  242.                                             ";
  243.                 ++$context['loop']['index0'];
  244.                 ++$context['loop']['index'];
  245.                 $context['loop']['first'] = false;
  246.                 if (isset($context['loop']['length'])) {
  247.                     --$context['loop']['revindex0'];
  248.                     --$context['loop']['revindex'];
  249.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  250.                 }
  251.             }
  252.             $_parent $context['_parent'];
  253.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['image'], $context['_parent'], $context['loop']);
  254.             $context array_intersect_key($context$_parent) + $_parent;
  255.             // line 103
  256.             yield "                                ";
  257.         }
  258.         // line 104
  259.         yield "                            </div>
  260.                         </div>
  261.                         <div class=\"col-lg-6 rtl-text\">
  262.                             <div class=\"product-right\">
  263.                                 ";
  264.         // line 109
  265.         yield "                                <h2 class=\"product-name\">";
  266.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'109$this->source); })()), "name", [], "any"falsefalsefalse109), "html"nulltrue);
  267.         yield "</h2>
  268.                                 <h3 class=\"price-detail text-stroke\"><span class=\"product-price\">";
  269.         // line 111
  270.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'111$this->source); })()), "getRetailPrice", [], "method"falsefalsefalse111), "html"nulltrue);
  271.         yield " EUR</span></h3>
  272.                                 <span class=\"text-uppercase\">";
  273.         // line 113
  274.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Color", [], "templates"), "html"nulltrue);
  275.         yield " : <strong id=\"colorSwatch\">Red</strong></span>
  276.                                 <ul class=\"image-swatch mt-2\">
  277.                                     ";
  278.         // line 115
  279.         $context['_parent'] = $context;
  280.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["options"]) || array_key_exists("options"$context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.'115$this->source); })()));
  281.         foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
  282.             // line 116
  283.             yield "                                        ";
  284.             $context["foo"] = "bar";
  285.             // line 117
  286.             yield "                                        ";
  287.             // line 118
  288.             yield "                                            <li 
  289.                                                 data-color=\"";
  290.             // line 119
  291.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["option"], "value", [], "any"falsefalsefalse119), "html"nulltrue);
  292.             yield "\"
  293.                                                 onmouseover=\"product.swatchColor('";
  294.             // line 120
  295.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["option"], "value", [], "any"falsefalsefalse120), "html"nulltrue);
  296.             yield "')\"
  297.                                                 ";
  298.             // line 122
  299.             yield "                                                ";
  300.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["option"], "productVariant", [], "any"falsefalsefalse122), "id", [], "any"falsefalsefalse122) == CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'122$this->source); })()), "id", [], "any"falsefalsefalse122))) {
  301.                 yield "class=\"active\"";
  302.             }
  303.             // line 123
  304.             yield "                                            >
  305.                                             <a href=\"";
  306.             // line 124
  307.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_product_page", ["pid" => CoreExtension::getAttribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'124$this->source); })()), "id", [], "any"falsefalsefalse124), "vid" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["option"], "productVariant", [], "any"falsefalsefalse124), "id", [], "any"falsefalsefalse124), "gender" => "mens"]), "html"nulltrue);
  308.             yield "\"><img src=\"";
  309.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["option"], "productVariant", [], "any"falsefalsefalse124), "mainImage", [], "any"falsefalsefalse124), "html"nulltrue);
  310.             yield "\" alt=\"\" class=\"img-fluid blur-up lazyload\"></a>
  311.                                             </li>
  312.                                         ";
  313.             // line 127
  314.             yield "                                    ";
  315.         }
  316.         $_parent $context['_parent'];
  317.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
  318.         $context array_intersect_key($context$_parent) + $_parent;
  319.         // line 128
  320.         yield "                                </ul>
  321.                                 <div id=\"selectSize\" class=\"addeffect-section product-description border-product\">
  322.                                     <h6 class=\"product-title size-text\">";
  323.         // line 130
  324.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("select size", [], "templates"), "html"nulltrue);
  325.         yield " </h6>
  326.                                     <div class=\"modal fade\" id=\"sizemodal\" tabindex=\"-1\" role=\"dialog\"
  327.                                          aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  328.                                         <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">
  329.                                             <div class=\"modal-content\">
  330.                                                 <div class=\"modal-header\">
  331.                                                     <h5 class=\"modal-title\" id=\"exampleModalLabel\">Sheer
  332.                                                         Straight Kurta</h5>
  333.                                                     <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\"
  334.                                                             aria-label=\"Close\"><span aria-hidden=\"true\">&times;</span></button>
  335.                                                 </div>
  336.                                                 <div class=\"modal-body\"><img src=\"";
  337.         // line 141
  338.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/size-chart.jpg"), "html"nulltrue);
  339.         yield "\" alt=\"\"
  340.                                                                              class=\"img-fluid blur-up lazyload\"></div>
  341.                                             </div>
  342.                                         </div>
  343.                                     </div>
  344.                                     <h6 class=\"size-select error-message\">";
  345.         // line 147
  346.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("please select size", [], "templates"), "html"nulltrue);
  347.         yield "</h6>
  348.                                         <div class=\"size-box\">
  349.                                             <ul>
  350.                                                 ";
  351.         // line 150
  352.         $context['_parent'] = $context;
  353.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["sizeOptions"]) || array_key_exists("sizeOptions"$context) ? $context["sizeOptions"] : (function () { throw new RuntimeError('Variable "sizeOptions" does not exist.'150$this->source); })()));
  354.         foreach ($context['_seq'] as $context["_key"] => $context["size"]) {
  355.             // line 151
  356.             yield "                                                        <li onclick=\"product.selectCurrent('";
  357.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["size"], "productVariant", [], "any"falsefalsefalse151), "id", [], "any"falsefalsefalse151), "html"nulltrue);
  358.             yield "',this)\">
  359.                                                             <div id=\"v-info\" data-id=\"";
  360.             // line 152
  361.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["size"], "productVariant", [], "any"falsefalsefalse152), "id", [], "any"falsefalsefalse152), "html"nulltrue);
  362.             yield "\" data-name=\"";
  363.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["size"], "productVariant", [], "any"falsefalsefalse152), "name", [], "any"falsefalsefalse152), "html"nulltrue);
  364.             yield "\" data-price=\"";
  365.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["size"], "productVariant", [], "any"falsefalsefalse152), "price", [], "any"falsefalsefalse152), "html"nulltrue);
  366.             yield "\" data-image=\"";
  367.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["size"], "productVariant", [], "any"falsefalsefalse152), "mainImage", [], "any"falsefalsefalse152), "html"nulltrue);
  368.             yield "\">
  369.                                                              </div>
  370.                                                         <a href=\"javascript:void(0)\">";
  371.             // line 154
  372.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["size"], "value", [], "any"falsefalsefalse154), "html"nulltrue);
  373.             yield "</a>
  374.                                                         </li>
  375.                                                 ";
  376.         }
  377.         $_parent $context['_parent'];
  378.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['size'], $context['_parent'], $context['loop']);
  379.         $context array_intersect_key($context$_parent) + $_parent;
  380.         // line 157
  381.         yield "                                            </ul>
  382.                                         </div>
  383.                                 </div>
  384.                                 <div class=\"product-buttons\">
  385.                                     ";
  386.         // line 162
  387.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'162$this->source); })()), "quantity", [], "any"falsefalsefalse162) == 0)) {
  388.             // line 163
  389.             yield "                                        <div  id=\"cartEffect\" class=\"btn p-btn-circle hover-solid btn-animation product\">
  390.                                             <h6 class=\"product-title text-danger\">";
  391.             // line 164
  392.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("SOLD OUT", [], "templates"), "html"nulltrue);
  393.             yield "</h6>
  394.                                         </div>
  395.                                     ";
  396.         } else {
  397.             // line 167
  398.             yield "                                        <div onclick=\"product.addToCart()\" id=\"cartEffect\" class=\"btn p-btn-circle btn-solid hover-solid btn-animation product\">
  399.                                             <i class=\"fa fa-shopping-cart me-1\" aria-hidden=\"true\"></i> ";
  400.             // line 168
  401.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("add to cart", [], "templates"), "html"nulltrue);
  402.             yield "
  403.                                         </div>
  404.                                     ";
  405.         }
  406.         // line 171
  407.         yield "
  408.                                     <a href=\"#\" data-p-id=\"";
  409.         // line 174
  410.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'174$this->source); })()), "product", [], "any"falsefalsefalse174), "id", [], "any"falsefalsefalse174), "html"nulltrue);
  411.         yield "\" onclick=\"addToFavoris(this,'fa-2xl')\" class=\"btn btn-solid p-btn-circle\">
  412.                                     
  413.                                         ";
  414.         // line 176
  415.         if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'176$this->source); })()), "product", [], "any"falsefalsefalse176), "id", [], "any"falsefalsefalse176), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'176$this->source); })()), "session", [], "any"falsefalsefalse176), "get", ["wishlist"], "method"falsefalsefalse176))) {
  416.             // line 177
  417.             yield "                                            <i class='fa-solid fa-heart fa-2xl' style='color: #ff0000;'></i>
  418.                                         ";
  419.         } else {
  420.             // line 179
  421.             yield "                                            <i class='fa-regular fa-heart fa-2xl'></i>
  422.                                         ";
  423.         }
  424.         // line 181
  425.         yield "                                    
  426.                                     </a>
  427.                                 </div>
  428.                                 <div class=\"product-count\">
  429.                                     <ul class=\"product-shipping-info\">
  430.                                         <li>
  431.                                             <i class=\"fa-solid fa-truck fa-2xl me-1\"></i>
  432.                                             <span class=\"lang\">";
  433.         // line 188
  434.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Free shipping on qualifying orders", [], "templates"), "html"nulltrue);
  435.         yield "</span>
  436.                                         </li>
  437.                                         <li>
  438.                                             ";
  439.         // line 192
  440.         yield "                                            <i class=\"fa-solid fa-box fa-2xl me-1\"></i>
  441.                                             <span class=\"lang\">";
  442.         // line 193
  443.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Free Returns", [], "templates"), "html"nulltrue);
  444.         yield " </span>
  445.                                         </li>
  446.                                     </ul>
  447.                                 </div>
  448.                                 ";
  449.         // line 203
  450.         yield "                                <div class=\"border-product\">
  451.                                     <div class=\"row product-accordion\">
  452.                                         <div class=\"col-sm-12\">
  453.                                             <div class=\"accordion theme-accordion\" id=\"accordionExample\">
  454.                                                 ";
  455.         // line 207
  456.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'207$this->source); })()), "description", [], "any"falsefalsefalse207)) {
  457.             // line 208
  458.             yield "                                                <div class=\"card\">
  459.                                                     <div class=\"card-header\" id=\"headingOne\">
  460.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\">";
  461.             // line 210
  462.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product description", [], "templates"), "html"nulltrue);
  463.             yield "</button></h5>
  464.                                                     </div>
  465.                                                     <div id=\"collapseOne\" class=\"collapse show\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\" style=\"\">
  466.                                                         <div class=\"card-body\">
  467.                                                             <p><p>";
  468.             // line 214
  469.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'214$this->source); })()), "description", [], "any"falsefalsefalse214);
  470.             yield "</p></p>
  471.                                                         </div>
  472.                                                     </div>
  473.                                                 </div>
  474.                                                 ";
  475.         }
  476.         // line 219
  477.         yield "
  478.                                                 ";
  479.         // line 220
  480.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'220$this->source); })()), "composition", [], "any"falsefalsefalse220)) {
  481.             // line 221
  482.             yield "                                                <div class=\"card\">
  483.                                                     <div class=\"card-header\" id=\"headingThree\">
  484.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\">";
  485.             // line 223
  486.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Material", [], "templates"), "html"nulltrue);
  487.             yield "</button></h5>
  488.                                                     </div>
  489.                                                     <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\" data-bs-parent=\"#accordionExample\" style=\"\">
  490.                                                         <div class=\"card-body\">
  491.                                                             <p>";
  492.             // line 227
  493.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'227$this->source); })()), "composition", [], "any"falsefalsefalse227);
  494.             yield "</p>
  495.                                                         </div>
  496.                                                     </div>
  497.                                                 </div>
  498.                                                 ";
  499.         }
  500.         // line 232
  501.         yield "
  502.                                                 <div class=\"card\">
  503.                                                     <div class=\"card-header\" id=\"headingThree\">
  504.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\">";
  505.         // line 235
  506.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Size & Fit", [], "templates"), "html"nulltrue);
  507.         yield "</button></h5>
  508.                                                     </div>
  509.                                                     <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\" data-bs-parent=\"#accordionExample\" style=\"\">
  510.                                                         <div class=\"card-body\">
  511.                                                             <h6 class=\"product-title size-text\"><span><a href=\"\" data-bs-toggle=\"modal\"
  512.                                                                                              data-bs-target=\"#sizemodal\">";
  513.         // line 240
  514.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sizechart", [], "templates"), "html"nulltrue);
  515.         yield "</a></span></h6>
  516.                                                         </div>
  517.                                                     </div>
  518.                                                 </div>
  519.                                                  <div class=\"card\">
  520.                                                     <div class=\"card-header\" id=\"headingThree\">
  521.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\">";
  522.         // line 246
  523.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Care Guide", [], "templates"), "html"nulltrue);
  524.         yield "</button></h5>
  525.                                                     </div>
  526.                                                     <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\" data-bs-parent=\"#accordionExample\" style=\"\">
  527.                                                         <div class=\"card-body\">
  528.                                                             <p>";
  529.         // line 250
  530.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Material", [], "templates"), "html"nulltrue);
  531.         yield "</p>
  532.                                                         </div>
  533.                                                     </div>
  534.                                                 </div>
  535.                                             </div>
  536.                                         </div>
  537.                                     </div>
  538.                                 </div>
  539.                                 <div class=\"border-product\">
  540.                                     <h6 class=\"product-title\">";
  541.         // line 259
  542.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("share it", [], "templates"), "html"nulltrue);
  543.         yield "</h6>
  544.                                     <div class=\"product-icon\">
  545.                                         <ul class=\"product-social\">
  546.                                             <li><a href=\"#\"><i class=\"fab fa-facebook-f\"></i></a></li>
  547.                                             <li><a href=\"#\"><i class=\"fab fa-google-plus-g\"></i></a></li>
  548.                                             <li><a href=\"#\"><i class=\"fab fa-twitter\"></i></a></li>
  549.                                             <li><a href=\"#\"><i class=\"fab fa-instagram\"></i></a></li>
  550.                                             <li><a href=\"#\"><i class=\"fa fa-rss\"></i></a></li>
  551.                                         </ul>
  552.                                     </div>
  553.                                 </div>
  554.                             </div>
  555.                         </div>
  556.                     </div>
  557.                 </div>
  558.             </div>
  559.         </section>
  560.         <!-- Section ends -->
  561.         <div id=\"info\" data-local=";
  562.         // line 278
  563.         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.'278$this->source); })()), "request", [], "any"falsefalsefalse278), "locale", [], "any"falsefalsefalse278), "html"nulltrue);
  564.         yield " data-apiId=";
  565.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'278$this->source); })()), "apiId", [], "any"falsefalsefalse278), "html"nulltrue);
  566.         yield " data-id=\"";
  567.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'278$this->source); })()), "id", [], "any"falsefalsefalse278), "html"nulltrue);
  568.         yield "\" data-name=\"";
  569.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'278$this->source); })()), "name", [], "any"falsefalsefalse278), "html"nulltrue);
  570.         yield "\" data-price=\"";
  571.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'278$this->source); })()), "price", [], "any"falsefalsefalse278), "html"nulltrue);
  572.         yield "\" data-image=\"";
  573.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["variant"]) || array_key_exists("variant"$context) ? $context["variant"] : (function () { throw new RuntimeError('Variable "variant" does not exist.'278$this->source); })()), "mainImage", [], "any"falsefalsefalse278), "html"nulltrue);
  574.         yield "\">
  575.         </div>
  576.         <!-- product section start -->
  577.         ";
  578.         // line 282
  579.         if ((isset($context["relatedProducts"]) || array_key_exists("relatedProducts"$context) ? $context["relatedProducts"] : (function () { throw new RuntimeError('Variable "relatedProducts" does not exist.'282$this->source); })())) {
  580.             // line 283
  581.             yield "        <section class=\"section-b-space ratio_asos\">
  582.             <div class=\"container\">
  583.                 <div class=\"row\">
  584.                     <div class=\"col-12 product-related\">
  585.                         <h2>";
  586.             // line 287
  587.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("You might also like", [], "templates"), "html"nulltrue);
  588.             yield "</h2>
  589.                     </div>
  590.                 </div>
  591.                 <div class=\"row autoplay search-product\">
  592.                 ";
  593.             // line 291
  594.             $context['_parent'] = $context;
  595.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["relatedProducts"]) || array_key_exists("relatedProducts"$context) ? $context["relatedProducts"] : (function () { throw new RuntimeError('Variable "relatedProducts" does not exist.'291$this->source); })()));
  596.             foreach ($context['_seq'] as $context["_key"] => $context["relatedProduct"]) {
  597.                 // line 292
  598.                 yield "                        
  599.                     <div class=\"col-xl-3 col-md-4 col-6\">
  600.                         <div class=\"product-box p-1\">
  601.                             <div class=\"img-wrapper\">
  602.                                 <div class=\"front\">
  603.                                     <a href=\"";
  604.                 // line 297
  605.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_product_page", ["pid" => CoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "id", [], "any"falsefalsefalse297), "vid" => CoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "firstVariantId", [], "method"falsefalsefalse297), "gender" => "mens"]), "html"nulltrue);
  606.                 yield "\"><img src=\"";
  607.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "mainImage", [], "any"falsefalsefalse297), "html"nulltrue);
  608.                 yield "\"
  609.                                                      class=\"img-fluid blur-up lazyload bg-img\" alt=\"\"></a>
  610.                                 </div>
  611.                                 <div class=\"back\">
  612.                                     <a href=\"";
  613.                 // line 301
  614.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_product_page", ["pid" => CoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "id", [], "any"falsefalsefalse301), "vid" => CoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "firstVariantId", [], "any"falsefalsefalse301), "gender" => "mens"]), "html"nulltrue);
  615.                 yield "\"><img src=\"";
  616.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "getSecondImage", [], "method"falsefalsefalse301), "html"nulltrue);
  617.                 yield "\"
  618.                                                      class=\"img-fluid blur-up lazyload bg-img\" alt=\"\"></a>
  619.                                 </div>
  620.                                 <div class=\"cart-info cart-wrap\">
  621.                                     <button onclick=\"product.addRelatedToCart(this)\"
  622.                                             data-id=\"";
  623.                 // line 306
  624.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "firstVariantId", [], "method"falsefalsefalse306), "html"nulltrue);
  625.                 yield "\"
  626.                                             data-price=\"";
  627.                 // line 307
  628.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "firstVariantPrice", [], "method"falsefalsefalse307), "html"nulltrue);
  629.                 yield "\"
  630.                                             data-name=\"";
  631.                 // line 308
  632.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "name", [], "any"falsefalsefalse308), "html"nulltrue);
  633.                 yield "\"
  634.                                             data-image=\"";
  635.                 // line 309
  636.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "mainImage", [], "any"falsefalsefalse309), "html"nulltrue);
  637.                 yield "\"
  638.                                             ";
  639.                 // line 311
  640.                 yield "                                            title=\"Add to cart\"
  641.                                     >
  642.                                     </button>
  643.                                      <a href=\"javascript:void(0)\" data-p-id=\"";
  644.                 // line 314
  645.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "id", [], "any"falsefalsefalse314), "html"nulltrue);
  646.                 yield "\" onclick=\"addToFavoris(this)\" title=\"";
  647.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Add to Wishlist", [], "templates"), "html"nulltrue);
  648.                 yield "\"><i class=\"ti-heart\" aria-hidden=\"true\"></i></a>
  649.                                 </div>
  650.                             </div>
  651.                             <div class=\"product-detail\">
  652.                                 ";
  653.                 // line 321
  654.                 yield "                                <a href=\"";
  655.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_product_page", ["pid" => CoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "id", [], "any"falsefalsefalse321), "vid" => CoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "firstVariantId", [], "method"falsefalsefalse321), "gender" => "mens"]), "html"nulltrue);
  656.                 yield "\">
  657.                                     <h6>";
  658.                 // line 322
  659.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "name", [], "any"falsefalsefalse322), "html"nulltrue);
  660.                 yield "</h6>
  661.                                 </a>
  662.                                 <h4>";
  663.                 // line 324
  664.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["relatedProduct"], "firstVariantPrice", [], "method"falsefalsefalse324), "html"nulltrue);
  665.                 yield " EUR</h4>
  666.                                 ";
  667.                 // line 330
  668.                 yield "                            </div>
  669.                         </div>
  670.                     </div>
  671.                 ";
  672.             }
  673.             $_parent $context['_parent'];
  674.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['relatedProduct'], $context['_parent'], $context['loop']);
  675.             $context array_intersect_key($context$_parent) + $_parent;
  676.             // line 334
  677.             yield "                    </div>
  678.                 </div>
  679.             </div>
  680.         </section>
  681.         ";
  682.         }
  683.         // line 339
  684.         yield "        <!-- product section end -->
  685.         <!-- tap to top start -->
  686.         <div class=\"tap-top\">
  687.             <div><i class=\"fa fa-angle-double-up\"></i></div>
  688.         </div>
  689.         <!-- tap to top end -->
  690. ";
  691.         
  692.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  693.         
  694.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  695.         return; yield '';
  696.     }
  697.     // line 353
  698.     public function block_newsletter($context, array $blocks = [])
  699.     {
  700.         $macros $this->macros;
  701.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  702.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""newsletter"));
  703.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  704.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""newsletter"));
  705.         // line 354
  706.         yield "                ";
  707.         yield from         $this->loadTemplate("front_end/base/newsletter.twig""mens/product/product_page.twig"354)->unwrap()->yield($context);
  708.         
  709.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  710.         
  711.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  712.         return; yield '';
  713.     }
  714.     // line 357
  715.     public function block_js($context, array $blocks = [])
  716.     {
  717.         $macros $this->macros;
  718.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  719.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js"));
  720.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  721.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js"));
  722.         // line 358
  723.         yield "        <script src=\"";
  724.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/product.js"), "html"nulltrue);
  725.         yield "\"></script>
  726.         ";
  727.         // line 359
  728.         yield from         $this->loadTemplate("mens/product/scripts.html.twig""mens/product/product_page.twig"359)->unwrap()->yield($context);
  729.         // line 360
  730.         yield "        <script type=\"text/javascript\" src=\"";
  731.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/slick/slick.min.js"), "html"nulltrue);
  732.         yield "\"></script>
  733.         <script type=\"text/javascript\">
  734.                 \$('.autoplay').slick({
  735.                         slidesToShow: 4,
  736.                         slidesToScroll: 1,
  737.                         autoplay: true,
  738.                         autoplaySpeed: 2000,
  739.                 });
  740.         </script>
  741.         <script src=\"";
  742.         // line 369
  743.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/modules.js"), "html"nulltrue);
  744.         yield "\"></script>
  745. ";
  746.         
  747.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  748.         
  749.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  750.         return; yield '';
  751.     }
  752.     /**
  753.      * @codeCoverageIgnore
  754.      */
  755.     public function getTemplateName()
  756.     {
  757.         return "mens/product/product_page.twig";
  758.     }
  759.     /**
  760.      * @codeCoverageIgnore
  761.      */
  762.     public function isTraitable()
  763.     {
  764.         return false;
  765.     }
  766.     /**
  767.      * @codeCoverageIgnore
  768.      */
  769.     public function getDebugInfo()
  770.     {
  771.         return array (  798 => 369,  785 => 360,  783 => 359,  778 => 358,  768 => 357,  756 => 354,  746 => 353,  723 => 339,  716 => 334,  707 => 330,  703 => 324,  698 => 322,  693 => 321,  684 => 314,  679 => 311,  675 => 309,  671 => 308,  667 => 307,  663 => 306,  653 => 301,  644 => 297,  637 => 292,  633 => 291,  626 => 287,  620 => 283,  618 => 282,  601 => 278,  579 => 259,  567 => 250,  560 => 246,  551 => 240,  543 => 235,  538 => 232,  530 => 227,  523 => 223,  519 => 221,  517 => 220,  514 => 219,  506 => 214,  499 => 210,  495 => 208,  493 => 207,  487 => 203,  480 => 193,  477 => 192,  471 => 188,  462 => 181,  458 => 179,  454 => 177,  452 => 176,  447 => 174,  442 => 171,  436 => 168,  433 => 167,  427 => 164,  424 => 163,  422 => 162,  415 => 157,  406 => 154,  395 => 152,  390 => 151,  386 => 150,  380 => 147,  371 => 141,  357 => 130,  353 => 128,  347 => 127,  340 => 124,  337 => 123,  332 => 122,  328 => 120,  324 => 119,  321 => 118,  319 => 117,  316 => 116,  312 => 115,  307 => 113,  302 => 111,  296 => 109,  290 => 104,  287 => 103,  270 => 100,  264 => 99,  261 => 98,  243 => 97,  241 => 96,  232 => 89,  229 => 88,  217 => 84,  214 => 83,  209 => 82,  207 => 81,  196 => 72,  190 => 67,  187 => 65,  177 => 64,  158 => 55,  154 => 54,  150 => 53,  142 => 47,  132 => 46,  118 => 41,  114 => 40,  78 => 6,  75 => 5,  73 => 4,  63 => 3,  40 => 1,);
  772.     }
  773.     public function getSourceContext()
  774.     {
  775.         return new Source("{% extends 'mens/base/base_mens.twig' %}
  776. {% block head %}
  777.     {# {{ encore_entry_link_tags('app_product') }} #}
  778.     {% include 'mens/product/styles.html.twig' %}
  779.     <style>
  780.     .image-swatch li img {
  781.         width: 60px;
  782.         height: 60px;
  783.         cursor: pointer;
  784.     }
  785.     .breadcrumb-item+.breadcrumb-item::before {
  786.         float: left;
  787.         padding-right: .5rem;
  788.         color: #6c757d;
  789.         content: \"›\";
  790.     }
  791.     .product-right .price-detail span {
  792.         font-size: 22px;
  793.         padding-left: 0px;
  794.     }
  795.     .product-shipping-info{
  796.         display: grid;
  797.         grid-gap: 30px;
  798.     }
  799.     .product-right .product-count {
  800.         padding: 15px 15px;
  801.         border: 1px solid #eee;
  802.         background-color: #ffff;
  803.     }
  804.     .p-btn-circle {
  805.         border-radius: 100px;
  806.     }
  807.     </style>
  808.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css\" integrity=\"sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />
  809.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/slick/slick.css') }}\">
  810.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/slick/slick-theme.css') }}\">
  811. {% endblock %}
  812. {% block breadcrumb %}
  813.     <div class=\"breadcrumb-section\">
  814.         <div class=\"container\">
  815.             <div class=\"row\">
  816.                 <div class=\"col-sm-12\">
  817.                     <nav aria-label=\"breadcrumb\" class=\"theme-breadcrumb\">
  818.                         <ol class=\"breadcrumb justify-content-lg-start\">
  819.                             <li class=\"breadcrumb-item d-mobile-none\"><a href=\"/\">{{ 'Home' | trans({},'templates') }}</a></li>
  820.                             <li class=\"breadcrumb-item d-mobile-none\"><a href=\"/\">{{ product.name }}</a></li>
  821.                             <li class=\"breadcrumb-item active\" aria-current=\"page\">{{ variant.name }}</li>
  822.                         </ol>
  823.                     </nav>
  824.                 </div>
  825.             </div>
  826.         </div>
  827.     </div>
  828. {% endblock %}
  829. {% block main %}
  830.     {#  ****************** List Variables ******************  #}
  831.     <script>
  832.         let maxProductInStock //Add maximum product in stock
  833.     </script>
  834.     {#  ****************** List Variables ******************  #}
  835.         <!-- section start -->
  836.         <section>
  837.             <div class=\"collection-wrapper\">
  838.                 <div class=\"container\">
  839.                     <div class=\"row\">
  840.                         <div class=\"col-lg-1 col-sm-2 col-xs-12\">
  841.                             <div class=\"row\">
  842.                                 <div class=\"col-12 p-0\">
  843.                                     <div class=\"slider-right-nav\">
  844.                                         {% if variant.images is defined %}
  845.                                             {% for image in variant.images %}
  846.                                                 <div>
  847.                                                     <img src=\"{{image}}\" alt=\"{{ variant.name }}\"
  848.                                                          class=\"img-fluid blur-up lazyload\">
  849.                                                 </div>
  850.                                             {% endfor %}
  851.                                         {% endif %}
  852.                                     </div>
  853.                                 </div>
  854.                             </div>
  855.                         </div>
  856.                         <div class=\"col-lg-5 col-sm-10 col-xs-12 order-up\">
  857.                             <div class=\"product-right-slick\">
  858.                                 {% if variant.images is defined %}
  859.                                             {% for image in variant.images %}
  860.                                                 <div>
  861.                                                     <img src=\"{{image}}\" alt=\"{{ variant.name }}\"
  862.                                                          class=\"img-fluid blur-up lazyload image_zoom_cls-{{ loop.index }}\">
  863.                                                 </div>
  864.                                             {% endfor %}
  865.                                 {% endif %}
  866.                             </div>
  867.                         </div>
  868.                         <div class=\"col-lg-6 rtl-text\">
  869.                             <div class=\"product-right\">
  870.                                 {# Product title #}
  871.                                 <h2 class=\"product-name\">{{ variant.name }}</h2>
  872.                                 <h3 class=\"price-detail text-stroke\"><span class=\"product-price\">{{ variant.getRetailPrice()}} EUR</span></h3>
  873.                                 <span class=\"text-uppercase\">{{ 'Color' | trans({},'templates') }} : <strong id=\"colorSwatch\">Red</strong></span>
  874.                                 <ul class=\"image-swatch mt-2\">
  875.                                     {% for option in options %}
  876.                                         {% set foo = 'bar' %}
  877.                                         {# {% if option.productVariant.id == variant.id %} #}
  878.                                             <li 
  879.                                                 data-color=\"{{option.value}}\"
  880.                                                 onmouseover=\"product.swatchColor('{{option.value}}')\"
  881.                                                 {# onmouseenter=\"product.swatchImage('/uploads/tbint/{{ option.productVariant.apiId}}/{{ option.productVariant.mainImage}}')\"  #}
  882.                                                 {% if option.productVariant.id == variant.id %}class=\"active\"{%endif%}
  883.                                             >
  884.                                             <a href=\"{{ path('app_product_page',{'pid': product.id,'vid': option.productVariant.id,'gender': \"mens\"}) }}\"><img src=\"{{ option.productVariant.mainImage}}\" alt=\"\" class=\"img-fluid blur-up lazyload\"></a>
  885.                                             </li>
  886.                                         {# {% endif %} #}
  887.                                     {% endfor %}
  888.                                 </ul>
  889.                                 <div id=\"selectSize\" class=\"addeffect-section product-description border-product\">
  890.                                     <h6 class=\"product-title size-text\">{{ 'select size' | trans({},'templates') }} </h6>
  891.                                     <div class=\"modal fade\" id=\"sizemodal\" tabindex=\"-1\" role=\"dialog\"
  892.                                          aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  893.                                         <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">
  894.                                             <div class=\"modal-content\">
  895.                                                 <div class=\"modal-header\">
  896.                                                     <h5 class=\"modal-title\" id=\"exampleModalLabel\">Sheer
  897.                                                         Straight Kurta</h5>
  898.                                                     <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\"
  899.                                                             aria-label=\"Close\"><span aria-hidden=\"true\">&times;</span></button>
  900.                                                 </div>
  901.                                                 <div class=\"modal-body\"><img src=\"{{ asset('assets/images/size-chart.jpg')}}\" alt=\"\"
  902.                                                                              class=\"img-fluid blur-up lazyload\"></div>
  903.                                             </div>
  904.                                         </div>
  905.                                     </div>
  906.                                     <h6 class=\"size-select error-message\">{{ 'please select size' | trans({},'templates') }}</h6>
  907.                                         <div class=\"size-box\">
  908.                                             <ul>
  909.                                                 {% for size in sizeOptions %}
  910.                                                         <li onclick=\"product.selectCurrent('{{size.productVariant.id}}',this)\">
  911.                                                             <div id=\"v-info\" data-id=\"{{size.productVariant.id}}\" data-name=\"{{size.productVariant.name}}\" data-price=\"{{size.productVariant.price}}\" data-image=\"{{size.productVariant.mainImage}}\">
  912.                                                              </div>
  913.                                                         <a href=\"javascript:void(0)\">{{ size.value }}</a>
  914.                                                         </li>
  915.                                                 {% endfor %}
  916.                                             </ul>
  917.                                         </div>
  918.                                 </div>
  919.                                 <div class=\"product-buttons\">
  920.                                     {% if variant.quantity == 0 %}
  921.                                         <div  id=\"cartEffect\" class=\"btn p-btn-circle hover-solid btn-animation product\">
  922.                                             <h6 class=\"product-title text-danger\">{{ 'SOLD OUT' | trans({},'templates') }}</h6>
  923.                                         </div>
  924.                                     {% else %}
  925.                                         <div onclick=\"product.addToCart()\" id=\"cartEffect\" class=\"btn p-btn-circle btn-solid hover-solid btn-animation product\">
  926.                                             <i class=\"fa fa-shopping-cart me-1\" aria-hidden=\"true\"></i> {{ 'add to cart' | trans({},'templates') }}
  927.                                         </div>
  928.                                     {% endif %}
  929.                                     <a href=\"#\" data-p-id=\"{{ variant.product.id }}\" onclick=\"addToFavoris(this,'fa-2xl')\" class=\"btn btn-solid p-btn-circle\">
  930.                                     
  931.                                         {% if variant.product.id in app.session.get('wishlist') %}
  932.                                             <i class='fa-solid fa-heart fa-2xl' style='color: #ff0000;'></i>
  933.                                         {% else %}
  934.                                             <i class='fa-regular fa-heart fa-2xl'></i>
  935.                                         {% endif %}
  936.                                     
  937.                                     </a>
  938.                                 </div>
  939.                                 <div class=\"product-count\">
  940.                                     <ul class=\"product-shipping-info\">
  941.                                         <li>
  942.                                             <i class=\"fa-solid fa-truck fa-2xl me-1\"></i>
  943.                                             <span class=\"lang\">{{ 'Free shipping on qualifying orders' | trans({},'templates') }}</span>
  944.                                         </li>
  945.                                         <li>
  946.                                             {# <img src=\"/assets/images/icon/truck.png\" class=\"img-fluid\" alt=\"image\"> #}
  947.                                             <i class=\"fa-solid fa-box fa-2xl me-1\"></i>
  948.                                             <span class=\"lang\">{{ 'Free Returns' | trans({},'templates') }} </span>
  949.                                         </li>
  950.                                     </ul>
  951.                                 </div>
  952.                                 {# <div class=\"border-product\">
  953.                                     <h6 class=\"product-title\">Sales Ends In</h6>
  954.                                     <div class=\"timer\">
  955.                                         <p id=\"demo\"></p>
  956.                                     </div>
  957.                                 </div> #}
  958.                                 <div class=\"border-product\">
  959.                                     <div class=\"row product-accordion\">
  960.                                         <div class=\"col-sm-12\">
  961.                                             <div class=\"accordion theme-accordion\" id=\"accordionExample\">
  962.                                                 {% if variant.description %}
  963.                                                 <div class=\"card\">
  964.                                                     <div class=\"card-header\" id=\"headingOne\">
  965.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\">{{ 'product description' | trans({},'templates') }}</button></h5>
  966.                                                     </div>
  967.                                                     <div id=\"collapseOne\" class=\"collapse show\" aria-labelledby=\"headingOne\" data-bs-parent=\"#accordionExample\" style=\"\">
  968.                                                         <div class=\"card-body\">
  969.                                                             <p><p>{{ variant.description|raw }}</p></p>
  970.                                                         </div>
  971.                                                     </div>
  972.                                                 </div>
  973.                                                 {% endif %}
  974.                                                 {% if variant.composition %}
  975.                                                 <div class=\"card\">
  976.                                                     <div class=\"card-header\" id=\"headingThree\">
  977.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\">{{ 'Material' | trans({},'templates')}}</button></h5>
  978.                                                     </div>
  979.                                                     <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\" data-bs-parent=\"#accordionExample\" style=\"\">
  980.                                                         <div class=\"card-body\">
  981.                                                             <p>{{ variant.composition | raw }}</p>
  982.                                                         </div>
  983.                                                     </div>
  984.                                                 </div>
  985.                                                 {% endif %}
  986.                                                 <div class=\"card\">
  987.                                                     <div class=\"card-header\" id=\"headingThree\">
  988.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\">{{ 'Size & Fit' | trans({},'templates') }}</button></h5>
  989.                                                     </div>
  990.                                                     <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\" data-bs-parent=\"#accordionExample\" style=\"\">
  991.                                                         <div class=\"card-body\">
  992.                                                             <h6 class=\"product-title size-text\"><span><a href=\"\" data-bs-toggle=\"modal\"
  993.                                                                                              data-bs-target=\"#sizemodal\">{{ 'sizechart' | trans({},'templates') }}</a></span></h6>
  994.                                                         </div>
  995.                                                     </div>
  996.                                                 </div>
  997.                                                  <div class=\"card\">
  998.                                                     <div class=\"card-header\" id=\"headingThree\">
  999.                                                         <h5 class=\"mb-0\"><button class=\"btn btn-link collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\">{{ 'Care Guide' | trans({},'templates') }}</button></h5>
  1000.                                                     </div>
  1001.                                                     <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\" data-bs-parent=\"#accordionExample\" style=\"\">
  1002.                                                         <div class=\"card-body\">
  1003.                                                             <p>{{ 'Material' | trans({},'templates')}}</p>
  1004.                                                         </div>
  1005.                                                     </div>
  1006.                                                 </div>
  1007.                                             </div>
  1008.                                         </div>
  1009.                                     </div>
  1010.                                 </div>
  1011.                                 <div class=\"border-product\">
  1012.                                     <h6 class=\"product-title\">{{ 'share it' | trans({},'templates') }}</h6>
  1013.                                     <div class=\"product-icon\">
  1014.                                         <ul class=\"product-social\">
  1015.                                             <li><a href=\"#\"><i class=\"fab fa-facebook-f\"></i></a></li>
  1016.                                             <li><a href=\"#\"><i class=\"fab fa-google-plus-g\"></i></a></li>
  1017.                                             <li><a href=\"#\"><i class=\"fab fa-twitter\"></i></a></li>
  1018.                                             <li><a href=\"#\"><i class=\"fab fa-instagram\"></i></a></li>
  1019.                                             <li><a href=\"#\"><i class=\"fa fa-rss\"></i></a></li>
  1020.                                         </ul>
  1021.                                     </div>
  1022.                                 </div>
  1023.                             </div>
  1024.                         </div>
  1025.                     </div>
  1026.                 </div>
  1027.             </div>
  1028.         </section>
  1029.         <!-- Section ends -->
  1030.         <div id=\"info\" data-local={{ app.request.locale }} data-apiId={{ variant.apiId }} data-id=\"{{variant.id}}\" data-name=\"{{variant.name}}\" data-price=\"{{variant.price}}\" data-image=\"{{variant.mainImage}}\">
  1031.         </div>
  1032.         <!-- product section start -->
  1033.         {% if relatedProducts %}
  1034.         <section class=\"section-b-space ratio_asos\">
  1035.             <div class=\"container\">
  1036.                 <div class=\"row\">
  1037.                     <div class=\"col-12 product-related\">
  1038.                         <h2>{{ 'You might also like' | trans({},'templates') }}</h2>
  1039.                     </div>
  1040.                 </div>
  1041.                 <div class=\"row autoplay search-product\">
  1042.                 {% for relatedProduct in relatedProducts %}
  1043.                         
  1044.                     <div class=\"col-xl-3 col-md-4 col-6\">
  1045.                         <div class=\"product-box p-1\">
  1046.                             <div class=\"img-wrapper\">
  1047.                                 <div class=\"front\">
  1048.                                     <a href=\"{{ path(\"app_product_page\",{pid: relatedProduct.id, vid:relatedProduct.firstVariantId(),'gender': \"mens\"}) }}\"><img src=\"{{ relatedProduct.mainImage }}\"
  1049.                                                      class=\"img-fluid blur-up lazyload bg-img\" alt=\"\"></a>
  1050.                                 </div>
  1051.                                 <div class=\"back\">
  1052.                                     <a href=\"{{ path(\"app_product_page\",{pid: relatedProduct.id, vid:relatedProduct.firstVariantId,'gender': \"mens\"}) }}\"><img src=\"{{ relatedProduct.getSecondImage()}}\"
  1053.                                                      class=\"img-fluid blur-up lazyload bg-img\" alt=\"\"></a>
  1054.                                 </div>
  1055.                                 <div class=\"cart-info cart-wrap\">
  1056.                                     <button onclick=\"product.addRelatedToCart(this)\"
  1057.                                             data-id=\"{{relatedProduct.firstVariantId()}}\"
  1058.                                             data-price=\"{{relatedProduct.firstVariantPrice()}}\"
  1059.                                             data-name=\"{{relatedProduct.name}}\"
  1060.                                             data-image=\"{{relatedProduct.mainImage}}\"
  1061.                                             {# data-bs-toggle=\"modal\" data-bs-target=\"#addtocart\" #}
  1062.                                             title=\"Add to cart\"
  1063.                                     >
  1064.                                     </button>
  1065.                                      <a href=\"javascript:void(0)\" data-p-id=\"{{ relatedProduct.id }}\" onclick=\"addToFavoris(this)\" title=\"{{ 'Add to Wishlist' | trans({},'templates') }}\"><i class=\"ti-heart\" aria-hidden=\"true\"></i></a>
  1066.                                 </div>
  1067.                             </div>
  1068.                             <div class=\"product-detail\">
  1069.                                 {# <div class=\"rating\"><i class=\"fa fa-star\"></i> <i class=\"fa fa-star\"></i> <i
  1070.                                             class=\"fa fa-star\"></i> <i class=\"fa fa-star\"></i> <i class=\"fa fa-star\"></i>
  1071.                                 </div> #}
  1072.                                 <a href=\"{{ path(\"app_product_page\",{pid: relatedProduct.id, vid:relatedProduct.firstVariantId(),'gender': \"mens\"}) }}\">
  1073.                                     <h6>{{ relatedProduct.name }}</h6>
  1074.                                 </a>
  1075.                                 <h4>{{ relatedProduct.firstVariantPrice() }} EUR</h4>
  1076.                                 {# <ul class=\"color-variant\">
  1077.                                     <li class=\"bg-light0\"></li>
  1078.                                     <li class=\"bg-light1\"></li>
  1079.                                     <li class=\"bg-light2\"></li>
  1080.                                 </ul> #}
  1081.                             </div>
  1082.                         </div>
  1083.                     </div>
  1084.                 {% endfor %}
  1085.                     </div>
  1086.                 </div>
  1087.             </div>
  1088.         </section>
  1089.         {% endif %}
  1090.         <!-- product section end -->
  1091.         <!-- tap to top start -->
  1092.         <div class=\"tap-top\">
  1093.             <div><i class=\"fa fa-angle-double-up\"></i></div>
  1094.         </div>
  1095.         <!-- tap to top end -->
  1096. {% endblock %}
  1097.  {% block newsletter %}
  1098.                 {% include 'front_end/base/newsletter.twig' %}
  1099. {% endblock %}
  1100. {% block js %}
  1101.         <script src=\"{{ asset('assets/js/product.js') }}\"></script>
  1102.         {% include 'mens/product/scripts.html.twig' %}
  1103.         <script type=\"text/javascript\" src=\"{{ asset('assets/slick/slick.min.js') }}\"></script>
  1104.         <script type=\"text/javascript\">
  1105.                 \$('.autoplay').slick({
  1106.                         slidesToShow: 4,
  1107.                         slidesToScroll: 1,
  1108.                         autoplay: true,
  1109.                         autoplaySpeed: 2000,
  1110.                 });
  1111.         </script>
  1112.         <script src=\"{{ asset('assets/js/modules.js') }}\"></script>
  1113. {% endblock %}
  1114. ""mens/product/product_page.twig""/app/templates/mens/product/product_page.twig");
  1115.     }
  1116. }