/* ===== ONAIL 01 · ТИЛЬДА · правки штатных стилей ===== */
.t-name_xl{font-weight:500!important}
.t-name_md{font-weight:500!important}
@media(min-width:1440px){
.t-container_fluid {width: 1440px!important}
}
@media screen and (min-width:981px){
.t-store__prod-snippet__container {padding-top: 120px!important}
}
@media screen and (max-width:640px){
.t-container_fluid {padding-top: 20px!important;}
}



/* ===== ONAIL 02 · БАЗА · переменные и компоненты ===== */
:root {
  /* ---------- Цвета ---------- */
  --o-red:        #D90C18;  /* бренд, логотип */
  --o-ink:        #504D4D;  /* основной текст, тёмные кнопки */
  --o-ink-2:      #808080;  /* названия товаров, плейсхолдеры */
  --o-ink-3:      #9D9D9D;  /* текст в подвале */
  --o-ink-4:      #A4A4A4;  /* подписи, бордеры кнопок-контактов */
  --o-ink-5:      #C2C2C2;  /* юридические сноски */

  --o-line:       #EAEAEA;  /* бордер попапа */
  --o-line-2:     #A3A3A3;  /* бордер чекбокса */

  --o-bg:         #F8F8F8;  /* фон страницы и шапки */
  --o-surface:    #FFFFFF;  /* карточки, поля ввода */
  --o-dark:       #363636;  /* фон подвала */

  /* ---------- Типографика ---------- */
  --o-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

  --o-fs-10: 10px;   --o-lh-10: 14px;   /* юр. сноски */
  --o-fs-12: 12px;   --o-lh-12: 14.5px; /* пилюли, кнопки-контакты */
  --o-fs-13: 13px;   --o-lh-13: 15.7px; /* пункты меню */
  --o-fs-14: 14px;   --o-lh-14: 17.4px; /* названия товаров, ссылки подвала */
  --o-fs-16: 16px;   --o-lh-16: 22.4px; /* основной текст */
  --o-fs-17: 17px;   --o-lh-17: 20.3px; /* заголовки колонок подвала */
  --o-fs-18: 18px;   --o-lh-18: 21.8px; /* цена */
  --o-fs-23: 23px;   --o-lh-23: 32.2px; /* заголовок страницы */
  --o-fs-26: 26px;   --o-lh-26: 31.7px; /* логотип */

  /* ---------- Радиусы ---------- */
  --o-r-card:  15px;  /* карточка товара, textarea, попап */
  --o-r-btn:   30px;  /* кнопка «+» на карточке */
  --o-r-pill:  36px;  /* пилюли фильтра, кнопки, инпуты */
  --o-r-round: 100px; /* поля ввода в форме */

  /* ---------- Тени ---------- */
  --o-shadow: 0 5px 5px rgba(0, 0, 0, .25);

  /* ---------- Сетка ---------- */
  --o-container: 1288px;   /* контент-контейнер веба */
  --o-gap: 22px;           /* зазор в сетке каталога */
  --o-header-h: 70px;      /* высота шапки на вебе */

  /* ---------- Анимация ---------- */
  --o-ease: cubic-bezier(.4, 0, .2, 1);
  --o-dur: .25s;
}

/* ============================================================
   Сброс и база
   ============================================================ */

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

.o {
  font-family: var(--o-font);
  font-size: var(--o-fs-16);
  line-height: var(--o-lh-16);
  color: var(--o-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o img,
.o svg { display: block; max-width: 100%; }

.o a { color: inherit; text-decoration: none; }

.o button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.o ul,
.o ol { margin: 0; padding: 0; list-style: none; }

.o p { margin: 0; }

/* Скрыть визуально, оставить для скринридеров */
.o-sr {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   Контейнер
   Ширина контента 1288, боковые поля 76 на 1440.
   Ниже — резиновый с уменьшающимися полями.
   ============================================================ */

.o-container {
  width: 100%;
  max-width: calc(var(--o-container) + 32px);
  margin-inline: auto;
  padding-inline: 16px;
}

@media (min-width: 480px) {
  .o-container {
    max-width: calc(var(--o-container) + 48px);
    padding-inline: 24px;
  }
}

@media (min-width: 960px) {
  .o-container {
    max-width: calc(var(--o-container) + 80px);
    padding-inline: 40px;
  }
}

@media (min-width: 1440px) {
  .o-container {
    max-width: calc(var(--o-container) + 152px);
    padding-inline: 76px;
  }
}

/* ============================================================
   Показ / скрытие по брейкпойнтам
   моб  ≤ 479
   планшет  480 – 959
   веб  ≥ 960
   ============================================================ */

.o-only-web,
.o-only-tablet { display: none; }

@media (min-width: 480px) {
  .o-only-mob { display: none; }
  .o-only-tablet { display: block; }
}

@media (min-width: 960px) {
  .o-only-tablet { display: none; }
  .o-only-web { display: block; }
}

/* ============================================================
   Типографика
   ============================================================ */

.o-h1 {
  margin: 0;
  font-size: var(--o-fs-23);
  line-height: var(--o-lh-23);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--o-ink);
}

.o-caption {
  font-size: var(--o-fs-14);
  line-height: var(--o-lh-14);
  color: var(--o-ink-4);
}

.o-note {
  font-size: var(--o-fs-10);
  line-height: var(--o-lh-10);
  color: var(--o-ink-5);
}

/* ============================================================
   Кнопки
   ============================================================ */

/* Тёмная кнопка-таблетка: «Отправить», «Перейти к оформлению» */
.o-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 0 32px;
  border-radius: var(--o-r-pill);
  background: var(--o-ink);
  color: #fff;
  font-size: var(--o-fs-14);
  line-height: var(--o-lh-14);
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity var(--o-dur) var(--o-ease);
}

.o-btn:hover { opacity: .85; }

/* Кнопка-контакт: MAX / ТЕЛЕГРАМ / WHATSAPP — с бордером и стрелкой */
.o-btn-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 53px;
  padding: 0 20px;
  border: 1px solid var(--o-ink-4);
  border-radius: var(--o-r-pill);
  color: var(--o-ink);
  font-size: var(--o-fs-12);
  line-height: var(--o-lh-12);
  font-weight: 600;
  text-transform: uppercase;
  transition: border-color var(--o-dur) var(--o-ease),
              background-color var(--o-dur) var(--o-ease);
}

