/* Brand tokens — keep in sync with css/styles.css */
:root {
  --red: #e31e24;
  --red-hover: #ff3030;
  --blue: #264796;
  --blue-hover: #1c3a7a;
  --dark: #111;
  --bg: #f4f3f3;
  --font: Roboto, Arial, sans-serif;
  --pt-title-size: 26px;
  --pt-title-weight: 500;
}

/* Honeypot — hidden from humans, bots often fill it */
.pt-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Paint-time hide of Tilda blocks replaced by custom home sections */
body:not(.pt-subpage) #rec1275170841,
body:not(.pt-subpage) #rec1275170861,
body:not(.pt-subpage) #rec1275753521,
body:not(.pt-subpage) #rec1275170871,
body:not(.pt-subpage) #rec1275748101,
body:not(.pt-subpage) #rec1296567131,
body:not(.pt-subpage) #rec1296570621 {
  display: none !important;
}

/* Custom home blocks — one type system */
.pt-status,
.pt-trust,
.pt-formats,
.pt-services,
.pt-brands,
.pt-how-order,
.pt-cases,
.pt-home-faq,
.pt-reviews,
.pt-visit,
.pt-home-cta,
.pt-home-footer {
  font-family: var(--font) !important;
}
.pt-trust__inner h3,
.pt-trust__lead,
.pt-formats__inner h3,
.pt-how-order__inner h3,
.pt-cases__inner h3,
.pt-home-faq__inner h3,
.pt-reviews__inner h2,
.pt-reviews__eyebrow {
  font-family: var(--font) !important;
  font-size: var(--pt-title-size) !important;
  font-weight: var(--pt-title-weight) !important;
  color: #111 !important;
  letter-spacing: normal;
  text-transform: none;
}
.pt-visit__text h3 {
  font-family: var(--font) !important;
  font-size: var(--pt-title-size) !important;
  font-weight: var(--pt-title-weight) !important;
  color: #fff !important;
  letter-spacing: normal;
  text-transform: none;
}

/* Shared CTA hover lift (desktop) */
@media (hover: hover) and (pointer: fine) {
  .t-btnflex.t-btnflex_type_button,
  .t-btnflex.t-btnflex_type_submit,
  .btn,
  .btn-red,
  .btn-cart,
  .btn-cart-bar,
  .btn-ghost,
  .pt-hero-catalog,
  .pt-chat__launcher,
  .pt-chat__send,
  .pt-back-btn,
  .pt-section-catalog__link,
  .pt-how-order__btn,
  .pt-cart-drawer__btn--primary,
  .pt-cart-drawer__btn--ghost,
  .chip,
  .catalog-format-card,
  .product-card__title-btn,
  .pt-formats__pill,
  .qty-btn {
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      transform 0.18s ease,
      box-shadow 0.2s ease,
      opacity 0.2s ease !important;
  }

  .t-btnflex.t-btnflex_type_button:hover,
  .t-btnflex.t-btnflex_type_button:focus-visible,
  .t-btnflex.t-btnflex_type_submit:hover,
  .t-btnflex.t-btnflex_type_submit:focus-visible,
  .btn:hover,
  .btn:focus-visible,
  .btn-red:hover,
  .btn-red:focus-visible,
  .btn-cart:hover,
  .btn-cart:focus-visible,
  .btn-cart-bar:hover,
  .btn-cart-bar:focus-visible,
  .btn-ghost:hover,
  .btn-ghost:focus-visible,
  .pt-hero-catalog:hover,
  .pt-hero-catalog:focus-visible,
  .pt-chat__launcher:hover,
  .pt-chat__launcher:focus-visible,
  .pt-chat__send:hover,
  .pt-chat__send:focus-visible,
  .pt-back-btn:hover,
  .pt-back-btn:focus-visible,
  .pt-section-catalog__link:hover,
  .pt-section-catalog__link:focus-visible,
  .pt-how-order__btn:hover,
  .pt-how-order__btn:focus-visible,
  .pt-cart-drawer__btn--primary:hover,
  .pt-cart-drawer__btn--primary:focus-visible,
  .pt-cart-drawer__btn--ghost:hover,
  .pt-cart-drawer__btn--ghost:focus-visible {
    transform: translateY(-1px) !important;
  }

  .t-btnflex.t-btnflex_type_button:active,
  .t-btnflex.t-btnflex_type_submit:active,
  .btn:active,
  .btn-red:active,
  .btn-cart:active,
  .btn-cart-bar:active,
  .btn-ghost:active,
  .pt-hero-catalog:active,
  .pt-chat__launcher:active,
  .pt-chat__send:active,
  .pt-back-btn:active,
  .pt-section-catalog__link:active,
  .pt-how-order__btn:active,
  .pt-cart-drawer__btn--primary:active,
  .pt-cart-drawer__btn--ghost:active,
  .chip:active,
  .catalog-format-card:active,
  .qty-btn:active {
    transform: scale(0.97) !important;
  }
  .pt-how-order__btn:hover,
  .pt-how-order__btn:focus-visible,
  .pt-cart-drawer__btn--primary:hover,
  .pt-cart-drawer__btn--primary:focus-visible,
  .pt-cart-drawer__btn--ghost:hover,
  .pt-cart-drawer__btn--ghost:focus-visible {
    transform: translateY(-2px) !important;
  }
}


/* Hide on-page form «Задайте вопрос на сайте…» (чат и попапы остаются) */
#rec1275170901,
#rec1275170911,
#rec1275779861 {
  display: none !important;
}

/* Back button on policy page */
.pt-back-btn {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 100000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--red);
  color: #fff !important;
  text-decoration: none !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(227, 30, 36, 0.28);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.pt-back-btn:hover {
  background: var(--red-hover);
  color: #fff !important;
  transform: translateY(-1px);
}
.pt-back-btn__arrow {
  font-size: 18px;
  line-height: 1;
}

/* Popup overlay: soft blur instead of solid black */
.t-popup,
.t-popup.t-popup_show {
  background-color: rgba(15, 15, 18, 0.4) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
}

/* Keep modal content sharp above the blur */
.t-popup .t-popup__container,
.t-popup .t702__wrapper,
.t-popup .t-form {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

/* Guest chat widget — UX from zxc/partnertorg */
.pt-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100002;
  font-family: Roboto, Arial, sans-serif;
}
.pt-chat__launcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  background: #e31e24;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(227, 30, 36, 0.35);
  transition: background-color 0.2s ease, transform 0.2s ease;
  max-width: calc(100vw - 24px);
}
.pt-chat__launcher:hover {
  background: #ff3030;
  transform: translateY(-1px);
}
.pt-chat__launcher-icon {
  display: block;
}
.pt-chat__launcher-label {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .pt-chat__launcher-label {
    font-size: 13px;
  }
}
.pt-chat__panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(380px, calc(100vw - 24px));
  height: min(560px, calc(100vh - 100px));
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pt-chat__panel[hidden] {
  display: none !important;
}
.pt-chat__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 12px;
  background: #6b6b6b;
  color: #fff;
}
.pt-chat__title {
  font-size: 16px;
  font-weight: 600;
}
.pt-chat__close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.pt-chat__messages {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 120px;
}
.pt-chat__msg {
  max-width: 85%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.pt-chat__msg--user {
  align-self: flex-end;
  background: #264796;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.pt-chat__msg--bot {
  align-self: flex-start;
  background: #fff;
  color: #111;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 4px;
}
.pt-chat__msg-time {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.7;
}
.pt-chat__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
.pt-chat__form[hidden],
.pt-chat__gate[hidden],
.pt-chat__live[hidden],
.pt-chat__messages[hidden] {
  display: none !important;
}
.pt-chat__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pt-chat__label {
  font-size: 12px;
  font-weight: 500;
  color: #444;
}
.pt-chat__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: vertical;
}
.pt-chat__input--question {
  min-height: 72px;
  resize: vertical;
}
.pt-chat__input:focus {
  border-color: #264796;
}
.pt-chat__send {
  border: none;
  border-radius: 8px;
  background: #e31e24;
  color: #fff;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}
.pt-chat__send:hover {
  background: #ff3030;
}
@media (max-width: 480px) {
  .pt-chat {
    right: 12px;
    bottom: 12px;
  }
  .pt-chat__panel {
    height: min(78vh, 620px);
  }
}
@media (max-width: 980px) {
  body.pt-subpage .pt-chat {
    bottom: 84px;
    right: 14px;
  }
  body.pt-subpage .pt-chat__launcher-label {
    display: none;
  }
  body.pt-subpage .pt-chat__launcher {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

/* Catalog integration buttons */
.pt-hero-cta {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pt-hero-cta > .space {
  display: none;
}
.pt-hero-cta > .t-btnflex {
  min-width: min(280px, 100%);
  flex: 1 1 240px;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}
.pt-hero-cta > .t-btnflex:hover,
.pt-hero-cta > .t-btnflex:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(227, 30, 36, 0.42) !important;
}
@media (max-width: 560px) {
  .pt-hero-cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 360px;
    padding: 0 12px;
  }
  .pt-hero-cta > .t-btnflex {
    width: 100% !important;
    min-width: 0;
    flex: none;
  }
}
.pt-hero-catalog {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #ffffff !important;
  background-color: var(--red) !important;
  border: none !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  padding: 18px 40px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  box-shadow: 0 8px 24px rgba(227, 30, 36, 0.32) !important;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}
.pt-hero-catalog:hover,
.pt-hero-catalog:focus-visible {
  background-color: var(--red-hover) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(227, 30, 36, 0.42) !important;
}
.pt-catalog-link,
.pt-register-link {
  font-weight: 500 !important;
}

/* Header nav spacing + smooth active underline */
#rec1276591091 .t228__list_item {
  padding-left: 12px !important;
  padding-right: 12px !important;
  white-space: nowrap;
}
#rec1276591091 .t228__list_item:first-child {
  padding-left: 0 !important;
}
#rec1276591091 .t228__list_item:last-child {
  padding-right: 0 !important;
}
#rec1276591091 .t-menu__link-item {
  position: relative !important;
  display: inline-block;
  box-shadow: none !important;
  transition: color 0.3s ease, opacity 0.3s ease !important;
}
#rec1276591091 .t-menu__link-item::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -3px !important;
  width: 100% !important;
  height: 2px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #e31e24 !important;
  opacity: 0 !important;
  transform: scaleX(0.35) !important;
  transform-origin: center !important;
  transition: opacity 0.35s ease, transform 0.35s ease !important;
  pointer-events: none;
}
#rec1276591091 .t-menu__link-item.t-active::after,
#rec1276591091 .pt-catalog-link.t-active::after,
#rec1276591091 .pt-register-link.t-active::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}
#rec1276591091 .t-menu__link-item.t-active,
#rec1276591091 .pt-catalog-link.t-active,
#rec1276591091 .pt-register-link.t-active {
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
#rec1276591091 .t228__right_buttons_wrap {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
}
#rec1276591091 .t228__right_buttons .t-btnflex,
#rec1276591091 .t228__right_buttons_but .t-btnflex {
  border-radius: 10px !important;
}
/* Header cart — solid red control (overrides Tilda menu link colors) */
#rec1276591091 .pt-header-cart,
#rec1276591091 .t228__right_buttons_wrap .pt-header-cart,
#rec1276591091 a.pt-header-cart,
.pt-header-cart {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 11px !important;
  background: #e31e24 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  fill: #fff !important;
  vertical-align: middle;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(227, 30, 36, 0.35);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#rec1276591091 .pt-header-cart:hover,
#rec1276591091 .pt-header-cart:focus-visible,
#rec1276591091 .pt-header-cart.is-active,
body.pt-page-cart .pt-header-cart,
.pt-header-cart:hover,
.pt-header-cart:focus-visible,
.pt-header-cart.is-active {
  background: #ff3030 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(227, 30, 36, 0.42);
}
#rec1276591091 .pt-header-cart svg,
#rec1276591091 .pt-header-cart .pt-header-cart__icon,
.pt-header-cart svg,
.pt-header-cart .pt-header-cart__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff !important;
  fill: #fff !important;
}
#rec1276591091 .pt-header-cart svg path,
#rec1276591091 .pt-header-cart .pt-header-cart__icon path,
.pt-header-cart svg path,
.pt-header-cart .pt-header-cart__icon path {
  fill: #fff !important;
  stroke: none !important;
}
.pt-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
  box-sizing: border-box;
}

