/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: #242424 !important; 
 background-image: url(https://static.tildacdn.com/tild6137-3533-4537-a436-333565343630/___.jpg); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 

/*===================================================================*/

/*Ховеры у карточек каталога в меню*/
@media screen and (min-width: 1200px) {
    .hover-catalog .tn-molecule {
        transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    }
    .hover-catalog:hover .tn-molecule {
        background-color: #e6e6e6 !important;
    }
}

/*===================================================================*/

/*Доработки поиска в меню*/
.t985__input {
    font-family: Roboto;
    letter-spacing: -0.8px;
}

/*Кнопка смотреть еще*/
.t-search-widget__loadmore-btn {
    font-family: Roboto;
    padding: 10px 20px;
    border-radius: 8px !important;
}

/*Вид подсказки сколько товаров найдено*/
.t-search-widget__query-result {
    background-color: #f1f1f1;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    padding: 10px 15px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 10px !important;
}

/*Секция с товарами*/
/*Вид общего контейнера*/
.t-search-widget__resultwrapper {
    background-color: #fafafa;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
}
.t-search-widget__productwrapper {
    gap: 10px;
    margin-bottom: 0px !important;
}
.t-search-widget__result_product {
    width: 100%;
    margin-bottom: 0px !important;
}
.t-search-widget__result_product-link {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    width: 100%;
}
.t-search-widget__result_product-text {
    grid-column: 2 / 4;
}
.t-search-widget__thubmnail {
    margin-right: 0px !important;
}
.t-search-widget__result_product-img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
    border: 1px solid #e6e6e6 !important;
}
.t-search-widget__result_product-title {
    font-weight: 300;
    color: #242424;
}
.t-search-widget__result_product-desc {
    font-family: 'Roboto';
    opacity: 1;
    line-height: 1.1;
    color: #727272;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 20px;
}
.t-search-widget__result_product-price {
    font-family: 'Roboto';
    color: #727272;
    font-weight: 500 !important;
}

/*===================================================================*/

/* ===========================================
   ИЗБРАННОЕ TILDA (ST110) — СТИЛИЗАЦИЯ КАРТОЧЕК
   =========================================== */

/* 1. Общий контейнер карточки */
.t1002__product::before,
.t1002__product:before,
.t1002__product::after,
.t1002__product:after,
.t1002__product-title__option:last-child {
  display: none !important;
}

.t1002__product {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 1440px;
  height: fit-content !important;
  padding: 10px !important;
  margin: 0 0 6px 0 !important;
  background-color: #fafafa !important;
  border-radius: 10px !important;
  align-items: center; /* Центрирование по вертикали */
}

.t1002__product > * {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

/* Убираем стандартные разделители */
.t1002__product .t-clear,
.t1002__product .t-store__grid-separator {
  display: none !important;
}

/*Стили заголовка*/
.t1002__wishlistwin-heading {
    color: #242424;
    font-weight: 300;
}

/* 2. Grid-раскладка элементов */

/* Фото (Миниатюра) */
.t1002__product > .t1002__product-thumb:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100% !important;
  border-radius: 6px !important;
  height: 100%;
}
.t1002__product-imgdiv {
    width: 100%;
    height: 100%;
    border: none;
}

/* Название и характеристики */
.t1002__product > .t1002__product-title:nth-child(2) {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
  align-self: end;
}

/* Цена */
.t1002__product > .t1002__product-amount:nth-child(3) {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
  align-self: start;
}

/* Кнопка удаления */
.t1002__product > .t1002__product-del {
  grid-column: 5 / 6;
  grid-row: 1 / 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content !important;
  justify-self: end;
  align-self: start;
}

/* 3. Типографика и детали */

/* Стили заголовка */
.t1002__product-title a {
  font-weight: 300;
  color: #242424 !important;
  font-size: 16px;
  text-decoration: none;
}

/* Характеристики (Цвет, размер, артикул) */
.t1002__product-title__option {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #727272;
  margin-top: 2px !important;
  font-family: 'Roboto', sans-serif;
}

/* Цена */
.t1002__product-amount {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #727272;
  font-size: 16px;
}

/* Валюта */
.t1002__product-amount .t1002__product-amount-currency {
  font-weight: 300;
  margin-left: 2px;
}

/* 4. Адаптив */

@media (max-width: 640px) {
  .t1002__product {
    grid-template-columns: 1.2fr repeat(4, 1fr);
    gap: 8px;
  }
  
  .t1002__product-title a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .t1002__product {
    max-width: 100%;
    margin: 0 auto 6px auto !important;
  }
}

