/* Mobile product title fix */
@media only screen and (max-width: 749px) {
  .grid-product__title {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
}