How to modify lines in a grid?

Hello,
I wanted to redo my cart. To do this, I created a grid and a loop with the products in the cart.

I created a line to separate each product as in the original basket:

I thought that this line would be reproduced below each product but no, it is only placed on the last product.

I want to redo the lines like in this photo:

How do I modify the inner lines of the grid?

I used my browser’s inspector, but I can’t find a way to modify this with CSS.