/* ═══════════════════════════════════════════════════════════
   ОБЩИЕ БЛОКИ (корзина, формы, кнопки, меню, отзывы, карта)
   ═══════════════════════════════════════════════════════════ */

/* ── КОРЗИНА ── */
.t706__cartpage-top {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 999999999 !important;
  background: #C0C09D;
  border-bottom: 1px solid #e5e5e5;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  -webkit-user-select: none;
  user-select: none;
}
.t706__cartpage-top .t706__cartpage-heading,
.t706__cartpage-top .t-name_xl { text-align: left !important; }
.t706__cartpage-content,
.t706__cartpage_showed { display: block; opacity: 1; z-index: 999999999; }
.t706__cartwin_showed { z-index: 999999999; }
.t706__cartwin-content { border-radius: 16px; }
.t706__product-title {
  font-size: 19px !important;
  color: #9b958d !important;
  font-weight: 400 !important;
  padding: 0;
  font-family: 'Cygre';
  text-transform: uppercase !important;
}
.t706__product-amount,
.t706__product-amount--portion {
  font-size: 19px !important;
  color: #9b958d !important;
  font-weight: 600 !important;
}
.t706__product-quantity { color: #9b958d !important; }
.t706__sidebar-prodamount-wrap {
  font-size: 19px !important;
  color: #575450 !important;
  font-weight: 600 !important;
}

/* ── ФОРМЫ ── */
.t-checkbox__control.t-text_xs,
.t-radio__control.t-text_xs,
.t-input-block:not(.t-input-block_rd-flex) .t-radio__control,
.t-input-block .t-text {
  font-size: 16px !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  line-height: 1.55 !important;
}
.t-input-group_inrow-last { margin-bottom: 10px !important; }
.tn-form__submit { margin-top: 30px !important; }

/* ── КНОПКИ ── */
#rec700549241 .t-btnflex.t-btnflex_type_submit,
#rec700549241 .t-btnflex.t-btnflex_type_button,
.t-btnflex.t-btnflex_type_button,
.button,
.uc-button {
  position: relative;
  overflow: hidden;
  border: none;
  padding: 16px 50px !important;
  background-color: #68978E !important;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 16px !important;
  transition: color 0.1s;
  border-radius: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-weight: 300;
}
.button::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background-color: #3E7E71;
  transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 0;
  border-radius: 16px;
}
.button:hover::before { left: 0; }
.button:hover { background-color: #3E7E71 !important; }

/* ── МЕНЮ ── */
.t450__list_item { position: relative; }
.t-menu__link-item {
  text-decoration: none;
  padding: 10px 0;
  color: #575450 !important;
  font-size: 16px !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  position: relative;
}
.t-menu__link-item::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.t-menu__link-item:hover::after { transform: scaleX(1); }
.uc-menu a {
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.uc-menu a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.uc-menu a:hover { color: #3E7E71; }
.uc-menu a:hover::after { transform: scaleX(1); }

/* ── Тёмное меню #nav1229813441 ── */
html body #allrecords #nav1229813441.t450,
html body #allrecords #nav1229813441 .t450__container,
html body #allrecords #nav1229813441 .t450__menu__content {
  background-color: #3b3936 !important;
}
html body #allrecords #nav1229813441 .t450__overlay_bg,
html body #allrecords #nav1229813441 .t450__overlay {
  background-color: rgba(59,57,54,0.9) !important;
}
html body #allrecords #nav1229813441 a.t-menu__link-item {
  display: inline-block !important;
  position: relative !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #c7c4c0 !important;
  text-decoration: none !important;
  padding: 6px 0 !important;
  transition: color 0.25s ease !important;
}
html body #allrecords #nav1229813441 a.t-menu__link-item::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important; bottom: 0 !important;
  width: 100% !important; height: 1px !important;
  background-color: #68978E !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}
html body #allrecords #nav1229813441 a.t-menu__link-item:hover,
html body #allrecords #nav1229813441 a.t-menu__link-item:focus-visible {
  color: #68978E !important;
  outline: none !important;
}
html body #allrecords #nav1229813441 a.t-menu__link-item:hover::after,
html body #allrecords #nav1229813441 a.t-menu__link-item:focus-visible::after {
  transform: scaleX(1) !important;
}
html body #allrecords #nav1229813441 a.t-menu__link-item.t-active { color: #68978E !important; }
html body #allrecords #nav1229813441 a.t-menu__link-item.t-active::after { transform: scaleX(1) !important; }
html body #allrecords #nav1229813441 .t-menu__link-item::before { display: none !important; }
html body #allrecords #nav1229813441 .t450__logo,
html body #allrecords #nav1229813441 .t450__logo span {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 28px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
}
html body #allrecords #nav1229813441 .t450__right_descr,
html body #allrecords #nav1229813441 .t450__right_descr a {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: #c7c4c0 !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
}
html body #allrecords #nav1229813441 .t450__right_descr a:hover { color: #68978E !important; }
html body #allrecords #nav1229813441 .t450__close-button {
  background-color: transparent !important;
  transition: opacity 0.25s ease !important;
}
html body #allrecords #nav1229813441 .t450__close-button:hover { opacity: 0.7 !important; }
html body #allrecords #nav1229813441 .t450__close_icon span { background-color: #c7c4c0 !important; }

/* ── ОБЩИЕ ЗАГОЛОВКИ ── */
.uc-h2 { margin: 0 !important; padding: 0 !important; }
.t-rec_pb_60 { overflow: hidden !important; }