.pt-section-catalog {
  text-align: center;
  margin: 10px 0 8px;
}
.pt-section-catalog__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 10px !important;
  background: #e31e24 !important;
  color: #fff !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(227, 30, 36, 0.28);
  cursor: pointer;
}
.pt-section-catalog__link:hover,
.pt-section-catalog__link:focus-visible {
  background: #ff3030 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(227, 30, 36, 0.38);
}

/* «Мы предлагаем»: кнопка ближе к заголовку */
body:not(.pt-subpage) #rec1275170621 .t-section__title {
  margin-bottom: 18px !important;
}
body:not(.pt-subpage) #rec1275170621 .pt-section-catalog {
  margin: 0 0 36px;
}
@media screen and (max-width: 960px) {
  body:not(.pt-subpage) #rec1275170621 .t-section__title {
    margin-bottom: 14px !important;
  }
  body:not(.pt-subpage) #rec1275170621 .pt-section-catalog {
    margin: 0 0 28px;
  }
}

/* Homepage: category tiles → catalog */
body:not(.pt-subpage) #rec1275170621 .pt-offer-linked {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  outline: none;
}
body:not(.pt-subpage) #rec1275170621 .pt-offer-linked:hover,
body:not(.pt-subpage) #rec1275170621 .pt-offer-linked:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}
body:not(.pt-subpage) #rec1275170621 .pt-offer-linked:focus-visible {
  outline: 3px solid #e31e24;
  outline-offset: 3px;
}

/* Homepage section anchors under fixed menu */
body:not(.pt-subpage) .r[id^="rec"] {
  scroll-margin-top: 88px;
}

/* After «Мы предлагаем»: text only, centered, no catalog button */
body:not(.pt-subpage) #rec1275170661 .t185__butwrapper,
body:not(.pt-subpage) #rec1275657821 .t185__butwrapper {
  display: none !important;
}
body:not(.pt-subpage) #rec1275170661 .t-container_flex,
body:not(.pt-subpage) #rec1275657821 .t-container_flex {
  justify-content: center;
}
body:not(.pt-subpage) #rec1275170661 .t-col_flex,
body:not(.pt-subpage) #rec1275657821 .t-col_flex {
  width: 100% !important;
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1 1 auto;
  text-align: center;
}
body:not(.pt-subpage) #rec1275170661 .t-prefix_1,
body:not(.pt-subpage) #rec1275657821 .t-prefix_1 {
  margin-left: auto !important;
}
body:not(.pt-subpage) #rec1275170661 .t185__text,
body:not(.pt-subpage) #rec1275657821 .t185__text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
body:not(.pt-subpage) #rec1275170661 .t185__text a,
body:not(.pt-subpage) #rec1275657821 .t185__text a {
  color: #111 !important;
  white-space: nowrap;
}

/* Header cart on cover / fixed menu — color set above with !important */

/* Hide Tilda «Нужна помощь» — наш чат закрывает этот сценарий */
body:not(.pt-subpage) .t-btntooltip,
body:not(.pt-subpage) [data-tooltip="yes"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body:not(.pt-subpage) .pt-chat {
  z-index: 100002;
}

/* Home mobile bar: Call / Cart / Catalog (desktop menu starts at 980px) */
.mobile-bar.pt-home-mobile-bar {
  z-index: 100001;
}
@media screen and (max-width: 980px) {
  body.pt-has-home-mobile-bar {
    padding-bottom: 72px;
  }
  .mobile-bar.pt-home-mobile-bar {
    display: flex !important;
  }
}
@media screen and (min-width: 981px) {
  body.pt-has-home-mobile-bar {
    padding-bottom: 0;
  }
  .mobile-bar.pt-home-mobile-bar {
    display: none !important;
  }
}

.pt-chat__optional {
  font-style: normal;
  font-weight: 400;
  color: #888;
  font-size: 12px;
}
.pt-chat__more {
  margin: 0;
  border: 0;
  padding: 0;
}
.pt-chat__more summary {
  cursor: pointer;
  font-size: 12px;
  color: #666;
  list-style: none;
  user-select: none;
}
.pt-chat__more summary::-webkit-details-marker {
  display: none;
}
.pt-chat__more[open] summary {
  margin-bottom: 6px;
  color: #333;
}
.pt-chat__more .pt-chat__field {
  margin-top: 4px;
}

.products-price-note {
  margin: -6px 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #777;
}
body.pt-subpage .product-card__price-note {
  display: none;
}
body.pt-subpage .product-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
body.pt-subpage .product-card__actions .btn-cart {
  width: 100%;
}
body.pt-subpage .product-card__actions .btn-linkish {
  order: 2;
  text-align: center;
  font-size: 13px;
}

.modal__hint {
  margin: -4px 0 14px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}
.modal__success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

/* Header «Каталог» next to callback on mobile home */
.pt-header-catalog-cta {
  margin-right: 8px !important;
  background: #264796 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
}
.pt-header-catalog-cta .t-btnflex__text {
  color: #fff !important;
}

@media (max-width: 980px) {
  body.pt-has-home-mobile-bar .pt-chat {
    bottom: 84px;
    right: 14px;
  }
  body.pt-has-home-mobile-bar .pt-chat__launcher-label {
    display: none;
  }
  body.pt-has-home-mobile-bar .pt-chat__launcher {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

body.pt-subpage .product-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
}

.pt-cart-landing {
  text-align: center;
  padding: 48px 16px;
  max-width: 420px;
  margin: 0 auto;
}
.pt-cart-landing p {
  margin: 0 0 18px;
  color: #555;
  font-size: 15px;
  line-height: 1.45;
}
.pt-cart-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.pt-cart-drawer__empty-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}
.pt-cart-drawer__empty-links a {
  font-size: 12px;
  color: #264796 !important;
  text-decoration: none !important;
  padding: 6px 10px;
  border: 1px solid rgba(38, 71, 150, 0.28);
  border-radius: 999px;
  background: #f5f7fc;
}
.pt-cart-drawer__empty-links a:hover {
  border-color: #264796;
  background: #eef2fb;
}

.pt-cart-drawer__soft-link--accent {
  margin-top: 10px !important;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(227, 30, 36, 0.28);
  background: #fff8f8;
  color: #c4181e !important;
  font-size: 13px !important;
  font-weight: 600;
  text-decoration: none !important;
}
.pt-cart-drawer__soft-link--accent:hover {
  background: #ffecec;
  color: #e31e24 !important;
}
.pt-cart-drawer__check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
}
.pt-cart-drawer__check input {
  width: 18px;
  height: 18px;
  accent-color: #e31e24;
}
.pt-cart-drawer__company {
  margin: 0 0 4px;
  padding: 12px;
  border-radius: 12px;
  background: #f7f8fb;
  border: 1px solid #e6e8f0;
}
.pt-cart-drawer__company[hidden] {
  display: none !important;
}
.pt-cart-drawer__section {
  margin: 0;
  padding: 12px 12px 10px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  min-width: 0;
}
.pt-cart-drawer__section + .pt-cart-drawer__section,
.pt-cart-drawer__switch + .pt-cart-drawer__company,
.pt-cart-drawer__company + .pt-cart-drawer__section,
.pt-cart-drawer__switch + .pt-cart-drawer__section {
  margin-top: 2px;
}
.pt-cart-drawer__section--plain {
  border: 0;
  background: transparent;
  padding: 0;
}
.pt-cart-drawer__section legend {
  padding: 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
}
.pt-cart-drawer__switch {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  margin: 2px 0;
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
.pt-cart-drawer__switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pt-cart-drawer__switch-ui {
  position: relative;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #d8d8d8;
  transition: background 0.2s ease;
}
.pt-cart-drawer__switch-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.pt-cart-drawer__switch:has(input:checked) {
  border-color: rgba(227, 30, 36, 0.35);
  background: #fff8f8;
}
.pt-cart-drawer__switch:has(input:checked) .pt-cart-drawer__switch-ui {
  background: #e31e24;
}
.pt-cart-drawer__switch:has(input:checked) .pt-cart-drawer__switch-ui::after {
  transform: translateX(18px);
}
.pt-cart-drawer__switch-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.pt-cart-drawer__switch-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.pt-cart-drawer__switch-text em {
  font-style: normal;
  font-size: 12px;
  color: #777;
  line-height: 1.35;
}
.pt-cart-drawer__ship {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 12px;
}
.pt-cart-drawer__ship-card {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}
.pt-cart-drawer__ship-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pt-cart-drawer__ship-card-body {
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 12px 12px 12px 14px;
  border: 1.5px solid #e4e4e4;
  border-radius: 12px;
  background: #fafafa;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.pt-cart-drawer__ship-card-body strong {
  font-size: 13px;
  font-weight: 600;
  color: #111;
}
.pt-cart-drawer__ship-card-body em {
  font-style: normal;
  font-size: 11px;
  line-height: 1.35;
  color: #777;
}
.pt-cart-drawer__ship-card.is-active .pt-cart-drawer__ship-card-body,
.pt-cart-drawer__ship-card:has(input:checked) .pt-cart-drawer__ship-card-body {
  border-color: #e31e24;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.pt-cart-drawer__checkout-actions {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 4px;
  position: sticky;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 28%);
  z-index: 2;
}
.register-optional {
  font-style: normal;
  font-weight: 400;
  color: #888;
  font-size: 12px;
}

/* Popular products — slightly calmer slider cards */
body:not(.pt-subpage) #rec1275170771 .t-slds__item,
body:not(.pt-subpage) #rec1275170811 .t-slds__item {
  transition: transform 0.25s ease;
}

/* Популярные: кнопки «Уточнить наличие» чуть уже */
body:not(.pt-subpage) #rec1275170781 .t-btnflex.t-btnflex_type_button,
body:not(.pt-subpage) #rec1275718471 .t-btnflex.t-btnflex_type_button,
body:not(.pt-subpage) #rec1275170821 .t-btnflex.t-btnflex_type_button {
  padding-left: 18px !important;
  padding-right: 18px !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100%;
  font-size: 14px !important;
}
.pt-header-cart svg {
  display: block;
}
.pt-cart-badge[hidden] {
  display: none !important;
}
#rec1275170621 .t-card__col,
#rec1275170621 .t686__cell {
  cursor: pointer;
}

body.pt-subpage .pt-subpage-main {
  position: relative;
  z-index: 1;
}

body.pt-subpage .page-hero {
  padding-top: 120px;
  padding-bottom: 72px;
  min-height: 420px;
}
body.pt-subpage .page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
}
body.pt-subpage .page-hero__content {
  animation: fadeUp 0.7s ease both;
}
body.pt-subpage .page-hero h1 {
  color: #ff2a30;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.35),
    0 4px 28px rgba(0, 0, 0, 0.55);
  margin-bottom: 16px;
}
body.pt-subpage .page-hero p {
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 400;
  letter-spacing: 0.01em;
  opacity: 1;
  color: #f2f2f2;
  max-width: 560px;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

@media screen and (min-width: 981px) {
  body.pt-subpage #rec1275170231 {
    display: none !important;
  }

  /* Always show fixed Tilda header on catalog/cart/register */
  body.pt-subpage #rec1276591091 {
    display: block !important;
    visibility: visible !important;
  }
  body.pt-subpage #rec1276591091 .t228,
  body.pt-subpage #rec1276591091 .t228.t228__beforeready {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-transform: none !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
    pointer-events: auto !important;
  }
}

body.pt-subpage .section {
  padding-top: 72px;
  padding-bottom: 72px;
}
body.pt-subpage .catalog-section {
  padding-top: 52px;
  padding-bottom: 48px;
}
body.pt-subpage .section-title {
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: -0.01em;
  position: relative;
}
body.pt-subpage .catalog-section .section-title {
  margin-bottom: 44px;
}
body.pt-subpage .catalog-section .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px auto 0;
  background: var(--red);
  border-radius: 2px;
}

