.js-product-single a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-product-single a:nth-of-type(1) {
    background-color: #24A1DE;
    color: #ffffff !important;
}

.js-product-single a:nth-of-type(2) {
    background-color: #43d854;
    color: #ffffff !important;
}

.js-product-single a:nth-of-type(3) {
    background-color: #4d5461;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}


.t-store__prod-snippet__container {
    padding-top: 60px;
    padding-bottom: 120px;
}

.t-store__tabs__content {
    display: flex;
}

.t-store .t-store__tabs__content figure {
    margin: 0 10px;
}

.js-store-single-product-info a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}

.js-store-single-product-info a:first-of-type {
    background-color: #24A1DE;
    color: #ffffff !important;
}

.js-store-single-product-info a:last-of-type {
    background-color: #43d854;
    color: #ffffff !important;
}

.t-uptitle {
    letter-spacing: 0.8px;
}

/* Полоска под подзаголовком в плитке товара */
.t774 .t-card__uptitle {
    border-bottom: 2px solid #ff8562; /* Цвет и толщина полоски */
    padding-bottom: 5px; /* Расстояние между текстом и полоской */
}
/*стили в таблицах*/
table .quill-table__cell {
    vertical-align: top;
}

/* галочки li в блоках te225 */
.t-card__uptitle ul {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0;
}

.t-card__uptitle ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.t-card__uptitle ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(https://static.tildacdn.com/tild3537-3335-4336-b666-346365383934/checkmark_ar7shlg5j4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


/* галочки li в блоках te225 */
.t-card__uptitle ul {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0;
}

.t-card__uptitle ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.t-card__uptitle ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(https://static.tildacdn.com/tild3537-3335-4336-b666-346365383934/checkmark_ar7shlg5j4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* галочки li в блоках st300 */
.t-store__card__descr ul {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0;
}

.t-store__card__descr ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.t-store__card__descr ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(https://static.tildacdn.com/tild3537-3335-4336-b666-346365383934/checkmark_ar7shlg5j4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.t-descr_xxs {
    font-size: 13px;
}

.t-store__card__descr {
    border-bottom: 2px solid #ff8562; /* Цвет и толщина полоски */
    padding-bottom: 5px; /* Расстояние между текстом и полоской */
}