/*
Theme Name:   Troute Child
Template:     Troute
Version:      1.0.0
*/

/* WooCommerce: single product title - max 2 lines with ellipsis */
body.single-product .product_title,
body.single-product h1.product_title,
body.single-product .entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}