Why is a product display lower than all the rest?

The second product (the irrational tee, go buy it!) is lower than all the rest. How do I get the product card to be the same height as all the rest?

Thanks,

Caleb

Hi @calebkamins ,

For equal height Product images you need to add following CSS inside this file: SALES CHANNELS > Online Store > Themes > Actions > Edit code > Assets > base.css

.card--product .card__inner .media{
  padding-bottom: 100% !important;
}

Thank you.