.commerce-card .commerce-card-image,
.all-products-catalog .commerce-card-image,
.category-catalog-main .commerce-card-image {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 210px;
    width: 100%;
    height: 210px;
    min-height: 210px;
    max-height: 210px;
    padding: 12px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}

.commerce-card .commerce-card-image img {
    position: static !important;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
}

.commerce-card .commerce-card-body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    padding-top: 4px;
    background: #fff;
}

.commerce-card .card-badges span {
    display: none;
}

@media (max-width: 560px) {
    .commerce-card .commerce-card-image,
    .all-products-catalog .commerce-card-image,
    .category-catalog-main .commerce-card-image {
        flex-basis: 230px;
        height: 230px;
        min-height: 230px;
        max-height: 230px;
    }
}
