/** Shopify CDN: Minification failed

Line 36:0 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;
    }

    /* Sabse aggressive solution */
.m-product-card,
.m-product-card__wrapper,
.m-product-card__media,
.m-product-card__media img,
.m-product-card img {
  border-radius: 8px !important;
  overflow: hidden !important;
}

