.ps-product {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    height: 100%;
}

.ps-product__image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ps-product__title {
    display: block;
    text-align: center;
    margin: 0;
    color: #666666;
}