jakramer
I updated 2 files on your site:
/plugins/jamegafilter/content/helper.php
And edit your custom style in this file: /templates/g5_helium/custom/scss/custom.scss
.ja-megafilter-wrap .ja-products-wrapper .product-item .desc p {
max-height: 90px;
overflow: hidden;
position: relative;
margin-bottom: 0;
}
change the max-height value so it can display introtext properly.