Debut Theme: Thumbnails for Product Images not appearing

I have the problem that on my homepage (https://nxwab7btw6m6ywb2-24792738.shopifypreview.com) the thumbnails for some images are not appearing. I noticed that these are the links to product pages. The links for the collection pages (also thumbnail images) work fine. Maybe it has something to do with the code here?

{% for product in collection.products %} {% include 'product-card-list', product: product %} {% else %}

{% comment %}
Add default products to help with onboarding for collections/all only.

The onboarding styles and products are only loaded if the
store has no products.
{% endcomment %}
{% if collection.handle == ‘all’ and collection.all_vendors.size == 0 and collection.all_types.size == 0%}
{% for i in (1..4) %}

{%- assign placeholder = 'placeholder-product-' | append: i -%} {% include placeholder %}
{% if homepage_onboarding_product_title %}{{ homepage_onboarding_product_title }}{% else %}{{ 'homepage.onboarding.product_title' | t }}{% endif %}
$19.99
{% endfor %} {% else %} {%- assign is_empty_collection = true -%} {% endif %} {% endfor %}

I would really appreciate if someone could help me with this! Thank you!

@Elisaw

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

@KetanKumar Thank you so much for your response and support! It doesn’t work in any of my browsers and for my clients either. Are you looking the start page? (When you click on the logo on the top left)

@Elisaw

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.feature-row__image-wrapper a {position: absolute !important;top: 0;left: 0;right: 0;}

@KetanKumar wow thank you so much!!

@Elisaw

its my pleasure to help us