/** Shopify CDN: Minification failed

Line 41:3 Expected "}" to go with "{"

**/


/* ===========================
   Mobile Product Card Fix
=========================== */

@media (max-width: 767px){

   /* Product title */
  .m-product-card__title,
  .m-product-card__name{
      font-size:13px !important;
      line-height:1.3 !important;
      margin-bottom:6px !important;

      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
  }

  /* Price */
  .m-product-card__price{
      font-size:13px !important;
      margin-top:4px !important;
  }

  .m-price{
      font-size:13px !important;
  }

  /* Discount badge */
  .m-product-card__tag-name{
      font-size:11px !important;
      padding:3px 8px !important;
  }