Select elements after x number of elements. #css
_
nth-child(n+4) .block.upsell .products .product-item:nth-child(n+4) { display: none; }