﻿header .tt-search .search-results .site-search-message {
    color: #5f6570;
    font-size: 14px;
    padding: 18px 0 4px;
}

header .tt-search .search-results .site-search-category {
    color: #8b9098;
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

header .tt-search .search-results .site-search-no-image {
    align-items: center;
    aspect-ratio: 3 / 4;
    background: #f2f4f7;
    color: #8b9098;
    display: flex;
    font-size: 11px;
    justify-content: center;
    min-height: 66px;
    padding: 8px;
    text-align: center;
    width: 100%;
}

header .tt-search .search-results.is-loading::before {
    color: #5f6570;
    content: attr(data-loading-text);
    display: block;
    font-size: 14px;
    padding: 18px 0 4px;
}

header .tt-search .search-results .tt-view-all {
    display: inline-block;
}

@media (max-width: 1024px) {
    header .tt-search .search-results .site-search-message,
    header .tt-search .search-results.is-loading::before {
        padding: 14px 0;
    }
}
