ul.product-list li a {
    height: auto;
}

.macro-produtos-colunas .conteudo-box .img-product img {
    width: auto;
}

.macro-vitrine-landing-page .img-product img {
    width: auto;
}

/* Menu Blog */

.menu-list-274 > a {
    background:#3dd25d;
}

/* Ajuste nas imagens */

img {
    height: auto;
}

/* Ajuste alinhamento grade de produtos */

ul.product-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 490px;
}

@media only screen and (max-width: 520px) {
    ul.product-list li {
        height: 300px;
    }
}