/**
 * CSS remove Images in product listing
 
 */
.productListing-heading {
display:none; 
}
 
 .listingProductImage {
 display: none;
 }
 
 .categoryIcon {
 display: none;
 }
