.content .card a{
    text-decoration: none;
    color: black;
}

.card-body {
    padding: 0.75rem 1.25rem;
    white-space: nowrap;
}

.car-images {
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    direction: rtl;
    -webkit-mask-image: -webkit-gradient(linear, 5% 45%, 55% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    height: 50px;
}

.car-images ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
}

.car-images ul li {
    display: inline;
}

.car-images img {
    width: 100px;
}

.model-count-products {
    position: absolute;
    top:0.8rem;
    right: 1.3rem;
    font-size: 10pt;
    opacity: 0;
    transition: opacity 0.7s
}

.card:hover .model-count-products {
    opacity: 0.6;
}

