/* START_SNIPPET:product-card (INDEX:198) */
@media screen and (max-width: 767px) {
    .product-card__details > .grow { min-width: 0; max-width: 100%; }
    .product-card__title { overflow-wrap: anywhere; }
  }
/* END_SNIPPET:product-card */
