/* The Idol — панель suggest поиска (Ф5, макет «Поиск выдача»). Фикс под шапочным полем, монохром,
   квадрат, Inter/Manrope. Только мобайл (JS показывает при ≤900). z ниже шторок каталога (9000). */

/* На мобайл (v2) штатные текстовые подсказки темы (.js-search-suggestions) заменяем нашей
   богатой панелью (категории с путём + бренды + превью + «Показать все N»). На десктопе — темы. */
@media (max-width: 900px) {
  .search__suggestions.js-search-suggestions { display: none !important; }
}

.idol-sug-backdrop {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 8700;
  background: rgba(40, 40, 40, .35);
}
.idol-sug-backdrop[hidden] { display: none; }

.idol-sug {
  position: fixed;
  z-index: 8800;
  background: #FFFFFF;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  box-shadow: 0 12px 24px rgba(40, 40, 40, .08);
  max-height: 72vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Inter", sans-serif;
}
.idol-sug[hidden] { display: none; }

.idol-sug__sec { border-bottom: 1px solid #F0EFED; padding: 8px 0; }
.idol-sug__lab {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8B8B8B;
  padding: 6px 16px;
}

.idol-sug__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  color: #282828;
}
.idol-sug__row:active { background: #F7F6F4; }
.idol-sug__main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.idol-sug__name { font-family: "Inter", sans-serif; font-size: 14px; font-weight: 400; color: #282828; }
.idol-sug__name b { font-weight: 600; }
.idol-sug__path { font-family: "Inter", sans-serif; font-size: 11px; font-weight: 300; color: #8B8B8B; }
.idol-sug__n { flex: none; font-family: "Inter", sans-serif; font-weight: 300; font-size: 12px; color: #8B8B8B; }

/* превью товара */
.idol-sug__prod .idol-sug__thumb {
  flex: none;
  width: 44px;
  height: 56px;
  background: #F0EFED center/cover no-repeat;
}
.idol-sug__brandline { font-family: "Inter", sans-serif; font-weight: 300; font-size: 10px; letter-spacing: .5px; text-transform: uppercase; color: #8B8B8B; }
.idol-sug__pname { font-family: "Inter", sans-serif; font-size: 12px; line-height: 15px; color: #282828; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.idol-sug__priceline { display: flex; align-items: baseline; gap: 7px; }
.idol-sug__price { font-family: "Manrope", sans-serif; font-weight: 600; font-size: 13px; color: #282828; }
.idol-sug__old { font-family: "Inter", sans-serif; font-weight: 300; font-size: 11px; color: #8B8B8B; text-decoration: line-through; }

/* «Показать все N» */
.idol-sug__all {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin: 0;
  background: #282828;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

/* недавние запросы */
.idol-sug__recent { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 16px 8px; }
.idol-sug__chip {
  height: 34px;
  padding: 0 13px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #282828;
  cursor: pointer;
}

/* пусто */
.idol-sug__empty { padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.idol-sug__empty-t { font-family: "Manrope", sans-serif; font-weight: 600; font-size: 15px; color: #282828; }
.idol-sug__empty-s { font-family: "Inter", sans-serif; font-weight: 300; font-size: 13px; line-height: 19px; color: #565656; }
