/* === TEXTURA - нативное уведомление в корзине === */
#rec1311107421 .t-input-group[data-input-lid="1757939820524"] {
  background: #f3f7e8;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 18px 20px 17px;
  margin: 8px 0 18px;
  box-sizing: border-box;
  animation: textura-native-notice-in 0.55s ease-out both;
}
#rec1311107421 .t-input-group[data-input-lid="1757939820524"] .t-text {
  color: #111111 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
#rec1311107421 .t-input-group[data-input-lid="1757939820524"] strong {
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.02em;
}
#rec1311107421 .t-input-group[data-input-lid="1757939820524"] strong::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: #dff65a;
  border-radius: 50%;
  vertical-align: 2px;
  animation: textura-native-notice-pulse 1.1s ease-out 2;
}
@keyframes textura-native-notice-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes textura-native-notice-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(188, 214, 48, 0); }
  45% { box-shadow: 0 0 0 6px rgba(188, 214, 48, 0.2); }
}
@media (max-width: 480px) {
  #rec1311107421 .t-input-group[data-input-lid="1757939820524"] {
    border-radius: 16px;
    padding: 16px 16px 15px;
  }
  #rec1311107421 .t-input-group[data-input-lid="1757939820524"] .t-text {
    font-size: 14px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #rec1311107421 .t-input-group[data-input-lid="1757939820524"],
  #rec1311107421 .t-input-group[data-input-lid="1757939820524"] strong::before {
    animation: none !important;
  }
}
/* === TEXTURA - вертикальные одежные бирки === */

/* Контейнер фотографии */
.t-store__card__imgwrapper {
  position: relative !important;
  overflow: visible !important;
}

/* Контейнер бирки */
.t-store__card__mark-wrapper {
  position: absolute !important;
  display: block !important;

  width: 20px !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  right: auto !important;
  bottom: auto !important;

  z-index: 20 !important;
  pointer-events: none !important;
  transform: none !important;
}

/* Вертикальная бирка в каталоге */
.t-store__card__mark,
.t-store__card__badge {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 20px !important;
  min-width: 20px !important;
  min-height: 46px !important;
  height: auto !important;

  margin: 0 !important;
  padding: 7px 3px !important;

  /*
  После разворота на 180 градусов:
  закругление окажется с внешней левой стороны,
  а сторона у фотографии останется прямой.
  */
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.30) !important;
  border-radius: 0 4px 4px 0 !important;

  background-color: #777777 !important;
  color: #ffffff !important;

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.22) !important;

  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  transform: rotate(180deg) !important;

  box-sizing: border-box !important;
  pointer-events: none !important;
  transition: none !important;
}

/* Бейджи внутри всплывающей карточки остаются горизонтальными */
.t-product__badge,
.t-store__prod-popup__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 0 !important;
  height: auto !important;

  margin: 0 !important;
  padding: 4px 8px !important;

  border: none !important;
  border-radius: 999px !important;

  background-color: #777777 !important;
  color: #ffffff !important;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18) !important;

  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  writing-mode: horizontal-tb !important;
  transform: none !important;

  box-sizing: border-box !important;
  pointer-events: none !important;
}

/* NEW - яркий салатовый */
.badge--new {
  background-color: #B7F000 !important;
  color: #173000 !important;
  border-left-color: rgba(23, 48, 0, 0.35) !important;
}

/* FIX - яркий красный */
.badge--fix {
  background-color: #E31B2B !important;
  color: #ffffff !important;
}

/* SALE */
.badge--sale {
  background-color: #D81B45 !important;
  color: #ffffff !important;
}

/* Процент скидки */
.badge--discount {
  background-color: #25B7D3 !important;
  color: #062B32 !important;
  border-left-color: rgba(6, 43, 50, 0.30) !important;
}

/* HALLOWEEN */
.badge--halloween {
  background-color: #FF7A00 !important;
  color: #351500 !important;
  border-left-color: rgba(53, 21, 0, 0.30) !important;
}

/* 11.11 */
.badge--november {
  background-color: #E31B2B !important;
  color: #ffffff !important;
}

/* BLACK FRIDAY */
.badge--blackfriday {
  background-color: #111111 !important;
  color: #ffffff !important;
}

/* Мобильная версия */
@media (max-width: 640px) {
  .t-store__card__mark-wrapper {
    width: 18px !important;
  }

  .t-store__card__mark,
  .t-store__card__badge {
    width: 18px !important;
    min-width: 18px !important;
    min-height: 40px !important;

    padding: 6px 3px !important;

    font-size: 9px !important;
    letter-spacing: 0.06em !important;

    border-radius: 0 3px 3px 0 !important;
  }
}


/* === TEXTURA - типографика каталога и карточки товара === */

/* ---------- КАТАЛОГ ---------- */

.t-store__card__title,
.t-store__card__titletext,
.t-store__card__titlewrapper,
.t-store__card__title .js-store-prod-name,
.t-store__card .js-store-prod-name {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #222222;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
}

