/* Toutou Store — фирменное оформление стандартной корзины Tilda (T706) */
.t706__cartwin,
.t706__cartwin * {
  box-sizing: border-box;
}

/* Универсальные карточки скрывают стандартные записи Tilda; корзина должна оставаться доступной. */
html.tt-universal-product #allrecords > .r[data-record-type="706"] {
  display: block !important;
}

.t706__cartwin {
  background: rgba(24, 24, 34, .62) !important;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  scrollbar-width: thin;
  scrollbar-color: rgba(143, 146, 223, .55) transparent;
}

/* Закрытый слой не должен перекрывать страницу и перехватывать клики. */
.t706__cartwin:not(.t706__cartwin_showed) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.t706__cartwin.t706__cartwin_showed {
  visibility: visible !important;
  pointer-events: auto !important;
}

.t706__cartwin-content {
  width: min(680px, calc(100% - 32px)) !important;
  max-width: 680px !important;
  max-height: calc(100dvh - 48px) !important;
  min-height: 0 !important;
  margin: 24px auto !important;
  padding: 34px 38px 38px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(22, 22, 40, .26) !important;
  color: #202027 !important;
}

.t706__cartwin-close {
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  width: 44px !important;
  height: 44px !important;
}

.t706__cartwin-close-wrapper {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .14) !important;
  transition: background-color .18s ease, transform .18s ease !important;
}

.t706__cartwin-close-wrapper:hover {
  background: rgba(255, 255, 255, .24) !important;
  transform: rotate(3deg);
}

.t706__cartwin-close-icon {
  width: 20px !important;
  height: 20px !important;
}

.t706__cartwin-top {
  padding: 0 0 20px !important;
  border-bottom: 1px solid #ececf2;
}

.t706__cartwin-heading {
  margin: 0 !important;
  color: #202027 !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 27px !important;
  line-height: 34px !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}

.t706__cartwin-products {
  margin: 0 !important;
  display: block !important;
}

.t706__product {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid #ececf2 !important;
  color: #202027 !important;
}

.t706__product-thumb {
  width: 60px !important;
  min-width: 60px !important;
  height: 80px !important;
  min-height: 80px !important;
  padding: 0 !important;
  display: block !important;
  flex: 0 0 60px !important;
}

.t706__product-imgdiv {
  width: 60px !important;
  height: 80px !important;
  border: 1px solid #eeeef3;
  border-radius: 13px !important;
  background-color: #f7f7fa !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.t706__product-title {
  min-width: 0 !important;
  width: auto !important;
  padding: 0 !important;
  display: block !important;
  flex: 1 1 auto !important;
  color: #202027 !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.t706__product-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.t706__product-title__option {
  display: none !important;
}

/* Расчёт цены за единицу добавляется безопасной надстройкой корзины. */
.tt-cart-product-calculation {
  display: none;
}

.tt-cart-summary {
  display: none;
}

.t706__product-plusminus {
  width: auto !important;
  min-width: 92px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  color: #3f3f48 !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 32px !important;
}

.t706__product-minus,
.t706__product-plus,
.t706__product-del {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e0e0e7;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.t706__product-minus,
.t706__product-plus {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  position: relative !important;
  line-height: 0 !important;
}

.t706__product-minus:hover,
.t706__product-plus:hover,
.t706__product-del:hover {
  border-color: #b8bae8;
  background: #f5f4ff;
  transform: translateY(-1px);
}

.t706__product-minus img,
.t706__product-plus img {
  display: none !important;
}

/* Рисуем знаки сами: штатные SVG Tilda имеют несимметричные внутренние отступы. */
.t706__product-minus::before,
.t706__product-plus::before,
.t706__product-plus::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 10px !important;
  height: 1.5px !important;
  border-radius: 2px !important;
  background: #555762 !important;
  transform: translate(-50%, -50%) !important;
}

