  /*Кастомизация аккордеона TX16N на Tilda: vladislav-land.ru/tx16n*/ .t585__opened .t585__lines { -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); } .t585__lines svg { display: none; } .t585__lines::after { content: " "; width: 30px; height: 30px; position: absolute; left: 0; background-image: url(https://static.tildacdn.com/tild6632-6437-4733-a131-626536623537/photo.png); background-size: 100%; } .t585__icon { width: 30px; height: 30px; padding-right: 20px !important; } #rec823001741 .t585__circle { background-color: #1b1b1b !important; } #rec823001741 .t585__header { padding-left:15px !important; padding-right:15px !important; } #rec823001741 .t585__content { padding-left:15px !important; padding-right:15px !important; } #rec823001741 .t585__accordion { border-width: 1px; border-radius: 15px; background-position: center center; border-color: #525252 !important; border-style: solid; } #rec823001741 .t585__accordion { background-color: #1b1b1b !important; } #rec823001741 .t-col_12 { margin-bottom:10px !important; }  
  

#rec1154991201 .t-descr {
    font-family: 'Ruberoid';
}

#rec1154991201 .t706__product-title .t-descr .t-descr_sm {
    font-family: 'Ruberoid';
}

#rec1154991201 .t-input .js-tilda-rule {
    font-family: 'Ruberoid';
}

#rec1154991201 .t-input {
    font-family: 'Ruberoid';
}

#rec1154991201 .t-form__submit {
    font-family: 'Ruberoid';
}

.tlk-userbar__popup {
    border-radius: 15px;
}

#rec1146087361 .t-store__filter__title {
    font-family: 'Ruberoid';
}

#rec1146087361 .t-store__filter__input {
    font-family: 'Ruberoid';
}

#rec1146087361 .t-store__sort-select {
    font-family: 'Ruberoid';
}



#rec1148356636 .qz101c-next--disabled { pointer-events: none !important; opacity: .45 !important; }



/* Убираем фон у всей обертки */
.t951__sidebar,
.t951__sidebar-wrapper,
.t-store__filter {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Кнопки категорий — прозрачные с подсветкой при hover */
.t-store__parts-switch-btn {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  color: #fff;
  padding: 8px 14px;
  margin: 4px 0;
  transition: all 0.3s ease;
}

.t-store__parts-switch-btn:hover {
  background: rgba(255,255,255,0.1);
}

/* Активная кнопка */
.t-store__parts-switch-btn.t-active {
  background: rgba(120, 82, 255, 0.25);
  border-color: rgba(120, 82, 255, 0.6);
  color: #fff;
}

/* Заголовки фильтров */
.t-store__filter__item-title {
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 6px;
}

/* ===== iOS-style slider + тёмные инпуты (ST302N) ===== */
#rec1146087361 .t-store__filter__item-price-slider {
  position: relative;
  padding-top: 10px;
}

/* Базовая дорожка (видимая середина — активная зона между бегунками) */
#rec1146087361 .t-store__filter__range_bg {
  height: 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg,#a98cd4,#6e5dd6) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 8px 24px rgba(0,0,0,.28) !important;
}

/* Затемнение краёв дорожки (вне выбранного диапазона) */
#rec1146087361 .t-store__filter__price-outer {
  position: absolute !important;
  top: 50% !important;
  height: 6px !important;
  transform: translateY(-50%) !important;
  background: rgba(0,0,0,.38) !important;
  border-radius: 999px !important;
  pointer-events: none !important;
}

/* Сами input[type=range] делаем прозрачными поверх кастомной дорожки */
#rec1146087361 .t-store__filter__range {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  height: 24px !important;           /* зона для удобного захвата */
  width: 100% !important;
  outline: none !important;
  cursor: pointer !important;
}

/* Бегунок — iOS style */
#rec1146087361 .t-store__filter__range::-webkit-slider-thumb{
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 2px solid #a98cd4 !important;
  box-shadow: 0 0 10px rgba(169,140,212,.65) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}
#rec1146087361 .t-store__filter__range::-webkit-slider-thumb:hover{
  transform: scale(1.08) !important;
  box-shadow: 0 0 14px rgba(169,140,212,.9) !important;
}

