How to edit related products

The related products element is in product.html.

The style is found inĀ app/css/scss/elements/_relatedProducts.scss

The markup of the element looks as the following:

<div class="related-products">
 <h2 class="related-products__title">RELATED PRODUCTS</h2>
 <ul class="products-list">
  <li>
   <div class="product-item">
[..]
   </div>
  </li>
 [..]
 </ul>
</div>