.o-btn-contact:hover {
  border-color: var(--o-ink);
  background: rgba(0, 0, 0, .02);
}

/* Пилюля фильтра каталога */
.o-pill {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 22px;
  border-radius: var(--o-r-pill);
  background: var(--o-surface);
  color: var(--o-ink);
  font-size: var(--o-fs-12);
  line-height: var(--o-lh-12);
  white-space: nowrap;
  transition: background-color var(--o-dur) var(--o-ease),
              color var(--o-dur) var(--o-ease);
}

.o-pill:hover { background: #EFEFEF; }

.o-pill.is-active {
  background: var(--o-ink);
  color: #fff;
}

/* ============================================================
   Поля формы
   ============================================================ */

.o-input,
.o-textarea {
  width: 100%;
  padding: 16px 21px;
  border: 0;
  background: var(--o-surface);
  color: var(--o-ink);
  font-family: var(--o-font);
  font-size: var(--o-fs-14);
  line-height: 19.6px;
  outline: none;
  transition: box-shadow var(--o-dur) var(--o-ease);
}

.o-input {
  height: 53px;
  border-radius: var(--o-r-round);
}

.o-textarea {
  min-height: 90px;
  border-radius: var(--o-r-card);
  resize: vertical;
}

.o-input::placeholder,
.o-textarea::placeholder { color: #807F7F; }

.o-input:focus,
.o-textarea:focus { box-shadow: 0 0 0 1px var(--o-ink-4); }

.o-input.is-error,
.o-textarea.is-error { box-shadow: 0 0 0 1px var(--o-red); }

/* Чекбокс согласия */
.o-check {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.o-check input { position: absolute; opacity: 0; pointer-events: none; }

.o-check__box {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid var(--o-line-2);
  background: transparent;
  transition: background-color var(--o-dur) var(--o-ease),
              border-color var(--o-dur) var(--o-ease);
}

.o-check input:checked + .o-check__box {
  border-color: var(--o-ink);
  background: var(--o-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 8px no-repeat;
}

.o-check input:focus-visible + .o-check__box { outline: 2px solid var(--o-ink-4); outline-offset: 2px; }

.o-check__text {
  font-size: var(--o-fs-10);
  line-height: var(--o-lh-10);
  color: var(--o-ink-5);
}

.o-check__text a { text-decoration: underline; }

/* ============================================================
   Карточка товара (каталог)
   Веб: 305×398, радиус 15, зазор 22, 4 колонки
   ============================================================ */

.o-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--o-gap);
}

@media (min-width: 480px) { .o-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .o-grid { grid-template-columns: repeat(4, 1fr); } }

.o-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--o-r-card);
  background: var(--o-surface);
  transition: box-shadow var(--o-dur) var(--o-ease),
              transform var(--o-dur) var(--o-ease);
}

.o-card:hover { box-shadow: var(--o-shadow); }

.o-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 78px 35px 36px;
}

.o-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform var(--o-dur) var(--o-ease);
}

.o-card:hover .o-card__media img { transform: scale(1.04); }

.o-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 23px 23px;
  margin-top: auto;
}

.o-card__title {
  font-size: var(--o-fs-14);
  line-height: var(--o-lh-14);
  color: var(--o-ink-2);
}

.o-card__price {
  font-size: var(--o-fs-18);
  line-height: var(--o-lh-18);
  color: var(--o-ink);
}

/* Кнопка «+» → при наведении раскрывается в «+ 🛒» */
.o-card__add {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 34px;
  height: 34px;
  padding: 0 7px;
  border-radius: var(--o-r-btn);
  background: transparent;
  overflow: hidden;
  transition: width var(--o-dur) var(--o-ease),
              background-color var(--o-dur) var(--o-ease);
}

.o-card:hover .o-card__add,
.o-card__add:focus-visible {
  width: 70px;
  background: var(--o-ink);
}

.o-card__add svg { width: 20px; height: 20px; flex: none; }
.o-card__add svg path,
.o-card__add svg line { stroke: var(--o-ink); transition: stroke var(--o-dur) var(--o-ease); }