/* ── КАРТА ── */
.t554__card { background: rgba(255, 255, 255, 0.8) !important; }
.t555__map {
  border-radius: 16px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.t555__contentwrapper { display: table-cell; vertical-align: top !important; }
.ymaps-2-1-79-inner-panes { border-radius: 16px; }

/* ── ОТЗЫВЫ (t1186) ── */
.t1186__card_circle { padding: 0 !important; }
#rec1171657146 .t1186__descr,
#rec1171657146 .t1186__text { padding: 0 !important; margin: 0 !important; }
#rec1171657146 .t1186__title,
#rec1171657146 .t1186__descr { margin-bottom: 21px !important; }
.t1186__controls { margin-left: 360px; }
.t1186__control.t1186__control { margin-left: 21px !important; }
.t-btn.t1186__control.t1186__control_right.t1186__control_md,
.t-btn.t1186__control.t1186__control_left.t1186__control_md { border-radius: 16px !important; }
.t1186__controls::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.t1186__controls:hover { color: #3E7E71 !important; }
.t1186__controls:hover::after { transform: scaleX(1); }

.t-text-clamp__btn {
  position: relative;
  overflow: hidden;
  padding-top: 41px !important;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  text-transform: uppercase;
  color: initial;
  transition: color 0.3s ease;
}
.t-text-clamp__btn::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 1px; width: 100%;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.t-text-clamp__btn:hover::after { transform: scaleX(1); }
.t-container_flex {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
}
.t-col.t-col_2.t-align_right { text-align: left !important; }

/* ── ССЫЛКИ С ПОДЧЁРКИВАНИЕМ ── */
.t-text.t-text_md a { position: relative; color: inherit; }
.t-text.t-text_md a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  height: 1px; width: 100%;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.t-text.t-text_md a:hover { color: #3E7E71; }
.t-text.t-text_md a:hover::after { transform: scaleX(1); }
.link a {
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.link a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.link a:hover { color: #3E7E71 !important; }
.link a:hover::after { transform: scaleX(1); }

/* ── СОЦСЕТИ ── */
.t-sociallinks__item a { display: inline-block; transition: fill 0.3s ease; }
.t-sociallinks__item a:hover svg path { fill: #3E7E71; }
.t555 .t-sociallinks__item {
  display: inline-block;
  margin-right: 21px;
  vertical-align: bottom;
}


/* ═══════════════════════════════════════════════════════════
   ШИРИНА — единые правила
   ═══════════════════════════════════════════════════════════ */

html body #allrecords .t050 .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
html body #allrecords .t050 .t-col,
html body #allrecords .t050 .t-col_12,
html body #allrecords .t050 .t-col_10,
html body #allrecords .t050 .t-col_9,
html body #allrecords .t050 .t-col_8 {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
html body #allrecords .t050 .t050__title.t-title_xxl {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  color: #575450 !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  line-height: 1.07 !important;
}
html body #allrecords .t050 .t050__descr {
  width: 100% !important;
  max-width: none !important;
}

html body #allrecords .t555 > .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.t397 .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
}
.t397 .t397__col {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#allrecords .t397 .t397__wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  width: 100% !important;
}
#allrecords .t397 .t397__tab {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  background: transparent !important;
}
#allrecords .t397 .t397__tab::after,
#allrecords .t397 .t397__tab_active::after,
#allrecords .t397 .t-align_left .t397__tab_active:after,
#allrecords .t397 .t-align_left .t397__tab:last-child:after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  border: none !important;
}
#allrecords .t397 .t397__title {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #9b958d !important;
  background: #ffffff !important;
  border: 1px solid #e5e2de !important;
  border-radius: 16px !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
  outline: none !important;
  line-height: 1.4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#allrecords .t397 .t397__tab:hover .t397__title {
  color: #68978E !important;
  border-color: #68978E !important;
}
#allrecords .t397 .t397__tab_active .t397__title {
  color: #ffffff !important;
  background: #68978E !important;
  border-color: #68978E !important;
}
#allrecords .t397 .t397__tab_active { background: transparent !important; box-shadow: none !important; }
#allrecords .t397 .t397__wrapper_mobile { position: relative !important; margin-bottom: 24px !important; width: 100% !important; }
#allrecords .t397 .t397__select {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #68978E !important;
  background: #ffffff !important;
  border: 1px solid #68978E !important;
  border-radius: 16px !important;
  padding: 12px 40px 12px 22px !important;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  outline: none !important;
}
#allrecords .t397 .t397__firefoxfix { display: none !important; }


/* ═══════════════════════════════════════════════════════════
   ВЫРАВНИВАНИЕ T396-БЛОКОВ ПО ШИРИНЕ ОСТАЛЬНЫХ СЕКЦИЙ
   ═══════════════════════════════════════════════════════════ */

@media screen and (min-width: 1200px) {
  #rec1232523621 .tn-elem[data-elem-id="1478011377640"] {
    left: clamp(10px, 8vw, 120px) !important;
  }
  #rec1232523621 .tn-elem[data-elem-id="1755692670999"] {
    left: calc(clamp(10px, 8vw, 120px) + 405px) !important;
    right: clamp(10px, 8vw, 120px) !important;
    width: auto !important;
    max-width: none !important;
  }
  #rec1183089006 .tn-elem[data-elem-id="1753371055139"] {
    left: clamp(10px, 8vw, 120px) !important;
  }
  #rec1183089006 .tn-elem[data-elem-id="1753444283098"] {
    left: clamp(10px, 8vw, 120px) !important;
  }
  #rec1183089006 .tn-elem[data-elem-id="1570303710057"] {
    left: clamp(10px, 8vw, 120px) !important;
  }
  #rec1183089006 .tn-elem[data-elem-id="1753370968739"] {
    left: auto !important;
    right: clamp(10px, 8vw, 120px) !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   ВЫРАВНИВАНИЕ БЛОКОВ ДОСТАВКИ И ОПЛАТЫ
   ═══════════════════════════════════════════════════════════ */

