@media (min-width: 700px) {
    .max-15-h {
        height: 450px;
    }
}
a .center-product-image {
    height: 80%;
}
a .center-product-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: fill;
    object-fit: contain;
}
.product-component-name {
text-align: center;
}
.product-component-price {
text-align: center;
}