/* Category tiles */
body.pt-subpage .offers-grid {
  gap: 20px;
}
body.pt-subpage .offer-card {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
body.pt-subpage .offer-card::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.72) 100%);
  transition: background 0.3s ease;
}
body.pt-subpage .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}
body.pt-subpage .offer-card:hover::before {
  background:
    linear-gradient(180deg, rgba(227, 30, 36, 0.25) 0%, rgba(120, 10, 14, 0.55) 45%, rgba(40, 0, 0, 0.82) 100%);
}
body.pt-subpage .offer-card.is-selected {
  outline: 3px solid #e31e24;
  outline-offset: 3px;
}
body.pt-subpage .offer-card span {
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 500;
  line-height: 1.3;
  padding: 0 10px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

/* Filters */
body.pt-subpage .chips {
  gap: 10px;
  margin-bottom: 32px;
}
body.pt-subpage .chip {
  border-radius: 8px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border-color: #e0e0e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
body.pt-subpage .chip:hover {
  border-color: #e31e24;
  color: #e31e24;
  background: #fff5f5;
}
body.pt-subpage .chip.is-active {
  background: var(--red);
  border-color: #e31e24;
  color: #fff;
  box-shadow:
    0 4px 12px rgba(227, 30, 36, 0.28),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}
body.pt-subpage .chip:focus-visible,
body.pt-subpage .catalog-format-card:focus-visible,
body.pt-subpage .catalog-nav [data-filter]:focus-visible,
body.pt-subpage .btn-cart:focus-visible,
body.pt-subpage .product-card__title-btn:focus-visible {
  outline: 3px solid rgba(227, 30, 36, 0.45);
  outline-offset: 2px;
}

.pt-trust,
.pt-brands,
.pt-reviews,
.pt-home-faq,
.pt-formats,
.pt-how-order,
.pt-cases {
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

body.pt-subpage .section-title-left {
  margin-bottom: 8px;
}
body.pt-subpage .products-count {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

/* Product cards — adaptive grid for large catalogs */
body.pt-subpage .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}
body.pt-subpage .product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 0 0 16px;
  gap: 0;
  height: 100%;
  min-height: 0;
  background: #fff;
  box-shadow: 0 6px 22px rgba(17, 17, 17, 0.05);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}
body.pt-subpage .product-card[hidden],
body.pt-subpage .product-card.is-filtered-out {
  display: none !important;
}
body.pt-subpage .product-card:hover {
  border-color: #e0e0e0;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.1);
}
body.pt-subpage .product-card .thumb {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: none;
  background: #f6f6f7;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
body.pt-subpage .product-card .thumb img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  padding: 8px 10px;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
body.pt-subpage .product-card:hover .thumb img {
  transform: scale(1.05);
}
body.pt-subpage .product-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 14px;
  flex: 1 1 auto;
  min-height: 0;
}
body.pt-subpage .product-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 4px 16px 16px;
  margin-top: auto;
}
.catalog-more {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 32px 0 12px;
}
.catalog-more[hidden] {
  display: none !important;
}
.catalog-more__btn {
  min-width: 240px;
  min-height: 48px;
  border: 1.5px solid #e31e24 !important;
  color: #e31e24 !important;
  background: #fff !important;
  border-radius: 12px;
  font-weight: 600;
}
.catalog-more__btn:hover {
  background: #fff5f5 !important;
}
.catalog-more__hint {
  margin: 0;
  font-size: 13px;
  color: #888;
}
body.pt-subpage .product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e31e24;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  box-shadow: 0 4px 12px rgba(227, 30, 36, 0.28);
}
body.pt-subpage .product-card__brand {
  margin: 0 !important;
  flex: 0 0 auto !important;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a9a9a !important;
}
body.pt-subpage .product-card h3 {
  margin: 0;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
  color: #111;
}
body.pt-subpage .product-card__meta {
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  color: #666 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
body.pt-subpage .product-card__specs,
body.pt-subpage .product-card__desc {
  display: none;
}
body.pt-subpage .product-card__price-note,
body.pt-subpage .product-card__price-hint {
  display: none !important;
}
body.pt-subpage .product-card p {
  flex: 0 0 auto !important;
  margin: 0 !important;
  min-height: 0 !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
}
body.pt-subpage .product-card p.product-card__price {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #555 !important;
  line-height: 1.35 !important;
  flex: 0 0 auto !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}
body.pt-subpage .product-card p.product-card__price--request {
  color: #666 !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
}
body.pt-subpage .product-card .btn-cart,
body.pt-subpage .product-card .btn-red {
  border-radius: 10px;
  min-height: 44px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 16px rgba(227, 30, 36, 0.22);
}
body.pt-subpage .product-card .btn-linkish {
  border: 0 !important;
  background: transparent !important;
  color: #888 !important;
  font-size: 12.5px !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  min-height: 0 !important;
  padding: 2px 0 !important;
}
body.pt-subpage .product-card .btn-linkish:hover {
  color: #e31e24 !important;
  background: transparent !important;
  border: 0 !important;
}
.products-head {
  align-items: flex-end;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.catalog-sort {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 200px;
  margin: 0 0 20px;
}
.catalog-sort__label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.catalog-sort select {
  min-height: 44px;
  padding: 10px 36px 10px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    right 14px center no-repeat;
  font: inherit;
  font-size: 14px;
  color: #222;
  appearance: none;
  cursor: pointer;
}
.catalog-sort select:focus {
  outline: none;
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
.catalog-search {
  display: block;
  margin: 0 0 18px;
  max-width: 520px;
}
.catalog-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.catalog-search input {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 16px 12px 44px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='M13 13l3.5 3.5'/%3E%3C/svg%3E") 14px 50% no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.catalog-search input:focus {
  outline: none;
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
.catalog-brands {
  margin: -8px 0 24px;
}
.catalog-brands[hidden] {
  display: none !important;
}
.catalog-brands__label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.chips--brands {
  margin-bottom: 0;
}
.chips--brands .chip {
  padding: 8px 14px;
  font-size: 13px;
}
.catalog-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  margin-top: 36px;
  padding: 24px 28px;
  border-radius: 14px;
  background:
    radial-gradient(ellipse 80% 120% at 0% 50%, rgba(227, 30, 36, 0.08) 0%, transparent 55%),
    #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}
.catalog-help__text h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.catalog-help__text p {
  margin: 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.catalog-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}
.catalog-help__actions .btn {
  width: auto;
  min-width: 160px;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.catalog-help__actions .btn-ghost {
  background: #fff;
}
.products-format-hint {
  margin: -8px 0 8px;
  font-size: 13px;
  color: #888;
}
.products-format-hint[hidden] {
  display: none !important;
}
.products-format-clear {
  appearance: none;
  border: 0;
  background: transparent;
  color: #e31e24;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 16px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.products-format-clear[hidden] {
  display: none !important;
}
.pt-how-order__btn--ghost {
  background: #fff;
  color: #222 !important;
  border: 1px solid #ddd;
  box-shadow: none;
  font-weight: 500;
}
.pt-how-order__btn--ghost:hover {
  border-color: #ccc;
  background: #fafafa;
}
.pt-cart-drawer__summary {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #111;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}
.pt-cart-drawer__summary[hidden] {
  display: none !important;
}
.pt-cart-drawer__summary strong {
  font-size: 13px;
  color: #fff;
}
.pt-cart-drawer__summary span {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}
.cta-bar.pt-home-cta .cta-bar-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 10px;
}
.cta-bar.pt-home-cta .cta-bar-phones .phone {
  font-weight: 600;
}
body.pt-subpage .page-hero--catalog {
  min-height: 500px;
  padding-top: 128px;
  padding-bottom: 100px;
  text-align: left;
}
body.pt-subpage .page-hero--catalog .page-hero__content {
  max-width: 720px;
  margin: 0;
  text-align: left;
}
body.pt-subpage .page-hero__brand {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
body.pt-subpage .page-hero--catalog h1 {
  max-width: 14ch;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.08;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.25),
    0 10px 36px rgba(0, 0, 0, 0.45);
}
body.pt-subpage .page-hero--catalog h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 16px;
  background: #e31e24;
  border-radius: 2px;
}
body.pt-subpage .page-hero--catalog > .page-hero__content > p,
body.pt-subpage .page-hero--catalog .page-hero__lead {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}
body.pt-subpage .page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}
body.pt-subpage .page-hero__actions .btn {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
}
body.pt-subpage .page-hero__ghost {
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}
body.pt-subpage .page-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: #fff;
}

.catalog-position {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  margin-bottom: 4px;
  padding: 0 0 32px;
}
.catalog-position__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.catalog-position__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 22px 22px 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}
.catalog-position__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #264796;
}
.catalog-position__item--accent::before {
  background: #e31e24;
}
.catalog-position__item--accent {
  border-color: rgba(227, 30, 36, 0.22);
  background:
    linear-gradient(180deg, #fff 0%, #fffaf9 100%);
}
.catalog-position__icon,
.catalog-position__metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 0 16px;
  border-radius: 12px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.catalog-position__icon {
  color: #264796;
  background: rgba(38, 71, 150, 0.08);
}
.catalog-position__icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.catalog-position__item--accent .catalog-position__icon {
  color: #e31e24;
  background: rgba(227, 30, 36, 0.1);
}
.catalog-position__metric {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #264796;
  background: rgba(38, 71, 150, 0.08);
}
.catalog-position__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a7a7a;
}
.catalog-position__item h2 {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #141414;
}
.catalog-position__item > p:last-of-type {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}
.catalog-position__link {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #e31e24;
  text-decoration: none;
}
.catalog-position__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .catalog-position {
    margin-top: -24px;
    padding-bottom: 20px;
  }
  .catalog-position__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .catalog-position__item {
    min-height: 0;
  }
}
@media (max-width: 640px) {
  .catalog-position__item {
    padding: 18px 18px 20px;
  }
  .catalog-position__icon,
  .catalog-position__metric {
    width: 48px;
    height: 48px;
  }
  .catalog-position__icon svg {
    width: 26px;
    height: 26px;
  }
  .catalog-position__metric {
    font-size: 24px;
  }
}

.catalog-formats-section {
  padding-top: 28px !important;
  padding-bottom: 20px !important;
}
.catalog-formats__lead {
  margin: -18px auto 28px;
  max-width: 560px;
  text-align: center;
  font-size: 15px;
  color: #666;
}
.catalog-formats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.catalog-format-card {
  appearance: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  padding: 18px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, background 0.2s;
}
.catalog-format-card strong {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
.catalog-format-card span {
  font-size: 13px;
  line-height: 1.4;
  color: #777;
}
.catalog-format-card:hover {
  border-color: rgba(227, 30, 36, 0.45);
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
  transform: translateY(-2px);
}
.catalog-format-card.is-active {
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
  background: #fff8f8;
}
.chip--own {
  border-color: rgba(38, 71, 150, 0.35) !important;
  color: #264796 !important;
  font-weight: 600;
}
.chip--own.is-active,
body.pt-subpage .chip--own.is-active {
  background: #264796 !important;
  border-color: #264796 !important;
  color: #fff !important;
}
body.pt-subpage .product-card__badge--own {
  background: #e31e24;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 11px;
  padding: 5px 10px;
}
body.pt-subpage .offer-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 6px;
  padding: 18px 16px;
  text-align: left;
}
body.pt-subpage .offer-card span {
  text-align: left;
  padding: 0;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
body.pt-subpage .offer-card__title {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
body.pt-subpage .offer-card__blurb {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.84);
  max-width: 26ch;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1100px) {
  .catalog-formats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .catalog-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  body.pt-subpage .page-hero--catalog {
    min-height: 440px;
    padding-bottom: 84px;
  }
  body.pt-subpage .page-hero--catalog h1 {
    max-width: none;
  }
  .catalog-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-format-card {
    padding: 14px 12px;
  }
  .catalog-format-card strong {
    font-size: 14px;
  }
  .catalog-format-card span {
    font-size: 12px;
  }
  body.pt-subpage .page-hero__actions {
    width: 100%;
  }
  body.pt-subpage .page-hero__actions .btn {
    flex: 1 1 calc(50% - 6px);
  }
}

.catalog-trust-section {
  background: #fff;
}
.catalog-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.catalog-trust__card {
  padding: 20px 18px;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #ececec;
}
.catalog-trust__card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #e31e24;
}
.catalog-trust__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.catalog-trust__card a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.catalog-trust__card a:hover {
  color: var(--red);
}
.catalog-faq {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-faq__item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0 18px;
}
.catalog-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.catalog-faq__item summary::-webkit-details-marker {
  display: none;
}
.catalog-faq__item summary::after {
  content: "+";
  float: right;
  color: #e31e24;
  font-weight: 500;
}
.catalog-faq__item[open] summary::after {
  content: "−";
}
.catalog-faq__item p {
  margin: 0 0 16px;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}
