﻿h1.search_h1 {
    font-family: MetaProRegular;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 24px) !important;
}
    h1.search_h1 a {
        color: #1558d6;
        font-weight: 700;
    }

.show-image {
    width: 200px;
    max-width: 100%;
}
.item-price {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
    .item-price i.price-icon {
        color: #1558d6 !important;
        font-size: 22px;
    }
    .item-price .best-offer-label {
        margin-left: 10px;
    }