/* Firefox */
#rec1146087361 .t-store__filter__range::-moz-range-thumb{
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 2px solid #a98cd4 !important;
  box-shadow: 0 0 10px rgba(169,140,212,.65) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
  cursor: pointer !important;
}
#rec1146087361 .t-store__filter__range::-moz-range-track{
  background: transparent !important;
}
#rec1146087361 .t-store__filter__range::-moz-range-thumb:hover{
  transform: scale(1.08) !important;
  box-shadow: 0 0 14px rgba(169,140,212,.9) !important;
}

/* Тёмные поля ввода цены */
#rec1146087361 .t-store__filter__item-price-box{
  gap: 6px !important;
}
#rec1146087361 .t-store__filter__input{
  background: rgba(18,18,20,.9) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 10px !important;
  min-width: 92px !important;
  text-align: center !important;
  font-weight: 600 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
}
#rec1146087361 .t-store__filter__input::placeholder{ color: rgba(255,255,255,.45) !important; }

#rec1146087361 .t-store__filter__input:focus{
  outline: none !important;
  border-color: #8e6aa0 !important;
  box-shadow: 0 0 0 2px rgba(142,106,160,.28) !important;
}

/* Разделитель между инпутами */
#rec1146087361 .t-store__filter__delimeter{
  color: rgba(255,255,255,.35) !important;
}

/* Кнопка OK рядом с ценой */
#rec1146087361 .t-store__filter__btn{
  background: linear-gradient(90deg,#8e6aa0,#6e5dd6) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 24px rgba(110,93,214,.35) !important;
}
#rec1146087361 .t-store__filter__btn:hover{
  filter: saturate(1.08) !important;
  transform: translateY(-1px) !important;
}

/* ST302N: Select "Сортировка" — нативная стрелка, ровное выравнивание */
#rec1146087361 .t-store__sort-select {
  /* НЕ трогаем appearance — даём браузеру стандартную стрелку */
  box-sizing: border-box;
  height: 42px !important;
  padding: 0 36px 0 14px !important;   /* место под стрелку справа */
  line-height: 42px !important;        /* вертикальное выравнивание текста */
  vertical-align: middle;

  background: rgba(20,20,22,.92) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 12px !important;

  font-family: 'Ruberoid', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #fff !important;

  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05) !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

/* Ховер/фокус — подсветка рамки */
#rec1146087361 .t-store__sort-select:hover,
#rec1146087361 .t-store__sort-select:focus {
  border-color: rgba(169,140,212,.7) !important;
  box-shadow: 0 6px 22px rgba(169,140,212,.35), inset 0 1px 0 rgba(255,255,255,.08) !important;
  outline: none !important;
}

/* Выпадающие пункты — тёмные, чтобы не выбивались из темы */
#rec1146087361 .t-store__sort-select option {
  background: #141416;
  color: #fff;
  font-weight: 600;
}

/* На iOS/Android иногда помогает убрать авто-увеличение текста */
@supports (-webkit-touch-callout: none) {
  #rec1146087361 .t-store__sort-select { line-height: normal !important; padding-top: 0 !important; padding-bottom: 0 !important; }
}

/* Поиск в фильтрах */
#rec1146087361 .t-store__search-wrapper {
  position: relative;
  width: 100% !important;   /* растягиваем */
  margin: 12px 0 20px;
}

#rec1146087361 .t-store__filter__input.js-store-filter-search {
  width: 100% !important;
  height: 42px;
  padding: 0 40px 0 14px;  /* справа оставляем место под иконку */
  box-sizing: border-box;

  background: rgba(20,20,22,.92);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;

  font-family: 'Ruberoid', system-ui, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #fff;

  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#rec1146087361 .t-store__filter__input.js-store-filter-search::placeholder {
  color: rgba(255,255,255,.4);
  font-weight: 400;
}

/* Подсветка при фокусе */
#rec1146087361 .t-store__filter__input.js-store-filter-search:focus {
  border-color: rgba(169,140,212,.7);
  box-shadow: 0 6px 20px rgba(169,140,212,.25);
}

/* Иконка лупы внутри */
#rec1146087361 .t-store__search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: rgba(255,255,255,.5);
  cursor: pointer;
  pointer-events: auto;
}

/* Иконка крестика (очистить поиск) */
#rec1146087361 .t-store__search-close-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: none; /* по умолчанию скрыта, JS покажет при вводе */
  cursor: pointer;
  fill: rgba(255,255,255,.6);
}

#rec1146087361 .t-store__search-close-icon:hover {
  fill: #fff;
}