.pt-cases {
  background: #fff;
  padding: 40px 20px 48px;
}
.pt-cases__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.pt-cases__inner h3 {
  margin: 0 0 8px;
}
.pt-cases__lead {
  margin: 0 auto 24px;
  max-width: 560px;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.pt-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: left;
}
.pt-cases__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.pt-cases__card--photo {
  padding: 0;
  background: #f7f7f7;
}
.pt-cases__media {
  display: block;
  height: 140px;
  margin: 0;
  padding: 0;
  background-color: #ececec;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pt-cases__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
  background: #f7f7f7;
  flex: 1;
}
.pt-cases__card:hover {
  border-color: rgba(227, 30, 36, 0.4);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  transform: translateY(-2px);
}
.pt-cases__card strong {
  font-size: 17px;
  color: #111;
}
.pt-cases__card .pt-cases__body > span,
.pt-cases__card > span {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  flex: 1;
}
.pt-cases__card em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: #e31e24;
}

/* Home: Честный знак + доставка */
.pt-services {
  background: #f4f3f3;
  padding: 28px 20px 36px;
}
.pt-services__inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pt-services__card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 22px 22px 20px;
  text-align: left;
}
.pt-services__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
}
.pt-services__card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #111;
}
.pt-services__card ul {
  margin: 0 0 18px;
  padding: 0 0 0 18px;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}
.pt-services__card > p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}
.pt-services__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 13.75rem;
  max-width: 100%;
}
.pt-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 10px;
  background: #e31e24;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.pt-services__btn--ghost {
  background: #fff;
  color: #222 !important;
  border: 1px solid #ddd;
}
.pt-services__card--mark {
  border-top: 3px solid #264796;
}
.pt-services__card--delivery {
  border-top: 3px solid #e31e24;
}

/* Home: brands strip */
.pt-brands {
  background: #fff;
  padding: 36px 20px 40px;
}
.pt-brands__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.pt-brands__inner h3 {
  margin: 0 0 8px;
}
.pt-brands__lead {
  margin: 0 auto 22px;
  max-width: 560px;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.pt-brands__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.pt-brands__item {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fafafa;
  text-decoration: none !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pt-brands__item:hover {
  border-color: rgba(38, 71, 150, 0.35);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
}
.pt-brands__item img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.15);
}
.pt-brands__note {
  margin: 18px 0 0;
  font-size: 13px;
  color: #777;
}
.pt-brands__note a {
  color: #e31e24 !important;
}

@media (max-width: 800px) {
  .pt-services__inner {
    grid-template-columns: 1fr;
  }
  .pt-brands__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Home: trust advantages */
.pt-trust {
  background: #fff;
  padding: 44px 20px 28px;
}
.pt-trust__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.pt-trust__inner h3 {
  margin: 0 0 8px;
}
.pt-trust__lead {
  margin: 0 auto 24px;
  max-width: 640px;
  font-family: var(--font) !important;
  font-size: var(--pt-title-size) !important;
  font-weight: var(--pt-title-weight) !important;
  line-height: 1.3;
  color: #111 !important;
}
.pt-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: left;
}
.pt-trust__card {
  padding: 18px 16px;
  border-radius: 12px;
  background: #f7f7f7;
  border: 1px solid #ececec;
}
.pt-trust__card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #111;
}
.pt-trust__card a {
  color: #111 !important;
  text-decoration: none;
}
.pt-trust__card a:hover,
.pt-trust__card a:focus-visible {
  color: #111 !important;
  text-decoration: underline;
}
.pt-trust__card span {
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}

/* Home: format pills */
.pt-formats {
  background:
    radial-gradient(ellipse 80% 70% at 10% 0%, rgba(227, 30, 36, 0.08) 0%, transparent 55%),
    #f4f3f3;
  padding: 28px 20px 40px;
}
.pt-formats__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.pt-formats__inner h3 {
  margin: 0 0 8px;
}
.pt-formats__lead {
  margin: 0 auto 20px;
  max-width: 520px;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.pt-formats__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.pt-formats__pill {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  padding: 16px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.pt-formats__pill:hover {
  border-color: rgba(227, 30, 36, 0.45);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.06);
  transform: translateY(-2px);
}
.pt-formats__pill strong {
  font-size: 15px;
  color: #111;
}
.pt-formats__pill span {
  font-size: 12px;
  line-height: 1.35;
  color: #777;
}

/* Home: visit / showroom */
.pt-visit {
  background: #1a1a1a;
  color: #fff;
  padding: 36px 20px;
}
.pt-visit__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
}
.pt-visit__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff8a8a;
}
.pt-visit__text h3 {
  margin: 0 0 8px;
  color: #fff !important;
}
.pt-visit__text p {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.pt-visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}
.pt-visit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #e31e24;
  color: #fff !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.pt-visit__btn:hover {
  background: #ff3030;
}
.pt-visit__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 500;
}
.pt-visit__btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

/* Home: status bar overlaid on bottom of hero image */
body:not(.pt-subpage) #rec1275174251.pt-hero-has-status,
body:not(.pt-subpage) #rec1275175421.pt-hero-has-status,
body:not(.pt-subpage) #rec1275174251 .t-cover.pt-hero-has-status,
body:not(.pt-subpage) #rec1275175421 .t-cover.pt-hero-has-status {
  position: relative;
}
body:not(.pt-subpage) #rec1275174251 .t-cover.pt-hero-has-status,
body:not(.pt-subpage) #rec1275175421 .t-cover.pt-hero-has-status {
  overflow: hidden;
}
/* keep hero CTAs above the status strip */
body:not(.pt-subpage) #rec1275174251.pt-hero-has-status .t-cover__wrapper,
body:not(.pt-subpage) #rec1275175421.pt-hero-has-status .t-cover__wrapper,
body:not(.pt-subpage) #rec1275174251.pt-hero-has-status .t-container,
body:not(.pt-subpage) #rec1275175421.pt-hero-has-status .t-container {
  padding-bottom: 96px !important;
  box-sizing: border-box;
}
.pt-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(12, 12, 12, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  padding: 18px 24px;
}
.pt-status__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  flex-wrap: wrap;
}
.pt-status__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  min-width: 0;
  flex: 1;
}
.pt-status__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px 10px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.pt-status__badge.is-open {
  background: rgba(61, 220, 132, 0.18);
  color: #7dffb0;
}
.pt-status__badge.is-closed {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}
.pt-status__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #888;
}
.pt-status__badge.is-open .pt-status__dot {
  background: #3ddc84;
  box-shadow: 0 0 0 4px rgba(61, 220, 132, 0.22);
  animation: pt-status-pulse 2s ease-in-out infinite;
}
.pt-status__badge.is-closed .pt-status__dot {
  background: #aaa;
}
@keyframes pt-status-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(61, 220, 132, 0.22);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(61, 220, 132, 0.08);
  }
}
.pt-status__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
}
.pt-status__item {
  position: relative;
  font-size: 16px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
  padding: 0 14px;
}
.pt-status__item:first-child {
  padding-left: 0;
}
.pt-status__item + .pt-status__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}
.pt-status__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pt-status__copy {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  padding: 11px 18px;
  border-radius: 999px;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.pt-status__copy:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.14);
}
.pt-status__copy.is-done {
  border-color: #3ddc84;
  color: #7dffb0;
  background: rgba(61, 220, 132, 0.14);
}
.pt-status__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--red);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}
.pt-status__call:hover {
  background: var(--red-hover);
  color: #fff !important;
}
@media (max-width: 640px) {
  body:not(.pt-subpage) #rec1275174251.pt-hero-has-status .t-cover__wrapper,
  body:not(.pt-subpage) #rec1275175421.pt-hero-has-status .t-cover__wrapper,
  body:not(.pt-subpage) #rec1275174251.pt-hero-has-status .t-container,
  body:not(.pt-subpage) #rec1275175421.pt-hero-has-status .t-container {
    padding-bottom: 88px !important;
  }
  .pt-status {
    padding: 8px 12px;
  }
  .pt-status__inner {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .pt-status__info {
    flex: 1;
    min-width: 0;
  }
  .pt-status__meta {
    display: none;
  }
  .pt-status__badge {
    font-size: 12px;
    padding: 7px 10px 7px 9px;
  }
  .pt-status__actions {
    width: auto;
    flex-shrink: 0;
  }
  .pt-status__copy {
    display: none;
  }
  .pt-status__call {
    padding: 8px 12px;
    font-size: 13px;
  }
}

body.pt-subpage .empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}

/* Home FAQ */
.pt-home-faq {
  background: #fff;
  padding: 40px 20px 48px;
}
.pt-home-faq__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.pt-home-faq__inner h3 {
  margin: 0 0 10px;
}
.pt-home-faq__lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.45;
  color: #555;
}
.pt-home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.pt-home-faq__list details {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 0 16px;
}
.pt-home-faq__list summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.pt-home-faq__list summary::-webkit-details-marker {
  display: none;
}
.pt-home-faq__list summary::after {
  content: "+";
  float: right;
  color: #111;
  font-weight: 500;
}
.pt-home-faq__list details[open] summary::after {
  content: "−";
}
.pt-home-faq__list p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}
.pt-home-faq__more {
  display: inline-block;
  margin-top: 18px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.pt-home-faq__more:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Online kassa block — 54-FZ label (was t-opacity_50, barely visible) */
#rec1275170801 .t177__descr.t-opacity_50,
#rec1275728201 .t177__descr.t-opacity_50 {
  opacity: 1 !important;
  margin: 10px 0 18px;
}
#rec1275170801 .t177__descr > div,
#rec1275728201 .t177__descr > div {
  display: inline-block;
  margin: 0;
  padding: 7px 14px;
  font-size: 13px !important;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font);
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff !important;
  background: var(--blue);
  border-radius: 8px;
}
#rec1275170801 .t177__descr em,
#rec1275728201 .t177__descr em {
  font-style: normal;
  color: inherit;
}

