.t431__table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #ccc !important;
}

/* Верхние углы */
.t431__thead th:first-child {
    border-top-left-radius: 12px !important;
}
.t431__thead th:last-child {
    border-top-right-radius: 12px !important;
}

/* Нижние углы */
.t431__tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px !important;
}
.t431__tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px !important;
}

.t700__img {
    border-radius: 20px;
}

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

.js-store-prod-all-charcs {
    display: none;
}

/* Общий класс под кат на 5 строк */
.clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 