/** Shopify CDN: Minification failed

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

**/


/* 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;
    }