@media (max-width: 900px) {
  .catalog-formats,
  .catalog-trust,
  .pt-cases__grid,
  .pt-trust__grid,
  .pt-formats__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .catalog-sort {
    width: 100%;
    min-width: 0;
  }
  .catalog-help {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  .catalog-help__actions .btn {
    width: 100%;
  }
  .catalog-formats,
  .catalog-trust,
  .pt-cases__grid,
  .pt-trust__grid,
  .pt-formats__row {
    grid-template-columns: 1fr;
  }
  .pt-cases__inner h3,
  .pt-trust__inner h3,
  .pt-trust__lead,
  .pt-formats__inner h3,
  .pt-visit__text h3 {
    font-size: var(--pt-title-size) !important;
  }
  .pt-visit__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .pt-visit__text p {
    max-width: none;
  }
  .pt-visit__actions {
    justify-content: center;
  }
  .pt-visit__actions .pt-visit__btn {
    flex: 1;
  }
}
body.pt-subpage .empty-state[hidden] {
  display: none !important;
}
body.pt-subpage .offer-card {
  place-items: end center;
  padding: 20px 14px;
}
body.pt-subpage .modal__product {
  color: #e31e24;
  font-weight: 600;
  margin: 0 0 16px;
}
body.pt-subpage .product-card .btn-cart:hover,
body.pt-subpage .product-card .btn-red:hover {
  box-shadow: 0 6px 18px rgba(227, 30, 36, 0.32);
}
body.pt-subpage .product-card .btn-linkish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
body.pt-subpage .product-card .btn-linkish:hover {
  border-color: var(--red);
  color: var(--red) !important;
  background: #fff8f8;
}
body.pt-subpage .qty-control {
  border-radius: 10px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}

/* Reviews — between map and bottom CTA */
.pt-reviews {
  background: #f4f3f3;
  padding: 48px 20px 36px;
}
.pt-reviews__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pt-reviews__eyebrow {
  margin: 0 0 6px;
  text-align: center;
  line-height: 1.25;
}
.pt-reviews__inner h2 {
  margin: 0 0 8px;
  text-align: center;
  line-height: 1.25;
}
.pt-reviews__source {
  margin: 0 0 28px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  color: #888;
  text-align: center;
}
.pt-reviews__source a {
  color: #e31e24;
  text-decoration: none;
  font-weight: 500;
}
.pt-reviews__source a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pt-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.pt-reviews__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #e31e24;
  color: #fff !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.pt-reviews__btn:hover {
  background: #ff3030;
}
.pt-reviews__btn--ghost {
  background: #fff;
  color: #222 !important;
  border: 1px solid #ddd;
  font-weight: 500;
}
.pt-reviews__btn--ghost:hover {
  border-color: #ccc;
  background: #fafafa;
}
.pt-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.pt-reviews__card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 20px 20px 18px;
}
.pt-reviews__stars {
  display: flex;
  gap: 3px;
  margin: 0 0 12px;
}
.pt-reviews__stars span {
  width: 14px;
  height: 14px;
  background: #e31e24;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
.pt-reviews__text {
  margin: 0 0 16px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
.pt-reviews__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: Roboto, Arial, sans-serif;
}
.pt-reviews__meta strong {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.pt-reviews__meta span {
  font-size: 12px;
  color: #777;
}
@media (max-width: 900px) {
  .pt-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  .pt-reviews {
    padding: 36px 16px 28px;
  }
  .pt-reviews__grid {
    grid-template-columns: 1fr;
  }
}

/* CTA — homepage only */
.cta-bar.pt-home-cta {
  margin-top: 8px;
  background: #1a1a1a;
  border: 0;
  padding: 40px 0;
  color: #fff;
}
.cta-bar.pt-home-cta p {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.5;
}
.cta-bar.pt-home-cta a.phone {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.cta-bar.pt-home-cta a.phone:hover {
  color: #ffb3b3;
}
.cta-bar.pt-home-cta .btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: #e31e24 !important;
  color: #fff !important;
  font: inherit;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(227, 30, 36, 0.35);
  white-space: nowrap;
}
.cta-bar.pt-home-cta .btn-red:hover,
.cta-bar.pt-home-cta .btn-red:focus-visible,
.cta-bar.pt-home-cta .btn-red:visited,
.cta-bar.pt-home-cta a.btn-red {
  background: #ff3030;
  color: #fff !important;
}
.cta-bar.pt-home-cta .btn-red:hover,
.cta-bar.pt-home-cta .btn-red:focus-visible {
  background: #ff3030 !important;
}
.cta-bar.pt-home-cta .cta-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .cta-bar.pt-home-cta .cta-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Footer — catalog + homepage */
.site-footer,
body.pt-subpage .site-footer,
.site-footer.pt-home-footer {
  background: #111;
  color: rgba(255, 255, 255, 0.85);
  padding: 56px 0 28px;
  box-sizing: border-box;
}
.site-footer .container,
.site-footer.pt-home-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.site-footer .footer-grid,
body.pt-subpage .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  margin-bottom: 32px;
}
.site-footer h4,
body.pt-subpage .site-footer h4 {
  margin: 0 0 14px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}
.site-footer p,
.site-footer a,
body.pt-subpage .site-footer p,
body.pt-subpage .site-footer a {
  font-size: 14px;
  margin: 0 0 8px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer a:hover,
body.pt-subpage .site-footer a:hover {
  color: #e31e24;
}
.site-footer .footer-bottom,
body.pt-subpage .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  font-size: 13px;
  opacity: 0.55;
}
.site-footer .pt-legal--footer {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.site-footer .pt-legal__list {
  opacity: 0.8;
}

/* Catalog empty state */
body.pt-subpage .empty-state {
  text-align: center;
  padding: 48px 20px;
  background: #fff;
  border: 1px dashed #ddd;
  border-radius: 16px;
  margin-top: 12px;
}
body.pt-subpage .empty-state p {
  font-size: 16px;
  color: #666;
  margin-bottom: 18px;
}
body.pt-subpage .modal__dialog {
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}
body.pt-subpage .modal__form input,
body.pt-subpage .modal__form textarea {
  border-radius: 10px;
  padding: 12px 14px;
  background: #fafafa;
}
body.pt-subpage .modal__form input:focus,
body.pt-subpage .modal__form textarea:focus {
  border-color: #e31e24;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
body.pt-subpage .section-muted {
  background: #f6f5f5;
}

/* Registration page */
body.pt-page-register .register-layout {
  max-width: 640px;
  margin: 0 auto;
}
body.pt-page-register .register-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 28px 28px 32px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}
body.pt-page-register .register-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
  padding: 4px;
  background: #f4f3f3;
  border-radius: 12px;
}
body.pt-page-register .register-tab {
  border: 0;
  background: transparent;
  border-radius: 10px;
  min-height: 44px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
body.pt-page-register .register-tab:hover {
  color: #111;
}
body.pt-page-register .register-tab.is-active {
  background: #fff;
  color: #e31e24;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
body.pt-page-register .register-hint {
  margin: 0 0 20px;
  font-size: 14px;
  color: #777;
  line-height: 1.45;
}
body.pt-page-register .register-form {
  display: grid;
  gap: 14px;
}
body.pt-page-register .register-form[hidden] {
  display: none !important;
}
body.pt-page-register .register-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
}
body.pt-page-register .register-form label abbr {
  text-decoration: none;
  color: #e31e24;
}
body.pt-page-register .register-form input,
body.pt-page-register .register-form textarea,
body.pt-page-register .register-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  box-sizing: border-box;
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
body.pt-page-register .register-form input:focus,
body.pt-page-register .register-form textarea:focus,
body.pt-page-register .register-form select:focus {
  outline: none;
  border-color: #e31e24;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
body.pt-page-register .register-address {
  margin: 4px 0 0;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #f7f7f7;
  display: grid;
  gap: 12px;
}
body.pt-page-register .register-address legend {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
}
body.pt-page-register .register-address__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}
body.pt-page-register .register-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.pt-page-register .register-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.4;
  color: #000;
}
body.pt-page-register .register-consent input {
  width: auto;
  margin-top: 3px;
  flex-shrink: 0;
}
body.pt-page-register .register-consent a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.pt-page-register .register-form .btn-red {
  width: 100%;
  margin-top: 6px;
  border-radius: 10px;
  font-weight: 600;
  min-height: 48px;
}
body.pt-page-register .register-ok {
  color: #1a7f37;
  font-weight: 500;
  margin: 16px 0 0;
  padding: 14px 16px;
  background: #eef8f0;
  border-radius: 10px;
}
body.pt-page-register .register-err {
  color: #b42318;
  font-weight: 500;
  margin: 12px 0 0;
  padding: 12px 14px;
  background: #fff1f0;
  border-radius: 10px;
}
body.pt-page-register .page-hero,
body.pt-page-cart .page-hero {
  min-height: 340px;
  padding-bottom: 56px;
}
@media screen and (max-width: 640px) {
  body.pt-page-register .register-card {
    padding: 20px 16px 24px;
  }
  body.pt-page-register .register-row {
    grid-template-columns: 1fr;
  }
}

body.pt-subpage .mobile-bar {
  z-index: 100001;
}
body.pt-subpage .site-footer a:hover {
  color: #e31e24;
}
body.pt-subpage .pt-subpage-main,
body.pt-subpage .site-footer {
  opacity: 1 !important;
}
#rec1276591091 .pt-header-cart {
  flex-shrink: 0;
}
body.pt-subpage .pt-catalog-link,
body.pt-subpage .pt-register-link {
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  body.pt-subpage .page-hero {
    padding-top: 120px;
    padding-bottom: 56px;
    min-height: 320px;
  }
  body.pt-subpage {
    padding-bottom: 72px;
  }
  body.pt-subpage .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  body.pt-subpage .offers-grid {
    gap: 12px;
  }
  body.pt-subpage .offer-card {
    aspect-ratio: 1;
  }
  body.pt-subpage .chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-inline: -16px;
    padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.pt-subpage .chips::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body.pt-subpage .page-hero {
    padding-top: 104px;
    min-height: 280px;
  }
  body.pt-subpage .page-hero h1 {
    font-size: 28px;
  }
  body.pt-subpage .product-card .thumb {
    aspect-ratio: 1 / 1;
  }
  body.pt-subpage .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
  }
  body.pt-subpage .product-card__body {
    min-height: 0;
    padding: 12px 14px 4px;
  }
}

/* Homepage mobile category tiles */
body:not(.pt-subpage) #rec1275654111 .pt-offer-linked {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  outline: none;
}
body:not(.pt-subpage) #rec1275654111 .pt-offer-linked:hover,
body:not(.pt-subpage) #rec1275654111 .pt-offer-linked:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
body:not(.pt-subpage) #rec1275654111 .pt-offer-linked:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

