@charset "UTF-8";

/* ===== product title one line ===== */
.grid-product__title,
.card__heading,
.product-card__title,
.product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
