.el-productlist-product {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

.el-productlist-product-image {
    width: 20%;
    min-width: 50px;
    max-width: 400px;
    flex-shrink: 0;
}

.el-productlist-product-image img {
    max-width: 100%;
    height: auto;
}

.el-productlist-product-description {
    flex-grow: 1;
    margin-left: 20px;

    display: flex;
    flex-direction: column;
}
.el-productlist-product-title {
    font-weight: bold;
}
.el-productlist-product-subtext {
}
.el-productlist-product-price {
    font-weight: bold;
}
.el-productlist-product-button {
    margin-top: auto;
}