/* How to order strip */
.pt-how-order {
  position: relative;
  isolation: isolate;
  padding: 40px 20px 48px;
  background:
    radial-gradient(ellipse 90% 70% at 12% 0%, rgba(227, 30, 36, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 92% 100%, rgba(227, 30, 36, 0.07) 0%, transparent 50%),
    linear-gradient(180deg, #ececec 0%, #f4f3f3 45%, #ebebeb 100%);
  overflow: hidden;
}
.pt-how-order::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.45;
  background-image:
    linear-gradient(135deg, rgba(227, 30, 36, 0.04) 25%, transparent 25%),
    linear-gradient(225deg, rgba(227, 30, 36, 0.04) 25%, transparent 25%),
    linear-gradient(45deg, rgba(17, 17, 17, 0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(17, 17, 17, 0.03) 25%, transparent 25%);
  background-size: 28px 28px;
  background-position: 0 0, 0 14px, 14px -14px, -14px 0;
  pointer-events: none;
}
.pt-how-order__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.pt-how-order__inner h3 {
  margin: 0 0 12px;
}
.pt-how-order__lead {
  margin: 0 auto 24px;
  max-width: 680px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
}
.pt-how-order__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.pt-how-order__steps li {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(227, 30, 36, 0.12);
  border-radius: 12px;
  padding: 16px 14px 18px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
}
.pt-how-order__steps strong {
  display: block;
  margin-bottom: 6px;
  color: #e31e24;
  font-size: 14px;
  font-weight: 600;
}
.pt-how-order__note {
  margin: 0 auto 22px;
  max-width: 560px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.pt-how-order__note a {
  color: #e31e24;
  font-weight: 500;
  text-decoration: none;
}
.pt-how-order__note a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pt-how-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.pt-how-order__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 0;
  border-radius: 10px;
  background: #e31e24;
  color: #fff !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(227, 30, 36, 0.28);
  cursor: pointer;
}
.pt-how-order__btn:hover {
  background: #ff3030;
}
@media (max-width: 800px) {
  .pt-how-order__steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .pt-how-order {
    padding: 32px 16px 40px;
  }
  .pt-how-order__steps {
    grid-template-columns: 1fr;
  }
  .pt-how-order__inner h3 {
    font-size: var(--pt-title-size) !important;
  }
}

/* Soften secondary hero consultation vs catalog CTA */
body:not(.pt-subpage) .pt-hero-cta > .t-btnflex:not(.pt-hero-catalog) {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  box-shadow: none !important;
}
body:not(.pt-subpage) .pt-hero-cta > .t-btnflex:not(.pt-hero-catalog) .t-btnflex__text {
  color: #fff !important;
}
body:not(.pt-subpage) .pt-hero-cta > .t-btnflex:not(.pt-hero-catalog):hover,
body:not(.pt-subpage) .pt-hero-cta > .t-btnflex:not(.pt-hero-catalog):focus-visible {
  background: rgba(255, 255, 255, 0.12) !important;
}

/* Cart drawer — guest checkout */
.pt-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100010;
  font-family: var(--font);
}
.pt-cart-drawer[hidden] {
  display: none !important;
}
.pt-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 18, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.pt-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(440px, 100%);
  height: 100%;
  background: #fff;
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.22);
  animation: pt-cart-in 0.28s ease;
}
@keyframes pt-cart-in {
  from {
    transform: translateX(22px);
    opacity: 0.55;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.pt-cart-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 16px;
  border-bottom: 1px solid #ececec;
  background: #111;
  color: #fff;
}
.pt-cart-drawer__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.pt-cart-drawer__subtitle {
  margin-top: 5px;
  font-size: 13px;
  opacity: 0.72;
}
.pt-cart-drawer__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
  opacity: 0.85;
}
.pt-cart-drawer__close:hover {
  opacity: 1;
}
.pt-cart-drawer__body {
  flex: 1;
  overflow: auto;
  padding: 16px;
  background: #f6f5f5;
}
.pt-cart-drawer__empty {
  text-align: center;
  padding: 56px 16px;
  color: #444;
}
.pt-cart-drawer__empty p {
  margin: 0 0 18px;
  font-size: 15px;
}
.pt-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 10px;
}
.pt-cart-item__img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
}
.pt-cart-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-cart-item__body h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.35;
  color: #111;
}
.pt-cart-item__remove {
  border: 0;
  background: none;
  color: var(--red);
  font-size: 12px;
  padding: 0;
  cursor: pointer;
}
.pt-cart-drawer__footer {
  padding: 16px 18px calc(16px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #ececec;
  background: #fff;
  max-height: min(78vh, 720px);
  overflow: auto;
}
.pt-cart-drawer[data-mode="checkout"] .pt-cart-drawer__footer {
  max-height: none;
  flex: 1;
  min-height: 0;
  background: #f7f7f7;
  padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
}
.pt-cart-drawer[data-mode="checkout"] .pt-cart-drawer__checkout {
  gap: 12px;
}
.pt-cart-drawer__cart-step,
.pt-cart-drawer__checkout,
.pt-cart-drawer__ok {
  display: grid;
  gap: 10px;
}
.pt-cart-drawer__cart-step[hidden],
.pt-cart-drawer__checkout[hidden],
.pt-cart-drawer__ok[hidden] {
  display: none !important;
}
.pt-cart-drawer__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.pt-cart-drawer__pills span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f4f3f3;
  color: #444;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.pt-cart-drawer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}
.pt-cart-drawer__btn--primary {
  border: 0;
  background: #e31e24;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(227, 30, 36, 0.28);
}
.pt-cart-drawer__btn--primary:hover {
  background: #ff3030;
}
.pt-cart-drawer__btn--ghost {
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #222 !important;
  font-weight: 500;
}
.pt-cart-drawer__btn--ghost:hover {
  border-color: #ccc;
  background: #fafafa;
}
.pt-cart-drawer__btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.pt-cart-drawer__hint {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  text-align: center;
}
.pt-cart-drawer__steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.pt-cart-drawer__steps .is-done {
  color: #1a7f37;
}
.pt-cart-drawer__steps .is-active {
  color: #111;
}
.pt-cart-drawer__steps-line {
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}
.pt-cart-drawer__checkout-head {
  padding: 2px 2px 0;
}
.pt-cart-drawer__checkout-head h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  color: #111;
}
.pt-cart-drawer__checkout-head p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}
.pt-cart-drawer__client-badge {
  margin: 8px 0 0 !important;
  padding: 8px 12px;
  border-radius: 10px;
  background: #eef8f0;
  color: #1a7f37;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.35;
}
.pt-cart-drawer__client-badge[hidden] {
  display: none !important;
}
.pt-cart-drawer__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pt-cart-drawer__field {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  min-width: 0;
}
.pt-cart-drawer__field--full {
  grid-column: 1 / -1;
}
.pt-cart-drawer__field input,
.pt-cart-drawer__field select,
.pt-cart-drawer__field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #ddd;
  border-radius: 11px;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.pt-cart-drawer__field textarea {
  min-height: 76px;
  resize: vertical;
}
.pt-cart-drawer__field input:focus,
.pt-cart-drawer__field select:focus,
.pt-cart-drawer__field textarea:focus {
  outline: none;
  border-color: #e31e24;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
.pt-cart-drawer__field.is-pickup input:disabled {
  background: #f0f0f0;
  color: #888;
  border-style: dashed;
}
.pt-cart-drawer__soft-link {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #777 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.pt-cart-drawer__soft-link:hover {
  color: #e31e24 !important;
}
.pt-cart-drawer__ok {
  text-align: center;
  padding: 8px 4px 4px;
}
.pt-cart-drawer__ok-badge {
  width: 52px;
  height: 52px;
  margin: 4px auto 12px;
  border-radius: 50%;
  background: #e8f6ec;
  color: #1a7f37;
  font-size: 24px;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
}
.pt-cart-drawer__ok h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.pt-cart-drawer__ok p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}
.pt-cart-drawer__err {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff1f1;
  color: #b00020;
  font-size: 13px;
  line-height: 1.4;
}
.pt-cart-drawer__err[hidden] {
  display: none !important;
}
.pt-cart-drawer__err a {
  color: #e31e24;
}
.pt-cart-drawer__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 4px;
  padding: 12px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  line-height: 1.45;
  color: #555;
  cursor: pointer;
}
.pt-cart-drawer__consent input {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: #e31e24;
}
body.pt-cart-open {
  overflow: hidden;
}
body.pt-cart-open .pt-chat {
  opacity: 0;
  pointer-events: none;
}
body.pt-subpage.pt-cart-open .mobile-bar {
  visibility: hidden;
}
@media (max-width: 480px) {
  .pt-cart-drawer__panel {
    width: 100%;
  }
  .pt-cart-drawer__fields {
    grid-template-columns: 1fr;
  }
  .pt-cart-drawer__ship {
    grid-template-columns: 1fr;
  }
  .pt-cart-drawer__ship-card-body {
    min-height: 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body:not(.pt-subpage) #rec1275174251 .t001__title,
  body:not(.pt-subpage) #rec1275175421 .t001__title {
    animation: fadeUp 0.7s ease both;
  }
  body:not(.pt-subpage) #rec1275174251 .t001__descr,
  body:not(.pt-subpage) #rec1275175421 .t001__descr {
    animation: fadeUp 0.75s 0.1s ease both;
  }
  body:not(.pt-subpage) #rec1275174251 .pt-hero-cta,
  body:not(.pt-subpage) #rec1275175421 .pt-hero-cta {
    animation: fadeUp 0.85s 0.18s ease both;
  }
  body:not(.pt-subpage) .pt-reveal {
    opacity: 0;
  }
  body:not(.pt-subpage) .pt-reveal.is-in {
    animation: fadeUp 0.7s ease both;
  }
}

/* Legal / consent */
.pt-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 0;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  color: #000;
  text-align: left;
}
.pt-consent input {
  width: auto !important;
  margin-top: 2px;
  flex-shrink: 0;
}
.pt-consent a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pt-chat__consent {
  margin: 4px 2px 8px;
  color: #000;
}
.pt-chat__consent a {
  color: #000;
}
.pt-cart-drawer__consent {
  margin-top: 10px;
}
.pt-legal {
  margin: 24px 0;
  padding: 20px 16px;
  background: #f4f3f3;
  color: #2b2b2b;
}
.pt-legal--footer {
  margin: 28px 0 8px;
  padding: 18px 0 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: inherit;
}
.pt-legal--footer {
  max-width: 1100px;
}
.pt-legal__name {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}
.pt-legal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.92;
}
.pt-legal--footer a {
  color: #e31e24;
  text-decoration: none;
}
.pt-legal--footer a:hover {
  text-decoration: underline;
}
.pt-footer-legal-mini {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.85;
}
.pt-legal-page {
  margin: 0;
  background: #f4f3f3;
  color: #2b2b2b;
  font-family: Roboto, system-ui, sans-serif;
}
.pt-legal-doc {
  padding: 72px 16px 64px;
}
.pt-legal-doc .container {
  max-width: 760px;
  margin: 0 auto;
}
.pt-legal-doc__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #777;
}
.pt-legal-doc h1 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}
.pt-legal-doc__lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.pt-legal-doc section {
  margin: 0 0 22px;
}
.pt-legal-doc h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}
.pt-legal-doc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.pt-legal-doc a {
  color: #e31e24;
}
.pt-legal-doc__meta {
  margin-top: 32px !important;
  font-size: 13px !important;
  color: #777;
}

@media (max-width: 720px) {
  .pt-cart-drawer__panel {
    width: 100%;
  }
  .cart-toast {
    bottom: 100px;
    white-space: normal;
    max-width: calc(100% - 32px);
    text-align: center;
  }
}

/* Beat Tilda inline button styles (was runtime <style> in JS) */
#rec1275174251 .pt-hero-cta .t-btnflex.t-btnflex_type_button,
#rec1275175421 .pt-hero-cta .t-btnflex.t-btnflex_type_button {
  color: #fff !important;
  background-color: #e31e24 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 18px 40px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  box-shadow: 0 8px 24px rgba(227, 30, 36, 0.32) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#rec1275174251 .pt-hero-cta .t-btnflex.t-btnflex_type_button:hover,
#rec1275174251 .pt-hero-cta .t-btnflex.t-btnflex_type_button:focus-visible,
#rec1275175421 .pt-hero-cta .t-btnflex.t-btnflex_type_button:hover,
#rec1275175421 .pt-hero-cta .t-btnflex.t-btnflex_type_button:focus-visible {
  color: #fff !important;
  background-color: #ff3030 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(227, 30, 36, 0.42) !important;
}
#rec1275174251 .pt-hero-cta .t-btnflex .t-btnflex__text,
#rec1275175421 .pt-hero-cta .t-btnflex .t-btnflex__text {
  color: #fff !important;
}
#rec1275170231 .t-btnflex.t-btnflex_type_button,
#rec1275170251 .t-btnflex.t-btnflex_type_button {
  color: var(--red) !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
#rec1275170231 .t-btnflex.t-btnflex_type_button .t-btnflex__text,
#rec1275170251 .t-btnflex.t-btnflex_type_button .t-btnflex__text {
  color: var(--red) !important;
}
#rec1275170231 .t-btnflex.t-btnflex_type_button:hover,
#rec1275170231 .t-btnflex.t-btnflex_type_button:focus-visible,
#rec1275170251 .t-btnflex.t-btnflex_type_button:hover,
#rec1275170251 .t-btnflex.t-btnflex_type_button:focus-visible {
  color: #c4181d !important;
  background-color: #fff !important;
}
#rec1275170231 .t-btnflex.t-btnflex_type_button:hover .t-btnflex__text,
#rec1275170231 .t-btnflex.t-btnflex_type_button:focus-visible .t-btnflex__text,
#rec1275170251 .t-btnflex.t-btnflex_type_button:hover .t-btnflex__text,
#rec1275170251 .t-btnflex.t-btnflex_type_button:focus-visible .t-btnflex__text {
  color: #c4181d !important;
}
#rec1276591091 .t228__right_buttons .t-btnflex.t-btnflex_type_button {
  border-radius: 10px !important;
  background-color: #fff !important;
  border-style: solid !important;
  border-color: #fff !important;
  color: var(--red) !important;
}
#rec1276591091 .t228__right_buttons .t-btnflex.t-btnflex_type_button .t-btnflex__text {
  color: var(--red) !important;
}
#rec1276591091 .t228__right_buttons .t-btnflex.t-btnflex_type_button:hover,
#rec1276591091 .t228__right_buttons .t-btnflex.t-btnflex_type_button:focus-visible {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #c4181d !important;
}
#rec1276591091 .t228__right_buttons .t-btnflex.t-btnflex_type_button:hover .t-btnflex__text,
#rec1276591091 .t228__right_buttons .t-btnflex.t-btnflex_type_button:focus-visible .t-btnflex__text {
  color: #c4181d !important;
}

/* About block: key phrases + split banners */
#rec1275170701 .tn-elem[data-elem-id="1652612567503"],
#rec1275170701 .tn-elem[data-elem-id="1652612567503"] .tn-atom {
  color: var(--blue) !important;
}

/* Banner: 25 лет на рынке — red fill, white text */
#rec1275170701 .tn-elem[data-elem-id="1652613000349"] .tn-atom {
  background-color: var(--red) !important;
  border-color: transparent !important;
}
#rec1275170701 .tn-elem[data-elem-id="1652616087759"],
#rec1275170701 .tn-elem[data-elem-id="1652616087759"] .tn-atom,
#rec1275170701 .tn-elem[data-elem-id="1652616302070"],
#rec1275170701 .tn-elem[data-elem-id="1652616302070"] .tn-atom {
  color: #fff !important;
}

/* Banner: 100% гарантируем качество — blue fill, white text */
#rec1275170701 .tn-elem[data-elem-id="1652613014940"] .tn-atom {
  background-color: var(--blue) !important;
  border-color: transparent !important;
}
#rec1275170701 .tn-elem[data-elem-id="1652616181787"],
#rec1275170701 .tn-elem[data-elem-id="1652616181787"] .tn-atom,
#rec1275170701 .tn-elem[data-elem-id="1652616420001"],
#rec1275170701 .tn-elem[data-elem-id="1652616420001"] .tn-atom {
  color: #fff !important;
}

/* Logo / tagline: automation line in blue */
#rec1275170991 .t134__descr {
  color: var(--blue) !important;
}
#rec1275170991 .t134__descr a {
  color: var(--blue) !important;
}
.pt-footer-tagline {
  margin: 8px 0 0;
  max-width: 220px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--blue) !important;
}
.pt-footer-tagline__brand {
  color: #fff !important;
}
.pt-home-footer img[src*="partner-logo"],
#rec1275170231 img[src*="partner-logo"],
#rec1275170251 img[src*="partner-logo"],
#rec1276591091 img[src*="partner-logo"] {
  height: auto;
}

/* Skip link */
.pt-skip {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 100020;
  padding: 10px 14px;
  border-radius: 8px;
  background: #111;
  color: #fff !important;
  font: 600 14px/1.2 Roboto, Arial, sans-serif;
  text-decoration: none !important;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}