.o-card:hover .o-card__add svg path,
.o-card:hover .o-card__add svg line { stroke: #fff; }

/* Иконка корзины видна только в раскрытом состоянии */
.o-card__add .o-icon-cart { opacity: 0; transition: opacity var(--o-dur) var(--o-ease); }
.o-card:hover .o-card__add .o-icon-cart { opacity: 1; }

/* ============================================================
   Утилиты прокрутки (горизонтальные скроллы)
   ============================================================ */

.o-hscroll {
  display: flex;
  gap: var(--o-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.o-hscroll::-webkit-scrollbar { display: none; }
.o-hscroll > * { scroll-snap-align: start; flex: none; }

/* ============================================================
   Уважение к настройкам доступности
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .o *,
  .o *::before,
  .o *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}







/* ===== ONAIL 13 · БАЗА · счётчик корзины в шапке ===== */

/* Круг и цифра — элементы зеро-блока шапки. Их inline-координаты не трогаем:
   пилюля растёт из центра круга, поэтому при двузначном числе расходится
   в обе стороны и остаётся на месте. */

#allrecords .o-cartdot > .tn-atom {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* клики проходят насквозь — иначе счётчик перекрывает саму иконку корзины */
#allrecords .o-cartdot,
#allrecords .o-cartnum { pointer-events: none; }

#allrecords .o-cart-off { display: none !important; }










/* ===== ONAIL 31 · КАРТОЧКА ТОВАРА · логика (слайдер → столбец, залипание, карусель) ===== */

.o-pcard {
  --o-photo-gap: 1.73%;
  --o-sticky-top: 30px;
}

.o-pcard .o-slide-off { display: none !important; }

@media screen and (min-width: 640px) {
  .o-pcard .t-slds,
  .o-pcard .t-slds__main,
  .o-pcard .t-slds__container { height: auto !important; }

  .o-pcard .t-slds__items-wrapper {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
  }

  .o-pcard .t-slds__item {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 var(--o-photo-gap) !important;
    padding: 0 !important;
  }
  /* последнее видимое фото, а не последнее в разметке: в конце ленты лежит клон */
  .o-pcard .t-slds__item.o-slide-last { margin-bottom: 0 !important; }

  .o-pcard .t-slds__wrapper,
  .o-pcard .t-slds__imgwrapper { width: 100% !important; height: auto !important; }

  .o-pcard .t-slds__imgwrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0 !important;
  }

  .o-pcard .t-slds__bgimg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
  }

  .o-pcard .t-slds__arrow_container,
  .o-pcard .t-slds__thumbsbullet-wrapper,
  .o-pcard .t-slds__bullet_wrapper,
  .o-pcard .t-slds__caption { display: none !important; }

  .o-pcard .t-catalog__prod-popup__col-right,
  .o-pcard.t744 .t744__col.t-col_4 {
    position: sticky;
    top: var(--o-sticky-top);
    align-self: flex-start;
  }
}

@media screen and (max-width: 639px) {
  .o-pcard .t-slds,
  .o-pcard .t-slds__main,
  .o-pcard .t-slds__container { height: auto !important; }

  /* у .t-slds__main инлайновый touch-action: pan-y от свайпа Tilda —
     он запрещает горизонтальный жест и убивает нативную прокрутку карусели */
  .o-pcard .t-slds__main { touch-action: auto !important; }

  .o-pcard .t-slds__items-wrapper {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x pan-y;
  }
  .o-pcard .t-slds__items-wrapper::-webkit-scrollbar { display: none; }

  .o-pcard .t-slds__item {
    float: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    scroll-snap-align: start;
  }

  .o-pcard .t-slds__wrapper,
  .o-pcard .t-slds__imgwrapper { width: 100% !important; height: auto !important; }

  .o-pcard .t-slds__imgwrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0 !important;
  }

  .o-pcard .t-slds__bgimg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
  }

  .o-pcard .t-slds__arrow_container { display: none !important; }
}





/* ===== ONAIL 33 · КАРТОЧКА ТОВАРА · дизайн (T744) ===== */

.o-pcard.t744, .o-pcard.t744 * { font-family: 'Inter', Arial, sans-serif; }
#rec3048903701, .o-pcard.t744 { background: #F8F8F8 !important; }

.o-pcard.t744 {
  --o-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.7' height='9.2' viewBox='0 0 10.7 9.2'%3E%3Cpath d='M0 4.6H10.2M5.6 0.5L10.2 4.6L5.6 8.7' stroke='%23000' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  --o-chat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.4876 3.36093 14.891 4 16.1272L3 21L7.8728 20C9.10904 20.6391 10.5124 21 12 21Z' fill='%23FFFFFF'/%3E%3Ccircle cx='7.5' cy='12' r='1' fill='%23504D4D'/%3E%3Ccircle cx='12' cy='12' r='1' fill='%23504D4D'/%3E%3Ccircle cx='16.5' cy='12' r='1' fill='%23504D4D'/%3E%3C/svg%3E");
  --o-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M5 10h10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  --o-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M5 10h10M10 5v10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
}