/*===================================================================*/

/* ===========================================
   Стилизация товаров и формы корзины
   =========================================== */

/* -------------------------------------------
   1. Общие стили карточки товара
      (попап + страница корзины)
   ------------------------------------------- */
.t706__product::before,
.t706__product:before,
.t706__product::after,
.t706__product:after {
  display: none !important;
}

.t706__product {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 1440px;
  height: fit-content !important;
  padding: 10px !important;
  margin: 0 0 6px 0 !important;
  background-color: #fafafa !important;
  border-radius: 10px !important;
}

.t706__product > * {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

.t706__product .t-clear,
.t706__product .t-store__grid-separator {
  display: none !important;
}

.t706__product .t-store__card-list,
.t706__product.t-store__card-list {
  display: contents !important;
}


/* -------------------------------------------
   2. Grid-раскладка элементов карточки
   ------------------------------------------- */

/* Миниатюра — левая колонка, 2 строки */
.t706__product > .t706__product-thumb:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100% !important;
  border-radius: 6px !important;
}

/* Название — строка 1, колонки 2–4 */
.t706__product > .t706__product-title:nth-child(2) {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
}

/* +/− — строка 2, правый край */
.t706__product > .t706__product-plusminus:nth-child(3) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
  box-sizing: border-box !important;
  padding: 0 !important;
  width: fit-content !important;
  justify-self: end;
}

/* Сумма — строка 2, колонки 2–4 */
.t706__product > .t706__product-amount:nth-child(4) {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
}

/* Удаление — строка 1, правый край */
.t706__product > .t706__product-del-wrapper:nth-child(5) {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
  margin: 0 !important;
  width: fit-content !important;
  justify-self: end;
}

/* Фото в карточке */
.t706__product-imgdiv {
  width: 100%;
  height: 100%;
}


/* -------------------------------------------
   3. Переопределения для страницы корзины
      (только отличия от попапа)
   ------------------------------------------- */
.t706__cartpage-products > .t706__product {
  background-color: #f1f1f1 !important;
}

.t706__cartpage-products > .t706__product > .t706__product-thumb:nth-child(1) {
  height: 110px !important;
}


/* -------------------------------------------
   4. Страница оформления заказа — layout
   ------------------------------------------- */
.t706__cartpage-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.t706__cartpage-content::before {
  display: none;
}

.t706__cartpage-form,
.t706__cartpage-info {
  background-color: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0;
  max-width: 100%;
  border: 1px solid #f1f1f1;
}

.t706__cartpage-totals {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}


/* -------------------------------------------
   5. Форма заказа — поля, списки, чекбоксы
   ------------------------------------------- */

/* Отступы у первых двух полей */
.t-form__inputsbox .t-input-group:nth-child(2),
.t-form__inputsbox .t-input-group:nth-child(3) {
  margin-bottom: 6px;
}

/* Шрифт в полях ввода */
.t706 .t-form input.t-input,
.t-input-group .t-input-phonemask__select-code {
  font-family: 'Roboto';
}

/* Выпадающие списки */
.t706 .searchbox-list:not(:empty) {
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 #8080802e;
  margin-top: 4px;
  scrollbar-width: none;
}

.t706 .searchbox-list:not(:empty)::-webkit-scrollbar {
  display: none;
}

/* Чекбоксы */
.t706 .t-input-group_cb .t-checkbox__control span {
  font-size: 14px;
}

.t706 .t-input-group_cb .t-checkbox__indicator {
  border: 1px solid #b1b1b1 !important;
  border-radius: 4px;
}

.t706 .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
  border-color: #242424 !important;
  background-color: #242424;
}

.t706 .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
  border-color: #fafafa !important;
  left: 7px;
}

/* Долями */
.digi-dolyame-scheme-plus__tabs,
.digi-dolyame-modal__scheme {
  background-color: #f1f1f1 !important;
}

.digi-dolyame-scheme-plus {
  gap: 6px !important;
}

/* Сообщение об ошибке */
.js-errorbox-all.t-form__errorbox-wrapper {
  border-radius: 10px;
  background: #AB1C1C;
}


/* -------------------------------------------
   6. Типографика и ручные настройки
   ------------------------------------------- */
.t706__product-title a {
  font-weight: 300;
}

.t706__product-title__option:last-child {
  display: none;
}

.t706__cartwin-prodamount-price {
  font-weight: 500;
  color: #727272;
  font-family: 'Roboto';
}

.t706__cartwin-prodamount-currency {
  font-family: 'Roboto';
  color: #242424;
  font-weight: 300;
}