.pt-skip:focus,
.pt-skip:focus-visible {
  transform: translateY(0);
  outline: 2px solid #e31e24;
  outline-offset: 2px;
}
.pt-anchor {
  position: relative;
  top: -80px;
  height: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}
.pt-anchor:focus {
  outline: none;
}

/* Back to top */
.pt-back-top {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 99990;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(227, 30, 36, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.92);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease,
    background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.pt-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.pt-back-top span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transform: translateY(-0.5px);
}
.pt-back-top.is-visible:hover {
  background: var(--red-hover);
  transform: translateY(-2px) scale(1);
}
.pt-back-top:focus-visible {
  outline: 3px solid rgba(227, 30, 36, 0.45);
  outline-offset: 3px;
}
body.pt-cart-open .pt-back-top,
body.pt-chat-open .pt-back-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.92);
}
@media (max-width: 980px) {
  body.pt-subpage .pt-back-top,
  body.pt-has-home-mobile-bar .pt-back-top {
    bottom: 96px;
    right: auto;
    left: 16px;
    width: 44px;
    height: 44px;
  }
  body.pt-subpage .pt-back-top span,
  body.pt-has-home-mobile-bar .pt-back-top span {
    font-size: 16px;
  }
}

.catalog-toolbar {
  margin: 0 0 20px;
  padding: 0;
}
.pt-cart-drawer__optional {
  font-style: normal;
  font-weight: 400;
  color: #888;
  font-size: 12px;
}
body.pt-subpage .chips,
.chips--brands {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 2px;
  scroll-snap-type: x proximity;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
}
body.pt-subpage .chips::-webkit-scrollbar,
.chips--brands::-webkit-scrollbar {
  display: none;
}
body.pt-subpage .chips .chip,
.chips--brands .chip {
  scroll-snap-align: start;
  flex: 0 0 auto;
}
body.pt-subpage .chips .chip:focus-visible,
.chips--brands .chip:focus-visible,
.catalog-format-card:focus-visible {
  outline: 2px solid #e31e24;
  outline-offset: 2px;
}
@media (min-width: 981px) {
  body.pt-subpage .chips,
  .chips--brands {
    flex-wrap: wrap;
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pt-back-top {
    transition: opacity 0.15s ease, visibility 0.15s ease !important;
    transform: none !important;
  }
  .pt-back-top.is-visible {
    transform: none !important;
  }
  .product-card,
  .catalog-format-card,
  .pt-cases__card {
    transition: none !important;
  }
  .product-card:hover,
  .pt-cases__card:hover {
    transform: none !important;
  }
  .pt-qv__panel {
    animation: none !important;
  }
}

/* Product title as button */
body.pt-subpage .product-card__title-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
}
body.pt-subpage .product-card__title-btn:hover,
body.pt-subpage .product-card__media:hover {
  color: var(--blue);
}
body.pt-subpage .product-card__media {
  cursor: pointer;
}
body.pt-subpage .product-card__media:focus-visible,
body.pt-subpage .product-card__title-btn:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

/* Catalog loading skeletons */
body.pt-subpage .products-grid.is-loading .product-card--skeleton {
  min-height: 360px;
  pointer-events: none;
  background: linear-gradient(90deg, #ececec 0%, #f7f7f7 45%, #ececec 90%);
  background-size: 200% 100%;
  animation: pt-skel 1.1s ease-in-out infinite;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
@keyframes pt-skel {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* Quickview */
.pt-qv[hidden] {
  display: none !important;
}
.pt-qv {
  position: fixed;
  inset: 0;
  z-index: 100015;
  display: grid;
  place-items: center;
  padding: 16px;
}
.pt-qv__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.pt-qv__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  width: min(920px, 100%);
  max-height: min(92vh, 720px);
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  animation: fadeUp 0.25s ease;
}
.pt-qv__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
.pt-qv__media {
  background: #eef1f5;
  align-self: stretch;
  min-height: 0;
  max-height: min(92vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pt-qv__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70vh, 480px);
  object-fit: contain;
}
.pt-qv__body {
  padding: 28px 28px 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pt-qv__brand {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
}
.pt-qv__body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
  padding-right: 36px;
}
.pt-qv__desc {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}
.pt-qv__specs {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.pt-qv__specs li {
  position: relative;
  padding: 4px 0 4px 14px;
  font-size: 14px;
  color: #333;
}
.pt-qv__specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}
.pt-qv__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}
.pt-qv__chip {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f0f2f8;
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
}
.pt-qv__chip--own {
  background: rgba(227, 30, 36, 0.1);
  color: var(--red);
}
.pt-qv__price {
  margin: 0 0 18px;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  color: #264796;
  font-variant-numeric: tabular-nums;
}
.pt-qv__price-note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.pt-qv__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pt-qv__actions .btn-cart,
.pt-qv__actions .qty-control {
  min-width: 140px;
}
@media (max-width: 780px) {
  .pt-qv {
    padding: 0;
    place-items: end stretch;
  }
  .pt-qv__panel {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: min(94vh, 860px);
    border-radius: 16px 16px 0 0;
  }
  .pt-qv__media {
    min-height: 200px;
    max-height: 240px;
  }
  .pt-qv__media img {
    max-height: 240px;
  }
  .pt-qv__body {
    padding: 20px 18px 28px;
  }
  .pt-qv__actions {
    position: sticky;
    bottom: 0;
    padding-top: 8px;
    background: linear-gradient(180deg, transparent, #fff 30%);
  }
}

.pt-cart-item__price {
  margin: 4px 0 0;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #264796;
  font-variant-numeric: tabular-nums;
}
.pt-cart-item__price span {
  color: #999;
  font-weight: 400;
}

/* ========== Catalog layout (Atesy-inspired, Partner brand) ========== */
body.pt-subpage .catalog-layout {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 28px 32px;
  align-items: start;
}

body.pt-subpage .catalog-sidebar {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 18px;
  background:
    linear-gradient(165deg, rgba(38, 71, 150, 0.04), transparent 42%),
    #fff;
  border: 1px solid #e6eaf0;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

body.pt-subpage .catalog-sidebar__title {
  margin: 0;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
}

body.pt-subpage .catalog-sidebar__heading {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

body.pt-subpage .catalog-sidebar__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
}

body.pt-subpage .catalog-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: min(58vh, 520px);
  overflow: auto;
  margin: 0 -6px;
  padding: 0 6px;
}

body.pt-subpage .catalog-nav__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 10px 12px;
  cursor: pointer;
  color: #1a2332;
  transition: background 0.15s ease, color 0.15s ease;
}

body.pt-subpage .catalog-nav__item span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

body.pt-subpage .catalog-nav__item em {
  font-style: normal;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.3;
}

body.pt-subpage .catalog-nav__item:hover {
  background: #f4f7fb;
}

body.pt-subpage .catalog-nav__item.is-active {
  background: rgba(38, 71, 150, 0.09);
  color: #264796;
}

body.pt-subpage .catalog-nav__item.is-active em {
  color: rgba(38, 71, 150, 0.72);
}

body.pt-subpage .catalog-nav__item--own.is-active {
  background: rgba(227, 30, 36, 0.08);
  color: #e31e24;
}

body.pt-subpage .catalog-nav__item--own.is-active em {
  color: rgba(227, 30, 36, 0.7);
}

body.pt-subpage .catalog-nav__group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e8edf5;
}

body.pt-subpage .catalog-nav__group:first-of-type {
  border-top: 0;
  margin-top: 4px;
  padding-top: 0;
}

body.pt-subpage .catalog-nav__item--parent span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.pt-subpage .catalog-nav__item--child {
  padding: 8px 12px 8px 22px;
}