.t-store__card__price,
.t-store__card__price-value,
.t-store__card__price-wrapper,
.t-store__card__price .js-store-prod-price {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #222222;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .t-store__card__title,
  .t-store__card__titletext,
  .t-store__card__titlewrapper,
  .t-store__card__title .js-store-prod-name,
  .t-store__card .js-store-prod-name {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .t-store__card__price,
  .t-store__card__price-value,
  .t-store__card__price-wrapper,
  .t-store__card__price .js-store-prod-price {
    font-size: 14px;
    line-height: 1.4;
  }
}


/* ---------- КАРТОЧКА ТОВАРА ---------- */

.t-store__prod-title,
.t-product__title,
.t-store__prod-popup__title,
.js-product-name {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
  color: #111111;
  margin: 0 0 12px 0;
}

.t-store__prod-price__current,
.t-product__price-value,
.js-product-price,
.t-store__prod-popup__price-value {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
  margin: 0 0 16px 0;
  display: inline-block;
}

.t-store__prod-text,
.t-product__descr,
.t-product__text,
.t-store__prod-popup__descr,
.t-store__prod-popup__text {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  max-width: 600px;
}

.t-store__prod-text p,
.t-product__descr p,
.t-product__text p,
.t-store__prod-popup__descr p,
.t-store__prod-popup__text p {
  margin: 0 0 12px 0;
}


/* ---------- МОБИЛЬНАЯ КАРТОЧКА ---------- */

@media (max-width: 640px) {
  .t-store__prod-title,
  .t-product__title,
  .t-store__prod-popup__title,
  .js-product-name {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .t-store__prod-price__current,
  .t-product__price-value,
  .js-product-price,
  .t-store__prod-popup__price-value {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .t-store__prod-text,
  .t-product__descr,
  .t-product__text,
  .t-store__prod-popup__descr,
  .t-store__prod-popup__text {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }

  .t-store__prod-text p,
  .t-product__descr p,
  .t-product__text p,
  .t-store__prod-popup__descr p,
  .t-store__prod-popup__text p {
    margin-bottom: 10px;
  }
}


/* ---------- КНОПКА "Добавить в корзину" ---------- */

.t-store__prod-btn,
.t-product__btn,
.t-store__prod-popup__btn,
.t-store__prod-popup__btn .t-btn,
.t-store__prod-btn .t-btn,
.t-product__btn .t-btn {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  .t-store__prod-btn,
  .t-product__btn,
  .t-store__prod-popup__btn,
  .t-store__prod-popup__btn .t-btn,
  .t-store__prod-btn .t-btn,
  .t-product__btn .t-btn {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* === TEXTURA - компактный каталог и единая визуальная иерархия === */

/* Разделы каталога */
.t-store__parts-switch-btn {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  margin: 0 14px 12px !important;
  padding: 0 0 4px !important;
  border-bottom: 1px solid transparent !important;
}

.t-store__parts-switch-btn.t-active {
  font-weight: 600 !important;
  border-bottom-color: #222222 !important;
}

/* Названия товаров в каталоге */
.t-store__card .t-store__card__title,
.t-store__card .js-store-prod-name,
.t-store__card .js-product-name {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  color: #222222 !important;
  text-align: center !important;
  min-height: 45px !important;
  margin: 12px 0 6px !important;
}

/* Цены в каталоге */
.t-store__card .t-store__card__price-wrapper {
  min-height: 22px !important;
  margin: 0 !important;
  text-align: center !important;
}

.t-store__card .t-store__card__price,
.t-store__card .t-store__card__price-value,
.t-store__card .t-store__card__price-currency,
.t-store__card .js-product-price,
.t-store__card .js-store-prod-price-val {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #222222 !important;
  margin: 0 !important;
}

.t-store__card .t-store__card__price_old {
  margin-left: 8px !important;
  color: #999999 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
}

.t-store__card .t-store__card__price_old,
.t-store__card .t-store__card__price_old .t-store__card__price-value,
.t-store__card .t-store__card__price_old .t-store__card__price-currency {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #999999 !important;
}

/* Всплывающая карточка товара */
.t-store__prod-popup__name {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  color: #111111 !important;
  margin-bottom: 12px !important;
}

.t-store__prod-popup__price-value,
.t-store__prod-popup .js-product-price {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #111111 !important;
}

.t-store__prod-popup__text,
.t-store__prod-popup__descr {
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #333333 !important;
}

/* Более заметная кнопка покупки */
.t-store__prod-popup__btn.t-btn,
.t-store__prod-btn.t-btn,
.t-product__btn.t-btn {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

@media (hover: hover) {
  .t-store__prod-popup__btn.t-btn:hover,
  .t-store__prod-btn.t-btn:hover,
  .t-product__btn.t-btn:hover {
    background-color: #3a3a3a !important;
    border-color: #3a3a3a !important;
  }
}

@media (max-width: 640px) {
  .t-store__parts-switch-btn {
    font-size: 14px !important;
    margin: 0 9px 10px !important;
  }

  .t-store__card .t-store__card__title,
  .t-store__card .js-store-prod-name,
  .t-store__card .js-product-name {
    font-size: 15px !important;
    line-height: 1.4 !important;
    min-height: 42px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }

  .t-store__card .t-store__card__price,
  .t-store__card .t-store__card__price-value,
  .t-store__card .t-store__card__price-currency,
  .t-store__card .js-product-price,
  .t-store__card .js-store-prod-price-val {
    font-size: 14px !important;
  }

  .t-store__card .t-store__card__price_old,
  .t-store__card .t-store__card__price_old .t-store__card__price-value,
  .t-store__card .t-store__card__price_old .t-store__card__price-currency {
    font-size: 12px !important;
  }

  .t-store__prod-popup__name {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .t-store__prod-popup__text,
  .t-store__prod-popup__descr {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* === TEXTURA - ровная строка цен === */

/* Каталог */
.t-store__card .t-store__card__price-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
  flex-wrap: nowrap !important;
  column-gap: 8px !important;
  white-space: nowrap !important;
}

.t-store__card .t-store__card__price-item {
  display: inline-flex !important;
  align-items: baseline !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
}

.t-store__card .t-store__card__price-value,
.t-store__card .t-store__card__price-currency {
  display: inline-block !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
}

.t-store__card .t-store__card__price-currency {
  font-size: 12px !important;
  font-weight: inherit !important;
  margin-left: 3px !important;
}

.t-store__card .t-store__card__price-currency::before {
  content: none !important;
  display: none !important;
}

.t-store__card .t-store__card__price_old {
  position: relative !important;
  color: #8A8A8A !important;
  text-decoration: none !important;
}

.t-store__card .t-store__card__price_old .t-store__card__price-value,
.t-store__card .t-store__card__price_old .t-store__card__price-currency {
  color: #8A8A8A !important;
  text-decoration: none !important;
}

.t-store__card .t-store__card__price_old::before {
  content: none !important;
  display: none !important;
}

.t-store__card .t-store__card__price_old::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: -1px !important;
  right: -1px !important;
  top: 50% !important;
  bottom: auto !important;
  width: auto !important;
  height: 1px !important;
  background: currentColor !important;
  transform: translateY(-50%) !important;
}

/* Карточка товара */
.t-store__prod-popup .t-store__prod-popup__price-wrapper {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  flex-wrap: nowrap !important;
  column-gap: 10px !important;
  white-space: nowrap !important;
}

.t-store__prod-popup .t-store__prod-popup__price-item {
  display: inline-flex !important;
  align-items: baseline !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  position: relative !important;
  line-height: 1.25 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
}

.t-store__prod-popup .t-store__prod-popup__price-value,
.t-store__prod-popup .t-store__prod-popup__price-currency {
  display: inline-block !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
}

.t-store__prod-popup .t-store__prod-popup__price-currency {
  font-size: 15px !important;
  font-weight: inherit !important;
  margin-left: 3px !important;
}

.t-store__prod-popup .t-store__prod-popup__price-currency::before {
  content: none !important;
  display: none !important;
}

.t-store__prod-popup .t-store__prod-popup__price_old,
.t-store__prod-popup .t-store__prod-popup__price_old .t-store__prod-popup__price-value {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #8A8A8A !important;
  text-decoration: none !important;
}

.t-store__prod-popup .t-store__prod-popup__price_old .t-store__prod-popup__price-currency {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #8A8A8A !important;
  text-decoration: none !important;
}

.t-store__prod-popup .t-store__prod-popup__price_old::before {
  content: none !important;
  display: none !important;
}

.t-store__prod-popup .t-store__prod-popup__price_old::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: -1px !important;
  right: -1px !important;
  top: 50% !important;
  bottom: auto !important;
  width: auto !important;
  height: 1px !important;
  background: currentColor !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 640px) {
  .t-store__card .t-store__card__price-wrapper {
    column-gap: 6px !important;
  }

  .t-store__card .t-store__card__price-currency {
    font-size: 11px !important;
  }

  .t-store__card .t-store__card__price_old .t-store__card__price-currency {
    font-size: 10px !important;
  }

  .t-store__prod-popup .t-store__prod-popup__price-wrapper {
    column-gap: 8px !important;
  }

  .t-store__prod-popup .t-store__prod-popup__price-currency {
    font-size: 13px !important;
  }

  .t-store__prod-popup .t-store__prod-popup__price_old,
  .t-store__prod-popup .t-store__prod-popup__price_old .t-store__prod-popup__price-value {
    font-size: 15px !important;
  }

  .t-store__prod-popup .t-store__prod-popup__price_old .t-store__prod-popup__price-currency {
    font-size: 12px !important;
  }
}

/* === TEXTURA - цена на отдельной странице товара === */
.t-store__prod-popup__price-wrapper {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  flex-wrap: nowrap !important;
  column-gap: 10px !important;
  white-space: nowrap !important;
}

.t-store__prod-popup__price-item {
  display: inline-flex !important;
  align-items: baseline !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  position: relative !important;
  line-height: 1.25 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
}

.t-store__prod-popup__price-value,
.t-store__prod-popup__price-currency {
  display: inline-block !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
}

.t-store__prod-popup__price-currency {
  font-size: 15px !important;
  font-weight: inherit !important;
  margin-left: 3px !important;
}

.t-store__prod-popup__price-currency::before {
  content: none !important;
  display: none !important;
}

.t-store__prod-popup__price_old,
.t-store__prod-popup__price_old .t-store__prod-popup__price-value {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #8A8A8A !important;
  text-decoration: none !important;
}

.t-store__prod-popup__price_old .t-store__prod-popup__price-currency {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #8A8A8A !important;
  text-decoration: none !important;
}

.t-store__prod-popup__price_old::before {
  content: none !important;
  display: none !important;
}

.t-store__prod-popup__price_old::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: -1px !important;
  right: -1px !important;
  top: 50% !important;
  bottom: auto !important;
  width: auto !important;
  height: 1px !important;
  background: currentColor !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 640px) {
  .t-store__prod-popup__price-wrapper {
    column-gap: 8px !important;
  }

  .t-store__prod-popup__price-currency {
    font-size: 13px !important;
  }

  .t-store__prod-popup__price_old,
  .t-store__prod-popup__price_old .t-store__prod-popup__price-value {
    font-size: 15px !important;
  }

  .t-store__prod-popup__price_old .t-store__prod-popup__price-currency {
    font-size: 12px !important;
  }
}

/* Скрываем пустой блок старой цены, который Tilda пометила как скрытый */
.t-store__card__price_old[style*="display: none"],
.t-store__card__price_old[style*="display:none"],
.t-store__prod-popup__price_old[style*="display: none"],
.t-store__prod-popup__price_old[style*="display:none"] {
  display: none !important;
}

/* === TEXTURA - компактный мобильный каталог === */
@media (max-width: 640px) {
  .js-store-parts-select-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .t-store__parts-switch-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 20px 6px !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .t-store__parts-switch-wrapper::-webkit-scrollbar {
    display: none !important;
  }

  .t-store__parts-item {
    display: block !important;
    flex: 0 0 auto !important;
  }

  .t-store__parts-switch-btn {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-height: 40px !important;
    margin: 0 20px 0 0 !important;
    padding: 6px 0 5px !important;
    white-space: nowrap !important;
  }

  .t-store__parts-item:last-child .t-store__parts-switch-btn {
    margin-right: 0 !important;
  }

  .t-store__card__textwrapper {
    padding-top: 18px !important;
  }

  .t-store__card .t-store__card__title,
  .t-store__card .js-store-prod-name,
  .t-store__card .js-product-name {
    margin-top: 0 !important;
  }

  .t-store__card-list {
    row-gap: 60px !important;
  }
}


/* === TEXTURA - главная, карточка и оформление заказа === */

/* Главная страница: спокойнее фон и яснее предложение */
#rec1310193661 .t-cover__filter {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.20),
    rgba(0, 0, 0, 0.26)
  ) !important;
}

#rec1310193661 .t183__title {
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.20);
}

#rec1310193661 .textura-hero-kicker {
  display: inline-block;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.01em;
}