.o-pcard.t744 .t744__title_small { display: none !important; }
.o-pcard.t744 .t744__title { font-weight: 400 !important; color: #504D4D !important; margin: 0 !important; padding: 0 !important; }
.o-pcard.t744 .t744__price,
.o-pcard.t744 .t744__price-value,
.o-pcard.t744 .t744__price-currency { font-weight: 600 !important; color: #504D4D !important; }
.o-pcard.t744 .t744__descr { font-weight: 400 !important; color: #626060 !important; padding: 0 !important; }

.o-pcard.t744 .t744__btn-wrapper .t-btn {
  box-sizing: border-box !important; display: inline-flex !important;
  align-items: center; justify-content: center;
  min-width: 0 !important; padding: 0 !important; border: 0 !important;
  border-radius: 36px !important;
  background: linear-gradient(119deg, #767171 0%, #504D4D 100%) !important;
  color: #fff !important; font-weight: 600 !important;
  text-transform: uppercase !important; box-shadow: none !important;
}

.o-pcard.t744 .o-ask { font-weight: 400 !important; color: #626060 !important; text-decoration: none !important; white-space: nowrap; }
.o-pcard.t744 .o-tochar { display: block; font-weight: 400 !important; color: #979797 !important; text-decoration: none !important; }
.o-pcard.t744 .o-arrow {
  display: inline-block; background: currentColor;
  -webkit-mask: var(--o-arrow) no-repeat center/contain;
  mask: var(--o-arrow) no-repeat center/contain;
}

.o-pcard.t744 .o-spec__i { display: flex; box-sizing: border-box; }
.o-pcard.t744 .o-spec__ico { background: center/contain no-repeat; flex: none; }
.o-pcard.t744 .o-spec__t { display: flex; flex-direction: column; min-width: 0; }
.o-pcard.t744 .o-spec__k { font-weight: 400 !important; }
.o-pcard.t744 .o-spec__v { font-weight: 600 !important; }

/* выбор количества вместо кнопки «Купить» */
.o-pcard.t744 .o-qty {
  box-sizing: border-box; display: none; align-items: center;
  border: 1px solid #E6E6E6; background: transparent;
}
.o-pcard.t744 .t744__btn-wrapper.o-qty-on .t-btn { display: none !important; }
.o-pcard.t744 .t744__btn-wrapper.o-qty-on .o-qty { display: flex !important; }
.o-pcard.t744 .o-qty__b {
  flex: none; padding: 0; border: 0; background: #626060; cursor: pointer;
  -webkit-appearance: none; appearance: none;
}
.o-pcard.t744 .o-qty__b_minus { -webkit-mask: var(--o-minus) no-repeat center/contain; mask: var(--o-minus) no-repeat center/contain; }
.o-pcard.t744 .o-qty__b_plus  { -webkit-mask: var(--o-plus)  no-repeat center/contain; mask: var(--o-plus)  no-repeat center/contain; }
/* по макету у цифры только боковые палочки, рамки нет */
.o-pcard.t744 .o-qty__n {
  box-sizing: border-box; flex: none; display: flex;
  align-items: center; justify-content: center;
  border: 0; border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6;
  color: #626060; font-weight: 400 !important;
}

/* ---------- веб ---------- */
@media screen and (min-width: 960px) {
  .o-pcard.t744 .t-container.js-product-single { display: flex !important; align-items: flex-start; max-width: 1288px !important; width: 100% !important; padding: 0 !important; }
  .o-pcard.t744 .t744__col_first { width: 49.30% !important; max-width: none !important; flex: 0 0 49.30% !important; padding: 0 !important; margin: 0 !important; float: none !important; }
  .o-pcard.t744 .t744__col.t-col_4 { width: 44.10% !important; max-width: none !important; flex: 0 0 44.10% !important; margin: 0 0 0 6.60% !important; padding: 0 !important; float: none !important; }
  .o-pcard.t744 .t744__info { padding: 0 !important; margin: 0 !important; }
  /* нижний отступ = зазор от «Перейти к характеристикам» до низа последнего фото */
  .o-pcard.t744 .t744__textwrapper { padding: 36px 0 100px !important; margin: 0 !important; }
  .o-pcard.t744 .t744__title-wrapper { margin: 0 0 17px !important; padding: 0 !important; }
  .o-pcard.t744 .t744__title { font-size: 23px !important; line-height: 32.2px !important; }
  .o-pcard.t744 .t744__price-wrapper { margin: 0 0 45px !important; padding: 0 !important; }
  .o-pcard.t744 .t744__price,
  .o-pcard.t744 .t744__price-value,
  .o-pcard.t744 .t744__price-currency { font-size: 20px !important; line-height: 24.2px !important; }
  .o-pcard.t744 .t744__btn-wrapper { margin: 0 0 47px !important; padding: 0 !important; display: flex !important; align-items: center; gap: 22px; }
  .o-pcard.t744 .t744__btn-wrapper .t-btn { width: 161px !important; height: 53px !important; font-size: 14px !important; line-height: 20.2px !important; }
  .o-pcard.t744 .o-support { display: none !important; }
  .o-pcard.t744 .o-ask { font-size: 14px !important; line-height: 17.4px !important; }
  .o-pcard.t744 .o-arrow { width: 10.7px; height: 9.2px; margin-left: 6px; }
  .o-pcard.t744 .t744__descr { font-size: 14px !important; line-height: 20.2px !important; margin: 0 0 43px !important; max-width: 455px; }

  .o-pcard.t744 .o-spec { display: flex !important; gap: 8px !important; margin: 0 0 39px !important; padding: 0 !important; }
  .o-pcard.t744 .o-spec__i { flex: 1 1 0; min-width: 0; height: 90px; padding: 9px 9px 0; border: 1px solid #EAEAEA; border-radius: 9px; flex-direction: column; align-items: center; }
  .o-pcard.t744 .o-spec__ico { width: 30px; height: 30px; margin: 0 0 7px; }
  .o-pcard.t744 .o-spec__t { align-items: center; width: 100%; }
  .o-pcard.t744 .o-spec__k { font-size: 9px !important; line-height: 12.9px !important; text-align: center; color: #9C9191 !important; }
  .o-pcard.t744 .o-spec__v { font-size: 13px !important; line-height: 18.1px !important; text-align: center; color: #9C9191 !important; }
  .o-pcard.t744 .o-tochar { font-size: 14px !important; line-height: 17.4px !important; }

  .o-pcard.t744 .o-qty { width: 161px; height: 53px; border-radius: 36px; padding-left: 18px; }
  .o-pcard.t744 .o-qty__b { width: 20px; height: 20px; }
  .o-pcard.t744 .o-qty__b_minus { margin-right: 18px; }
  .o-pcard.t744 .o-qty__n { width: 45px; height: 28px; margin-right: 15px; font-size: 20px !important; line-height: 24.2px !important; }
}

/* ---------- планшет ---------- */
@media screen and (min-width: 640px) and (max-width: 959px) {
  .o-pcard.t744 .t-container.js-product-single { display: flex !important; align-items: flex-start; max-width: none !important; width: 100% !important; padding: 0 3.125% !important; box-sizing: border-box; }
  .o-pcard.t744 .t744__col_first { width: 45.17% !important; max-width: none !important; flex: 0 0 45.17% !important; padding: 0 !important; margin: 0 !important; float: none !important; }
  .o-pcard.t744 .t744__col.t-col_4 { width: 48.33% !important; max-width: none !important; flex: 0 0 48.33% !important; margin: 0 0 0 6.5% !important; padding: 0 !important; float: none !important; }
  .o-pcard.t744 .t744__info { padding: 0 !important; margin: 0 !important; }
  /* нижний отступ = зазор от «Перейти к характеристикам» до низа последнего фото */
  .o-pcard.t744 .t744__textwrapper { padding: 0 0 7.8125vw !important; margin: 0 !important; }
  .o-pcard.t744 .t744__title-wrapper { margin: 0 0 1.08vw !important; padding: 0 !important; }
  .o-pcard.t744 .t744__title { font-size: 2.5vw !important; line-height: 3.5vw !important; max-width: 35.31vw; }
  .o-pcard.t744 .t744__price-wrapper { margin: 0 0 2.72vw !important; padding: 0 !important; }
  .o-pcard.t744 .t744__price,
  .o-pcard.t744 .t744__price-value,
  .o-pcard.t744 .t744__price-currency { font-size: 2.1875vw !important; line-height: 2.64vw !important; }
  .o-pcard.t744 .t744__btn-wrapper { margin: 0 0 4.76vw !important; padding: 0 !important; display: flex !important; align-items: center; gap: 2.5vw; }
  .o-pcard.t744 .t744__btn-wrapper .t-btn { width: 19.06vw !important; height: 5.47vw !important; font-size: 1.5625vw !important; line-height: 2.1vw !important; }
  .o-pcard.t744 .o-support { display: none !important; }
  .o-pcard.t744 .o-ask { font-size: 1.5625vw !important; line-height: 1.89vw !important; }
  .o-pcard.t744 .o-arrow { width: 1.67vw; height: 1.44vw; margin-left: .94vw; position: relative; top: 1px; }
  .o-pcard.t744 .t744__descr { font-size: 1.5625vw !important; line-height: 2.1875vw !important; margin: 0 0 4.75vw !important; max-width: 42.03vw; }

  .o-pcard.t744 .o-spec { display: grid !important; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; grid-auto-flow: column; gap: .828vw .656vw !important; margin: 0 0 5.05vw !important; padding: 0 !important; }
  .o-pcard.t744 .o-spec__i { height: 6.78vw; flex-direction: row; align-items: center; padding: 0 0 0 1.953vw; gap: 1.641vw; background: #fff; border: 0; border-radius: .97vw; }
  .o-pcard.t744 .o-spec__ico { width: 3.156vw; height: 3.156vw; margin: 0; }
  .o-pcard.t744 .o-spec__t { align-items: flex-start; }
  .o-pcard.t744 .o-spec__k { font-size: 1.05vw !important; line-height: 1.469vw !important; text-align: left; color: #626060 !important; margin: 0 0 .3125vw !important; }
  .o-pcard.t744 .o-spec__v { font-size: 1.26vw !important; line-height: 1.766vw !important; text-align: left; color: #626060 !important; }
  .o-pcard.t744 .o-tochar { font-size: 1.5625vw !important; line-height: 1.89vw !important; }

  .o-pcard.t744 .o-qty { width: 19.06vw; height: 5.47vw; border-radius: 3.72vw; justify-content: center; }
  .o-pcard.t744 .o-qty__b { width: 2.06vw; height: 2.06vw; }
  .o-pcard.t744 .o-qty__b_minus { margin-right: 1.86vw; }
  .o-pcard.t744 .o-qty__n { width: 4.64vw; height: 2.89vw; margin-right: 1.55vw; font-size: 2.06vw !important; line-height: 2.5vw !important; }
}

/* ---------- моб ---------- */
@media screen and (max-width: 639px) {
  .o-pcard.t744 .t-container.js-product-single { display: block !important; max-width: none !important; width: 100% !important; padding: 0 !important; }
  .o-pcard.t744 .t744__col_first { position: relative; width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 0 9.41vw !important; float: none !important; }
  .o-pcard.t744 .t744__col.t-col_4 { width: 100% !important; max-width: none !important; padding: 0 5.88% !important; margin: 0 !important; float: none !important; box-sizing: border-box; }
  .o-pcard.t744 .t744__info { padding: 0 !important; margin: 0 !important; }
  .o-pcard.t744 .t744__textwrapper { padding: 0 !important; margin: 0 !important; }

  /* пагинация карусели */
  .o-pcard.t744 .t-slds__bullet_wrapper {
    position: absolute !important; left: 0; right: 0; bottom: 5vw;
    margin: 0 !important; padding: 0 !important; height: auto !important;
    font-size: 0; line-height: 0; text-align: center; z-index: 5;
  }
  .o-pcard.t744 .t-slds__bullet:not(.o-slide-off) {
    display: inline-block; vertical-align: top;
    width: 2.35vw; height: 2.35vw;
    margin: 0 2.94vw 0 0 !important; padding: 0 !important;
  }
  .o-pcard.t744 .t-slds__bullet:last-child { margin-right: 0 !important; }
  .o-pcard.t744 .t-slds__bullet_body {
    display: block; width: 2.35vw !important; height: 2.35vw !important;
    margin: 0 !important; padding: 0 !important; border: 0 !important;
    border-radius: 50% !important; opacity: 1 !important;
  }
  /* цвет точек Tilda задаёт селектором с id записи — перебиваем через #allrecords */
  #allrecords .o-pcard.t744 .t-slds__bullet_body,
  #allrecords .o-pcard.t744 .t-slds__bullet:hover .t-slds__bullet_body { background: #fff !important; }
  #allrecords .o-pcard.t744 .t-slds__bullet_active .t-slds__bullet_body,
  #allrecords .o-pcard.t744 .t-slds__bullet_active:hover .t-slds__bullet_body { background: #504D4D !important; }

  .o-pcard.t744 .t744__title-wrapper { margin: 0 0 4.41vw !important; padding: 0 !important; }
  .o-pcard.t744 .t744__title { font-size: 5.294vw !important; line-height: 7.412vw !important; max-width: 80.33%; }
  .o-pcard.t744 .t744__price-wrapper { margin: 0 0 10.88vw !important; padding: 0 !important; }
  .o-pcard.t744 .t744__price,
  .o-pcard.t744 .t744__price-value,
  .o-pcard.t744 .t744__price-currency { font-size: 4.706vw !important; line-height: 5.706vw !important; }
  .o-pcard.t744 .t744__descr { font-size: 3.529vw !important; line-height: 4.941vw !important; margin: 0 0 12.94vw !important; max-width: 94.33%; }

  .o-pcard.t744 .o-spec { display: flex !important; flex-direction: column; gap: 2.35vw !important; margin: 0 0 9.12vw !important; padding: 0 !important; }
  .o-pcard.t744 .o-spec__i { flex: none; height: 18.82vw; flex-direction: row; align-items: center; padding: 0 0 0 5.29vw; gap: 9.41vw; background: #fff; border: 0; border-radius: 2.72vw; }
  .o-pcard.t744 .o-spec__ico { width: 8.82vw; height: 8.82vw; margin: 0; }
  .o-pcard.t744 .o-spec__t { align-items: flex-start; }
  .o-pcard.t744 .o-spec__k { font-size: 2.94vw !important; line-height: 4.118vw !important; text-align: left; color: #626060 !important; margin: 0 0 .882vw !important; }
  .o-pcard.t744 .o-spec__v { font-size: 3.529vw !important; line-height: 4.941vw !important; text-align: left; color: #626060 !important; }
  .o-pcard.t744 .o-tochar { font-size: 3.529vw !important; line-height: 4.265vw !important; }
  .o-pcard.t744 .o-arrow { width: 3.15vw; height: 2.7vw; margin-left: 1.76vw; }

  .o-pcard.t744 .o-ask { display: none !important; }
  .o-pcard.t744 .t744__btn-wrapper {
    position: fixed !important; left: 0; right: 0; bottom: 0; z-index: 900;
    margin: 0 !important; padding: 3.53vw 5.88% !important;
    background: #F8F8F8; box-sizing: border-box;
    display: flex !important; align-items: center; gap: 2.35vw;
  }
  .o-pcard.t744 .t744__btn-wrapper .t-btn { width: 72.35vw !important; height: 13.53vw !important; font-size: 3.529vw !important; line-height: 4.941vw !important; }
  .o-pcard.t744 .o-support {
    display: inline-flex !important; align-items: center; justify-content: center;
    width: 13.53vw; height: 13.53vw; border-radius: 50%;
    background: linear-gradient(119deg, #767171 0%, #504D4D 100%); flex: none;
  }
  .o-pcard.t744 .o-support i {
    display: block; width: 7.06vw; height: 7.06vw;
    background: var(--o-chat) no-repeat center/contain;
  }

  .o-pcard.t744 .o-qty { width: 72.35vw; height: 13.53vw; border-radius: 9.2vw; justify-content: center; }
  .o-pcard.t744 .o-qty__b { width: 5.11vw; height: 5.11vw; }
  .o-pcard.t744 .o-qty__b_minus { margin-right: 4.6vw; }
  .o-pcard.t744 .o-qty__n { width: 11.47vw; height: 7.15vw; margin-right: 3.82vw; font-size: 5.11vw !important; line-height: 6.18vw !important; }
}
  
  
  
  
  
  
  
/* ===== ONAIL 35 · КАРТОЧКА ТОВАРА · «Вам также может понравиться» ===== */

/* Поля и ширина карточки считаются от ширины блока, как в каталоге, —
   поэтому совпадают с сеткой сайта и не зависят от полосы прокрутки.
   Внутренняя геометрия карточки — в cqw, то есть в долях её собственной
   ширины: карточка целиком масштабируется по макету на всех разрешениях. */

.o-recs {
  box-sizing: border-box;
  padding: 75px 0 199px;
  background: #F8F8F8;
  font-family: 'Inter', Arial, sans-serif;
  --o-recs-pad: 5.2778%;          /* 76 / 1440 — поля как у хедера и каталога */
  --o-recs-arr: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M4 12H19M13.5 6L19.5 12L13.5 18' stroke='%23000' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.o-recs * { box-sizing: border-box; }

.o-recs__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 0 var(--o-recs-pad) 53px;
}

.o-recs__title {
  margin: 0;
  font-size: 23px;
  line-height: 32.2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #504D4D;
}

.o-recs__nav { display: flex; flex: none; gap: 32px; padding-top: 5px; }

.o-recs__arr {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: #AFAFAF;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-mask: var(--o-recs-arr) no-repeat center/contain;
  mask: var(--o-recs-arr) no-repeat center/contain;
  transition: opacity .2s ease-in-out;
}
.o-recs__arr_prev { transform: scaleX(-1); }
.o-recs__arr[disabled] { opacity: .35; cursor: default; }

/* ---------- лента ---------- */
.o-recs__track {
  display: flex;
  gap: 22px;
  padding: 0 var(--o-recs-pad);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  /* без этого прилипание игнорирует поле слева и лента стоит сдвинутой */
  scroll-padding-left: var(--o-recs-pad);
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.o-recs__track::-webkit-scrollbar { display: none; }

/* перетаскивание мышью */
.o-recs__track { cursor: grab; }
.o-recs__track_drag { cursor: grabbing; user-select: none; }
.o-recs__track_drag * { pointer-events: none; }

/* четыре колонки с зазором 22 — та же формула, что у сетки каталога */
.o-recs__slide {
  flex: 0 0 calc(25% - 16.5px);
  scroll-snap-align: start;
}

/* ---------- карточка ---------- */
.o-recs__card {
  container-type: inline-size;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25.574% 0 7.541%;      /* 78 сверху, 23 снизу — от ширины карточки */
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.o-recs__imgwrap {
  position: relative;
  width: 69.5082%;                /* 212 / 305 */
  margin: 0 auto;
  aspect-ratio: 1;
  overflow: visible;
}

.o-recs__img {
  --o-zoom: 1;
  --o-dx: 0%;
  --o-dy: 0%;
  --o-origin: 50%;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: translate(var(--o-dx), var(--o-dy)) scale(var(--o-zoom));
  transform-origin: 50% var(--o-origin);
}

.o-recs__txt {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 6.2295% 7.541% 0;      /* 19 сверху, 23 по бокам */
}

/* кегли фиксированные на каждом разрешении, не в долях карточки */
.o-recs__name {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  color: #808080;
  min-height: 33.6px;             /* слот под 2 строки */
  align-content: end;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.o-recs__price {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
  color: #504D4D;
}

/* ---------- кнопка «+» ---------- */
.o-recs__btns { position: absolute; top: 5.5738cqw; right: 5.2459cqw; z-index: 2; }

.o-recs__btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 22.9508cqw;              /* 70 */
  height: 11.1475cqw;             /* 34 */
  margin: 0;
  padding: 0.9836cqw 1.6393cqw;   /* 3 / 5 */
  gap: 1.9672cqw;                 /* 6 */
  border: 0;
  border-radius: 9.8969cqw;       /* 30.1858 */
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: border-radius .25s cubic-bezier(.4, 0, .2, 1),
              padding .25s cubic-bezier(.4, 0, .2, 1),
              gap .25s cubic-bezier(.4, 0, .2, 1);
}

.o-recs__btn-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.o-recs__btn::before {
  content: "";
  display: block;
  flex: none;
  width: 6.5574cqw;               /* 20 */
  height: 6.5574cqw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.94 2.48V17.39M2.48 9.94H17.39' stroke='%23504D4D' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: width .25s cubic-bezier(.4, 0, .2, 1),
              height .25s cubic-bezier(.4, 0, .2, 1);
}

/* корзина — в покое схлопнута (margin гасит gap) */
.o-recs__btn::after {
  content: "";
  display: block;
  flex: none;
  width: 0;
  height: 6.8361cqw;              /* 20.85 */
  margin-left: -1.9672cqw;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M6.2422 14.0391H31.2022L29.9001 28.3615C29.7541 29.9686 28.4066 31.1991 26.7929 31.1991H10.6514C9.0378 31.1991 7.6903 29.9686 7.5442 28.3615L6.2422 14.0391Z' stroke='%23FFFFFF' stroke-width='1.652' stroke-linejoin='round'/%3E%3Cpath d='M12.4766 17.1622V12.4822C12.4766 9.0359 15.2703 6.2422 18.7166 6.2422C22.1628 6.2422 24.9566 9.0359 24.9566 12.4822V17.1622' stroke='%23FFFFFF' stroke-width='1.652' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
  background-size: 8.3279cqw 8.3279cqw;
  transition: width .25s cubic-bezier(.4, 0, .2, 1),
              margin-left .25s cubic-bezier(.4, 0, .2, 1),
              opacity .18s cubic-bezier(.4, 0, .2, 1);
}

.o-recs__btns:hover .o-recs__btn,
.o-recs__btn:focus-visible {
  padding: 1.0864cqw 1.8106cqw;
  gap: 2.1738cqw;
  border-radius: 10.9306cqw;
  background: linear-gradient(278.52deg, #504D4D -14.74%, #767171 8.61%, #504D4D 93.54%);
}
.o-recs__btns:hover .o-recs__btn::before,
.o-recs__btn:focus-visible::before {
  width: 8.7443cqw;
  height: 8.7443cqw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.67' height='26.67' viewBox='0 0 26.67 26.67' fill='none'%3E%3Cpath d='M13.34 6.65V19.99M6.67 13.33H20.01' stroke='%23FFFFFF' stroke-width='1.10444'/%3E%3C/svg%3E");
}
.o-recs__btns:hover .o-recs__btn::after,
.o-recs__btn:focus-visible::after {
  width: 8.2033cqw;
  margin-left: 0;
  opacity: 1;
}

/* ---------- размер и положение превью — таблица из каталога ---------- */
.o-recs__card[data-product-uid="108080600063"] .o-recs__img { --o-zoom:1.282; --o-dx:-0.72%; --o-dy:-0.10% }
.o-recs__card[data-product-uid="705716259063"] .o-recs__img { --o-zoom:1.671; --o-dx:-0.75%; --o-dy:2.23% }
.o-recs__card[data-product-uid="355927445623"] .o-recs__img { --o-zoom:1.472; --o-dx:-0.48%; --o-dy:3.87% }
.o-recs__card[data-product-uid="964023792683"] .o-recs__img { --o-zoom:1.444; --o-dx:-0.42%; --o-dy:8.11% }
.o-recs__card[data-product-uid="449293055513"] .o-recs__img { --o-zoom:1.702; --o-dx:-0.43%; --o-dy:6.80% }
.o-recs__card[data-product-uid="978803254613"] .o-recs__img { --o-zoom:1.615; --o-dx:-0.17%; --o-dy:-6.03% }
.o-recs__card[data-product-uid="751705366513"] .o-recs__img { --o-zoom:1.401; --o-dx:-0.36%; --o-dy:-3.58% }
.o-recs__card[data-product-uid="577839496863"] .o-recs__img { --o-zoom:0.978; --o-dx:-0.47%; --o-dy:-1.11%; --o-origin:100% }
.o-recs__card[data-product-uid="836725556543"] .o-recs__img { --o-zoom:1.016; --o-dx:-0.77%; --o-dy:0.00%; --o-origin:100% }
.o-recs__card[data-product-uid="370097764173"] .o-recs__img { --o-zoom:2.391; --o-dx:-0.75%; --o-dy:17.44%; --o-origin:82.56% }
.o-recs__card[data-product-uid="663844055703"] .o-recs__img { --o-zoom:1.017; --o-dx:-0.47%; --o-dy:0.00%; --o-origin:100% }
.o-recs__card[data-product-uid="728428169323"] .o-recs__img { --o-zoom:1.487; --o-dx:-0.69%; --o-dy:0.11% }
.o-recs__card[data-product-uid="569260629173"] .o-recs__img { --o-zoom:1.487; --o-dx:-0.69%; --o-dy:0.11% }
.o-recs__card[data-product-uid="366082112283"] .o-recs__img { --o-zoom:1.112; --o-dx:-0.75%; --o-dy:0.00% }
.o-recs__card[data-product-uid="735238006863"] .o-recs__img { --o-zoom:1.108; --o-dx:-0.47%; --o-dy:0.00% }
.o-recs__card[data-product-uid="715441315773"] .o-recs__img { --o-zoom:1.645; --o-dx:-0.88%; --o-dy:0.04% }
.o-recs__card[data-product-uid="924762219123"] .o-recs__img { --o-zoom:1.264; --o-dx:8.80%;  --o-dy:-0.33% }

/* ---------- планшет: поля 20/640, в кадре ~3.5 карточки ---------- */
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .o-recs { padding: 8.28vw 0 12.5vw; --o-recs-pad: 3.125%; }
  .o-recs__head { margin: 0 var(--o-recs-pad) 5.5vw; }
  .o-recs__title { font-size: 2.5vw; line-height: 3.5vw; }
  .o-recs__nav { gap: 3.48vw; padding-top: .5vw; }
  .o-recs__arr { width: 2.625vw; height: 2.625vw; }
  .o-recs__track { gap: 1.478%; }
  .o-recs__slide { flex: 0 0 27.05%; }   /* 162.3 при 640 */
  .o-recs__name { font-size: 10px; line-height: 12px; min-height: 24px; }
  .o-recs__price { margin-top: 7px; font-size: 12px; line-height: 14.4px; }
}

/* ---------- моб: поля 20/340 ---------- */
@media screen and (max-width: 639px) {
  .o-recs { padding: 14.7vw 0 17.6vw; --o-recs-pad: 5.8824%; }
  /* стрелки по центру заголовка и чуть ниже — держатся и при одной строке */
  .o-recs__head { margin: 0 var(--o-recs-pad) 5.9vw; align-items: center; }
  .o-recs__title { font-size: 4.706vw; line-height: 6.588vw; }
  .o-recs__nav { gap: 6.5vw; padding-top: 0; margin-top: 5vw; }
  .o-recs__arr { width: 4.7vw; height: 4.7vw; }
  .o-recs__track { gap: 4.333%; }
  .o-recs__slide { flex: 0 0 60%; }      /* 180 при 340 */
  .o-recs__name { font-size: 11px; line-height: 13.2px; min-height: 26.4px; }
  .o-recs__price { margin-top: 8px; font-size: 14px; line-height: 16.8px; }
}









/* ===== ONAIL 36 · КАРТОЧКА ТОВАРА · плашка «Купить» при скролле ===== */

.o-buybar {
  position: fixed;
  top: 100px;
  right: 4.5139%;                 /* 65 / 1440 */
  z-index: 800;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 331px;
  height: 71px;
  padding: 0 17px 0 30px;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 100px;
  font-family: 'Inter', Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* гаснет мгновенно: с плавностью плашка успевала наехать на карточку */
  transition: none;

  --o-bb-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M5 10h10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  --o-bb-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M5 10h10M10 5v10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
}
.o-buybar * { box-sizing: border-box; }

.o-buybar_on {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .2s ease-in-out;
}

.o-buybar__name {
  position: relative;
  top: 2px;                       /* оптическая посадка по центру */
  flex: none;
  width: 137px;
  margin: 0 auto 0 0;
  font-size: 11px;
  line-height: 15.4px;
  font-weight: 600;
  text-transform: uppercase;
  color: #504D4D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.o-buybar__btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 43px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 36px;
  background: linear-gradient(119deg, #767171 0%, #504D4D 100%);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* ---------- выбор количества: та же схема, что у главной кнопки ---------- */
.o-buybar__qty {
  flex: none;
  display: none;
  align-items: center;
  width: 107px;
  height: 43px;
  padding-left: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 36px;
  background: transparent;
}
.o-buybar_qty-on .o-buybar__btn { display: none; }
.o-buybar_qty-on .o-buybar__qty { display: flex; }

.o-buybar__qty-b {
  flex: none;
  width: 13.3px;
  height: 13.3px;
  padding: 0;
  border: 0;
  background: #626060;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.o-buybar__qty-b_minus {
  margin-right: 12px;
  -webkit-mask: var(--o-bb-minus) no-repeat center/contain;
  mask: var(--o-bb-minus) no-repeat center/contain;
}
.o-buybar__qty-b_plus {
  -webkit-mask: var(--o-bb-plus) no-repeat center/contain;
  mask: var(--o-bb-plus) no-repeat center/contain;
}

.o-buybar__qty-n {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.9px;
  height: 18.6px;
  margin-right: 10px;
  border: 0;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  color: #626060;
  font-size: 13.3px;
  line-height: 16.1px;
  font-weight: 400;
}

/* ---------- планшет: вся плашка × 0.7526 от десктопной ---------- */
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .o-buybar {
    top: 70px;
    right: 3.016%;                /* 19.3 / 640 */
    width: 38.92vw;
    height: 8.344vw;
    padding: 0 2vw 0 3.531vw;
    border-radius: 11.76vw;
  }
  .o-buybar__name { top: 1.5px; width: 16.11vw; font-size: 1.294vw; line-height: 1.811vw; }
  .o-buybar__btn {
    width: 12.58vw;
    height: 5.06vw;
    border-radius: 4.23vw;
    font-size: 1.411vw;
    line-height: 2.258vw;
  }
  .o-buybar__qty {
    width: 12.58vw;
    height: 5.06vw;
    padding-left: 1.411vw;
    border-radius: 4.23vw;
  }
  .o-buybar__qty-b { width: 1.564vw; height: 1.564vw; }
  .o-buybar__qty-b_minus { margin-right: 1.411vw; }
  .o-buybar__qty-n {
    width: 3.516vw;
    height: 2.188vw;
    margin-right: 1.176vw;
    font-size: 1.564vw;
    line-height: 1.894vw;
  }
}

/* ---------- моб: плашки нет ---------- */
@media screen and (max-width: 639px) {
  .o-buybar { display: none !important; }
}