.t706__sidebar-totalamount-label,
.t706__cartwin-totalamount-info_label,
.t706__product-title__option div,
.t706__cartwin-totalamount-label {
  font-family: 'Roboto';
  color: #242424;
  font-weight: 500;
}

.t706__sidebar-heading,
.t-radio__wrapper-delivery .t-name {
  color: #242424;
  font-weight: 300;
}

.t706__sidebar-top {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}


/* -------------------------------------------
   7. Адаптив
   ------------------------------------------- */

/* Планшет ≤ 1000px */
@media (max-width: 1000px) {
  .t706__product {
    max-width: calc(100% - 40px);
  }

  .t706__cartpage-products > .t706__product {
    max-width: 100%;
  }

  .t706__cartpage-totals {
    border-top: 1px solid #f1f1f1 !important;
    padding: 20px !important;
    border-radius: 10px !important;
  }
}

/* Планшет/мобилка ≤ 960px — одна колонка на странице заказа */
@media (max-width: 960px) {
  .t706__cartpage-content {
    grid-template-columns: 1fr;
  }
}

/* Малый планшет ≤ 768px */
@media (max-width: 768px) {
  .t706__product > .t706__product-plusminus:nth-child(3) {
    padding: initial !important;
    box-sizing: initial !important;
    margin: initial !important;
    width: initial !important;
    max-width: initial !important;
    height: initial !important;
    max-height: initial !important;
    border-radius: initial !important;
    position: initial !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    align-self: initial;
    justify-self: initial;
    overflow: initial !important;
  }

  .t706__product-del {
    position: relative;
  }
}

/* Мобилка ≤ 480px */
@media (max-width: 480px) {
  .t706__product {
    max-width: calc(100% - 20px);
    gap: 6px;
  }

  .t706__cartpage-products > .t706__product {
    margin: 0 0 4px 0 !important;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 10px;
  }
}

/*===================================================================*/

/*Стилизация отметки международной доставки в корзине*/

.t706__cartpage-form-wrapper .t-input-group:nth-child(5) {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.t706__cartpage-form-wrapper .t-input-group:nth-child(5) .t-text span {
    color: #242424 !important;
    font-family: 'Roboto' !important;
    font-size: 18px;
}

.t706__cartpage-form-wrapper .t-input-group:nth-child(5) .t-text a {
    background-color: #fafafa;
    margin-top: 20px !important;
    display: flex;
    width: fit-content;
    text-align: center;
    padding: 12px 20px;
    font-family: 'Roboto' !important;
    color: #242424 !important;
    transition: all 0.2s ease-in;
    font-weight: 500;
    border-radius: 8px;
}

.t706__cartpage-form-wrapper .t-input-group:nth-child(5) .t-text a:hover {
    background-color: #242424;
    color: #fafafa !important;
}

/*Стиллизация баннера о задержке изготовления*/
/*.t706__cartpage-form-wrapper .t-input-group:nth-child(6) {*/
/*    background-color: #8E2D2D;*/
/*    padding: 20px 40px;*/
/*}*/
/*.t706__cartpage-form-wrapper .t-input-group:nth-child(6) .t-text strong {*/
/*    color: #F1F1F1 !important;*/
/*    font-family: 'Russo One' !important;*/
/*    font-size: 16px;*/
/*    font-weight: 500 !important;*/
/*}*/

/*===================================================================*/

/*Кастомизация кнопки активации промокода в корзине*/

.t-inputpromocode__wrapper {
    width: calc(100% + 20px) !important;
    position: relative;
    left: -10px;
    border-collapse: separate;
    border-spacing: 10px 0px;
}
.t-inputpromocode__btn.t-btn {
    color: #fafafa !important;
    background-color: #242424 !important;
    border: 0px solid ;
    width: 30%;
    font-family: 'Roboto';
    font-weight: 500;
}

/*===================================================================*/

/* Скрываем скроллбар для сайдбара в блоке каталога t951 */
.t951__sidebar-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Для Chrome, Safari и новых версий Edge (Webkit) */
.t951__sidebar-wrapper::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
}

/*===================================================================*/

/*Стилизация окна куки*/
.t886__wrapper {
    border: 1px solid #f1f1f1;
}

.t886__btn {
    padding: 8px 20px;
}

@media screen and (max-width: 1200px) {
.t886__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
}

/*===================================================================*/

/*Скругляем углы у попапов с таблицами размеров*/
.uc-size-popup .t-slds__wrapper {
    border-radius: 15px;
    overflow: hidden;
}
