.xcart-product-collections__card {
    display: block;
    background: #fff;
    color: #555;
    border: 1px solid #e7e7e7;
}

.xcart-product-collections__card:hover,
.xcart-product-collections__card:focus {
    opacity: .9;
}

.xcart-product-collections__img {
    background: no-repeat center;
    background-size: cover;
    padding-top: 66.66%;
    height: 0;
}

.xcart-product-collections__card-title-box {
    padding: .5em;
}

.xcart-product-collections__card-title {
    font-family: 'SF UI Display', sans-serif;
    line-height: 1.1;
    font-weight: 300;
    max-height: 35px;
    height: 35px;
    text-align: center;
}
