.product-list__link img{
    border-radius: 24px;
}
.product-list__title {
  text-decoration: none;
}

.w-card-product:hover .product-list__title {
  text-decoration: underline; 
}