Products are not aligned on collection page

What’s your question? What do you want to achieve?

Some products are not aligned on my collections page desktop version and is only happening for the beddings collection. It is not an image sizing issue. Cannot figure out how this started happening out of the blue.

(Optional) Store URL

(Optional) Upload screenshots you want feedback on

This looks like unfinished animation.

I believe that the “Varia ‑ variants on collection” app inserts extra product cards in product grid when initial animation is already finished.

One option is to try and uncheck the “Reveal section on scroll” setting:

Alternatively, add this code to “Theme settings”-> Custom CSS:

.gsProductAlias {
  transform: none !important;
}

However, I’d try to complain to the app developer first, or see if there is an option for this in app settings.