.collection-products .product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media only screen and (max-width: 1024px) {
  .products-view-centered-xs .product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; } }
