When the Product Title is to long it shows 3 dots ... at the end it doesn't continue On PC/MOBILE

You are welcome!

Yes you can, just remove the media statement. Leave it like this.

.full-unstyled-link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

Best,