Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
.product-item__product-title.fs-product-card-title {
white-space: normal;
height: 21px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
line-height: 1.1;
}