.t-descr_xxs {
    font-size: 16px !important;
}

.t-store__prod-snippet__container {
  padding-bottom: 75px !important;
    padding-top: 75px !important;
}


/* ==========================
   ТАБЛИЦЫ В TILDA
   ========================== */

#allrecords table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 25px 0 !important;
    font-size: 16px;
    line-height: 1.5;
}

/* Ячейки */
#allrecords table th,
#allrecords table td {
    border: 1px solid #d9d9d9 !important;
    padding: 12px 15px !important;
    text-align: left !important;
    vertical-align: top !important;
}

/* Заголовок таблицы */
#allrecords table th {
    background: #f3f4f6 !important;
    font-weight: 600 !important;
}

/* Чередование строк */
#allrecords table tbody tr:nth-child(even) td {
    background: #fafafa;
}

/* Наведение */
#allrecords table tbody tr:hover td {
    background: #f5f7fa;
}

/* Убираем странные отступы у текста внутри ячеек */
#allrecords table td p,
#allrecords table th p {
    margin: 0 !important;
}

/* ==========================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================== */

@media screen and (max-width: 640px) {

    #allrecords table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        font-size: 14px;
    }

    #allrecords table th,
    #allrecords table td {
        padding: 10px 12px !important;
        min-width: 130px;
    }
}
</style>