#rec1310193661 .textura-hero-accent {
  display: inline-block;
  margin-top: 22px;
  color: #FF1538 !important;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.015em;
}

#rec1310193661 .t-btnflex_type_button {
  min-height: 48px !important;
  border-width: 2px !important;
  --border-width: 2px !important;
}

/* Карточка товара: условия покупки рядом с основной кнопкой */
.textura-purchase-notes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 0;
  margin: 14px 0 24px;
  color: #6E6E6E;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
}

.textura-purchase-notes span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.textura-purchase-notes span:not(:last-child)::after {
  content: "•";
  margin: 0 9px;
  color: #B0B0B0;
}

.t-store__prod-popup__btn-wrapper {
  margin-bottom: 0 !important;
}

.t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn {
  min-width: 230px !important;
  min-height: 48px !important;
}

/* Корзина и оформление: короткие заголовки и единая основная кнопка */
.t706__sidebar-heading,
.t706__cartpage-heading {
  line-height: 1.2 !important;
}

.textura-cart-note {
  max-width: 560px;
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid #D4EFA4;
  border-radius: 16px;
  box-sizing: border-box;
  color: #111111;
  background: #F1FFD8;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  animation: texturaCartNoteIn 0.45s ease both;
}

.textura-cart-note__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.textura-cart-note__dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #A7F000;
  box-shadow: 0 0 0 0 rgba(167, 240, 0, 0.42);
  animation: texturaCartDot 1.4s ease-in-out 2;
}

