Align texts and the product grid regardless of the number of words in the title

Hey guys.

I’m having a problem aligning texts and boxes in the main page’s product grid.
I would basically like to set the text in green on all products in the grid, making the 1 product equal regardless of the number of words in the title or if there is a price comparison or not.

I’m using Warehouse theme.

I left a printscreen attached to the post.

My website: www.blasti.com.br

Thanks!

@NicolasBlasti

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-item__image-wrapper .aspect-ratio {
    padding-bottom: 100% !important;
}
.product-item__image-wrapper .aspect-ratio img {
    object-fit: contain;
}
.product-item__title {min-height: 70px;}
.product-item__price-list {min-height: 50px;}

Friend, thank you so much again, you are just amazing!
Worked perfectly.

Merry Christmas and Happy Holidays to you.

Hello, can you please help me, I could not find the section /theme.css. It only has theme-editor.js