/* ===== Load More (glass) ===== */
.t-store__load-more-btn {
  /* глушим инлайны тильды */
  background: none !important;
  box-shadow: none !important;
  border-radius: 14px !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px !important;
  min-width: 210px;
  font-family: 'Ruberoid', system-ui, sans-serif !important;
  font-weight: 700;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(120% 160% at 20% 0%, rgba(255,255,255,.16), rgba(255,255,255,0) 40%),
    linear-gradient(90deg, #8e6aa0 0%, #6e5dd6 100%) !important;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    0 12px 30px rgba(110,93,214,.35),
    inset 0 1px 0 rgba(255,255,255,.25) !important;

  transition: transform .18s ease, padding .18s ease, box-shadow .18s ease;
}

/* Растягивание на hover (без ломания потока) */
.t-store__load-more-btn:hover {
  transform: translateY(-1px) scaleX(1.03);
  box-shadow:
    0 18px 44px rgba(110,93,214,.45),
    inset 0 1px 0 rgba(255,255,255,.35) !important;
}

/* Убираем тильдовскую таблицу внутри и делаем нормальную надпись */
.t-store__load-more-btn table { display:none !important; }
.t-store__load-more-btn::before{
  content: 'Загрузить ещё';
}

/* Бегающие «карточки» во время загрузки */
.t-store__load-more-btn.is-loading {
  pointer-events: none;
  opacity: .95;
}
.t-store__load-more-btn.is-loading::before{
  content: 'Загрузка…';
}
.t-store__load-more-btn.is-loading::after{
  content:'';
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.22) 50%, rgba(255,255,255,0) 100%);
  mix-blend-mode: screen;
  animation: shimmer 1.1s linear infinite;
}

/* Маленькие «карточки» снизу — имитация подгрузки */
.t-store__load-more-btn.is-loading .fake-cards,
.t-store__load-more-btn:hover .fake-cards { opacity: .9; }
.t-store__load-more-btn .fake-cards{
  position:absolute; bottom:6px; left:12px; right:12px; height:7px;
  display:flex; gap:6px; opacity:.0; transition: opacity .2s ease;
}
.t-store__load-more-btn .fake-cards i{
  flex:1 1 0; height:100%; border-radius:6px;
  background: rgba(255,255,255,.22);
  animation: cards 1s ease-in-out infinite both;
}
.t-store__load-more-btn .fake-cards i:nth-child(2){ animation-delay:.12s; }
.t-store__load-more-btn .fake-cards i:nth-child(3){ animation-delay:.24s; }
.t-store__load-more-btn .fake-cards i:nth-child(4){ animation-delay:.36s; }

/* Анимации */
@keyframes shimmer{
  0%{ transform: translateX(-100%); }
  100%{ transform: translateX(100%); }
}
@keyframes cards{
  0%,100%{ transform: translateY(0); opacity:.6; }
  50%{ transform: translateY(-3px); opacity:1; }
}



(function(){
  // Кнопка
  var btn = document.querySelector('.js-store-load-more-btn');
  if(!btn) return;

  // Добавим фейковые «карточки» внутрь кнопки (для анимации)
  if(!btn.querySelector('.fake-cards')){
    var f = document.createElement('div');
    f.className = 'fake-cards';
    f.innerHTML = '';
    btn.appendChild(f);
  }

  // Контейнер карточек — чтобы понять, когда они добавились
  var grid = document.querySelector('.js-store-grid-cont');
  var cardsCount = grid ? grid.querySelectorAll('.t-store__card').length : 0;

  // Клик — включаем состояние загрузки
  btn.addEventListener('click', function(){
    btn.classList.add('is-loading');
  });

  // Отслеживаем появление новых карточек и убираем "loading"
  if(grid && 'MutationObserver' in window){
    var mo = new MutationObserver(function(){
      var now = grid.querySelectorAll('.t-store__card').length;
      if(now > cardsCount){
        cardsCount = now;
        btn.classList.remove('is-loading');
      }
    });
    mo.observe(grid, { childList:true, subtree:true });
  }

  // Фолбэк: если что-то пошло не так — снимем загрузку через 5с
  btn.addEventListener('click', function(){
    setTimeout(function(){ btn.classList.remove('is-loading'); }, 5000);
  });
})();


/* ====== Chosen filters bar (glass style) ====== */
.t-store__filter__chosen-bar {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 10px 18px;
  margin: 20px 0;
  font-family: 'Ruberoid', system-ui, sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.08);
}

