/* Product-list typography aligned with the homepage New Arrivals rail. */
.category-products .products-grid .kxm-product-brand,
.category-products .products-list .kxm-product-brand {
    margin: 0 0 4px;
    color: #111;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.3;
    text-transform: uppercase;
}

.category-products .products-grid .product-info .product-name,
.category-products .products-list .product-name {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.category-products .products-grid .product-info .product-name {
    margin-bottom: 8px !important;
}

@media only screen and (max-width: 767px) {
    .category-products .products-grid .product-info .product-name,
    .category-products .products-list .product-name {
        font-size: 14px !important;
    }
}
