.topcar-recently-viewed-item {
    list-style: none;
    margin-bottom: 14px;
}

.topcar-recently-viewed-link {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.topcar-shop-layout .product_list_widget li {
    padding: 1em;
}

ul.product_list_widget li .topcar-recently-viewed-image img {
    position: relative;
    top: 0;
    width: auto;
}

.topcar-recently-viewed-image {
    width: 72px;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f3;
}

.topcar-recently-viewed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topcar-recently-viewed-year {
    display: inline-flex;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #999;
}

.topcar-recently-viewed-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    color: #111;
}

.topcar-recently-viewed-price {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 800;
    color: #111;
}