.outlet-info h2, .outlet-info h3  {
    color: #fff;
}
.outlet-products {
    padding-top: 1rem!important;
}
.outlet-product-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
h2.outlet-product-title {
    font-size: 1em;
    max-height: 59px;
    min-height: 59px;
    overflow-y: hidden;
}
span.outlet-price {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    color: #13336d;
}
a.outlet-show-all {
    margin: 3rem auto 0;
}