Please add the below code in component-card.css
- Go to Online store → Theme → Action → Edit code
- Asset → component-card.css
.card.card--product.card--outline {
border: 2px solid rgba(0, 0, 0, 0.3); /*change the color and width as required*/
}
Hope this will help you
Thanks