.t706__product-plus::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.t706__product-amount {
  width: 88px !important;
  min-width: 88px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  color: #202027 !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.t706__product-del-wrapper {
  width: 34px !important;
  min-width: 34px !important;
  padding: 0 0 0 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.t706__product-del {
  width: 30px !important;
  height: 30px !important;
}

.t706__product-del img {
  width: 15px !important;
  height: 15px !important;
  opacity: .58;
}

/* В форме уже есть итоговая сумма, поэтому убираем её устаревший дубль. */
.t706__cartwin-bottom {
  display: none !important;
}

.t706__orderform {
  margin: 24px 0 0 !important;
  color: #202027 !important;
  font-family: TildaSans, Arial, sans-serif !important;
}

.t706__orderform::before {
  content: "Контактные данные";
  display: block;
  margin: 0 0 16px;
  color: #202027;
  font-size: 18px;
  line-height: 24px;
  font-weight: 650;
}

.t706__orderform .t-input-group {
  margin: 0 0 13px !important;
}

.t706__orderform .t-input-title {
  margin: 0 0 7px !important;
  color: #464750 !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.t706__orderform .t-input {
  width: 100% !important;
  height: 50px !important;
  padding: 0 15px !important;
  border: 1px solid #dedeE7 !important;
  border-radius: 12px !important;
  outline: none !important;
  background: #f8f8fb !important;
  color: #202027 !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 20px !important;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}

.t706__orderform .t-input:hover {
  border-color: #c7c8d2 !important;
}

.t706__orderform .t-input:focus {
  border-color: #8f92df !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(143, 146, 223, .14) !important;
}

.t706__cartwin-totalamount-wrap {
  margin: 4px 0 0 !important;
  min-height: 50px !important;
  padding: 0 17px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #e4e3fb;
  border-radius: 13px;
  background: #f5f4ff;
  color: #202027 !important;
}

.t706__cartwin-totalamount-content {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  font-family: TildaSans, Arial, sans-serif !important;
}

.t706__cartwin-totalamount-label {
  color: #5e5f69 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.t706__cartwin-totalamount {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #202027 !important;
  font-size: 21px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.t706__orderform .t-form__submit {
  margin-top: 14px !important;
}

.t706__orderform .t-submit.t-btnflex_type_submit {
  width: 100% !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(86, 90, 190, .18) !important;
  border-radius: 12px !important;
  background: #8f92df !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(104, 108, 202, .23) !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 650 !important;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.t706__orderform .t-submit.t-btnflex_type_submit:hover {
  background: #7478ce !important;
  box-shadow: 0 10px 24px rgba(104, 108, 202, .3) !important;
  transform: translateY(-1px);
}

.t706__orderform .t-input-error,
.t706__orderform .t-form__errorbox-text {
  color: #c84e5b !important;
  font-family: TildaSans, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 17px !important;
}

/* Десктоп: товары слева, контактная форма и итог справа. */
@media screen and (min-width: 981px) {
  .t706__cartwin.t706__cartwin_showed .t706__cartwin-content {
    width: min(1040px, calc(100% - 48px)) !important;
    max-width: 1040px !important;
    height: calc(100dvh - 40px) !important;
    max-height: calc(100dvh - 40px) !important;
    min-height: 0 !important;
    margin: 20px auto !important;
    padding: 30px 32px 32px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    column-gap: 20px !important;
    overflow: hidden !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-top {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    margin: 0 0 20px !important;
    padding: 0 0 18px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-products {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 160px) !important;
    padding-right: 9px !important;
    overflow: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y !important;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(143, 146, 223, .45) transparent;
  }

  /* Повышенная специфичность защищает прокрутку от штатных правил Tilda. */
  html body #allrecords .t706__cartwin.t706__cartwin_showed .t706__cartwin-content > .t706__cartwin-products,
  html body .t706__cartwin.t706__cartwin_showed .t706__cartwin-content > .t706__cartwin-products {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 160px) !important;
    overflow: auto !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    margin: 0 !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product {
    gap: 10px !important;
    min-height: 96px !important;
    padding: 8px 0 !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-thumb {
    width: 60px !important;
    min-width: 60px !important;
    height: 80px !important;
    min-height: 80px !important;
    flex-basis: 60px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-imgdiv {
    width: 60px !important;
    height: 80px !important;
    border-radius: 11px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-title {
    font-size: 14px !important;
    line-height: 19px !important;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-product-calculation {
    display: block;
    margin-top: 4px;
    color: #7a7b86;
    font-family: TildaSans, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    white-space: nowrap;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary {
    margin: 14px 0 4px;
    padding: 13px 15px;
    display: block;
    border: 1px solid #e7e7ed;
    border-radius: 12px;
    background: #fafafd;
    color: #35363e;
    font-family: TildaSans, Arial, sans-serif;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 18px;
    row-gap: 3px;
    align-items: baseline;
    padding: 5px 0;
    color: #60616b;
    font-size: 13px;
    line-height: 18px;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__row[hidden] {
    display: none !important;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__row strong {
    color: #292a31;
    font-size: 14px;
    line-height: 19px;
    font-weight: 650;
    white-space: nowrap;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__promo strong {
    color: #4f8b69;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__delivery small {
    grid-column: 1 / -1;
    color: #888994;
    font-size: 12px;
    line-height: 16px;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__total {
    margin-top: 7px;
    padding-top: 11px;
    border-top: 1px solid #dedee6;
    color: #202027;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-summary__total strong {
    color: #202027;
    font-size: 19px;
    line-height: 25px;
    font-weight: 750;
  }

  /* Итог перенесён под товары; штатный дубль справа остаётся источником данных. */
  .t706__cartwin.t706__cartwin_showed .t706__orderform .t706__cartwin-totalamount-wrap {
    display: none !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-title__option {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-plusminus {
    min-width: 82px !important;
    gap: 6px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-minus,
  .t706__cartwin.t706__cartwin_showed .t706__product-plus {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-amount {
    width: 78px !important;
    min-width: 78px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-del-wrapper {
    width: 30px !important;
    min-width: 30px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__product-del {
    width: 28px !important;
    height: 28px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform::before {
    width: auto;
    margin-bottom: 8px !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #202027;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 700;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform .t-input-group {
    margin-bottom: 8px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform .t-input-title {
    margin-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform .t-input {
    height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  /* Компактная строка статуса покупателя вместо штатного крупного серого блока. */
  .t706__cartwin.t706__cartwin_showed .t706__auth {
    margin: 0 0 8px !important;
    padding: 8px 10px !important;
    border: 1px solid #e5e5eb !important;
    border-radius: 10px !important;
    background: #f8f8fa !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__auth__flex {
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-auth-compact {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #4f505b !important;
    font-family: TildaSans, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .t706__cartwin.t706__cartwin_showed .tt-cart-auth-compact .t706__auth__link {
    color: #6267c9 !important;
    font-weight: 650 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__auth__log-in-btn {
    min-width: 0 !important;
    min-height: 28px !important;
    margin: 0 0 0 auto !important;
    padding: 5px 10px !important;
    flex: 0 0 auto;
    border: 1px solid #dcdde6 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #6267c9 !important;
    font-family: TildaSans, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 650 !important;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__auth__log-in-btn:hover {
    border-color: #bfc1e8 !important;
    background: #f3f3fb !important;
  }

  /* Уплотняем только контактные поля; поля доставки сохраняют свою геометрию. */
  html body #rec3122189101 .t706__cartwin.t706__cartwin_showed #form3122189101 .t-form__inputsbox > .t-input-group:not(.t-input-group_dl) {
    margin-bottom: 6px !important;
  }

  html body #rec3122189101 .t706__cartwin.t706__cartwin_showed #form3122189101 .t-form__inputsbox > .t-input-group:not(.t-input-group_dl) .t-input-title {
    margin-bottom: 4px !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  html body #rec3122189101 .t706__cartwin.t706__cartwin_showed #form3122189101 .t-form__inputsbox > .t-input-group:not(.t-input-group_dl) .t-input {
    height: 40px !important;
    min-height: 40px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t-form__inputsbox > .t-input-group_dl {
    margin-top: 9px !important;
    margin-bottom: 0 !important;
  }

  .t706__cartwin.t706__cartwin_showed .t-form__inputsbox > .t-input-group_dl > .t-input-title {
    margin-bottom: 7px !important;
    color: #202027 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 700 !important;
  }

  /* Tilda добавляет второй заголовок «Доставка» внутрь динамического виджета. */
  .t706__cartwin.t706__cartwin_showed #customdelivery > .t-name.t-name_md {
    display: none !important;
    margin: 0 !important;
  }

  .t706__cartwin.t706__cartwin_showed #customdelivery {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-totalamount-wrap {
    min-height: 48px !important;
    padding: 0 14px !important;
    border-radius: 11px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-totalamount {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform .t-form__submit {
    margin-top: 11px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__orderform .t-submit.t-btnflex_type_submit {
    min-height: 48px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-close {
    top: 30px !important;
    right: max(36px, calc((100vw - 1040px) / 2 + 12px)) !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-close-wrapper {
    border-color: #e1e1f5 !important;
    background: #f5f4ff !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-close-wrapper:hover {
    background: #ecebff !important;
  }

  .t706__cartwin.t706__cartwin_showed .t706__cartwin-close-icon g {
    fill: #6267c9 !important;
  }
}

/* На обычном десктопе отдаём больше места контактам и доставке. */
@media screen and (min-width: 1100px) {
  .t706__cartwin.t706__cartwin_showed .t706__cartwin-content {
    grid-template-columns: minmax(0, 1fr) 400px !important;
    column-gap: 22px !important;
  }
}

/* На широком десктопе: 520 px товарам и около 432 px оформлению. */
@media screen and (min-width: 1200px) {
  .t706__cartwin.t706__cartwin_showed .t706__cartwin-content {
    grid-template-columns: 520px minmax(0, 1fr) !important;
    column-gap: 24px !important;
  }
}

@media screen and (max-width: 640px) {
  /* Не перебиваем штатное скрытое состояние Tilda: flex нужен только открытому окну. */
  .t706__cartwin.t706__cartwin_showed {
    padding-top: 44px !important;
    display: flex !important;
    align-items: flex-end !important;
    overflow: hidden !important;
    background: rgba(24, 24, 34, .58) !important;
  }

  .t706__cartwin:not(.t706__cartwin_showed) {
    display: none !important;
  }

  .t706__cartwin-content {
    width: 100% !important;
    max-width: none !important;
    height: calc(100dvh - 44px) !important;
    max-height: calc(100dvh - 44px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 23px 18px calc(22px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y !important;
    border: 0 !important;
    border-radius: 22px 22px 0 0 !important;
    box-shadow: 0 -16px 48px rgba(22, 22, 40, .2) !important;
  }

  .t706__cartwin-close {
    top: 8px !important;
    right: 8px !important;
    width: 36px !important;
    height: 36px !important;
  }

  .t706__cartwin-close-wrapper {
    width: 36px !important;
    height: 36px !important;
  }

  .t706__cartwin-close-icon {
    width: 17px !important;
    height: 17px !important;
  }

  .t706__cartwin-top {
    padding-bottom: 16px !important;
  }

  .t706__cartwin-heading {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .t706__product {
    display: grid !important;
    grid-template-columns: 60px minmax(0, 1fr) auto !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
    align-items: center !important;
    padding: 16px 0 !important;
  }

  .t706__cartwin-products {
    max-height: none !important;
    overflow: visible !important;
  }

  .t706__product-thumb {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 60px !important;
    min-width: 60px !important;
    height: 80px !important;
    min-height: 80px !important;
  }

  .t706__product-imgdiv {
    width: 60px !important;
    height: 80px !important;
    border-radius: 11px !important;
  }

  .t706__product-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }

  .t706__product-title__option {
    display: none !important;
  }

  .t706__product-plusminus {
    grid-column: 2 !important;
    grid-row: 2 !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  .t706__product-minus,
  .t706__product-plus {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .t706__product-amount {
    grid-column: 3 !important;
    grid-row: 2 !important;
    width: auto !important;
    min-width: 0 !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .t706__product-del-wrapper {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 30px !important;
    min-width: 30px !important;
  }

  .t706__product-del {
    width: 28px !important;
    height: 28px !important;
  }

  .t706__orderform {
    margin-top: 20px !important;
  }

  .t706__orderform::before {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 22px;
  }

  .t706__orderform .t-input-group {
    margin-bottom: 11px !important;
  }

  .t706__orderform .t-input {
    height: 48px !important;
    border-radius: 11px !important;
    font-size: 16px !important;
  }

  .t706__cartwin-totalamount-wrap {
    min-height: 50px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
  }

  .t706__cartwin-totalamount {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .t706__orderform .t-submit.t-btnflex_type_submit {
    min-height: 52px !important;
    border-radius: 11px !important;
    font-size: 15px !important;
  }
}


/* Toutou — компактное поле промокода в корзине */
.t706__cartwin .t-input-group_pc .t-inputpromocode__wrapper {
      display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
          gap: 8px !important;
            align-items: stretch !important;
}

.t706__cartwin .t-input-group_pc .t-inputpromocode,
.t706__cartwin .t-input-group_pc .t-inputpromocode__btn {
      min-height: 40px !important;
        height: 40px !important;
          border-radius: 9px !important;
            font-family: TildaSans, Arial, sans-serif !important;
              font-size: 13px !important;
}

.t706__cartwin .t-input-group_pc .t-inputpromocode__btn {
      padding: 0 14px !important;
        border: 1px solid #cfd1f0 !important;
          background: #f4f4ff !important;
            color: #6267c9 !important;
              font-weight: 650 !important;
                cursor: pointer !important;
}

.t706__cartwin .t-input-group_pc .t-inputpromocode__btn:hover {
      border-color: #b8bbe8 !important;
        background: #ececff !important;
}

}
}
}
}