.textura-cart-note__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.textura-cart-note__methods {
  margin-top: 5px;
  color: #4F4F4F;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

@keyframes texturaCartNoteIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes texturaCartDot {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(167, 240, 0, 0.42);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(167, 240, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .textura-cart-note,
  .textura-cart-note__dot {
    animation: none !important;
  }
}

#rec1311107421 .t706__sidebar-continue.t-btnflex.t-btnflex_type_button,
#rec1311107421 .t-submit.t-btnflex.t-btnflex_type_submit {
  min-height: 52px !important;
  color: #FFFFFF !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}

#rec1311107421 .t706__sidebar-continue.t-btnflex.t-btnflex_type_button:hover,
#rec1311107421 .t-submit.t-btnflex.t-btnflex_type_submit:hover {
  color: #FFFFFF !important;
  background-color: #3A3A3A !important;
  border-color: #3A3A3A !important;
}

@media (max-width: 640px) {
  #rec1310193661 .t183__title {
    padding-left: 18px !important;
    padding-right: 18px !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  }

  #rec1310193661 .textura-hero-kicker {
    font-size: 19px;
    line-height: 1.3;
  }

  #rec1310193661 .textura-hero-accent {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.12;
  }

  .textura-purchase-notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 22px;
    font-size: 12px;
  }

  .textura-purchase-notes span {
    white-space: normal;
  }

  .textura-purchase-notes span:not(:last-child)::after {
    content: none;
  }

  .t-store__prod-popup__btn-wrapper .t-store__prod-popup__btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .t706__sidebar-heading,
  .t706__cartpage-heading {
    font-size: 20px !important;
  }

  .textura-cart-note {
    max-width: 100%;
    padding: 14px 15px;
    border-radius: 14px;
  }

  .textura-cart-note__title {
    gap: 8px;
    font-size: 15px;
  }

  .textura-cart-note__text {
    font-size: 14px;
    line-height: 1.42;
  }

  .textura-cart-note__methods {
    font-size: 12px;
    line-height: 1.4;
  }

  #rec1311107421 .t706__sidebar-continue.t-btnflex.t-btnflex_type_button,
  #rec1311107421 .t-submit.t-btnflex.t-btnflex_type_submit {
    width: 100% !important;
    min-height: 52px !important;
  }
}


/* Финальная корректировка контраста и шапки оформления */
.t-store__prod-popup__btn-wrapper
.t-store__prod-popup__btn
.t-btnflex__text {
  color: #FFFFFF !important;
}

.t706__cartpage-top {
  flex-direction: column !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 18px 64px !important;
  box-sizing: border-box !important;
}

.t706__cartpage-heading {
  width: auto !important;
  text-align: center !important;
}

.t706__cartpage-top .textura-cart-note {
  width: 100% !important;
  max-width: 720px !important;
  margin: 10px 0 0 !important;
  text-align: left !important;
}

@media (max-width: 640px) {
  .t706__cartpage-top {
    min-height: 0 !important;
    padding: 16px 20px !important;
  }

  .t706__cartpage-top .textura-cart-note {
    max-width: 100% !important;
  }
}

/* === TEXTURA - fashion homepage 2026 === */

