.badge--best-seller {
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (min-width: 990px) {
    .thumbnail-list {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

ul li p {
    display: inline;
}
