.section-product-result .t-des {
    margin-bottom: 16px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

@media screen and (min-width: 1140px) {
    /* main:before {
        content: "";
        background: linear-gradient(360deg, rgba(99, 122, 105, 0) 0%, rgba(166, 244, 236, 1) 100%);
        top: 0;
        position: absolute;
        width: 100%;
        height: 110px;
    } */

    #navigation-header, .header {
        position: fixed !important;
    }
}