.searchform.ghc-product-search-form { position: relative; }
.searchform.ghc-product-search-form .search-lists,
.searchform.ghc-product-search-form .live-search-list { display: none !important; }
.ghc-header-product-results {
  position: absolute;
  z-index: 10050;
  top: calc(100% + 8px);
  right: 0;
  width: min(390px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}
.ghc-header-product-results[hidden] { display: none !important; }
.ghc-header-result {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 9px 12px;
  border-bottom: 1px solid #ededed;
  color: #1b1b1b;
  text-decoration: none;
}
.ghc-header-result:hover,
.ghc-header-result.is-active { background: #f7f7f7; color: #d71920; }
.ghc-header-result-media {
  display: grid;
  place-items: center;
  width: 54px;
  height: 50px;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f3f3;
}
.ghc-header-result-media img { width: 100%; height: 100%; object-fit: contain; }
.ghc-header-result-copy { min-width: 0; }
.ghc-header-result-copy strong,
.ghc-header-result-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ghc-header-result-copy strong { font-size: 14px; line-height: 1.25; }
.ghc-header-result-copy span { margin-top: 3px; color: #777; font-size: 11px; }
.ghc-header-result-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: #151515;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.ghc-header-result-footer:hover { background: #d71920; color: #fff; }
.ghc-header-search-empty { padding: 18px; color: #666; font-size: 13px; text-align: center; }

@media (max-width: 600px) {
  .ghc-header-product-results { position: fixed; top: 72px; right: 12px; left: 12px; width: auto; }
}

.ghc-header-product-results,
.ghc-header-product-results * { border-radius: 0 !important; }
