.product-image {
    border: solid 1px #0d244d;
    width: 100%;
    height: 225px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-name {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: 30px
}

.product-name a {
    color: black
}

.title {
    text-align: center
}

.product-area {
    margin: 20px 0
}

#productType {
    padding-left: 25px;
    height: 60px;
    line-height: 60px
}


/*# sourceMappingURL=./product.css.map */