/* "Очистить все" */
.t-store__filter__reset {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  padding: 6px 14px 6px 34px; /* слева больше под иконку */
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #fff !important;
  transition: all .25s ease;
  position: relative;
}
.t-store__filter__reset:hover {
  background: rgba(255,255,255,.18);
}

/* SVG-иконка корзины */
.t-store__filter__reset::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18v2H3V6zm2 3h14l-1.2 12.6A2 2 0 0 1 15.8 24H8.2a2 2 0 0 1-1.99-2.4L5 9zm5 3v8h2v-8H10zm4 0v8h2v-8h-2zM9 4V2h6v2h5v2H4V4h5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
}

/* Кол-во найденных */
.t-store__filter__prods-number {
  font-size: 14px;
  font-weight: 500;
  color: rgba(240,240,240,.9) !important;
}
.t-store__filter__prods-number .js-store-filters-prodsnumber {
  font-weight: 700;
  color: #fff;
}
/* Подключаем Ruberoid на всякий */
@import url('https://fonts.googleapis.com/css2?family=Ruberoid:wght@400;600;700&display=swap');

/* ====== CHOSEN BAR (в пределах записи #rec1146087361) ====== */
#rec1146087361 .t-store__filter__chosen-bar:not([style*="display: none"]) {
  /* flex включаем только когда блок видим, чтобы не ломать автоскрытие */
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 10px 16px;
  margin: 18px 0;
  border-radius: 14px;

  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.08);

  color: #fff !important;
  font-family: 'Ruberoid', system-ui, sans-serif !important;
}

/* Внутренняя обёртка — выравнивание выбранных опций */
#rec1146087361 .t-store__filter__chosen-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Кнопка "Очистить все" */
#rec1146087361 .t-store__filter__reset {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;

  padding: 6px 14px 6px 34px !important; /* место под иконку слева */
  border-radius: 8px !important;

  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;

  transition: background .25s ease, transform .25s ease;
}
#rec1146087361 .t-store__filter__reset:hover {
  background: rgba(255,255,255,.18) !important;
}

/* Аккуратная SVG-иконка корзины слева */
#rec1146087361 .t-store__filter__reset::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .95;

  /* data-URI, чтобы не зависеть от внешних файлов */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18v2H3V6zm2 3h14l-1.2 12.6A2 2 0 0 1 15.8 24H8.2a2 2 0 0 1-1.99-2.4L5 9zm5 3v8h2v-8H10zm4 0v8h2v-8h-2zM9 4V2h6v2h5v2H4V4h5z'/%3E%3C/svg%3E");
}

/* Счётчик найденных товаров */
#rec1146087361 .t-store__filter__prods-number {
  margin-left: auto !important;
  font-size: 14px;
  font-weight: 500 !important;
  color: rgba(240,240,240,.9) !important;
}
#rec1146087361 .t-store__filter__prods-number .js-store-filters-prodsnumber {
  color: #fff !important;
  font-weight: 700 !important;
}

/* На всякий — убираем фон/рамки, которые могла навесить тема */
#rec1146087361 .t-store__filter__chosen-bar *,
#rec1146087361 .t-store__filter__chosen-bar {
  background-clip: padding-box;
  box-sizing: border-box;
}