/* Единая палитра и базовые интерактивные состояния сайта */
:root {
  --textura-ink: #111111;
  --textura-white: #FFFFFF;
  --textura-paper: #F1EFE9;
  --textura-lime: #B7F000;
  --textura-red: #E31B2B;
  --textura-muted: #666666;
  --textura-line: #D8D6D0;
}

body.t-body {
  color: var(--textura-ink);
  background: var(--textura-white);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--textura-lime) !important;
  outline-offset: 3px !important;
}

/* На светлых страницах шапка становится монохромной */
#rec1311093361 .t451__menu__content .t-menuburger > span {
  background-color: var(--textura-ink) !important;
}

#rec1311093361 .t451__menu__content svg path[fill]:not([fill="none"]) {
  fill: var(--textura-ink) !important;
}

#rec1311093361 .t451__menu__content svg path[stroke]:not([stroke="none"]) {
  stroke: var(--textura-ink) !important;
}

/* На видео главной логотип и иконки белые */
#allrecords[data-tilda-page-id="77174036"] #rec1311093361 .t451__logo__img {
  filter: brightness(0) invert(1) !important;
}

#allrecords[data-tilda-page-id="77174036"] #rec1311093361 .t451__menu__content .t-menuburger > span {
  background-color: var(--textura-white) !important;
}

#allrecords[data-tilda-page-id="77174036"] #rec1311093361 .t451__menu__content svg path[fill]:not([fill="none"]) {
  fill: var(--textura-white) !important;
}

#allrecords[data-tilda-page-id="77174036"] #rec1311093361 .t451__menu__content svg path[stroke]:not([stroke="none"]) {
  stroke: var(--textura-white) !important;
}

/* Цвета бирок совпадают во всех каталогах и каруселях */
.badge--new {
  color: var(--textura-ink) !important;
  background-color: var(--textura-lime) !important;
}

.badge--fix,
.badge--sale,
.badge--november {
  color: var(--textura-white) !important;
  background-color: var(--textura-red) !important;
}

/* PREMIUM EDIT: типографика карточек как в основном каталоге */
#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t-section__title {
  color: var(--textura-ink) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t-section__descr {
  max-width: 780px !important;
  margin-bottom: 64px !important;
  color: #333333 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__title.js-product-name {
  margin: 14px 0 6px !important;
  color: var(--textura-ink) !important;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__descr {
  margin: 0 0 7px !important;
  color: var(--textura-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__price-wrapper {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-top: 4px !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__price {
  color: var(--textura-ink) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__price_old {
  color: var(--textura-muted) !important;
  font-size: 12px !important;
}

#allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__price_old.textura-price--empty {
  display: none !important;
}

/* Старый дублирующий блок "Наша коллекция" заменен товарной лентой */
#rec1525372441 {
  display: none !important;
}

/* Первый экран остается полноэкранным */
#rec1310193661,
#rec1310193661 .t-cover,
#rec1310193661 .t-cover__carrier,
#rec1310193661 .t-cover__filter {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

#rec1310193661 .t183__title {
  margin-top: 18px !important;
  margin-bottom: 36px !important;
}

#rec1310193661 .textura-hero-kicker {
  color: #FFFFFF !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

#rec1310193661 .textura-hero-accent {
  display: none !important;
}

/* Прозрачная кнопка на видео */
#rec1310193661 .t-btnflex_type_button {
  min-width: 200px !important;
  min-height: 50px !important;
  padding: 0 28px !important;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 999px !important;
  --border-width: 1px !important;
  box-shadow: none !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

#rec1310193661 .t-btnflex_type_button:hover {
  color: #171717 !important;
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  transform: translateY(-1px);
}

/* Компактная форма всех одежных бирок на сайте */
.t-store__card__mark-wrapper {
  width: 16px !important;
}

.t-store__card__mark,
.t-store__card__badge {
  left: 3px !important;
  width: 16px !important;
  min-width: 16px !important;
  min-height: 36px !important;
  padding: 4px 2px !important;
  border-radius: 0 6px 6px 0 !important;
}

.textura-home {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #111111;
  background: #FFFFFF;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.textura-home *,
.textura-home *::before,
.textura-home *::after {
  box-sizing: border-box;
}

.textura-home__ticker {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background: #FFFFFF;
}

.textura-home__ticker-track {
  display: flex;
  width: max-content;
  animation: texturaTicker 30s linear infinite;
  will-change: transform;
}

.textura-home__ticker:hover .textura-home__ticker-track {
  animation-play-state: paused;
}

.textura-home__ticker-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: max-content;
}

.textura-home__ticker-item {
  display: inline-flex;
  align-items: center;
  height: 54px;
  color: #171717;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.textura-home__ticker-item::after {
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 34px;
  border-radius: 50%;
  background: #FF1538;
}

.textura-home__inner {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 34px 0 110px;
}

.textura-home__intro {
  padding: 0 clamp(26px, 5.5vw, 88px) 20px;
}

.textura-home__title {
  max-width: 900px;
  margin: 0 0 22px;
  color: #090909;
  font-size: clamp(48px, 6.2vw, 104px);
  line-height: 0.91;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.textura-home__title::first-line {
  letter-spacing: -0.06em;
}

.textura-home__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 24px;
  overflow: hidden;
  color: #FFFFFF !important;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none !important;
  transform: translateY(8px);
  opacity: 0;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.textura-home__cta::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -42%;
  width: 30%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.32),
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-18deg);
  pointer-events: none;
}

.textura-home__cta.is-visible {
  animation: texturaCtaAppear 0.55s ease forwards;
}

.textura-home__cta.is-visible::after {
  animation: texturaCtaShine 0.72s ease 0.32s 1 forwards;
}

.textura-home__cta:hover {
  color: #111111 !important;
  background: #FFFFFF;
  transform: translateY(-1px);
}

