templates/products/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.                         <!-- PAGE-HEADER -->
  4.                         <div class="page-header">
  5.                             <div>
  6.                                 <h1 class="page-title">Products</h1>
  7.                             </div>
  8.                             <div class="ms-auto pageheader-btn">
  9.                                 <ol class="breadcrumb">
  10.                                     <li class="breadcrumb-item">Apps</li>
  11.                                     <li class="breadcrumb-item"><a href="javascript:void(0);">E-commerce</a></li>
  12.                                     <li class="breadcrumb-item active" aria-current="page">Products</li>
  13.                                 </ol>
  14.                             </div>
  15.                         </div>
  16.                         <!-- PAGE-HEADER END -->
  17.                         <!-- ROW-1 OPEN -->
  18.                         <div class="row row-cards">
  19.                             <div class="col-xl-3 col-lg-12">
  20.                                 <div class="row">
  21.                                     <div class="col-md-12 col-lg-12">
  22.                                         <div class="card">
  23.                                             <div class="card-header border-bottom">
  24.                                                 <div class="card-title"> Categories &amp; Fliters</div>
  25.                                             </div>
  26.                                             <div class="card-body">
  27.                                                 <div class="custom-checkbox custom-control">
  28.                                                     <input type="checkbox" data-bs-checkboxes="mygroup" class="custom-control-input" id="checkbox-1" checked>
  29.                                                     <label for="checkbox-1" class="custom-control-label">Mens</label>
  30.                                                 </div>
  31.                                                 <div class="custom-checkbox custom-control">
  32.                                                     <input type="checkbox" data-bs-checkboxes="mygroup" class="custom-control-input" id="checkbox-2">
  33.                                                     <label for="checkbox-2" class="custom-control-label">Womens</label>
  34.                                                 </div>
  35.                                                 <div class="custom-checkbox custom-control">
  36.                                                     <input type="checkbox" data-bs-checkboxes="mygroup" class="custom-control-input" id="checkbox-3">
  37.                                                     <label for="checkbox-3" class="custom-control-label">Kids</label>
  38.                                                 </div>
  39.                                                 <div class="custom-checkbox custom-control">
  40.                                                     <input type="checkbox" data-bs-checkboxes="mygroup" class="custom-control-input" id="checkbox-4">
  41.                                                     <label for="checkbox-4" class="custom-control-label">Others</label>
  42.                                                 </div>
  43.                                                 <div class="form-group mt-3">
  44.                                                     <label class="form-label">Category</label>
  45.                                                     <select name="beast" id="select-beast" class="form-control form-select select2">
  46.                                                         <option value="0">--Select--</option>
  47.                                                         <option value="1">Dress</option>
  48.                                                         <option value="2">Bags &amp; Purses</option>
  49.                                                         <option value="3">Coat &amp; Jacket</option>
  50.                                                         <option value="4">Beauty</option>
  51.                                                         <option value="5">Jeans</option>
  52.                                                         <option value="5">Jewellery</option>
  53.                                                         <option value="5">Electronics</option>
  54.                                                         <option value="5">Sports</option>
  55.                                                         <option value="5">Technology</option>
  56.                                                         <option value="5">Watches</option>
  57.                                                         <option value="5">Accessories</option>
  58.                                                     </select>
  59.                                                 </div>
  60.                                                 <div class="form-group">
  61.                                                     <label class="form-label">Brand</label>
  62.                                                     <select name="beast" id="select-beast1" class="form-control form-select select2">
  63.                                                         <option value="0">--Select--</option>
  64.                                                         <option value="1">White</option>
  65.                                                         <option value="2">Black</option>
  66.                                                         <option value="3">Red</option>
  67.                                                         <option value="4">Green</option>
  68.                                                         <option value="5">Blue</option>
  69.                                                         <option value="6">Yellow</option>
  70.                                                     </select>
  71.                                                 </div>
  72.                                                 <div class="form-group">
  73.                                                     <label class="form-label">Type</label>
  74.                                                     <select name="beast" id="select-beast2" class="form-control form-select select2">
  75.                                                         <option value="0">--Select--</option>
  76.                                                         <option value="1">Extra Small</option>
  77.                                                         <option value="2">Small</option>
  78.                                                         <option value="3">Medium</option>
  79.                                                         <option value="4">Large</option>
  80.                                                         <option value="5">Extra Large</option>
  81.                                                     </select>
  82.                                                 </div>
  83.                                                 <div class="form-group">
  84.                                                     <label class="form-label">Color</label>
  85.                                                     <select name="beast" id="select-beast3" class="form-control form-select select2">
  86.                                                         <option value="0">--Select--</option>
  87.                                                         <option value="1">White</option>
  88.                                                         <option value="2">Black</option>
  89.                                                         <option value="3">Red</option>
  90.                                                         <option value="4">Green</option>
  91.                                                         <option value="5">Blue</option>
  92.                                                         <option value="6">Yellow</option>
  93.                                                     </select>
  94.                                                 </div>
  95.                                                 <a class="btn btn-primary my-1" href="#">Apply Filter</a>
  96.                                                 <a class="btn btn-info my-1" href="#">Search Now</a>
  97.                                             </div>
  98.                                         </div>
  99.                                         <form class="shop__filter card">
  100.                                             <div class="card-header border-bottom">
  101.                                                 <h3 class="card-title">
  102.                                                     Colors
  103.                                                 </h3>
  104.                                             </div>
  105.                                             <div class="card-body">
  106.                                                 <div class="row gutters-xs">
  107.                                                     <div class="col-auto">
  108.                                                         <label class="colorinput">
  109.                                                             <input name="color" type="radio" value="azure" class="colorinput-input" checked>
  110.                                                             <span class="colorinput-color bg-azure"></span>
  111.                                                         </label>
  112.                                                     </div>
  113.                                                     <div class="col-auto">
  114.                                                         <label class="colorinput">
  115.                                                             <input name="color" type="radio" value="indigo" class="colorinput-input">
  116.                                                             <span class="colorinput-color bg-indigo"></span>
  117.                                                         </label>
  118.                                                     </div>
  119.                                                     <div class="col-auto">
  120.                                                         <label class="colorinput">
  121.                                                             <input name="color" type="radio" value="purple" class="colorinput-input">
  122.                                                             <span class="colorinput-color bg-purple"></span>
  123.                                                         </label>
  124.                                                     </div>
  125.                                                     <div class="col-auto">
  126.                                                         <label class="colorinput">
  127.                                                             <input name="color" type="radio" value="pink" class="colorinput-input">
  128.                                                             <span class="colorinput-color bg-pink"></span>
  129.                                                         </label>
  130.                                                     </div>
  131.                                                     <div class="col-auto">
  132.                                                         <label class="colorinput">
  133.                                                             <input name="color" type="radio" value="red" class="colorinput-input">
  134.                                                             <span class="colorinput-color bg-red"></span>
  135.                                                         </label>
  136.                                                     </div>
  137.                                                     <div class="col-auto">
  138.                                                         <label class="colorinput">
  139.                                                             <input name="color" type="radio" value="orange" class="colorinput-input">
  140.                                                             <span class="colorinput-color bg-orange"></span>
  141.                                                         </label>
  142.                                                     </div>
  143.                                                     <div class="col-auto">
  144.                                                         <label class="colorinput">
  145.                                                             <input name="color" type="radio" value="yellow" class="colorinput-input">
  146.                                                             <span class="colorinput-color bg-yellow"></span>
  147.                                                         </label>
  148.                                                     </div>
  149.                                                     <div class="col-auto">
  150.                                                         <label class="colorinput">
  151.                                                             <input name="color" type="radio" value="lime" class="colorinput-input">
  152.                                                             <span class="colorinput-color bg-lime"></span>
  153.                                                         </label>
  154.                                                     </div>
  155.                                                     <div class="col-auto">
  156.                                                         <label class="colorinput">
  157.                                                             <input name="color" type="radio" value="green" class="colorinput-input">
  158.                                                             <span class="colorinput-color bg-green"></span>
  159.                                                         </label>
  160.                                                     </div>
  161.                                                     <div class="col-auto">
  162.                                                         <label class="colorinput">
  163.                                                             <input name="color" type="radio" value="teal" class="colorinput-input">
  164.                                                             <span class="colorinput-color bg-teal"></span>
  165.                                                         </label>
  166.                                                     </div>
  167.                                                 </div>
  168.                                             </div>
  169.                                         </form>
  170.                                     </div>
  171.                                 </div>
  172.                             </div><!-- COL-END -->
  173.                             <div class="col-xl-9 col-lg-12">
  174.                                 <div class="card">
  175.                                     <div class="card-body">
  176.                                         <div class="row">
  177.                                             <div class="col-md-4">
  178.                                                 <div class="form-group mb-0 my-1">
  179.                                                     <select name="beast" id="select-beast4" class="form-control form-select select2">
  180.                                                         <option value="0">
  181.                                                             -- Sort By --
  182.                                                         </option>
  183.                                                         <option value="1">Featured</option>
  184.                                                         <option value="2">Price: Hight to Low â†“</option>
  185.                                                         <option value="3">Price: Low to High â†‘</option>
  186.                                                         <option value="4">Relese Date</option>
  187.                                                         <option value="5">Rating</option>
  188.                                                     </select>
  189.                                                 </div>
  190.                                             </div>
  191.                                             <div class="col-md-4 text-center d-none d-xl-block">
  192.                                                 <div class="btn-group my-1">
  193.                                                     <button class="btn btn-primary four-col fourCol" id="viewBtn" name="view">IV</button>
  194.                                                     <button class="btn btn-primary three-col threeCol" id="viewBtn1" name="view" >III</button>
  195.                                                     <button class="btn btn-primary two-col twoCol" id="viewBtn2" name="view" >II</button>
  196.                                                 </div>
  197.                                             </div>
  198.                                             <div class="col-xl">
  199.                                                 <div class="input-group my-1">
  200.                                                     <input type="text" class="form-control" placeholder="Search ...">
  201.                                                     <button class="input-group-text btn btn-primary text-white">Search</button>
  202.                                                 </div>
  203.                                             </div>
  204.                                         </div>
  205.                                     </div>
  206.                                 </div>
  207.                                 <div class="row products-main">
  208.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  209.                                         <div class="card item-card">
  210.                                             <div class="product-grid6 card-body">
  211.                                                 <div class="product-image6">
  212.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  213.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/4.png'))}}" alt="img">
  214.                                                     </a>
  215.                                                     <div class="icon-container">
  216.                                                         <ul class="icons">
  217.                                                             <li>
  218.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  219.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  220.                                                                 </a>
  221.                                                             </li>
  222.                                                             <li>
  223.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  224.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  225.                                                                 </a>
  226.                                                             </li>
  227.                                                             <li>
  228.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  229.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  230.                                                                 </a>
  231.                                                             </li>
  232.                                                             <li>
  233.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  234.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  235.                                                                 </a>
  236.                                                             </li>
  237.                                                         </ul>
  238.                                                     </div>
  239.                                                 </div>
  240.                                                 <div class="product-content w-100 p-3">
  241.                                                     <div class="mb-2">
  242.                                                         <h4 class="mb-1 text-normal"><a href="#">Multi Colour Flower Pot Set</a> </h4>
  243.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  244.                                                     </div>
  245.                                                     <p class="mb-2 text-warning">
  246.                                                         <span>
  247.                                                             <i class="fa fa-star"></i>
  248.                                                             <i class="fa fa-star"></i>
  249.                                                             <i class="fa fa-star"></i>
  250.                                                             <i class="fa fa-star"></i>
  251.                                                             <i class="fa fa-star-half-o"></i>
  252.                                                         </span>
  253.                                                         <span class="ms-2">(4.5)</span>
  254.                                                     </p>
  255.                                                     <div class="d-flex align-items-center justify-content-between">
  256.                                                         <p class="mb-0">
  257.                                                             <span class="text-22">$200</span>
  258.                                                             <span class="text-decoration-line-through text-muted ms-1">$320</span>
  259.                                                         </p>
  260.                                                         <p class="mb-0 text-secondary">item unavailable</p>
  261.                                                     </div>
  262.                                                 </div>
  263.                                             </div>
  264.                                         </div>
  265.                                     </div>
  266.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  267.                                         <div class="card item-card">
  268.                                             <div class="product-grid6 card-body">
  269.                                                 <div class="product-image6">
  270.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  271.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/6.png'))}}" alt="img">
  272.                                                     </a>
  273.                                                     <div class="icon-container">
  274.                                                         <ul class="icons">
  275.                                                             <li>
  276.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  277.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  278.                                                                 </a>
  279.                                                             </li>
  280.                                                             <li>
  281.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  282.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  283.                                                                 </a>
  284.                                                             </li>
  285.                                                             <li>
  286.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  287.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  288.                                                                 </a>
  289.                                                             </li>
  290.                                                             <li>
  291.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  292.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  293.                                                                 </a>
  294.                                                             </li>
  295.                                                         </ul>
  296.                                                     </div>
  297.                                                 </div>
  298.                                                 <div class="product-content w-100 p-3">
  299.                                                     <div class="mb-2">
  300.                                                         <h4 class="mb-1 text-normal"> <a href="#">Wood Photo Frame - Size(M)</a> </h4>
  301.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  302.                                                     </div>
  303.                                                     <p class="mb-2 text-warning">
  304.                                                         <span>
  305.                                                             <i class="fa fa-star"></i>
  306.                                                             <i class="fa fa-star"></i>
  307.                                                             <i class="fa fa-star"></i>
  308.                                                             <i class="fa fa-star-half-o"></i>
  309.                                                             <i class="fa fa-star-o"></i>
  310.                                                         </span>
  311.                                                         <span class="ms-2">(3.5)</span>
  312.                                                     </p>
  313.                                                     <div class="d-flex align-items-center justify-content-between">
  314.                                                         <p class="mb-0">
  315.                                                             <span class="text-22">$50</span>
  316.                                                             <span class="text-decoration-line-through text-muted ms-1">$75</span>
  317.                                                         </p>
  318.                                                         <p class="mb-0 text-primary">in stock</p>
  319.                                                     </div>
  320.                                                 </div>
  321.                                             </div>
  322.                                         </div>
  323.                                     </div>
  324.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  325.                                         <div class="card item-card">
  326.                                             <div class="product-grid6 card-body">
  327.                                                 <div class="product-image6">
  328.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  329.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/10.png'))}}" alt="img">
  330.                                                     </a>
  331.                                                     <div class="icon-container">
  332.                                                         <ul class="icons">
  333.                                                             <li>
  334.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  335.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  336.                                                                 </a>
  337.                                                             </li>
  338.                                                             <li>
  339.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  340.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  341.                                                                 </a>
  342.                                                             </li>
  343.                                                             <li>
  344.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  345.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  346.                                                                 </a>
  347.                                                             </li>
  348.                                                             <li>
  349.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  350.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  351.                                                                 </a>
  352.                                                             </li>
  353.                                                         </ul>
  354.                                                     </div>
  355.                                                 </div>
  356.                                                 <div class="product-content w-100 p-3">
  357.                                                     <div class="mb-2">
  358.                                                         <h4 class="mb-1 text-normal"> <a href="#">Stylilsh Sunglasses For Men</a> </h4>
  359.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  360.                                                     </div>
  361.                                                     <p class="mb-2 text-warning">
  362.                                                         <span>
  363.                                                             <i class="fa fa-star"></i>
  364.                                                             <i class="fa fa-star"></i>
  365.                                                             <i class="fa fa-star"></i>
  366.                                                             <i class="fa fa-star-half-o"></i>
  367.                                                             <i class="fa fa-star-o"></i>
  368.                                                         </span>
  369.                                                         <span class="ms-2">(3.5)</span>
  370.                                                     </p>
  371.                                                     <div class="d-flex align-items-center justify-content-between">
  372.                                                         <p class="mb-0">
  373.                                                             <span class="text-22">$150</span>
  374.                                                             <span class="text-decoration-line-through text-muted ms-1">$250</span>
  375.                                                         </p>
  376.                                                         <p class="mb-0 text-primary">in stock</p>
  377.                                                     </div>
  378.                                                 </div>
  379.                                             </div>
  380.                                         </div>
  381.                                     </div>
  382.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  383.                                         <div class="card item-card">
  384.                                             <div class="product-grid6 card-body">
  385.                                                 <div class="product-image6">
  386.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  387.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/2.png'))}}" alt="img">
  388.                                                     </a>
  389.                                                     <div class="icon-container">
  390.                                                         <ul class="icons">
  391.                                                             <li>
  392.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  393.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  394.                                                                 </a>
  395.                                                             </li>
  396.                                                             <li>
  397.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  398.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  399.                                                                 </a>
  400.                                                             </li>
  401.                                                             <li>
  402.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  403.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  404.                                                                 </a>
  405.                                                             </li>
  406.                                                             <li>
  407.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  408.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  409.                                                                 </a>
  410.                                                             </li>
  411.                                                         </ul>
  412.                                                     </div>
  413.                                                 </div>
  414.                                                 <div class="product-content w-100 p-3">
  415.                                                     <div class="mb-2">
  416.                                                         <h4 class="mb-1 text-normal"> <a href="#">Game Controller Joystick</a> </h4>
  417.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  418.                                                     </div>
  419.                                                     <p class="mb-2 text-warning">
  420.                                                         <span>
  421.                                                             <i class="fa fa-star"></i>
  422.                                                             <i class="fa fa-star"></i>
  423.                                                             <i class="fa fa-star"></i>
  424.                                                             <i class="fa fa-star-half-o"></i>
  425.                                                             <i class="fa fa-star-o"></i>
  426.                                                         </span>
  427.                                                         <span class="ms-2">(3.5)</span>
  428.                                                     </p>
  429.                                                     <div class="d-flex align-items-center justify-content-between">
  430.                                                         <p class="mb-0">
  431.                                                             <span class="text-22">$550</span>
  432.                                                             <span class="text-decoration-line-through text-muted ms-1">$1150</span>
  433.                                                         </p>
  434.                                                         <p class="mb-0 text-primary">in stock</p>
  435.                                                     </div>
  436.                                                 </div>
  437.                                             </div>
  438.                                         </div>
  439.                                     </div>
  440.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  441.                                         <div class="card item-card">
  442.                                             <div class="product-grid6 card-body">
  443.                                                 <div class="product-image6">
  444.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  445.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/8.png'))}}" alt="img">
  446.                                                     </a>
  447.                                                     <div class="icon-container">
  448.                                                         <ul class="icons">
  449.                                                             <li>
  450.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  451.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  452.                                                                 </a>
  453.                                                             </li>
  454.                                                             <li>
  455.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  456.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  457.                                                                 </a>
  458.                                                             </li>
  459.                                                             <li>
  460.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  461.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  462.                                                                 </a>
  463.                                                             </li>
  464.                                                             <li>
  465.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  466.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  467.                                                                 </a>
  468.                                                             </li>
  469.                                                         </ul>
  470.                                                     </div>
  471.                                                 </div>
  472.                                                 <div class="product-content w-100 p-3">
  473.                                                     <div class="mb-2">
  474.                                                         <h4 class="mb-1 text-normal"> <a href="#">Wall Clock - 30cm×30cm</a> </h4>
  475.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  476.                                                     </div>
  477.                                                     <p class="mb-2 text-warning">
  478.                                                         <span>
  479.                                                             <i class="fa fa-star"></i>
  480.                                                             <i class="fa fa-star"></i>
  481.                                                             <i class="fa fa-star"></i>
  482.                                                             <i class="fa fa-star-half-o"></i>
  483.                                                             <i class="fa fa-star-o"></i>
  484.                                                         </span>
  485.                                                         <span class="ms-2">(3.5)</span>
  486.                                                     </p>
  487.                                                     <div class="d-flex align-items-center justify-content-between">
  488.                                                         <p class="mb-0">
  489.                                                             <span class="text-22">$150</span>
  490.                                                             <span class="text-decoration-line-through text-muted ms-1">$170</span>
  491.                                                         </p>
  492.                                                         <p class="mb-0 text-primary">in stock</p>
  493.                                                     </div>
  494.                                                 </div>
  495.                                             </div>
  496.                                         </div>
  497.                                     </div>
  498.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  499.                                         <div class="card item-card">
  500.                                             <div class="product-grid6 card-body">
  501.                                                 <div class="product-image6">
  502.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  503.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/5.png'))}}" alt="img">
  504.                                                     </a>
  505.                                                     <div class="icon-container">
  506.                                                         <ul class="icons">
  507.                                                             <li>
  508.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  509.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  510.                                                                 </a>
  511.                                                             </li>
  512.                                                             <li>
  513.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  514.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  515.                                                                 </a>
  516.                                                             </li>
  517.                                                             <li>
  518.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  519.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  520.                                                                 </a>
  521.                                                             </li>
  522.                                                             <li>
  523.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  524.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  525.                                                                 </a>
  526.                                                             </li>
  527.                                                         </ul>
  528.                                                     </div>
  529.                                                 </div>
  530.                                                 <div class="product-content w-100 p-3">
  531.                                                     <div class="mb-2">
  532.                                                         <h4 class="mb-1 text-normal"> <a href="#">Long Arm Study Desk Lamp</a> </h4>
  533.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  534.                                                     </div>
  535.                                                     <p class="mb-2 text-warning">
  536.                                                         <span>
  537.                                                             <i class="fa fa-star"></i>
  538.                                                             <i class="fa fa-star"></i>
  539.                                                             <i class="fa fa-star"></i>
  540.                                                             <i class="fa fa-star-half-o"></i>
  541.                                                             <i class="fa fa-star-o"></i>
  542.                                                         </span>
  543.                                                         <span class="ms-2">(3.5)</span>
  544.                                                     </p>
  545.                                                     <div class="d-flex align-items-center justify-content-between">
  546.                                                         <p class="mb-0">
  547.                                                             <span class="text-22">$85</span>
  548.                                                             <span class="text-decoration-line-through text-muted ms-1">$150</span>
  549.                                                         </p>
  550.                                                         <p class="mb-0 text-primary">in stock</p>
  551.                                                     </div>
  552.                                                 </div>
  553.                                             </div>
  554.                                         </div>
  555.                                     </div>
  556.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  557.                                         <div class="card item-card">
  558.                                             <div class="product-grid6 card-body">
  559.                                                 <div class="product-image6">
  560.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  561.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/3.png'))}}" alt="img">
  562.                                                     </a>
  563.                                                     <div class="icon-container">
  564.                                                         <ul class="icons">
  565.                                                             <li>
  566.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  567.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  568.                                                                 </a>
  569.                                                             </li>
  570.                                                             <li>
  571.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  572.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  573.                                                                 </a>
  574.                                                             </li>
  575.                                                             <li>
  576.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  577.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  578.                                                                 </a>
  579.                                                             </li>
  580.                                                             <li>
  581.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  582.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  583.                                                                 </a>
  584.                                                             </li>
  585.                                                         </ul>
  586.                                                     </div>
  587.                                                 </div>
  588.                                                 <div class="product-content w-100 p-3">
  589.                                                     <div class="mb-2">
  590.                                                         <h4 class="mb-1 text-normal"> <a href="#">Headphones With Mic</a> </h4>
  591.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  592.                                                     </div>
  593.                                                     <p class="mb-2 text-warning">
  594.                                                         <span>
  595.                                                             <i class="fa fa-star"></i>
  596.                                                             <i class="fa fa-star"></i>
  597.                                                             <i class="fa fa-star"></i>
  598.                                                             <i class="fa fa-star-half-o"></i>
  599.                                                             <i class="fa fa-star-o"></i>
  600.                                                         </span>
  601.                                                         <span class="ms-2">(3.5)</span>
  602.                                                     </p>
  603.                                                     <div class="d-flex align-items-center justify-content-between">
  604.                                                         <p class="mb-0">
  605.                                                             <span class="text-22">$175</span>
  606.                                                             <span class="text-decoration-line-through text-muted ms-1">$250</span>
  607.                                                         </p>
  608.                                                         <p class="mb-0 text-primary">in stock</p>
  609.                                                     </div>
  610.                                                 </div>
  611.                                             </div>
  612.                                         </div>
  613.                                     </div>
  614.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  615.                                         <div class="card item-card">
  616.                                             <div class="product-grid6 card-body">
  617.                                                 <div class="product-image6">
  618.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  619.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/9.png'))}}" alt="img">
  620.                                                     </a>
  621.                                                     <div class="icon-container">
  622.                                                         <ul class="icons">
  623.                                                             <li>
  624.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  625.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  626.                                                                 </a>
  627.                                                             </li>
  628.                                                             <li>
  629.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  630.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  631.                                                                 </a>
  632.                                                             </li>
  633.                                                             <li>
  634.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  635.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  636.                                                                 </a>
  637.                                                             </li>
  638.                                                             <li>
  639.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  640.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  641.                                                                 </a>
  642.                                                             </li>
  643.                                                         </ul>
  644.                                                     </div>
  645.                                                 </div>
  646.                                                 <div class="product-content w-100 p-3">
  647.                                                     <div class="mb-2">
  648.                                                         <h4 class="mb-1 text-normal"> <a href="#">Digital Watch For Men</a> </h4>
  649.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  650.                                                     </div>
  651.                                                     <p class="mb-2 text-warning">
  652.                                                         <span>
  653.                                                             <i class="fa fa-star"></i>
  654.                                                             <i class="fa fa-star"></i>
  655.                                                             <i class="fa fa-star"></i>
  656.                                                             <i class="fa fa-star"></i>
  657.                                                             <i class="fa fa-star-o"></i>
  658.                                                         </span>
  659.                                                         <span class="ms-2">(4.0)</span>
  660.                                                     </p>
  661.                                                     <div class="d-flex align-items-center justify-content-between">
  662.                                                         <p class="mb-0">
  663.                                                             <span class="text-22">$215</span>
  664.                                                             <span class="text-decoration-line-through text-muted ms-1">$350</span>
  665.                                                         </p>
  666.                                                         <p class="mb-0 text-primary">in stock</p>
  667.                                                     </div>
  668.                                                 </div>
  669.                                             </div>
  670.                                         </div>
  671.                                     </div>
  672.                                     <div class="col-12 col-md-6 col-sm-6 col-lg-6 col-xl-3 product-each">
  673.                                         <div class="card item-card">
  674.                                             <div class="product-grid6 card-body">
  675.                                                 <div class="product-image6">
  676.                                                     <a href="{{ absolute_url(path('app_product_details')) }}" class="img-container">
  677.                                                         <img class="img-fluid" src="{{absolute_url(asset('build/images/pngs/1.png'))}}" alt="img">
  678.                                                     </a>
  679.                                                     <div class="icon-container">
  680.                                                         <ul class="icons">
  681.                                                             <li>
  682.                                                                 <a href="{{ absolute_url(path('app_product_details')) }}" data-tip="Quick View">
  683.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c2.208252-0.0021973,3.9978027-1.791748,4-4C16,9.7908325,14.2091675,8,12,8z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z M21.960022,11.8046875C19.9189453,6.9902344,16.1025391,4,12,4s-7.9189453,2.9902344-9.960022,7.8046875c-0.0537109,0.1246948-0.0537109,0.2659302,0,0.390625C4.0810547,17.0097656,7.8974609,20,12,20s7.9190063-2.9902344,9.960022-7.8046875C22.0137329,12.0706177,22.0137329,11.9293823,21.960022,11.8046875z M12,19c-3.6396484,0-7.0556641-2.6767578-8.9550781-7C4.9443359,7.6767578,8.3603516,5,12,5s7.0556641,2.6767578,8.9550781,7C19.0556641,16.3232422,15.6396484,19,12,19z"></path></svg>
  684.                                                                 </a>
  685.                                                             </li>
  686.                                                             <li>
  687.                                                                 <a href="{{ absolute_url(path('app_wish_list')) }}" data-tip="Add to Wishlist">
  688.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.2246094,4.5693359C17.9908447,2.3260498,14.4058838,2.1826172,12,4.2402344C9.5941162,2.1826172,6.0091553,2.3260498,3.7753906,4.5693359c-2.3632812,2.3798218-2.3632812,6.2207642,0,8.6005859l7.8701172,7.8955078c0.09375,0.0944824,0.2213745,0.147583,0.3544922,0.1474609c0.1331177,0.0001221,0.2607422-0.0529785,0.3544922-0.1474609l7.8701172-7.8955078C22.5878906,10.7901001,22.5878906,6.9491577,20.2246094,4.5693359z M19.515625,12.4649048L12,20.0048828l-7.515625-7.5400391c-1.9755859-1.9897461-1.9755859-5.2007446,0-7.1904297C5.430603,4.319458,6.7201538,3.7837524,8.0644531,3.7871094c1.3446655-0.00354,2.6345825,0.5322266,3.5810547,1.4873657c0.1983643,0.1894531,0.5106201,0.1894531,0.7089844,0c0.0047607-0.0047607,0.0094604-0.0095215,0.0142212-0.0142822c1.9775391-1.9696045,5.1773071-1.9632568,7.1469116,0.0142822C21.4912109,7.2641602,21.4912109,10.4751587,19.515625,12.4649048z"></path></svg>
  689.                                                                 </a>
  690.                                                             </li>
  691.                                                             <li>
  692.                                                                 <a href="{{ absolute_url(path('app_cart')) }}" data-tip="Add to Cart">
  693.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M9,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C11,18.8954468,10.1045532,18,9,18z M9,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C10,20.5523071,9.5523071,21,9,21z M17,18c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C19,18.8954468,18.1045532,18,17,18z M17,21c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C18,20.5523071,17.5523071,21,17,21z M19.4985352,12.0502319l1.9848633-7.4213257c0.0111694-0.0419312,0.0167847-0.085083,0.0167847-0.128479C21.5002441,4.2241211,21.2763062,4.000061,21,4H5.9198608L5.4835205,2.371582C5.4249268,2.1530151,5.2268677,2.0009766,5.0005493,2.0009766H3.5048218C3.5031128,2.0009766,3.501709,2,3.5,2C3.223877,2,3,2.223877,3,2.5S3.223877,3,3.5,3v0.0009766L4.6162109,3l2.579834,9.6288452C7.2546387,12.8477783,7.453064,13,7.6796875,13H11h6.8603516H19c0.8284302,0,1.5,0.6715698,1.5,1.5S19.8284302,16,19,16H5c-0.276123,0-0.5,0.223877-0.5,0.5S4.723877,17,5,17h14c1.3807373,0,2.5-1.1192627,2.5-2.5C21.5,13.2900391,20.6403809,12.2813721,19.4985352,12.0502319z M18.4761963,12h-0.6158447H11H8.0634766L6.1878052,5h14.1608276L18.4761963,12z"></path></svg>
  694.                                                                 </a>
  695.                                                             </li>
  696.                                                             <li>
  697.                                                                 <a href="{{ absolute_url(path('app_checkout')) }}" data-tip="notify me">
  698.                                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18,14.1V10c0-3.1-2.4-5.7-5.5-6V2.5C12.5,2.2,12.3,2,12,2s-0.5,0.2-0.5,0.5V4C8.4,4.3,6,6.9,6,10v4.1c-1.1,0.2-2,1.2-2,2.4v2C4,18.8,4.2,19,4.5,19h3.7c0.5,1.7,2,3,3.8,3c1.8,0,3.4-1.3,3.8-3h3.7c0.3,0,0.5-0.2,0.5-0.5v-2C20,15.3,19.1,14.3,18,14.1z M7,10c0-2.8,2.2-5,5-5s5,2.2,5,5v4H7V10z M13,20.8c-1.6,0.5-3.3-0.3-3.8-1.8h5.6C14.5,19.9,13.8,20.5,13,20.8z M19,18H5v-1.5C5,15.7,5.7,15,6.5,15h11c0.8,0,1.5,0.7,1.5,1.5V18z"/></svg>
  699.                                                                 </a>
  700.                                                             </li>
  701.                                                         </ul>
  702.                                                     </div>
  703.                                                 </div>
  704.                                                 <div class="product-content w-100 p-3">
  705.                                                     <div class="mb-2">
  706.                                                         <h4 class="mb-1 text-normal"> <a href="#">Digital Camera With Lens</a> </h4>
  707.                                                         <p class="mb-0 text-muted text-start">brand name</p>
  708.                                                     </div>
  709.                                                     <p class="mb-2 text-warning">
  710.                                                         <span>
  711.                                                             <i class="fa fa-star"></i>
  712.                                                             <i class="fa fa-star"></i>
  713.                                                             <i class="fa fa-star"></i>
  714.                                                             <i class="fa fa-star"></i>
  715.                                                             <i class="fa fa-star-o"></i>
  716.                                                         </span>
  717.                                                         <span class="ms-2">(4.0)</span>
  718.                                                     </p>
  719.                                                     <div class="d-flex align-items-center justify-content-between">
  720.                                                         <p class="mb-0">
  721.                                                             <span class="text-22">$715</span>
  722.                                                             <span class="text-decoration-line-through text-muted ms-1">$1350</span>
  723.                                                         </p>
  724.                                                         <p class="mb-0 text-secondary">item unavailable</p>
  725.                                                     </div>
  726.                                                 </div>
  727.                                             </div>
  728.                                         </div>
  729.                                     </div>
  730.                                 </div>
  731.                                 <div class="mb-5">
  732.                                     <div class="float-end">
  733.                                         <ul class="pagination ">
  734.                                             <li class="page-item page-prev disabled">
  735.                                                 <a class="page-link" href="#" tabindex="-1">Prev</a>
  736.                                             </li>
  737.                                             <li class="page-item active"><a class="page-link" href="#">1</a></li>
  738.                                             <li class="page-item"><a class="page-link" href="#">2</a></li>
  739.                                             <li class="page-item"><a class="page-link" href="#">3</a></li>
  740.                                             <li class="page-item"><a class="page-link" href="#">4</a></li>
  741.                                             <li class="page-item"><a class="page-link" href="#">5</a></li>
  742.                                             <li class="page-item page-next">
  743.                                                 <a class="page-link" href="#">Next</a>
  744.                                             </li>
  745.                                         </ul>
  746.                                     </div>
  747.                                 </div>
  748.                             </div><!-- COL-END -->
  749.                         </div>
  750.                         <!-- ROW-1 CLOSED -->
  751.                         
  752. {% endblock %}
  753. {% block javascripts %}
  754.    {{parent()}} 
  755.         <!-- INTERNAL SELECT2 JS -->
  756.         <script src="{{absolute_url(asset('build/plugins/select2/select2.full.min.js'))}}"></script>
  757.         {{ encore_entry_script_tags('js/select2') }}
  758.         <!-- PRODUCTS JS -->
  759.          {{ encore_entry_script_tags('js/products') }}
  760. {% endblock %}