body.pt-subpage .catalog-nav__item--child span {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

body.pt-subpage .catalog-nav__item--child em {
  font-size: 11px;
}

body.pt-subpage .catalog-nav__item--child.is-active span {
  color: #264796;
}

body.pt-subpage .catalog-search--sidebar,
body.pt-subpage .catalog-sort--sidebar {
  margin: 0;
  min-width: 0;
  width: 100%;
}

body.pt-subpage .catalog-search--sidebar input,
body.pt-subpage .catalog-sort--sidebar select {
  width: 100%;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  background: #f8fafc;
}

body.pt-subpage .catalog-search--sidebar input:focus,
body.pt-subpage .catalog-sort--sidebar select:focus {
  outline: none;
  border-color: #264796;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(38, 71, 150, 0.12);
}

body.pt-subpage .catalog-main {
  min-width: 0;
}

body.pt-subpage .catalog-main .products-head {
  margin-bottom: 8px;
}

body.pt-subpage .catalog-need-banner {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(38, 71, 150, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(38, 71, 150, 0.06), transparent 55%),
    #fff;
}

body.pt-subpage .catalog-need-banner[hidden] {
  display: none !important;
}

body.pt-subpage .catalog-need-banner strong {
  font-size: 15px;
  color: #1a2332;
}

body.pt-subpage .catalog-need-banner span {
  font-size: 13.5px;
  line-height: 1.45;
  color: #64748b;
}

body.pt-subpage .catalog-need-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

body.pt-subpage .catalog-need-banner__actions .btn {
  min-height: 40px;
}

body.pt-subpage .catalog-main .section-title-left {
  margin: 0 0 6px;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

body.pt-subpage .catalog-main .products-count {
  margin: 0 0 4px;
}

body.pt-subpage .products-price-note {
  margin: 0 0 12px;
  font-size: 13px;
  color: #475569;
}

body.pt-subpage .product-card__sizes--compact {
  padding: 0 14px 10px;
  margin-top: auto;
  min-height: 5.5rem;
}

body.pt-subpage .product-card__sizes--select {
  padding: 0 14px 10px;
  margin-top: auto;
  min-height: 5.5rem;
  flex: 0 0 auto;
}

body.pt-subpage .product-card__sizes--readonly {
  padding: 0;
}

body.pt-subpage .product-card__size-value {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border: 1px solid #e31e24;
  border-radius: 6px;
  background: rgba(227, 30, 36, 0.06);
  color: #e31e24;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

body.pt-subpage .product-card__size-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

body.pt-subpage .product-card__size-select {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body.pt-subpage .product-card__size-select span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

body.pt-subpage .product-card__size-select select {
  width: 100%;
  min-height: 44px;
  height: 44px;
  padding: 0 36px 0 12px;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.2 1.5 6 6.3l4.8-4.8'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px 8px;
  color: #1a2332;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

body.pt-subpage .product-card__size-select select:focus {
  outline: 2px solid rgba(227, 30, 36, 0.35);
  outline-offset: 1px;
  border-color: #e31e24;
}

body.pt-subpage .product-card__size-select--full {
  display: block;
}

body.pt-subpage .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.pt-subpage .product-card__sizes-qv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0 12px;
  border-radius: 4px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
}

body.pt-subpage .product-card__sizes-qv.btn-red {
  background: #e31e24;
  color: #fff;
  border: 1px solid #e31e24;
}

body.pt-subpage .product-card__sizes-qv.btn-red:hover,
body.pt-subpage .product-card__sizes-qv.btn-red:focus-visible {
  background: #c4191f;
  border-color: #c4191f;
  color: #fff;
  outline: 2px solid #264796;
  outline-offset: 2px;
}

body.pt-subpage .product-card__sizes-note {
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

body.pt-subpage .product-card__footer--compact {
  display: none;
}

body.pt-subpage .page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}

body.pt-subpage .page-hero__actions .btn {
  min-height: 46px;
  min-width: 180px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
}

body.pt-subpage .catalog-toolbar {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef2f7;
}

body.pt-subpage .catalog-main .chips {
  display: none;
}

body.pt-subpage .catalog-brands {
  margin-top: 0;
}

/* Product grid: 3 columns like Atesy */
body.pt-subpage .products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Cards: title → photo → price+cart */
body.pt-subpage .product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8ecf2;
  border-radius: 4px;
  padding: 0;
  gap: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.pt-subpage .product-card:hover {
  border-color: rgba(38, 71, 150, 0.35);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.pt-subpage .product-card__top {
  padding: 14px 14px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 5.2rem;
}

body.pt-subpage .product-card__title,
body.pt-subpage .product-card h3 {
  margin: 0;
  min-height: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.pt-subpage .product-card__title-btn {
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

body.pt-subpage .product-card__title-btn:hover {
  color: #264796;
}

body.pt-subpage .product-card__meta {
  margin: 0 !important;
  flex: 0 0 auto !important;
  font-size: 12px !important;
  color: #64748b !important;
  -webkit-line-clamp: 1 !important;
}

body.pt-subpage .product-card .thumb,
body.pt-subpage .product-card__media {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  margin: 0 14px;
  background: #f7f9fc;
  border-radius: 2px;
  overflow: hidden;
}

body.pt-subpage .product-card .thumb img,
body.pt-subpage .product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.35s ease;
}

body.pt-subpage .product-card:hover .thumb img {
  transform: scale(1.04);
}

body.pt-subpage .product-card__badge {
  top: 8px;
  left: 8px;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 10px;
  letter-spacing: 0.04em;
  box-shadow: none;
  background: #264796;
}

body.pt-subpage .product-card__variants-count {
  margin: 0 !important;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
}

body.pt-subpage .product-card__sizes {
  padding: 0 14px 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.pt-subpage .product-card__sizes-title {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

body.pt-subpage .product-card__size-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.pt-subpage .product-card__size-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

body.pt-subpage .product-card__size-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.pt-subpage .product-card__size-chips--wrap {
  flex-wrap: wrap;
  overflow: visible;
}

body.pt-subpage .product-card__size-chip {
  flex: 0 0 auto;
  min-width: 2.75rem;
  min-height: 44px; /* WCAG 2.5.5 / Fitts: touch target */
  padding: 0.5rem 0.75rem;
  border: 1px solid #d7dee8;
  border-radius: 4px;
  background: #fff;
  color: #1a2332;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.pt-subpage .product-card__price-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

body.pt-subpage .product-card__footer .product-card__price-block {
  margin: 0;
  width: 100%;
}

body.pt-subpage .page-hero__actions .btn-red {
  background: #e31e24;
  color: #fff;
  border: 1px solid #e31e24;
}

body.pt-subpage .page-hero__actions .btn-red:hover,
body.pt-subpage .page-hero__actions .btn-red:focus-visible {
  background: #c4191f;
  border-color: #c4191f;
  color: #fff;
}

body.pt-subpage .product-card__size-chip:hover {
  border-color: #264796;
  color: #264796;
}

body.pt-subpage .product-card__size-chip.is-active {
  border-color: #e31e24;
  background: rgba(227, 30, 36, 0.06);
  color: #e31e24;
  box-shadow: inset 0 0 0 1px #e31e24;
}

body.pt-subpage .pt-qv__sizes {
  margin: 0 0 12px;
}

body.pt-subpage .pt-qv__sizes .product-card__sizes {
  padding: 0;
}

body.pt-subpage .product-card__footer {
  margin-top: auto;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  border-top: 1px solid #f0f3f8;
  background: #fff;
}

body.pt-subpage .product-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  width: auto;
  margin: 6px 0 2px;
  padding: 0;
}

body.pt-subpage .product-card__price-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

body.pt-subpage .product-card p.product-card__price {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  color: #264796 !important;
  line-height: 1.3 !important;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  max-width: 100%;
  font-variant-numeric: tabular-nums;
}

body.pt-subpage .product-card p.product-card__price--request {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #64748b !important;
}

body.pt-subpage .product-card__cart-wrap {
  flex-shrink: 0;
  width: 100%;
}

body.pt-subpage .product-card__cart-wrap .btn-cart {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
  white-space: nowrap;
}

body.pt-subpage .product-card__cart-wrap .qty-control {
  border-radius: 4px;
  overflow: hidden;
}

body.pt-subpage .catalog-more__btn {
  border-radius: 4px;
  min-width: 220px;
}

body.pt-subpage .catalog-help {
  margin-top: 28px;
  border-radius: 6px;
  border: 1px solid #e8ecf2;
  background:
    linear-gradient(120deg, rgba(227, 30, 36, 0.04), transparent 40%),
    #fff;
}

@media screen and (max-width: 1100px) {
  body.pt-subpage .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {
  body.pt-subpage .catalog-layout {
    grid-template-columns: 1fr;
  }

  body.pt-subpage .catalog-sidebar {
    position: static;
  }

  body.pt-subpage .catalog-toolbar {
    position: sticky;
    top: 0;
    z-index: 25;
    margin: 0 0 14px;
    padding: 10px 0 8px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #ececec;
  }

  body.pt-subpage .catalog-nav {
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  body.pt-subpage .catalog-main .chips {
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  body.pt-subpage .products-grid {
    grid-template-columns: 1fr;
  }

  body.pt-subpage .catalog-nav {
    grid-template-columns: 1fr;
  }

  body.pt-subpage .product-card p.product-card__price {
    font-size: 16px !important;
  }

  body.pt-subpage .product-card__footer {
    gap: 8px;
  }

  body.pt-subpage .product-card__cart-wrap {
    width: 100%;
  }

  body.pt-subpage .product-card__cart-wrap .btn-cart {
    width: 100%;
  }
}

/* —— Fluid layout 320–1440 (no design change, only containment) —— */
html {
  overflow-x: clip;
}
body.t-body,
body.pt-subpage {
  overflow-x: clip;
  max-width: 100vw;
}
img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
}
body.pt-subpage .product-card .thumb img,
body.pt-subpage .pt-qv__media img,
.pt-cart-drawer__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.tmenu-mobile,
.tmenu-mobile__menu,
.t228__mobile,
.t228__list,
.pt-chat,
.pt-cart-drawer__panel {
  max-width: 100vw;
  box-sizing: border-box;
}
.tmenu-mobile__menu,
.t228__mobile {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pt-chat {
  right: max(8px, env(safe-area-inset-right, 0px));
  bottom: max(8px, env(safe-area-inset-bottom, 0px));
  left: auto;
  width: auto;
  max-width: calc(100vw - 16px);
}
.pt-chat__panel {
  max-width: min(380px, calc(100vw - 16px));
}
.pt-cart-drawer__panel {
  width: min(440px, 100%);
  max-width: 100vw;
}
@media screen and (max-width: 360px) {
  body.pt-subpage .products-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pt-chat__launcher {
    padding: 10px 12px;
  }
  body.pt-subpage .catalog-sidebar,
  body.pt-subpage .catalog-main {
    min-width: 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  body.pt-subpage .catalog-layout {
    gap: 28px;
  }
}


/* —— Forms: focus + field errors —— */
.pt-cart-drawer__checkout input,
.pt-cart-drawer__checkout select,
.pt-cart-drawer__checkout textarea,
.register-form input,
.register-form select,
.register-form textarea,
.pt-chat__input,
.modal__form input,
.modal__form textarea,
.modal__form select {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.pt-cart-drawer__checkout input:focus-visible,
.pt-cart-drawer__checkout select:focus-visible,
.pt-cart-drawer__checkout textarea:focus-visible,
.register-form input:focus-visible,
.register-form select:focus-visible,
.register-form textarea:focus-visible,
.pt-chat__input:focus-visible,
.modal__form input:focus-visible,
.modal__form textarea:focus-visible,
.modal__form select:focus-visible,
body.pt-subpage [data-catalog-search]:focus-visible,
body.pt-subpage [data-catalog-sort]:focus-visible {
  outline: none;
  border-color: var(--red) !important;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.18);
}
.pt-field.is-invalid > input,
.pt-field.is-invalid > select,
.pt-field.is-invalid > textarea,
label.pt-field.is-invalid input,
label.pt-field.is-invalid select,
label.pt-field.is-invalid textarea,
.pt-chat__field.is-invalid .pt-chat__input {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12);
}
.pt-field-error {
  display: block;
  margin: 6px 0 0;
  color: var(--red);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}
.pt-field-error[hidden] {
  display: none !important;
}

/* Toast */
.pt-toast-host {
  position: fixed;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 100100;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(420px, calc(100vw - 24px));
  pointer-events: none;
}
.pt-toast {
  pointer-events: auto;
  padding: 14px 18px;
  border-radius: 10px;
  color: #fff;
  font: 500 14px / 1.4 var(--font);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.pt-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}
.pt-toast--ok {
  background: #1a1a1a;
}
.pt-toast--err {
  background: var(--red);
}
.pt-toast--info {
  background: var(--blue);
}

/* Button loading spinner */
.pt-btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.85;
}
.pt-btn-loading::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.55em;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.15em;
  animation: pt-spin 0.7s linear infinite;
}
@keyframes pt-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Catalog loading cue */
body.pt-subpage .products-grid.is-loading {
  position: relative;
  min-height: 280px;
}
body.pt-subpage .products-grid.is-loading::after {
  content: "Загрузка каталога…";
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e8e8e8;
  font: 500 13px / 1 var(--font);
  color: #444;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* —— Accessibility: clear keyboard focus —— */
:focus {
  outline: none;
}
:focus-visible {
  outline: 3px solid #e31e24 !important;
  outline-offset: 3px !important;
}
.pt-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Cross-browser prefixes for interactive UI */
.chip,
.catalog-format-card,
.catalog-nav__item,
.pt-formats__pill,
.qty-btn,
.pt-cart-drawer__ship-card,
.pt-cart-drawer__switch-ui {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body.pt-subpage select,
.pt-cart-drawer select,
.pt-chat__input,
.modal__form input:not([type="checkbox"]):not([type="radio"]),
.modal__form textarea,
.modal__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body.pt-subpage .product-card,
body.pt-subpage .catalog-nav__item {
  content-visibility: auto;
  -webkit-content-visibility: auto;
  contain-intrinsic-size: 1px 360px;
}

.pt-qv__backdrop,
.pt-cart-drawer__backdrop,
.modal__backdrop {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .pt-qv__backdrop,
  .pt-cart-drawer__backdrop,
  .modal__backdrop {
    background: rgba(0, 0, 0, 0.55);
  }
}

/* Temporary catalog hide — flip js/partner-flags.js catalogHidden */
body.pt-catalog-hidden a[href*="catalog.html"],
body.pt-catalog-hidden .pt-catalog-link,
body.pt-catalog-hidden .pt-hero-catalog,
body.pt-catalog-hidden .pt-header-catalog-cta,
body.pt-catalog-hidden .pt-section-catalog,
body.pt-catalog-hidden .pt-footer-catalog-link,
body.pt-catalog-hidden .mobile-bar a[href*="catalog.html"] {
  display: none !important;
}

/* Soft pause: keep page + data, hide product showcase — flip catalogPaused */
.pt-catalog-soon {
  display: none;
}
html.pt-catalog-paused .pt-catalog-soon {
  display: block;
  padding: 48px 0 64px;
}
html.pt-catalog-paused .pt-catalog-soon__card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 28px 36px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
}
html.pt-catalog-paused .pt-catalog-soon__title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 600;
  color: #111;
}
html.pt-catalog-paused .pt-catalog-soon__text {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.55;
  color: #555;
}
html.pt-catalog-paused .pt-catalog-soon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
html.pt-catalog-paused .pt-catalog-soon__actions .btn {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  font: inherit;
}
html.pt-catalog-paused .pt-catalog-soon__actions .btn-red {
  background: #e31e24;
  color: #fff;
}
html.pt-catalog-paused .pt-catalog-soon__actions .btn-ghost {
  background: #fff;
  color: #111;
  border-color: #ddd;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
html.pt-catalog-paused .catalog-formats-section,
html.pt-catalog-paused .catalog-section,
html.pt-catalog-paused #products,
html.pt-catalog-paused .catalog-position__link,
html.pt-catalog-paused .page-hero__ghost[href="#formats"] {
  display: none !important;
}


/* Chat + consultation request widget */
.pt-chat__panel--request .pt-chat__messages,
.pt-chat__panel--request .pt-chat__live,
.pt-chat__panel--request .pt-chat__gate { display: none !important; }
.pt-chat__panel:not(.pt-chat__panel--request) .pt-chat__form--request {
  display: none !important;
}
.pt-chat__gate,
.pt-chat__live {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 14px;
}
.pt-chat__gate[hidden],
.pt-chat__live[hidden] {
  display: none !important;
}
.pt-chat__live { padding: 0; }
.pt-chat__gate .pt-chat__send { margin-top: 8px; width: 100%; }
.pt-chat__form--request { padding: 14px; padding-top: 4px; overflow-y: auto; }
.pt-chat__form--live {
  padding: 10px 12px 12px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
.pt-chat__compose {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.pt-chat__compose .pt-chat__input { flex: 1; margin: 0; }
.pt-chat__send--compact {
  width: auto;
  min-width: 96px;
  padding: 10px 12px;
  flex-shrink: 0;
}
.pt-chat__lead {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}
.pt-chat__status {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}
.pt-chat__status--ok { color: #1b7a5a; }
.pt-chat__status--err { color: #c0392b; }
