.sp-product-search.sp-search-enhanced {
  position: relative;
  z-index: 40;
}

.sp-product-search .wp-block-search__inside-wrapper:focus-within {
  border-color: #91bdd7;
  box-shadow: 0 0 0 3px rgb(20 97 141 / 8%);
}

.sp-product-search .sp-search-popover {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-end: 0;
  width: min(380px, calc(100vw - 32px));
  max-height: min(440px, calc(100dvh - 140px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 6px;
  border: 1px solid #d5e6f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgb(21 52 71 / 13%);
  color: var(--sp-ink, #153447);
  text-align: start;
}

.sp-product-search .sp-search-popover[hidden],
.sp-product-search .sp-search-list[hidden] {
  display: none;
}

.sp-product-search .sp-search-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-product-search .sp-search-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-product-search .sp-search-result {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 9px;
  border-radius: 6px;
  color: var(--sp-ink, #153447);
  text-decoration: none;
}

.sp-product-search .sp-search-result:hover,
.sp-product-search .sp-search-result[aria-selected="true"] {
  background: #edf7fd;
  color: var(--sp-ink, #153447);
  text-decoration: none;
}

.sp-product-search .sp-search-result:focus-visible {
  outline: 2px solid #2689c5;
  outline-offset: -2px;
}

.sp-product-search .sp-search-thumb {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  border: 1px solid #e4eef4;
  border-radius: 5px;
  background: #f3f9fd;
}

.sp-product-search .sp-search-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.sp-product-search .sp-search-copy {
  display: block;
  min-width: 0;
}

.sp-product-search .sp-search-name {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.sp-product-search .sp-search-price {
  display: block;
  margin-block-start: 3px;
  color: var(--sp-blue, #14618d);
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.4;
}

.sp-product-search .sp-search-status {
  margin: 0;
  padding: 12px 10px;
  color: var(--sp-muted, #536a78);
  font-size: .8125rem;
  line-height: 1.5;
}

.sp-product-search .sp-search-status-count {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  padding: 0;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .sp-header-inner > .wp-block-navigation {
    order: 2;
    margin-inline-start: auto;
  }

  .sp-header-inner .sp-header-tools {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    gap: 12px;
    margin-inline-start: 0;
  }

  .sp-header-tools .sp-product-search {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .sp-product-search .sp-search-popover {
    width: 100%;
    max-width: calc(100vw - 32px);
    max-height: min(420px, 60dvh);
  }

  .sp-product-search .wp-block-search__input {
    font-size: 1rem;
  }
}
