/** Shopify CDN: Minification failed

Line 39:1 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: 11px !important;
        line-height: 1.4 !important;
        Letter-spacing:0px !important;
    }

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

    @media screen and (max-width: 767px) {
  .m-richtext__title {
    font-size: 22px !important;
    line-height: 1.2;
  }

  .m-richtext__description,
  .m-richtext__description p {
    font-size: 12px !important;
    line-height: 1.6;
  }
}