/* PROLINE 1.2 — avoid repeating the product title after the category path. */
body.product-mode .product-view .breadcrumbs > span:nth-last-child(2),
body.product-mode .product-view .breadcrumbs > span:last-child {
  display: none;
}
