/* TIRE CATEGORY/LINE PAGE */
.container-outer--tire-item {
    border-bottom: 5px solid #bdbdbd;
    padding: 20px 0 0 0;
}

.tire-item {
}

.tire-item .eu-performance-rating__heading, .tire-item .global-performance-rating__heading {
    display: none;
}

.tire-item:last-child {
    border: 0;
}

.tire-item__heading {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.tire-item__link {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;

}

.tire-item__image {
    width: 100%;
    max-height: 320px;
}

.tire-item__description {
    font-size: 80%;
}