.pwa-product-search {
  position: relative;
  min-width: 0;
}

.pwa-product-suggestions {
  position: absolute;
  z-index: 35;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  display: grid;
  max-height: 260px;
  gap: 4px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid var(--ds-border-strong);
  border-radius: 13px;
  background: var(--ds-surface-3);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
}

.pwa-product-suggestions button {
  display: grid;
  width: 100%;
  min-height: 48px;
  gap: 3px;
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--ds-text);
  text-align: left;
}

.pwa-product-suggestions button:hover,
.pwa-product-suggestions button:focus-visible {
  background: rgba(115, 59, 229, .2);
  outline: none;
}

.pwa-product-suggestions small {
  color: var(--ds-text-muted);
  font-size: 12px;
}
