full margin category column | Shopify Dawn

Hi everyone !

I have a problem concerning a css modification I did, i have still a margin in the right that i want to remove. Any luck ?

Here is the code I added :
/* Modif oscar */
.collection .grid,
ul#product-grid {
gap: 0 !important;
}
.card {
border-right: 1px solid black;
border-bottom: 1px solid black;
box-sizing: border-box;
margin: 0 !important;
padding: 0 !important;
}
@media (min-width: 750px) {
ul#product-grid > li:nth-child(-n+4) .card {
border-top: 1px solid black;
}
}
@media (max-width: 749px) {
ul#product-grid > li:nth-child(-n+2) .card {
border-top: 1px solid black;
}
}

here you go !

https://marieve-store.myshopify.com/

password : nihied