/* Product-card title styling matched to the supplied shop-page reference. */
.collection-grid .sf-product .product-meta{display:none}
.collection-grid .sf-product h3{
    display:block;
    max-width:100%;
    margin:13px 0 9px;
    overflow:hidden;
    color:#5f5d60;
    font-family:"DM Sans",Arial,sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.35;
    letter-spacing:0;
    white-space:nowrap;
    text-overflow:ellipsis;
}
@media(max-width:900px){
    .collection-grid .sf-product h3{font-size:14px;line-height:1.35}
}
