.arch-search-suggest-host {
  position: relative;
  overflow: visible;
}

/* Dropdown kırpılmasın — header + hero */
.arch-header-pill.arch-header-search.arch-search-suggest-host,
.arch-header-search.arch-search-suggest-host,
.hero-search.arch-search-suggest-host,
.hero-search-bar.arch-search-suggest-host {
  overflow: visible;
}

.hero-search.arch-search-suggest-host .arch-search-suggest,
.arch-header-search.arch-search-suggest-host .arch-search-suggest {
  z-index: 6000;
}

.arch-search-suggest {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 5000;
  border-radius: 16px;
  /* Header --arch-dropdown-bg (0.88) ile saydamlaşmasın; hero ile aynı panel */
  background: rgba(250, 250, 252, 0.97);
  border: 1px solid rgba(9, 9, 11, 0.08);
  box-shadow: 0 18px 52px rgba(9, 9, 11, 0.14);
  backdrop-filter: blur(40px) saturate(1.18);
  -webkit-backdrop-filter: blur(40px) saturate(1.18);
  overflow: hidden;
  pointer-events: auto;
}

.arch-header-shell .arch-header-search .arch-search-suggest {
  background: rgba(250, 250, 252, 0.97);
  border: 1px solid rgba(9, 9, 11, 0.08);
  box-shadow: 0 18px 52px rgba(9, 9, 11, 0.14);
  backdrop-filter: blur(40px) saturate(1.18);
  -webkit-backdrop-filter: blur(40px) saturate(1.18);
}

.arch-header-shell.is-tone-dark .arch-search-suggest,
.arch-header-shell.is-tone-dark .arch-header-search .arch-search-suggest {
  background: rgba(28, 28, 31, 0.96);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(40px) saturate(1.15);
  -webkit-backdrop-filter: blur(40px) saturate(1.15);
}

.arch-search-suggest__listbox {
  max-height: min(420px, 58vh);
  overflow: auto;
  padding: 8px;
}

.arch-search-suggest__group-label {
  padding: 8px 10px 4px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(9, 9, 11, 0.46);
}

.arch-header-shell.is-tone-dark .arch-search-suggest__group-label {
  color: rgba(255, 255, 255, 0.52);
}

.arch-search-suggest__option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 12px;
  text-decoration: none;
  color: #09090b;
  transition: background 140ms ease;
}

.arch-header-shell.is-tone-dark .arch-search-suggest__option {
  color: rgba(255, 255, 255, 0.92);
}

.arch-search-suggest__option:hover,
.arch-search-suggest__option.is-active {
  background: rgba(9, 9, 11, 0.06);
}

.arch-header-shell.is-tone-dark .arch-search-suggest__option:hover,
.arch-header-shell.is-tone-dark .arch-search-suggest__option.is-active {
  background: rgba(255, 255, 255, 0.1);
}

.arch-search-suggest__option--all {
  margin-top: 4px;
  border-top: 1px solid rgba(9, 9, 11, 0.06);
  border-radius: 0 0 12px 12px;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
}

.arch-header-shell.is-tone-dark .arch-search-suggest__option--all {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.arch-search-suggest__thumb {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(9, 9, 11, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.arch-search-suggest__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arch-search-suggest__thumb--initial {
  font-size: 14px;
  font-weight: 700;
  color: rgba(9, 9, 11, 0.72);
}

.arch-header-shell.is-tone-dark .arch-search-suggest__thumb--initial {
  color: rgba(255, 255, 255, 0.86);
}

.arch-search-suggest__thumb--empty {
  background: linear-gradient(135deg, rgba(9, 9, 11, 0.04), rgba(9, 9, 11, 0.1));
}

.arch-search-suggest__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.arch-search-suggest__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arch-search-suggest__meta {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(9, 9, 11, 0.52);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arch-header-shell.is-tone-dark .arch-search-suggest__meta {
  color: rgba(255, 255, 255, 0.58);
}

.arch-search-suggest__status {
  padding: 14px 12px;
  font-size: 13px;
  color: rgba(9, 9, 11, 0.58);
  text-align: center;
}

.arch-search-suggest__hint {
  padding: 0 12px 12px;
  font-size: 12px;
  color: rgba(9, 9, 11, 0.48);
  text-align: center;
}

.arch-search-suggest__correction {
  display: block;
  margin: 0 8px 8px;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  background: rgba(9, 9, 11, 0.04);
  border: 1px solid rgba(9, 9, 11, 0.06);
  color: #09090b;
}

.arch-search-suggest__correction-label {
  display: block;
  font-size: 12px;
  color: rgba(9, 9, 11, 0.58);
  margin-bottom: 4px;
}

.arch-search-suggest__correction strong {
  font-size: 14px;
  font-weight: 650;
}

.arch-header-shell.is-tone-dark .arch-search-suggest__correction {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.arch-header-shell.is-tone-dark .arch-search-suggest__correction-label,
.arch-header-shell.is-tone-dark .arch-search-suggest__hint {
  color: rgba(255, 255, 255, 0.58);
}

.arch-header-shell.is-tone-dark .arch-search-suggest__status {
  color: rgba(255, 255, 255, 0.62);
}

.products-search__field.arch-search-suggest-host .arch-search-suggest {
  left: 0;
  right: 0;
}
