/*
 * CardProductName — product title on a product card.
 * Stitch reference: ana-sayfa.html, "New Arrivals (Grid)" card:
 * "font-body-md text-body-md text-primary font-medium truncate"
 * (body-md 16/24, weight bumped to 500/medium, Menderes primary color).
 */

.cc_t2dowgyg_card_product_name .kombos-card-product-name {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.cc_t2dowgyg_card_product_name .kombos-card-product-name__link {
  display: block;
  max-width: 100%;
  font-family: var(--mh-font-body);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--mh-primary);
  text-decoration: none;
}

.cc_t2dowgyg_card_product_name .kombos-card-product-name__link:hover {
  text-decoration: underline;
}

.cc_t2dowgyg_card_product_name .kombos-card-product-name__link--single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