/* ====== Glass Cart (Top Right) ====== */
.t706__carticon {
  position: fixed !important;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 18px 18px 24px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 18px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
  font-family: 'Ruberoid', system-ui, sans-serif !important;
  cursor: pointer;
  transform: translateY(-20px) scale(0.9);
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.t706__carticon_showed {
  opacity: 1 !important;
  transform: translateY(0) scale(1);
}

/* Иконка корзины */
.t706__carticon-imgwrap {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease;
}
.t706__carticon-img {
  width: 14px;
  height: 14px;
  stroke: #fff;
  stroke-width: 2;
}
.t706__carticon:hover .t706__carticon-imgwrap {
  background: rgba(255,255,255,.2);
}

/* Счётчик */
.t706__carticon-counter {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #7a5cff, #4f46e5);
  box-shadow: 0 3px 8px rgba(0,0,0,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cartPop .5s ease;
}

/* Цена справа */
.t706__carticon-text {
  display: flex !important;
  align-items: baseline;
  gap: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.t706__cartwin-prodamount-price {
  font-weight: 700;
}
.t706__cartwin-prodamount-currency {
  font-size: 12px;
  opacity: .8;
}

/* Glow при добавлении */
.t706__carticon.glow {
  box-shadow: 0 0 10px rgba(124,92,255,.7), 0 0 22px rgba(124,92,255,.4), inset 0 1px 0 rgba(255,255,255,.15);
}
@keyframes cartPop {
  0% { transform: scale(0.6); opacity: 0; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}

/* Счётчик — слева */
.t706__carticon-counter {
  position: absolute;
  left: -8px;   /* отступ слева */
  top: 50%;     /* по центру иконки по вертикали */
  transform: translateY(-50%); /* центрируем */
  
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #7a5cff, #4f46e5);
  box-shadow: 0 3px 8px rgba(0,0,0,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cartPop .5s ease;
}
/* ===== Move "added to cart" bubble to the LEFT of the cart icon ===== */

/* Сам пузырь: ставим слева, по центру по Y */
.t706__carticon .t706__carticon-tooltip,
.t706__carticon [class*="added"],
.t706__carticon [class*="msg"],
.t706__carticon [class*="popup"] {
  position: absolute !important;
  left: auto !important;
  right: calc(100% + 12px) !important;  /* расстояние слева от иконки */
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 10000;
}

/* Хвостик (ромбик) переносим на правый край пузыря */
.t706__carticon .t706__carticon-tooltip::after,
.t706__carticon [class*="added"]::after,
.t706__carticon [class*="msg"]::after,
.t706__carticon [class*="popup"]::after {
  content: "" !important;
  position: absolute !important;
  right: -6px !important;   /* хвостик справа, у иконки */
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(45deg) !important;
  width: 12px;
  height: 12px;
  background: inherit;      /* тот же фон, что у пузыря */
  border: inherit;          /* та же рамка, если есть */
  box-shadow: inherit;      /* тени сохраняем */
}

/* На всякий — убираем предыдущие top/right позиционирования от темы */
.t706__carticon .t706__carticon-tooltip,
.t706__carticon [class*="added"],
.t706__carticon [class*="msg"],
.t706__carticon [class*="popup"] {
  right: calc(100% + 12px) !important;
}


/* ==== DARK GLASS BACKGROUND ==== */
.t706__cartwin-content {
  position: relative;
  background: rgba(15, 17, 21, 0.45); /* тёмное прозрачное стекло */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.55);
  overflow: hidden;
  color: #e9edf1; /* текст светлый на тёмном фоне */
}

/* мягкий светлый блик сверху */
.t706__cartwin-content::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at top left,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  pointer-events: none;
}
/* ==== ВСЁ БЕЛЫМ ==== */
.t706__cartwin-content {
  color: #ffffff !important;
}

/* ссылки внутри */
.t706__cartwin-content a {
  color: #ffffff !important;
}

/* все подписи, заголовки, суммы */
.t706__cartwin-content .t-descr,
.t706__cartwin-content .t-name,
.t706__cartwin-content .t-input-title,
.t706__cartwin-content .t706__cartwin-prodamount-label,
.t706__cartwin-content .t706__cartwin-prodamount-price,
.t706__cartwin-content .t706__cartwin-totalamount-label,
.t706__cartwin-content .t706__cartwin-totalamount {
  color: #ffffff !important;
}

/* значения в инпутах */
.t706__cartwin-content input,
.t706__cartwin-content textarea {
  color: #ffffff !important;
}

/* плейсхолдеры */
.t706__cartwin-content input::placeholder,
.t706__cartwin-content textarea::placeholder {
  color: #ffffff !important;
  opacity: 0.7;
}

/* кнопки +/- и крестик удалить */
.t706__cartwin-content .t706__product-plusminus img,
.t706__cartwin-content .t706__product-del img {
  filter: invert(100%) !important;
}
/* ==== Глобально для попапа ==== */
.t706__cartwin-content {
  color: #ffffff !important;
  font-family: 'Ruberoid', sans-serif !important;
}

/* Заголовки, подписи, суммы */
.t706__cartwin-content .t-descr,
.t706__cartwin-content .t-name,
.t706__cartwin-content .t-input-title,
.t706__cartwin-content .t706__cartwin-prodamount-label,
.t706__cartwin-content .t706__cartwin-prodamount-price,
.t706__cartwin-content .t706__cartwin-totalamount-label,
.t706__cartwin-content .t706__cartwin-totalamount,
.t706__cartwin-content .t706__cartwin-heading {
  color: #ffffff !important;
  font-family: 'Ruberoid', sans-serif !important;
}

/* Ссылки */
.t706__cartwin-content a {
  color: #ffffff !important;
  font-family: 'Ruberoid', sans-serif !important;
}

/* Инпуты и плейсхолдеры */
.t706__cartwin-content input,
.t706__cartwin-content textarea {
  color: #ffffff !important;
  font-family: 'Ruberoid', sans-serif !important;
}
.t706__cartwin-content input::placeholder,
.t706__cartwin-content textarea::placeholder {
  color: #ffffff !important;
  opacity: 0.6;
  font-family: 'Ruberoid', sans-serif !important;
}

/* Кнопка «Заказать» */
.t706__cartwin-content .t-submit.t-btnflex {
  font-family: 'Ruberoid', sans-serif !important;
  color: #ffffff !important;
}

/* Иконки +, -, удалить */
.t706__cartwin-content .t706__product-plusminus img,
.t706__cartwin-content .t706__product-del img {
  filter: invert(100%) !important;
}
/* Блок */
.t706__cartwin-content .t706__auth {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  font-family: 'Ruberoid', sans-serif;
  color: #ffffff;
}

/* Текст */
.t706__cartwin-content .t706__auth-text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

/* Кнопка — стеклянная */
.t706__cartwin-content .t706__auth-btn {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Ruberoid', sans-serif;
  color: #ffffff !important;
  text-decoration: none;

  background: rgba(255, 255, 255, 0.1);          /* прозрачный фон */
  border: 1px solid rgba(255, 255, 255, 0.25);  /* стеклянная рамка */
  border-radius: 12px;

  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);

  transition: all 0.25s ease;
}

/* hover-эффект */
.t706__cartwin-content .t706__auth-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
/* Контейнер */
.t706__cartwin-content .t706__auth {
  display: flex;
  align-items: center;
  margin: 12px 0;
  font-family: 'Ruberoid', sans-serif;
}

/* Ссылка */
.t706__cartwin-content .t706__auth-link {
  position: relative;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 24px; /* место под иконку */
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
}

/* SVG-иконка замка через background */
.t706__cartwin-content .t706__auth-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,
    
      
      
    ") no-repeat center;
  background-size: contain;
}

/* hover эффект */
.t706__cartwin-content .t706__auth-link:hover {
  opacity: 0.8;
}
/* =========================
   A) «Смотрите также» — стеклянное окно-карусель
   ========================= */
.t-store__relevants__container{
  margin-top: 28px !important;
  padding: 18px 14px 20px !important;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
}

/* заголовок окна */
.t-store__relevants__title-wrapper{
  margin-bottom: 10px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.t-store__relevants__title{ color:#fff !important; font-weight:800; }

/* сама карусель */
.t-store__relevants-grid-cont{
  display: flex !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 6px;              /* чтобы не перекрывал скроллбар */
  scroll-snap-type: x mandatory;
}

/* карточки в одну линию с привязкой к snap */
.t-store__relevants-grid-cont .t-store__card{
  flex: 0 0 240px;                  /* ширина карточки */
  scroll-snap-align: start;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
@media (min-width: 1280px){
  .t-store__relevants-grid-cont .t-store__card{ flex-basis: 260px; }
}
.t-store__relevants-grid-cont .t-store__card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.09);
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}

/* цвета текста внутри карточек */
.t-store__card__title,
.t-store__card__price,
.t-store__card__price-currency { color:#fff !important; }

/* кнопки карточек */
.t-store__card__btn{ border-radius: 12px !important; }
.t-store__card__btn_second{
  background: transparent !important;
  border:1px solid rgba(255,255,255,.35) !important;
}

/* кастомный скроллбар */
.t-store__relevants-grid-cont::-webkit-scrollbar{ height: 8px; }
.t-store__relevants-grid-cont::-webkit-scrollbar-track{ background: rgba(255,255,255,.06); border-radius: 999px; }
.t-store__relevants-grid-cont::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.28); border-radius: 999px; }

/* =========================
   B) Характеристики — «чипы»
   ========================= */
.js-store-prod-all-charcs{
  margin-top: 16px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

/* каждый  — пилюля */
.js-store-prod-all-charcs .t-typography__characteristics{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 8px 12px;
  color:#fff !important;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  line-height: 1.25 !important;
  white-space: nowrap;
}

/* иконка-чек слева (SVG) */
.js-store-prod-all-charcs .t-typography__characteristics::before{
  content:"";
  width:16px; height:16px;
  display:inline-block;
  background: url("data:image/svg+xml;utf8,\
  \
    ") no-repeat center/contain;
  opacity:.95;
}

/* крупные названия/цены — белым */
.t-store__prod-popup__name,
.t-store__prod-popup__price,
.t-store__prod-popup__price-currency,
.t-store__prod-popup__brand { color:#fff !important; }

/* сам попап — тёмное стекло (если ещё не применяли) */
.t-popup__container{
  background: rgba(15,17,21,.55) !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  color: #fff;
  font-family: 'Ruberoid', sans-serif;
}

/* кнопка «В корзину» */
.t-store__prod-popup__btn{
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
/* ===== Scoped to #rec1146087361 ===== */

/* Попап — тёмное стекло */
#rec1146087361 .t-popup__container {
  background: rgba(15,17,21,.55) !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
  color: #fff;
  font-family: 'Ruberoid', sans-serif;
}

/* Правый столбец инфо — чуть воздуха */
#rec1146087361 .t-store__prod-popup__info { padding: 10px 18px 18px !important; }

/* ===== «Смотрите также» — отдельное стеклянное окно-карусель ===== */
#rec1146087361 .t-store__relevants__container{
  margin-top: 28px !important;
  padding: 18px 14px 20px !important;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08);
}
#rec1146087361 .t-store__relevants__title-wrapper{
  margin-bottom: 10px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
#rec1146087361 .t-store__relevants__title{ color:#fff !important; font-weight:800; }

/* Карусель */
#rec1146087361 .t-store__relevants-grid-cont{
  display: flex !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}
