.product-price-vat{display:none !important}.product-sku{display:none !important}.product-weight{display:none !important}.mt-5{DISPLAY:NONE}


.product-card .product-title.line-clamp-2,
.line-clamp-2{
 -webkit-line-clamp: 4 !important;
 
}

body > div.main-wrapper.\33 xl\:m-auto > div.main-content > div.relative > div > section > div > div.fixed-products-grid.grid > product-card{
  width: 22%;
}
.fixed-products-grid {display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
gap: 16px !important;}
@media(max-width:667px){
  body > div.main-wrapper.\33 xl\:m-auto > div.main-content > div.relative > div > section > div > div.fixed-products-grid.grid > product-card{
  width:45%;
}
}