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

.cc_MWZh2oluPB_card_product_name .kombos-card-product-name__link {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  color: var(--kombos-gray-900);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35rem;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.cc_MWZh2oluPB_card_product_name .kombos-card-product-name__link:visited {
  color: var(--kombos-gray-900);
  text-decoration: none !important;
}

.cc_MWZh2oluPB_card_product_name .kombos-card-product-name__link:hover {
  color: var(--balsuzen-turquoise-dark);
  text-decoration: none !important;
}

.cc_MWZh2oluPB_card_product_name .kombos-card-product-name__link:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--balsuzen-turquoise);
  outline-offset: 2px;
}

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