/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.products h3 {height:65px}
.woocommerce ul.products li.product h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}
.home .entry-title {display: none;}
.byline,
.updated {
  display: none;
}
.site-description:after {
    border: none;
}