.t-name_xs {
    font-size: 14px;
    line-height: 1.35
}

.t-name_md {
    font-size: 18px;
    line-height: 1.35
}

.t-name_xl {
    font-size: 22px;
    line-height: 1.35
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55
}


@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 12px;
    }

    .t-text_sm {
        font-size: 14px;
    }

    .t-text_md {
        font-size: 16px;
    }

    .t-descr_xxs {
        font-size: 14px;
    }

    .t-descr_sm {
        font-size: 14px;
    }

    .t-descr_md {
        font-size: 16px;
    }

    .t-name_xs {
        font-size: 12px;
    }

    .t-name_md {
        font-size: 16px;
    }

    .t-name_xl {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size:12px;
        line-height: 1.45;
    }

    .t-text_sm {
        font-size: 12px;
        line-height: 1.45;
    }

    .t-text_md {
        font-size: 14px;
        line-height: 1.45;
    }

    .t-descr_sm {
        font-size: 12px;
        line-height: 1.45;
    }

    .t-descr_md {
        font-size: 14px;
        line-height: 1.45;
    }

    .t-name_xs {
        font-size: 14px;
    }

    .t-name_md {
        font-size: 14px;
    }

    .t-name_xl {
        font-size: 18px;
    }
}

/* Hide sold out text */
.js-store-prod-sold-out {
    display: none;
}

/* Hide Найдено */
.t-store__filter__prods-number {
    display: none;
}
