/* Preserve production's two-line product-summary truncation and visible ellipsis. */

.pftg-featured-products .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
