@media (min-width: 992px) {
    body .zimnie-v7-header div.title-search-result {
        box-sizing: border-box;
        margin: 8px 0 0;
        overflow: hidden;
        background: #fff;
        border: 1.5px solid #e2e6eb;
        border-radius: 14px;
        box-shadow: 0 18px 44px rgba(31, 38, 52, .14);
        z-index: 60;
    }

    body .zimnie-v7-header table.title-search-result {
        width: 100%;
        table-layout: fixed;
        border: 0;
        border-collapse: collapse;
        background: #fff;
    }

    body .zimnie-v7-header table.title-search-result tr {
        height: 61px;
        background: #fff;
        transition: background-color .13s;
    }

    body .zimnie-v7-header table.title-search-result tr:hover,
    body .zimnie-v7-header table.title-search-result tr.title-search-selected {
        background: #f2f6ff;
    }

    body .zimnie-v7-header table.title-search-result td {
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #e2e6eb;
    }

    body .zimnie-v7-header table.title-search-result tr:last-child td {
        border-bottom: 0;
    }

    body .zimnie-v7-header table.title-search-result td.picture {
        width: 94px;
        padding-right: 14px;
        padding-left: 18px;
        text-align: center;
        vertical-align: middle;
    }

    body .zimnie-v7-header table.title-search-result td.picture img {
        display: block;
        width: 62px;
        height: 40px;
        max-width: 62px;
        max-height: 40px;
        object-fit: contain;
        mix-blend-mode: multiply;
        border-radius: 0;
        box-shadow: none;
    }

    body .zimnie-v7-header table.title-search-result td.main {
        padding-right: 18px;
        padding-left: 0;
        text-align: left;
        vertical-align: middle;
    }

    body .zimnie-v7-header table.title-search-result .item-text {
        min-width: 0;
        margin: 0;
    }

    body .zimnie-v7-header table.title-search-result .item-text > a {
        display: -webkit-box;
        overflow: hidden;
        color: #7b8491;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
        text-decoration: none;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body .zimnie-v7-header table.title-search-result .item-text > a b {
        color: #16181d;
        font-weight: 700;
    }

    body .zimnie-v7-header .title-search-result .item-parent {
        display: none;
    }

    body .zimnie-v7-header table.title-search-result .cost.prices {
        margin: 3px 0 0;
        line-height: 1.2;
    }

    body .zimnie-v7-header table.title-search-result .title-search-price {
        display: flex;
        align-items: baseline;
        gap: 7px;
        margin: 0;
    }

    body .zimnie-v7-header table.title-search-result .title-search-price > .price {
        margin: 0;
        color: #16181d;
        font-size: 13.5px;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
    }

    body .zimnie-v7-header table.title-search-result .title-search-price > .price.discount,
    body .zimnie-v7-header table.title-search-result .title-search-price > .price.discount strike {
        color: #a8afb9;
        font-size: 12px;
        font-weight: 500;
    }

    body .zimnie-v7-header table.title-search-result td.title-search-all {
        height: 48px;
        padding: 0;
        background: #fff !important;
        border-top: 1.5px solid #e2e6eb;
    }

    body .zimnie-v7-header table.title-search-result td.title-search-all a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        padding: 0 14px;
        color: #220ecc;
        background: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 1.1px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: background-color .13s;
    }

    body .zimnie-v7-header table.title-search-result td.title-search-all a:hover {
        color: #220ecc;
        background: #f2f6ff;
    }

    body .zimnie-v7-header table.title-search-result td.title-search-all .icon {
        display: none;
    }
}