#rec1250478211 .t005 > .t-container,
#rec1250478211 .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
#rec1250478211 .t005 .t-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 32px !important;
  margin: 0 !important;
}
#rec1250478211 .t005 .t-col,
#rec1250478211 .t005 .t-col_6 {
  width: auto !important;
  max-width: none !important;
  flex: 1 1 calc((100% - 32px) / 2) !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}
#rec1250478211 .t005__text {
  width: 100% !important;
  max-width: none !important;
}

#allrecords .t-container:has(> .t-col_12 > [field="text"] strong) {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
#allrecords .t-container:has(> .t-col_12 > [field="text"] strong) > .t-col_12 {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

#rec1250485441 .t004 > .t-container,
#rec1250485441 .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
#rec1250485441 .t-col,
#rec1250485441 .t-col_12 {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}
#rec1250485441 .t-text {
  width: 100% !important;
  max-width: none !important;
}


/* ═══════════════════════════════════════════════════════════
   СЕТКА ТОВАРОВ — 3 в ряд + рамки + contain (кроме /clothes)
   ═══════════════════════════════════════════════════════════ */

#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-grid-cont,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont {
  width: 100% !important;
  max-width: none !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__card-list {
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 40px !important;
  column-gap: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__card-list[style] {
  row-gap: 40px !important;
  column-gap: 32px !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .js-product,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .t-store__card,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .t-store__stretch-col,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .t-store__stretch-col_25 {
  width: calc((100% - 64px) / 3) !important;
  max-width: calc((100% - 64px) / 3) !important;
  min-width: 0 !important;
  flex: 0 0 calc((100% - 64px) / 3) !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card:hover {
  transform: translateY(-4px) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__imgwrapper,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__imgwrapper_4-3,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__imgwrapper_1-1,
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__imgwrapper_16-9 {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid #e5e2de !important;
  background: #ffffff !important;
  margin-bottom: 18px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease, box-shadow 0.35s ease !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card:hover .t-store__card__imgwrapper {
  border-color: #68978E !important;
  box-shadow: 0 12px 28px -14px rgba(104, 151, 142, 0.35) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__bgimg {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card:hover .t-store__card__bgimg {
  transform: scale(1.03) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__bgimg_second {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card:hover .t-store__card__bgimg_second {
  opacity: 1 !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__wrap_txt-and-btns {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .store__card__wrap_txt-and-opts {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__textwrapper {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  gap: 8px !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__title {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  color: #3b3936 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: calc(1.2em * 2) !important;
  transition: color 0.25s ease !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card:hover .t-store__card__title {
  color: #68978E !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__price {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #575450 !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__price-currency {
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #9b958d !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__price_old .t-store__card__price-value {
  color: #9b958d !important;
  text-decoration: line-through !important;
  font-size: 15px !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__price_old .t-store__card__price-currency {
  font-size: 14px !important;
  color: #9b958d !important;
}

.t-store__pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 48px 0 0 !important;
}
.t-store__pagination__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid #e5e2de !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  color: #575450 !important;
  cursor: pointer !important;
  transition: border-color 0.25s, color 0.25s, background 0.25s !important;
  box-sizing: border-box !important;
}
.t-store__pagination__item:hover {
  border-color: #68978E !important;
  color: #68978E !important;
}
.t-store__pagination__item_active {
  background: #68978E !important;
  border-color: #68978E !important;
  color: #ffffff !important;
}
.t-store__pagination__item_separator {
  border: none !important;
  background: transparent !important;
  cursor: default !important;
}


/* ═══════════════════════════════════════════════════════════
   t951 — КАТАЛОГ С ФИЛЬТРОМ (страница /catalog)
   ═══════════════════════════════════════════════════════════ */

.t951__cont-w-filter.js-store-cont-w-filter {
  width: 100% !important;
  max-width: none !important;
  padding: 40px clamp(10px, 8vw, 120px) 80px !important;
  box-sizing: border-box !important;
}
.t951__cont-w-filter .t-store__filter__search-and-sort {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 32px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #e5e2de !important;
}
.t951__cont-w-filter .t951__cont-wrapper {
  display: grid !important;
  grid-template-columns: 200px 1fr !important;
  gap: 32px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
}
.t951__cont-w-filter .t951__sidebar {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 0 !important;
  position: sticky !important;
  top: 20px !important;
  align-self: start !important;
  padding: 0 !important;
  margin: 0 !important;
}
.t951__cont-w-filter .t951__grid-cont {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: visible !important;
}
.t951__cont-w-filter .t951__sidebar .t-store__parts-switch-wrapper_mobile { display: none !important; }
.t951__cont-w-filter .t951__sidebar .t-store__parts-switch-btn,
.t951__cont-w-filter .t951__sidebar .t-store__parts-tree-btn {
  display: block !important;
  text-align: left !important;
  padding: 8px 0 !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #575450 !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: color 0.25s ease !important;
  border: none !important;
  background: transparent !important;
}
.t951__cont-w-filter .t951__sidebar .t-store__parts-switch-btn:hover,
.t951__cont-w-filter .t951__sidebar .t-store__parts-tree-btn:hover { color: #68978E !important; }
.t951__cont-w-filter .t951__sidebar .t-store__parts-switch-btn.t-active,
.t951__cont-w-filter .t951__sidebar .t-store__parts-tree-btn.t-active {
  color: #68978E !important;
  font-weight: 600 !important;
}
.t951__cont-w-filter .t-store__filter__opts-mob-btn,
.t951__cont-w-filter .t-store__filter__search-mob-btn { display: none !important; }


/* ═══════════════════════════════════════════════════════════
   t776 — ТОЛЬКО ШИРИНА КОНТЕЙНЕРА.
   ⚠️ ФИЛЬТРЫ НЕ ТРОГАЕМ — ОСТАЮТСЯ КАК В TILDA.
   ═══════════════════════════════════════════════════════════ */

.t776 .js-store-parts-select-container.t-store__grid-cont,
.t776 .js-store-grid-cont.t-store__grid-cont,
.t776 .t-store__grid-cont.t-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  box-sizing: border-box !important;
}
/* Всё остальное внутри t776 — как в Tilda, ничего не переопределяем */


/* ═══════════════════════════════════════════════════════════
   СТРАНИЦА ТОВАРА (сниппет)
   ═══════════════════════════════════════════════════════════ */

.t-store__prod-snippet__container {
  width: 100% !important;
  max-width: none !important;
  padding: 40px clamp(10px, 8vw, 120px) 80px !important;
  box-sizing: border-box !important;
  position: relative !important;
}
.t-store__prod-snippet__container .t-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.t-store__prod-snippet__container .t-store__prod-popup__close-txt-wr {
  position: absolute !important;
  top: 20px !important;
  left: clamp(10px, 8vw, 120px) !important;
  z-index: 10 !important;
}
.t-store__prod-snippet__container .t-store__prod-popup__close-txt {
  color: #9b958d !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
}
.t-store__prod-snippet__container .t-store__prod-popup__close-txt:hover {
  color: #68978E !important;
}
.t-store__prod-snippet__container > .t-popup__close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #000000 !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 0.25s ease !important;
}
.t-store__prod-snippet__container > .t-popup__close:hover { opacity: 0.8 !important; }
.t-store__prod-snippet__container > .t-popup__close .t-popup__close-icon { fill: #ffffff !important; }

.t-store__prod-snippet__container .t-store__prod-popup__slider { padding-right: 32px !important; }
.t-store__prod-snippet__container .t-slds {
  background: transparent !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}
.t-store__prod-snippet__container .t-slds__imgwrapper {
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid #e5e2de !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 24px -12px rgba(59,57,54,0.12) !important;
}
.t-store__prod-snippet__container .t-slds__imgwrapper:hover {
  border-color: #68978E !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 18px 40px -18px rgba(104,151,142,0.35) !important;
}
.t-store__prod-snippet__container .t-slds__bgimg {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.t-store__prod-snippet__container .t-slds__arrow-withbg {
  background-color: rgba(255,255,255,0.85) !important;
  border: 1px solid #e5e2de !important;
}
.t-store__prod-snippet__container .t-store__prod-popup__info { padding-left: 32px !important; }
.t-store__prod-snippet__container .t-store__prod-popup__title-wrapper { margin-bottom: 24px !important; }
.t-store__prod-snippet__container .t-store__prod-popup__name {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.07 !important;
  color: #575450 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.t-store__prod-snippet__container .t-store__prod-popup__sku {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 13px !important;
  color: #9b958d !important;
}
.t-store__prod-snippet__container .js-product-controls-wrapper { margin: 24px 0 !important; }
.t-store__prod-snippet__container .t-product__option-title {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #9b958d !important;
  margin-bottom: 10px !important;
}
.t-store__prod-snippet__container .t-product__option-checkmark {
  border-radius: 10px !important;
  border: 1px solid #e5e2de !important;
  overflow: hidden !important;
  transition: border-color 0.25s ease !important;
}
.t-store__prod-snippet__container .t-product__option-item_active .t-product__option-checkmark {
  border-color: #68978E !important;
  box-shadow: 0 0 0 2px rgba(104,151,142,0.25) !important;
}
.t-store__prod-snippet__container .t-product__option-title_buttons {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 12px !important;
  color: #575450 !important;
}
.t-store__prod-snippet__container .t-store__prod-popup__btn-wrapper { display: none !important; }

.t-store__prod-snippet__container .js-store-prod-all-text { margin: 24px 0 0 !important; }
.t-store__prod-snippet__container .js-store-prod-all-text > div,
.t-store__prod-snippet__container .js-store-prod-all-text a {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #575450 !important;
}
.t-store__prod-snippet__container .js-store-prod-all-text a[href="#order"] {
  display: inline-block !important;
  color: #68978E !important;
  border-bottom: 1px solid #68978E !important;
  text-decoration: none !important;
}
.t-store__prod-snippet__container .js-store-prod-all-text a[href="#order"]:hover {
  color: #3E7E71 !important;
  border-bottom-color: #3E7E71 !important;
}
.t-store__prod-snippet__container .js-store-prod-all-charcs {
  margin-top: 32px !important;
  padding-top: 28px !important;
  border-top: 1px solid #e5e2de !important;
}
.t-store__prod-snippet__container .js-store-prod-charcs {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #575450 !important;
  margin: 0 0 10px !important;
  padding-left: 18px !important;
  position: relative !important;
}
.t-store__prod-snippet__container .js-store-prod-charcs::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.65em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #68978E !important;
}


/* ═══════════════════════════════════════════════════════════
   ПОПАП ТОВАРА
   ═══════════════════════════════════════════════════════════ */

.t-popup .t-store__prod-popup__btn-wrapper { display: none !important; }
.t-popup .t-store__prod-popup__slider .t-slds__imgwrapper {
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid #e5e2de !important;
  background: #ffffff !important;
}
.t-popup .t-store__prod-popup__slider .t-slds__bgimg {
  background-size: contain !important;
  background-position: center center !important;
}
.t-popup .t-store__prod-popup__name,
.t-popup .js-store-prod-name.js-product-name.t-name_xl {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.07 !important;
  color: #575450 !important;
  text-transform: uppercase !important;
}
.t-popup .t-store__prod-popup__price-item {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #3b3936 !important;
}
.t-popup .js-store-prod-all-text a[href="#order"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 56px !important;
  padding: 0 36px !important;
  margin: 0 12px 16px 0 !important;
  background: #68978E !important;
  color: #ffffff !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 1px solid #68978E !important;
  border-radius: 16px !important;
}
.t-popup .js-store-prod-all-text a[href="#order"]:hover {
  background: #3E7E71 !important;
  border-color: #3E7E71 !important;
}

.t-store__prod-popup__price_old,
.t-store__prod-popup__price_old .t-store__prod-popup__price-currency,
.t-store__prod-popup__price_old .t-store__prod-popup__price-value,
.t-store__card__price_old,
.t-store__card__price_old .t-store__card__price-currency,
.t-store__card__price_old .t-store__card__price-value {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════
   ПОХОЖИЕ ТОВАРЫ — везде, кроме /clothes
   ═══════════════════════════════════════════════════════════ */

#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants__container { margin-top: 100px !important; }
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants__title {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  color: #575450 !important;
  text-transform: uppercase !important;
  margin: 0 0 40px !important;
  padding-right: 0 !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card__imgwrapper,
#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card__imgwrapper {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid #e5e2de !important;
  background: #ffffff !important;
  transition: border-color 0.3s ease, transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card__imgwrapper:hover,
#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card__imgwrapper:hover {
  border-color: #68978E !important;
  transform: translateY(-4px) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card__bgimg,
#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card__bgimg {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card:hover .t-store__card__bgimg,
#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card:hover .t-store__card__bgimg {
  transform: scale(1.03) !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card__bgimg_second,
#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card__bgimg_second {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
}
#allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card:hover .t-store__card__bgimg_second,
#allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card:hover .t-store__card__bgimg_second {
  opacity: 1 !important;
}


/* ═══════════════════════════════════════════════════════════
   АДАПТИВ
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list {
    column-gap: 24px !important;
  }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .js-product,
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .t-store__card {
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
    flex: 0 0 calc((100% - 24px) / 2) !important;
  }
  .t951__cont-w-filter .t951__cont-wrapper {
    grid-template-columns: 180px 1fr !important;
    gap: 24px !important;
  }
  .t951__cont-w-filter .t951__sidebar {
    width: 180px !important;
    max-width: 180px !important;
  }
}

@media (max-width: 960px) {
  .t-store__prod-snippet__container { padding: 24px 20px 60px !important; }
  .t-store__prod-snippet__container .t-store__prod-popup__slider,
  .t-store__prod-snippet__container .t-store__prod-popup__info { padding: 0 !important; }
  .t-store__prod-snippet__container .t-store__prod-popup__info { margin-top: 32px !important; }
  .t-store__prod-snippet__container .t-store__prod-popup__name { font-size: 32px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants__title { font-size: 32px !important; margin-bottom: 28px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants__container { margin-top: 64px !important; }
}

@media (max-width: 900px) {
  .t951__cont-w-filter .t951__cont-wrapper {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .t951__cont-w-filter .t951__sidebar {
    width: 100% !important;
    max-width: none !important;
    position: static !important;
  }
  #rec1250478211 .t005 .t-col,
  #rec1250478211 .t005 .t-col_6 { flex: 1 1 100% !important; }
}

@media (max-width: 720px) {
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .js-product,
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card-list > .t-store__card {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__card-list { row-gap: 28px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__title { font-size: 17px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__price { font-size: 17px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__imgwrapper { border-radius: 12px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__grid-cont .t-store__card__bgimg { padding: 14px !important; }

  .t951__cont-w-filter.js-store-cont-w-filter { padding: 24px 10px 60px !important; }
  .t951__cont-w-filter .t-store__filter__search-and-sort {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .t951__cont-w-filter .t-store__filter__search { max-width: none !important; flex: 1 1 auto !important; }
  .t951__cont-w-filter .t-store__sort-select { width: 100% !important; min-width: 0 !important; }

  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card__bgimg,
  #allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card__bgimg { padding: 14px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants-grid-cont .t-store__card__imgwrapper,
  #allrecords:not([data-tilda-page-alias="clothes"]) .js-store-relevants-grid-cont .t-store__card__imgwrapper { border-radius: 12px !important; }
}

@media (max-width: 480px) {
  .t-store__prod-snippet__container { padding: 16px 10px 48px !important; }
  .t-store__prod-snippet__container .t-store__prod-popup__name { font-size: 26px !important; }
  #allrecords:not([data-tilda-page-alias="clothes"]) .t-store__relevants__title { font-size: 26px !important; }
  .t-store__prod-snippet__container .t-slds__imgwrapper { border-radius: 12px !important; }
  html body #allrecords .t050 .t050__title.t-title_xxl { font-size: 28px !important; }
  html body #allrecords .t050 .t-container,
  html body #allrecords .t555 > .t-container { padding-left: 10px !important; padding-right: 10px !important; }
  #allrecords .t397 .t397__title { padding: 10px 18px !important; font-size: 13px !important; }
  html body #allrecords #nav1229813441 .t450__logo,
  html body #allrecords #nav1229813441 .t450__logo span { font-size: 24px !important; }
  html body #allrecords #nav1229813441 a.t-menu__link-item { font-size: 13px !important; letter-spacing: 0.06em !important; }
}

@media screen and (min-width: 1200px) {
  html body #allrecords .t050 .t050__title.t-title_xxl { font-size: 58px !important; }
  .t706__cartpage-content { margin-top: 230px !important; }
  .t706__cartpage-form-wrapper,
  .t706__cartpage-info-wrapper { top: 200px !important; }
  #nav1229813441 { z-index: 999999999 !important; }
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
  html body #allrecords .t050 .t050__title.t-title_xxl { font-size: 45px !important; }
}
@media screen and (max-width: 900px) and (min-width: 481px) {
  html body #allrecords .t050 .t050__title.t-title_xxl { font-size: 36px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .t-store__card,
  .t-store__card__bgimg,
  .t-store__card__bgimg_second,
  .t-store__card__imgwrapper,
  .t-store__pagination__item,
  .t951__cont-w-filter .t-store__card,
  .t-store__relevants-grid-cont .t-store__card,
  .js-store-relevants-grid-cont .t-store__card,
  #allrecords .t397 .t397__title,
  html body #allrecords #nav1229813441 a.t-menu__link-item {
    transition: none !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   КОРЗИНА t706 — только типографика и z-index
   ═══════════════════════════════════════════════════════════ */

/* ── Поверх всего при открытии ── */
.t706__cartpage,
.t706__cartpage_showed,
.t706__cartwin,
.t706__cartwin_showed,
.t706__sidebar,
.t706__sidebar_showed {
  z-index: 2147483600 !important;
}
.t706__cartpage-top {
  z-index: 2147483601 !important;
}
.t706__cartwin-overlay,
.t706__cartpage-overlay {
  z-index: 2147483500 !important;
}

/* ── Иконка корзины ── */
.t706__carticon {
  z-index: 2147483000 !important;
}

/* ── Типографика ── */
.t706__cartpage-heading,
.t706__sidebar-heading,
.t706__cartpage-top .t-name_xl {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  color: #575450 !important;
}

.t706__product-title,
.t706__product-title a {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.t706__product-title__option,
.t706__product-amount,
.t706__product-quantity,
.t706__cartwin-prodamount-label,
.t706__cartwin-prodamount,
.t706__cartwin-totalamount-label,
.t706__cartwin-totalamount,
.t706__sidebar-prodamount-wrap,
.t706__cartpage-prodamount,
.t706__cartpage-totals,
.t706 .t-text,
.t706 .t-text_md,
.t706 .t-text_xs,
.t706 .t-checkbox__control,
.t706 .t-radio__control,
.t706 .t-input,
.t706 textarea {
  font-family: 'Manrope', Arial, sans-serif !important;
}

.t706__cartwin-totalamount-label,
.t706__cartwin-prodamount-label {
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

/* ═══════════════════════════════════════════════════════════
   КОРЗИНА t706 — полная версия
   ═══════════════════════════════════════════════════════════ */

/* ── Z-INDEX ── */
.t706__cartpage,
.t706__cartpage_showed,
.t706__cartwin,
.t706__cartwin_showed,
.t706__sidebar,
.t706__sidebar_showed { z-index: 2147483600 !important; }

.t706__cartpage-top { z-index: 2147483601 !important; }

.t706__cartwin-overlay,
.t706__cartpage-overlay { z-index: 2147483500 !important; }

.t706__carticon { z-index: 2147483000 !important; }

/* ── Скрываем шапку/бургер при открытой корзине ── */
body.t706__body_cartpageshowed .uc-burger-btn,
body.t706__body_cartwinshowed .uc-burger-btn,
body.t706__body_cartpageshowed .uc-burger,
body.t706__body_cartwinshowed .uc-burger,
body.t706__body_cartpageshowed .uc-header,
body.t706__body_cartwinshowed .uc-header { display: none !important; }


/* ═══════════════════════════════════════════════════════════
   МОБИЛЬНАЯ ВЕРСИЯ ≤960px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 960px) {

  /* ─── Полноэкранный контейнер корзины ─── */
  html body .t706__cartpage,
  html body .t706__cartpage_showed,
  html body .t706__cartwin,
  html body .t706__cartwin_showed {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important; padding: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    background: #f7f5f2 !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* ─── Верхняя панель ─── */
  html body .t706__cartpage-top {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 14px !important;
    height: 60px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e2de !important;
    box-sizing: border-box !important;
  }
  html body .t706__cartpage-back { grid-column: 1 !important; justify-self: start !important; }
  html body .t706__cartpage-close { grid-column: 3 !important; justify-self: end !important; }

  html body .t706__cartpage-heading,
  html body .t706__cartpage-top .t-name_xl {
    grid-column: 2 !important;
    font-family: 'Cygre', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #68978E !important;
    margin: 0 !important; padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  html body .t706__cartpage-back,
  html body .t706__cartpage-close {
    width: 42px !important; height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
  }
  html body .t706__cartpage-back-icon,
  html body .t706__cartpage-close-icon {
    width: 22px !important; height: 22px !important;
    fill: #3b3936 !important;
  }

  /* ─── Контент — flex-колонка, кнопка «Оформить» уезжает вниз ─── */
  html body .t706__cartpage-content,
  html body .t706__cartpage-content.t-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 76px 14px 40px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #f7f5f2 !important;
    position: static !important;
    float: none !important;
    overflow: visible !important;
  }

  /* Порядок блоков */
  html body .t706__cartpage-info           { order: 1 !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
  html body .t706__cartpage-form           { order: 2 !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
  html body .t706__cartpage-open-form-wrap { order: 3 !important; width: 100% !important; padding: 0 !important; margin: 20px 0 0 0 !important; }

  /* Обёртки внутри — на всю ширину */
  html body .t706__cartpage-info-wrapper,
  html body .t706__cartpage-products,
  html body .t706__cartpage-form-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }


  /* ═══════════════════════════════════════════════════════
     КАРТОЧКА ТОВАРА — position:absolute для всех детей,
     чтобы обойти любые table-layout от Tilda
     ═══════════════════════════════════════════════════════ */
  html body .t706__product {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 128px !important;
    min-height: 128px !important;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
    background: #ffffff !important;
    border: 1px solid #e5e2de !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 14px -10px rgba(59,57,54,.1) !important;
    box-sizing: border-box !important;
    float: none !important;
    overflow: hidden !important;
  }
  html body .t706__product:last-child { margin-bottom: 0 !important; }

  /* Универсальный сброс inline-стилей Tilda */
  html body .t706__product > * {
    position: absolute !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    table-layout: auto !important;
  }

  /* ── Миниатюра ── */
  html body .t706__product > .t706__product-thumb {
    top: 16px !important;
    left: 16px !important;
    width: 76px !important;
    height: 76px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e5e2de !important;
    background: #fafafa !important;
  }
  html body .t706__product > .t706__product-thumb .t706__product-imgdiv {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  /* ── Название ── */
  html body .t706__product > .t706__product-title {
    top: 16px !important;
    left: 108px !important;
    right: 52px !important;
    font-family: 'Cygre', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    color: #3b3936 !important;
    word-break: break-word !important;
  }
  html body .t706__product > .t706__product-title a {
    color: #3b3936 !important;
    text-decoration: none !important;
    display: inline !important;
  }
  html body .t706__product > .t706__product-title .t706__product-title__option,
  html body .t706__product > .t706__product-title .t706__product-title__option div {
    display: inline-block !important;
    position: static !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #68978E !important;
    background: rgba(104,151,142,.1) !important;
    padding: 3px 8px !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin-top: 6px !important;
    width: auto !important;
  }

  /* ── Крестик удаления ── */
  html body .t706__product > .t706__product-del-wrapper {
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  html body .t706__product > .t706__product-del-wrapper .t706__product-del {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    opacity: 0.55 !important;
    cursor: pointer !important;
  }
  html body .t706__product > .t706__product-del-wrapper .t706__product-del img {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
  }

  /* ── Кол-во +/− ── */
  html body .t706__product > .t706__product-plusminus {
    bottom: 18px !important;
    left: 108px !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: auto !important;
    height: auto !important;
  }
  html body .t706__product > .t706__product-plusminus .t706__product-minus,
  html body .t706__product > .t706__product-plusminus .t706__product-plus {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border: 1px solid #e5e2de !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
  }
  html body .t706__product > .t706__product-plusminus .t706__product-minus img,
  html body .t706__product > .t706__product-plusminus .t706__product-plus img {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    opacity: 0.7 !important;
  }
  html body .t706__product > .t706__product-plusminus .t706__product-quantity {
    display: inline-block !important;
    position: static !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #3b3936 !important;
    min-width: 16px !important;
    text-align: center !important;
  }

  /* ── Цена ── */
  html body .t706__product > .t706__product-amount {
    bottom: 22px !important;
    right: 16px !important;
    left: auto !important;
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 2px !important;
    white-space: nowrap !important;
    max-width: calc(100% - 220px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #3b3936 !important;
  }
  html body .t706__product > .t706__product-amount .t706__cartwin-prodamount-price {
    display: inline !important;
    position: static !important;
    color: #3b3936 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
  }
  html body .t706__product > .t706__product-amount .t706__cartwin-prodamount-currency {
    display: inline !important;
    position: static !important;
    font-size: 12px !important;
    color: #9b958d !important;
  }


  /* ═══════════════════════════════════════════════════════
     ИТОГ
     ═══════════════════════════════════════════════════════ */
  html body .t706__cartpage-totals {
    width: 100% !important;
    padding: 16px 18px !important;
    margin: 16px 0 0 0 !important;
    background: #ffffff !important;
    border: 1px solid #e5e2de !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 14px -10px rgba(59,57,54,.1) !important;
    box-sizing: border-box !important;
    display: block !important;
    position: static !important;
  }
  html body .t706__cartwin-totalamount-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 12px !important;
  }
  html body .t706__cartwin-totalamount-label {
    font-family: 'Cygre', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #575450 !important;
  }
  html body .t706__cartwin-totalamount {
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #68978E !important;
  }
  html body .t706__cartwin-totalamount .t706__cartwin-prodamount-currency {
    font-size: 13px !important;
    color: #9b958d !important;
  }


  /* ═══════════════════════════════════════════════════════
     КНОПКА «ОФОРМИТЬ»
     ═══════════════════════════════════════════════════════ */
  html body .t706__cartpage-open-form,
  html body .t706__cartpage-open-form-wrap .t-btnflex,
  html body .t-submit.t-btnflex.t-btnflex_type_submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border-radius: 16px !important;
    background: #68978E !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease !important;
  }
  html body .t706__cartpage-open-form:active,
  html body .t-submit.t-btnflex.t-btnflex_type_submit:active {
    background: #3E7E71 !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   ОЧЕНЬ УЗКИЕ ЭКРАНЫ ≤480px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  html body .t706__cartpage-top {
    padding: 8px 12px !important;
    height: 56px !important;
    grid-template-columns: 40px 1fr 40px !important;
  }
  html body .t706__cartpage-heading,
  html body .t706__cartpage-top .t-name_xl { font-size: 14px !important; }
  html body .t706__cartpage-back,
  html body .t706__cartpage-close { width: 38px !important; height: 38px !important; }

  html body .t706__cartpage-content,
  html body .t706__cartpage-content.t-container { padding: 70px 12px 40px !important; }

  html body .t706__product {
    height: 116px !important;
    min-height: 116px !important;
  }
  html body .t706__product > .t706__product-thumb {
    top: 14px !important;
    left: 14px !important;
    width: 68px !important;
    height: 68px !important;
  }
  html body .t706__product > .t706__product-title {
    top: 14px !important;
    left: 96px !important;
    right: 48px !important;
    font-size: 14px !important;
  }
  html body .t706__product > .t706__product-plusminus {
    bottom: 14px !important;
    left: 96px !important;
    gap: 5px !important;
  }
  html body .t706__product > .t706__product-plusminus .t706__product-minus,
  html body .t706__product > .t706__product-plusminus .t706__product-plus {
    width: 26px !important;
    height: 26px !important;
  }
  html body .t706__product > .t706__product-plusminus .t706__product-quantity {
    font-size: 14px !important;
    min-width: 14px !important;
  }
  html body .t706__product > .t706__product-amount {
    bottom: 18px !important;
    right: 14px !important;
    font-size: 14px !important;
    max-width: calc(100% - 200px) !important;
  }
  html body .t706__product > .t706__product-amount .t706__cartwin-prodamount-price {
    font-size: 14px !important;
  }

  html body .t706__cartwin-totalamount-label { font-size: 16px !important; }
  html body .t706__cartwin-totalamount { font-size: 20px !important; }
  html body .t706__cartpage-open-form,
  html body .t-submit.t-btnflex.t-btnflex_type_submit { height: 52px !important; font-size: 14px !important; }
}


/* ═══════════════════════════════════════════════════════════
   ДЕСКТОП >960px — минимальные правила для z-index
   ═══════════════════════════════════════════════════════════ */
@media (min-width: 961px) {
  .t706__cartpage-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e5e2de !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   ФИКС МОБИЛЬНОЙ ВЕРСТКИ ТОВАРНЫХ СТРАНИЦ
   Устраняет: «слишком мелкий текст» + «горизонтальная прокрутка»
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 960px) {

  /* ═══════════════════════════════════════════════════════
     1. УБИРАЕМ ГОРИЗОНТАЛЬНУЮ ПРОКРУТКУ
     ═══════════════════════════════════════════════════════ */
  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }
  #allrecords, .t-records, .t-body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  /* Контейнеры Tilda — фикс ширины */
  .t-store__prod-snippet__container,
  .t-store__prod-snippet__container .t-container,
  .t-store__prod-popup__info,
  .t-store__prod-popup__slider,
  .js-store-prod-all-text,
  .js-store-prod-all-charcs {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  /* Картинки/слайдер — не выходят за пределы */
  .t-store__prod-snippet__container img,
  .t-store__prod-popup__slider img,
  .t-slds img,
  .js-store-prod-all-text img,
  .js-store-prod-all-charcs img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  /* Таблицы характеристик — не растягивают страницу */
  .js-store-prod-all-charcs table,
  .js-store-prod-all-text table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    word-wrap: break-word !important;
  }
  /* Любые широкие блоки */
  .js-store-prod-all-text [style*="width"],
  .js-store-prod-all-charcs [style*="width"] {
    max-width: 100% !important;
  }

  /* ═══════════════════════════════════════════════════════
     2. МИНИМАЛЬНЫЙ РАЗМЕР ШРИФТА 15px (требование Яндекса)
     ═══════════════════════════════════════════════════════ */

  /* Описание товара */
  .js-store-prod-all-text,
  .js-store-prod-all-text p,
  .js-store-prod-all-text div,
  .js-store-prod-all-text span,
  .js-store-prod-all-text li,
  .js-store-prod-all-text a {
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #575450 !important;
  }
  .js-store-prod-all-text h1,
  .js-store-prod-all-text h2,
  .js-store-prod-all-text h3,
  .js-store-prod-all-text h4 {
    font-family: 'Cygre', Arial, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    color: #3b3936 !important;
  }

  /* Характеристики */
  .js-store-prod-all-charcs,
  .js-store-prod-charcs,
  .js-store-prod-charcs * ,
  .t-store__prod-popup__charcs,
  .t-store__prod-popup__charcs * {
    font-family: 'Manrope', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #575450 !important;
  }

  /* Название товара */
  .t-store__prod-popup__name,
  .t-store__prod-popup__name.js-product-name,
  .js-store-prod-name,
  .t-store__prod-snippet__container .t-store__prod-popup__name {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }

  /* Артикул / SKU */
  .t-store__prod-popup__sku,
  .t-store__prod-popup__sku * {
    font-size: 14px !important;
    color: #9b958d !important;
  }

  /* Цена */
  .t-store__prod-popup__price-item,
  .t-store__prod-popup__price-item * {
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  /* Названия опций (Цвет, Ткань, Размер) */
  .t-product__option-title,
  .t-product__option-title_buttons {
    font-size: 14px !important;
    letter-spacing: 0.06em !important;
    color: #575450 !important;
  }

  /* Кнопки товара */
  .t-store__prod-popup__btn-wrapper a,
  .js-store-prod-all-text a[href="#order"],
  .t-store__prod-popup__btn,
  .t-submit {
    font-size: 15px !important;
    min-height: 52px !important;
    padding: 14px 24px !important;
  }

  /* Хлебные крошки / навигация */
  .t-store__prod-popup__breadcrumbs,
  .t-store__prod-popup__breadcrumbs * {
    font-size: 14px !important;
  }

  /* Ссылки в описании */
  .js-store-prod-all-text a[href="#order"],
  .js-store-prod-all-text a {
    font-size: 15px !important;
  }

  /* Счётчик/количество товара */
  .js-product-quantity,
  .t-store__prod-popup__quantity {
    font-size: 16px !important;
  }
}