#rec1146087361 .t-store__relevants-grid-cont .t-store__card{
  flex: 0 0 240px;
  scroll-snap-align: start;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
@media (min-width:1280px){
  #rec1146087361 .t-store__relevants-grid-cont .t-store__card{ flex-basis: 260px; }
}
#rec1146087361 .t-store__relevants-grid-cont .t-store__card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.09);
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
/* Текст и кнопки карточек */
#rec1146087361 .t-store__card__title,
#rec1146087361 .t-store__card__price,
#rec1146087361 .t-store__card__price-currency{ color:#fff !important; }
#rec1146087361 .t-store__card__btn{ border-radius:12px !important; }
#rec1146087361 .t-store__card__btn_second{
  background: transparent !important;
  border:1px solid rgba(255,255,255,.35) !important;
}
/* Скроллбар */
#rec1146087361 .t-store__relevants-grid-cont::-webkit-scrollbar{ height:8px; }
#rec1146087361 .t-store__relevants-grid-cont::-webkit-scrollbar-track{ background: rgba(255,255,255,.06); border-radius:999px; }
#rec1146087361 .t-store__relevants-grid-cont::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.28); border-radius:999px; }

/* ===== Характеристики — «чипы» ===== */
#rec1146087361 .js-store-prod-all-charcs{
  margin-top:16px !important;
  display:flex; flex-wrap:wrap; gap:8px 10px;
}
#rec1146087361 .js-store-prod-all-charcs .t-typography__characteristics{
  display:inline-flex; align-items:center; gap:8px;
  margin:0 !important; padding:8px 12px;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  line-height:1.25 !important; white-space:nowrap;
}
#rec1146087361 .js-store-prod-all-charcs .t-typography__characteristics::before{
  content:""; width:16px; height:16px; display:inline-block;
  background:url("data:image/svg+xml;utf8,\
  \
    ") no-repeat center/contain;
  opacity:.95;
}

/* Крупные элементы — белым */
#rec1146087361 .t-store__prod-popup__name,
#rec1146087361 .t-store__prod-popup__price,
#rec1146087361 .t-store__prod-popup__price-currency,
#rec1146087361 .t-store__prod-popup__brand{ color:#fff !important; }

/* Кнопка «В корзину» */
#rec1146087361 .t-store__prod-popup__btn{
  border-radius:12px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.35);
}

/* Убираем серую подсказку прокрутки (если мешает) */
#rec1146087361 .t-store__scroll-icon-wrapper{ opacity:.35; mix-blend-mode: normal !important; }
