/* Для мобильных устройств */
/* @media screen and (min-width: 980px) { */

    /* Выравнивание блоков: вариант и возраст
    .js-product-edition-option.t-product__option:nth-child(1) {
        float: left !important;
        padding-right: 20px !important;
    }
    
    .js-product-edition-option.t-product__option:nth-child(2) {
        padding-top: 10px !important;
    } */
    
    /* Выравнивание кнопку Подбронее у карточек товаров 
    .t-store__card__btns-wrapper.js-store-buttons-wrapper {
        float: left;
    } */
    
    /* Высота заголовка для товаров, чтобы выровнять блоки по высоте 
    .js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_md {
        min-height: 54px;
    } 

} */

/* Скрыть текст "Нет в наличии" в корзине */
.js-store-prod-sold-out.t-store__card__sold-out-msg.t-name.t-name_xs {
    display: none;
}
/* Универсальный пунктир для ссылок внутри блока */
.uc-dashed-link a{
  text-decoration: none !important;
  border-bottom-style: dashed !important;
  border-bottom-width: 1px !important;
  border-bottom-color: currentColor !important;
  padding-bottom: 2px;
}
/* Hover */
.uc-dashed-link a:hover{
  border-bottom-style: none !important;
}

/* Содержание на мобилке */
/* =========================
   1) ТЕЛЕФОНЫ: 1 колонка
   ========================= */
@media (max-width: 767px) {
  .t005 .t-row { display:block !important; }
  .t005 .t-col{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    padding-left:0 !important;
    clear:none !important;
  }
  .t005 .t-prefix_1{ margin-left:0 !important; }

  /* убираем “шов” между бывшими колонками */
  .t005 .t-row > .t-col:last-child{
    margin-top:-24px !important; /* при необходимости 6–10px */
    padding-top:0 !important;
  }

  /* список чуть вправо */
  .t005__text[field="text"] ul,
  .t005__text[field="text2"] ul{
    margin:0 !important;
    padding-left:50px !important; /* подстрой 24–32px */
    list-style-position:outside !important;
  }
  .t005__text[field="text"] li,
  .t005__text[field="text2"] li{
    margin:0 0 10px 0 !important;
  }
  .t005__text[field="text"] li:last-child,
  .t005__text[field="text2"] li:last-child{
    margin-bottom:0 !important;
  }
}

/* ==========================================
   2) “ГОРИЗОНТАЛЬНЫЙ ТЕЛЕФОН”: тоже 1 колонка
   (ширина уже большая, но высота маленькая)
   ========================================== */
@media (max-width: 960px) and (orientation: landscape) and (max-height: 500px) {
  .t005 .t-row { display:block !important; }
  .t005 .t-col{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    padding-left:0 !important;
    clear:none !important;
  }
  .t005 .t-prefix_1{ margin-left:0 !important; }
  .t005 .t-row > .t-col:last-child{ margin-top:-24px !important; }
}

/* =========================
   3) ПЛАНШЕТЫ: 2 колонки
   ========================= */
@media (min-width: 768px) and (max-width: 960px) {

  /* возвращаем стандартную сетку Tilda */
  .t005 .t-row{ display:block !important; }
  .t005 .t-col{
    float:left !important;
    clear:none !important;
    padding-left:10px !important; /* тильдовский “гуттер” */
  }

  /* 2 колонки по 5/12 + prefix у первой */
  .t005 .t-col_5{ width:49% !important; max-width:49% !important; }
  .t005 .t-prefix_1{ margin-left:2% !important; }

  /* убираем “шов”, который делали для телефона */
  .t005 .t-row > .t-col:last-child{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  /* список — чуть компактнее */
  .t005__text[field="text"] ul,
  .t005__text[field="text2"] ul{
    padding-left:10px !important;
  }
}

