/** Shopify CDN: Minification failed

Line 31:5 Expected "}" to go with "{"

**/


.m-product-card__title,
.m-product-card__title a,
.m-product-card__name {
    font-family: var(--font-body-family) !important;
    font-weight: 500 !important;
}

/* MOBILE PRODUCT TITLE + PRICE SMALL */

@media screen and (max-width: 768px) {

    /* Product Title */
    .m-product-card__name,
    .m-product-card__name a {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    /* Product Price */
    .m-product-card__price,
    .m-product-card__price .m-price {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }