How can I create a black border around product thumbnails in Crave theme?

Hi! I am trying to create a black border around my product thumbnails in product grid in Crave theme. Anyone able to help assist? Thanks!

@Chris_Chan1 - can you please share the product grid page link?

Hi! The theme is currently in my drafts, not sure if i am able to share the page link, however, here is a screenshot if it might help.

@Chris_Chan1 - screenshot will not help much, you can share the preview link

I believe this is the link

https://mcxcmo9mks3sj6y2-21866469.shopifypreview.com/collections/alexandre-christie

@Chris_Chan1 - add this css to the very end of your base.css file and check

.product-grid-container .product-card-wrapper .card__inner {
    border: 1px solid #000 !important;}

Hmm didnt seems to solve it, unless i inputted the code wrong?