<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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; } }
</pre></body></html>