.textura-home__cta-arrow {
  display: inline-block;
  font-size: 15px;
  transition: transform 0.2s ease;
}

.textura-home__cta:hover .textura-home__cta-arrow {
  transform: translate(3px, -3px);
}

.textura-home__carousel {
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.textura-home__rail {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2.4vw, 38px);
  width: 100%;
  padding: 0 clamp(26px, 5.5vw, 88px) 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-left: clamp(26px, 5.5vw, 88px);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.textura-home__rail::-webkit-scrollbar {
  display: none;
}

.textura-home__loading,
.textura-home__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 360px;
  color: #666666 !important;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.textura-home__card {
  display: block;
  flex: 0 0 clamp(220px, 18vw, 282px);
  min-width: 0;
  padding-left: 26px;
  color: #111111 !important;
  text-decoration: none !important;
  scroll-snap-align: start;
}

.textura-home__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: visible;
  background: #F1F1F1;
}

.textura-home__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.textura-home__card:hover .textura-home__image {
  transform: scale(1.018);
}

.textura-home__badge {
  position: absolute;
  top: 16px;
  left: -17px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-height: 44px;
  padding: 5px 2px;
  color: #FFFFFF;
  background: #777777;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  pointer-events: none;
}

.textura-home__badge--new {
  color: #173000;
  background: #B7F000;
}

.textura-home__badge--fix {
  color: #FFFFFF;
  background: #E31B2B;
}

.textura-home__product-name {
  margin: 18px 0 8px;
  color: #191919;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.005em;
}

.textura-home__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  color: #151515;
  font-size: 14px;
  line-height: 1.35;
}

.textura-home__price-current {
  font-weight: 500;
}

.textura-home__price-old {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}

.textura-home__arrow {
  position: absolute;
  top: 34%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #111111;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.textura-home__arrow:hover {
  background: #FFFFFF;
  transform: scale(1.04);
}

.textura-home__arrow--prev {
  left: 16px;
}

.textura-home__arrow--next {
  right: 16px;
}

.textura-home__categories-section {
  margin-top: 92px;
  padding: 0 clamp(26px, 5.5vw, 88px);
}

.textura-home__categories-title {
  margin: 0 0 26px;
  color: #111111;
  font-size: clamp(28px, 3.3vw, 52px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.textura-home__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.textura-home__category {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  color: #FFFFFF !important;
  background: #222222;
  text-decoration: none !important;
}

.textura-home__category::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 35%,
    rgba(0, 0, 0, 0.62) 100%
  );
}

.textura-home__category-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.textura-home__category:hover .textura-home__category-image {
  transform: scale(1.025);
}

.textura-home__category-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
}

.textura-home__category-name {
  max-width: 80%;
  font-size: clamp(22px, 2.25vw, 36px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.textura-home__category-action {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
}

/* === Нижняя часть главной: Telegram, о бренде и контакты === */

/* Компактный Telegram-блок */
#rec1531744951 {
  padding-top: 0 !important;
  margin-bottom: 18px !important;
  background: #111111;
}

#rec1531744951 .t-cover,
#rec1531744951 .t-cover__carrier,
#rec1531744951 .t-cover__filter,
#rec1531744951 .t-cover__wrapper {
  height: 340px !important;
  min-height: 340px !important;
}

#rec1531744951 .t-cover__carrier {
  background-position: center 44% !important;
}

#rec1531744951 .t-cover__filter {
  background: #000000 !important;
  opacity: 0.5 !important;
}

#rec1531744951 .t-cover__wrapper {
  box-sizing: border-box;
  padding: 34px 24px !important;
}

#rec1531744951 .t183__content-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

#rec1531744951 .t183__uptitle.textura-telegram__title {
  max-width: 880px;
  margin: 0 auto !important;
  color: #FFFFFF !important;
  font-size: clamp(30px, 4.2vw, 60px) !important;
  line-height: 0.96 !important;
  font-weight: 650 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase;
}

#rec1531744951 .textura-telegram__subtitle {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
}

#rec1531744951 .t183__buttons {
  margin-top: 24px !important;
}

#rec1531744951 .textura-telegram__button.t-btnflex_type_button {
  min-width: 232px !important;
  min-height: 46px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: 999px !important;
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.16) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

#rec1531744951 .textura-telegram__button.t-btnflex_type_button:hover {
  color: #111111 !important;
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  transform: translateY(-1px);
}

#rec1531744951 .textura-telegram__button .t-btnflex__icon {
  width: 20px !important;
  height: 20px !important;
}

/* Редакционный блок о бренде */
#rec1292753151 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 18px !important;
  background: #F1EFE9;
}

#rec1292753151 .t478__container_middle {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#rec1292753151 .t478__container_middle > .t-col,
#rec1292753151 .t478__top {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#rec1292753151 .t478__top {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

#rec1292753151 .t478__container_middle > .t-col:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

#rec1292753151 .t478__textwrapper {
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box;
  width: 100%;
  min-height: 620px !important;
  padding: 72px clamp(48px, 6vw, 96px) !important;
  text-align: left !important;
}

#rec1292753151 .t478__content,
#rec1292753151 .t478__box {
  width: 100%;
}

#rec1292753151 .t478__title {
  max-width: 620px !important;
  margin: 0 !important;
  color: #121212 !important;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: clamp(36px, 4vw, 58px) !important;
  line-height: 0.98 !important;
  font-weight: 620 !important;
  letter-spacing: -0.052em !important;
  text-align: left !important;
}

#rec1292753151 .t478__descr {
  max-width: 560px !important;
  margin: 28px 0 0 !important;
  color: #292929 !important;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

