.layout_6 .type-article .product-name {
  font-weight: 400;
}
.layout_6 .type-article .product-desc {
  color: var(--text-color);
  max-height: calc(var(--product-list-gap) * 2);
  line-height: var(--product-list-gap);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=product-list-layout-6.css.map */
