#allrecords .js-store-prod-all-charcs a {
	position: relative;
	text-decoration: underline;
    /*font-weight: 500;*/
}

.t-store__grid-cont .js-store-prod-name,
.t951__grid-cont .js-store-prod-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.t-store__grid-cont .js-store-prod-name,
.t951__grid-cont .t-store__card__textwrapper {
    max-height: 110px !important;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .js-store-prod-name,
    .t951__grid-cont .js-store-prod-name {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .t-store__grid-cont .js-store-prod-name,
    .t951__grid-cont .t-store__card__textwrapper {
        max-height: 115px !important;
    }
}