#rec1292753151 .t478__blockimg {
  height: 620px !important;
  min-height: 620px !important;
  background-position: center center !important;
}

#rec1292753151 .textura-about__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 590px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 18, 18, 0.28);
}

#rec1292753151 .textura-about__fact {
  color: #161616;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: 0.08em;
}

/* Контакты объединены с подвалом */
#rec1292753181 {
  display: none !important;
}

#rec1313260171 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #111111;
  background: #F1EFE9 !important;
}

#rec1313260171 .t420 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #F1EFE9 !important;
}

#rec1313260171 .textura-footer-contact {
  color: #FFFFFF;
  background: #111111;
  border-bottom: 0;
}

#rec1313260171 .textura-footer-contact__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 20px 50px;
}

#rec1313260171 .textura-footer-contact__kicker {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.15em;
}

#rec1313260171 .textura-footer-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 54px;
}

#rec1313260171 .textura-footer-contact__title {
  max-width: 760px;
  margin: 0;
  color: #FFFFFF;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 0.95;
  font-weight: 590;
  letter-spacing: -0.055em;
}

#rec1313260171 .textura-footer-contact__details {
  display: grid;
  gap: 18px;
}

#rec1313260171 .textura-footer-contact__item {
  display: grid;
  gap: 6px;
  color: #FFFFFF;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.35;
}

#rec1313260171 .textura-footer-contact__item a {
  color: inherit !important;
  text-decoration: none;
}

#rec1313260171 .textura-footer-contact__label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
}

#rec1313260171 .textura-footer-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

#rec1313260171 .textura-footer-contact__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #FFFFFF !important;
  font-family: "TildaSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

#rec1313260171 .textura-footer-contact__actions a:hover {
  color: #111111 !important;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

#rec1313260171 .t420 > .t-container {
  display: grid !important;
  grid-template-columns: 1.1fr 0.7fr 1fr 1.35fr;
  gap: 42px;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 36px 20px 34px;
  color: #111111;
}

#rec1313260171 .t420 > .t-container::before,
#rec1313260171 .t420 > .t-container::after {
  display: none !important;
  content: none !important;
}

#rec1313260171 .t420 > .t-container > .t420__floatbeaker_lr3 {
  display: none !important;
}

#rec1313260171 .t420 > .t-container > div:not(.t420__col):not(.t420__floatbeaker_lr3) {
  display: contents !important;
}

#rec1313260171 .t420__col {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#rec1313260171 .t420__title {
  margin-bottom: 14px !important;
  color: #111111 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

#rec1313260171 .t420__descr,
#rec1313260171 .t420__descr a {
  color: rgba(17, 17, 17, 0.62) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

#rec1313260171 .t420__descr li {
  margin-bottom: 7px;
}

#rec1313260171 .t420__descr a:hover {
  color: #111111 !important;
}

#rec1313260171 .t420__text {
  color: rgba(17, 17, 17, 0.48) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

#rec1313260171 .t420 .t-sociallinks__svg path {
  fill: #111111 !important;
}

