.edc-search-page .edc-search-refine { margin-bottom: 24px; }
/* Shared brand result: one quiet destination above the product matches. */
.edc-search-brands {
  margin: 0 0 28px;
  border-block: 1px solid var(--edc-line, #dfe1dc);
}
.edc-search-brand {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding: 16px;
  color: var(--edc-ink, #111210);
  text-decoration: none;
}
.edc-search-brand + .edc-search-brand {
  border-top: 1px solid var(--edc-line, #dfe1dc);
}
.edc-search-brand__media {
  display: grid;
  width: 104px;
  height: 48px;
  place-items: center;
}
.edc-search-brand__media img {
  display: block;
  max-width: 104px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.edc-search-brand__body,
.edc-search-suggestions__body {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.edc-search-brand__label,
.edc-search-suggestions__stock {
  color: var(--edc-muted, #686b65);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.edc-search-brand__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.edc-search-brand__action,
.edc-search-suggestions__total {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.edc-search-brand__action svg,
.edc-search-suggestions__total svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.edc-search-brand:hover,
.edc-search-brand:focus-visible,
.edc-search-suggestions__option.is-active > a,
.edc-search-suggestions__all:hover {
  color: var(--edc-ink, #111210);
  background: var(--edc-paper, #f1f2f0);
  text-decoration: none;
}
.edc-search-brand:focus-visible {
  outline: 2px solid var(--edc-focus, #1a5fa8);
  outline-offset: -2px;
}
.edc-search-correction {
  margin: -8px 0 24px;
  color: var(--edc-muted, #686b65);
  font-size: 14px;
}
.edc-search-suggestions {
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: none;
  scrollbar-color: var(--edc-equipment-scrollbar, #c3c7bf) transparent;
  scrollbar-width: thin;
}
.edc-search-suggestions__list {
  padding: 0;
}
.edc-search-suggestions__brand {
  border-bottom: 1px solid var(--edc-line, #dfe1dc);
}
.edc-search-suggestions .edc-search-brand {
  min-height: 80px;
  padding: 12px 16px;
  gap: 16px;
}
.edc-search-suggestions .edc-search-brand__name {
  font-size: 16px;
}
.edc-search-suggestions__link {
  margin: 4px 6px;
}
.edc-search-suggestions__name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}
.edc-search-suggestions__correction {
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid var(--edc-line, #dfe1dc);
  color: var(--edc-muted, #686b65);
  font-size: 12px;
  line-height: 1.4;
}
.edc-search-suggestions__more {
  position: sticky;
  bottom: 0;
  background: #fff;
}
.edc-search-suggestions__all {
  min-height: 48px;
}
@media (max-width: 700px) {
  .edc-search-brands { margin-bottom: 24px; }
  .edc-search-brand,
  .edc-search-suggestions .edc-search-brand {
    grid-template-columns: 72px minmax(0, 1fr) 20px;
    gap: 12px;
    min-height: 76px;
    padding: 12px;
  }
  .edc-search-brand__media {
    width: 72px;
    height: 40px;
  }
  .edc-search-brand__media img {
    max-width: 72px;
    max-height: 40px;
  }
  .edc-search-brand__name { font-size: 16px; }
  .edc-search-brand__action > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .edc-search-suggestions__link {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 6px;
  }
  .edc-search-suggestions__media,
  .edc-search-suggestions__image {
    width: 44px;
    height: 44px;
  }
  .edc-search-suggestions__name { font-size: 13px; }
  .edc-search-suggestions__price { font-size: 13px; }
}
