ok, I see. Your product metafield is a list. So you need add a for tag like this
{%- for productcare in product.metafields.custom.productcare.value -%}
{{ productcare.product_care_img.value | image_url: width: 100 | image_tag }}
{% endfor %}