@keyframes texturaTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes texturaCtaAppear {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes texturaCtaShine {
  from {
    left: -42%;
  }
  to {
    left: 122%;
  }
}

@media (max-width: 980px) {
  .textura-home__category,
  .textura-home__category-image {
    min-height: 430px;
  }

  .textura-home__category-overlay {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
  }

  #rec1292753151 .t478__textwrapper {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }

  #rec1313260171 .textura-footer-contact__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 42px;
  }

  #rec1313260171 .t420 > .t-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  #rec1292753151 .t478__container_middle {
    grid-template-columns: 1fr;
  }

  #rec1292753151 .t478__container_middle > .t-col:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 1;
  }

  #rec1292753151 .t478__top {
    grid-column: 1 !important;
    grid-row: 2 !important;
    order: 2;
  }

  #rec1292753151 .t478__blockimg {
    height: min(68vw, 520px) !important;
    min-height: 400px !important;
  }

  #rec1292753151 .t478__textwrapper {
    min-height: 0 !important;
    padding-top: 56px !important;
    padding-bottom: 62px !important;
  }

  #rec1313260171 .textura-footer-contact__grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 44px;
  }

  #rec1313260171 .textura-footer-contact__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rec1313260171 .textura-footer-contact__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  /* На телефоне визуально разделяем крупные секции */
  #rec1531744951,
  #rec1292753151 {
    margin-bottom: 18px !important;
  }

  /* Telegram следует той же мобильной сетке, что категории и блок о бренде */
  #rec1531744951 {
    width: auto !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  #allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t-section__title {
    font-size: 32px !important;
    line-height: 1.05 !important;
  }

  #allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t-section__descr {
    margin-bottom: 48px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  #allrecords[data-tilda-page-id="108724036"] #rec1773671971 .t776__title.js-product-name {
    font-size: 15px !important;
  }

  #rec1310193661 .t183__title {
    margin-top: 12px !important;
    margin-bottom: 28px !important;
  }

  #rec1310193661 .textura-hero-kicker {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  #rec1310193661 .t-btnflex_type_button {
    min-width: 180px !important;
    min-height: 48px !important;
  }

  .textura-home__ticker-item {
    height: 46px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .textura-home__ticker-item::after {
    width: 4px;
    height: 4px;
    margin: 0 22px;
  }

  .textura-home__inner {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .textura-home__intro {
    padding: 0 20px 18px;
  }

  .textura-home__title {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(42px, 12.6vw, 64px);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .textura-home__cta {
    min-height: 44px;
    padding: 0 20px;
    font-size: 11px;
  }

  .textura-home__rail {
    gap: 14px;
    padding: 0 18px 16px;
    scroll-padding-left: 18px;
  }

  .textura-home__card {
    flex-basis: min(72vw, 290px);
    padding-left: 22px;
  }

  .textura-home__badge {
    top: 14px;
    left: -14px;
    width: 17px;
    min-height: 40px;
    padding: 4px 2px;
    border-radius: 0 5px 5px 0;
    font-size: 9px;
  }

  .t-store__card__mark-wrapper {
    width: 14px !important;
  }

  .t-store__card__mark,
  .t-store__card__badge {
    width: 14px !important;
    min-width: 14px !important;
    min-height: 32px !important;
    padding: 4px 2px !important;
    border-radius: 0 5px 5px 0 !important;
  }

  .textura-home__product-name {
    margin-top: 14px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .textura-home__price {
    gap: 6px;
    font-size: 13px;
  }

  .textura-home__price-old {
    font-size: 11px;
  }

  .textura-home__arrow {
    display: none;
  }

  .textura-home__categories-section {
    margin-top: 62px;
    padding: 0 18px;
  }

  .textura-home__categories-title {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .textura-home__categories {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .textura-home__category,
  .textura-home__category-image {
    min-height: 390px;
  }

  .textura-home__category-overlay {
    gap: 10px;
    padding: 20px;
  }

  .textura-home__category-name {
    max-width: 100%;
    font-size: 27px;
  }

  .textura-home__category-action {
    font-size: 9px;
  }

  #rec1531744951 .t-cover,
  #rec1531744951 .t-cover__carrier,
  #rec1531744951 .t-cover__filter,
  #rec1531744951 .t-cover__wrapper {
    height: 334px !important;
    min-height: 334px !important;
  }

  #rec1531744951 .t-cover__wrapper {
    padding: 28px 20px 38px !important;
  }

  #rec1531744951 .t183__uptitle.textura-telegram__title {
    max-width: 320px;
    font-size: clamp(28px, 8.5vw, 34px) !important;
    line-height: 0.96 !important;
  }

  #rec1531744951 .textura-telegram__subtitle {
    max-width: 310px;
    margin: 14px auto 0;
    font-size: 13px;
    line-height: 1.35;
  }

  #rec1531744951 .t183__buttons {
    margin-top: 20px !important;
  }

  #rec1531744951 .textura-telegram__button.t-btnflex_type_button {
    min-width: 216px !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    font-size: 10px !important;
  }

  #rec1292753151 .t478__blockimg {
    height: 76vw !important;
    min-height: 300px !important;
    max-height: 430px !important;
  }

  #rec1292753151 .t478__textwrapper {
    padding: 42px 22px 48px !important;
  }

  #rec1292753151 .t478__title {
    font-size: clamp(30px, 8.8vw, 38px) !important;
    line-height: 0.96 !important;
  }

  #rec1292753151 .t478__descr {
    margin-top: 22px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  #rec1292753151 .textura-about__facts {
    gap: 8px;
    margin-top: 32px;
    padding-top: 15px;
  }

  #rec1292753151 .textura-about__fact {
    font-size: 8px;
    line-height: 1.3;
    letter-spacing: 0.055em;
  }

  #rec1313260171 .textura-footer-contact__inner {
    padding: 22px 16px 20px;
  }

  #rec1313260171 .textura-footer-contact__kicker {
    margin-bottom: 10px;
    font-size: 9px;
  }

  #rec1313260171 .textura-footer-contact__grid {
    gap: 14px;
  }

  #rec1313260171 .textura-footer-contact__title {
    font-size: clamp(24px, 6.8vw, 27px);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  #rec1313260171 .textura-footer-contact__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  #rec1313260171 .textura-footer-contact__item {
    gap: 4px;
    font-size: 14px;
  }

  #rec1313260171 .textura-footer-contact__label {
    font-size: 8px;
  }

  #rec1313260171 .textura-footer-contact__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding-top: 0;
  }

  #rec1313260171 .textura-footer-contact__actions a {
    gap: 8px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 9px;
  }

  #rec1313260171 .t420 > .t-container {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) minmax(0, 1.45fr);
    gap: 12px 8px;
    padding: 16px 16px 14px;
  }

  #rec1313260171 .t420__col {
    grid-column: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  #rec1313260171 .t420 > .t-container > .t420__col:first-child {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  #rec1313260171 .t420 > .t-container > .t420__col:first-child .t420__logo-link {
    display: none !important;
  }

  #rec1313260171 .t420__title {
    margin-bottom: 6px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  #rec1313260171 .t420__descr,
  #rec1313260171 .t420__descr a {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  #rec1313260171 .t420__descr li {
    margin-bottom: 3px !important;
  }

  #rec1313260171 .t420__col .t-sociallinks {
    margin: 0 !important;
  }

  #rec1313260171 .t420__col .t-sociallinks__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
  }

  #rec1313260171 .t420__text {
    justify-self: end;
    max-width: 190px;
    margin-top: 0 !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .textura-home__ticker-track {
    width: 100%;
    animation: none;
  }

  .textura-home__ticker-group {
    width: 100%;
    overflow-x: auto;
  }

  .textura-home__ticker-group + .textura-home__ticker-group {
    display: none;
  }

  .textura-home__cta,
  .textura-home__cta::after,
  .textura-home__image,
  .textura-home__category-image,
  .textura-home__cta-arrow {
    animation: none !important;
    transition: none !important;
  }

  .textura-home__cta {
    opacity: 1;
    transform: none;
  }
}


/* === TEXTURA - бесшовная строка на десктопе === */
@media (min-width: 981px) {
  .textura-home__ticker {
    width: 100%;
    max-width: none;
  }

  .textura-home__ticker-group {
    min-width: max-content;
    justify-content: flex-start;
  }

  .textura-home__ticker-item::after {
    margin: 0 18px;
  }
}
