body.shop-v38-page .shop-search-field{position:relative!important;z-index:80!important}
body.shop-v38-page .shop-search-suggestions{
  position:fixed!important;
  top:0;
  left:0;
  z-index:9999!important;
  width:min(430px,calc(100vw - 28px))!important;
  max-height:min(480px,68vh)!important;
  overflow:auto!important;
  padding:7px!important;
  border:1px solid rgba(11,52,42,.14)!important;
  border-radius:16px!important;
  background:#fffdf8!important;
  box-shadow:0 20px 52px rgba(8,35,29,.2)!important;
  -webkit-overflow-scrolling:touch!important;
}
body.shop-v38-page .shop-search-suggestions[hidden]{display:none!important}
body.shop-v38-page .shop-suggestion-item{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  min-height:66px!important;
  padding:7px!important;
  border-radius:11px!important;
  color:#0a2b23!important;
  text-decoration:none!important;
}
body.shop-v38-page .shop-suggestion-item:hover,
body.shop-v38-page .shop-suggestion-item.is-active{background:#f4efe3!important}
body.shop-v38-page .shop-suggestion-thumb{
  display:block!important;
  width:54px!important;
  height:54px!important;
  overflow:hidden!important;
  border:1px solid #ece6d9!important;
  border-radius:9px!important;
  background:#fff!important;
}
body.shop-v38-page .shop-suggestion-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}
body.shop-v38-page .shop-suggestion-copy{display:grid!important;gap:2px!important;min-width:0!important}
body.shop-v38-page .shop-suggestion-copy strong{font-size:13px!important;line-height:1.25!important;font-weight:850!important;white-space:normal!important}
body.shop-v38-page .shop-suggestion-copy small{font-size:10px!important;line-height:1.2!important;color:#7f7668!important;font-weight:700!important}
body.shop-v38-page .shop-suggestion-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important;margin-top:2px!important;font-size:10px!important}
body.shop-v38-page .shop-suggestion-meta b{font-size:12px!important;color:#0a2b23!important}
body.shop-v38-page .shop-suggestion-actual{text-decoration:line-through!important;color:#918a7e!important}
body.shop-v38-page .shop-suggestion-off{color:#187b46!important;font-weight:850!important}
body.shop-v38-page .shop-suggestion-stock{margin-left:auto!important;color:#527267!important;font-weight:750!important}
body.shop-v38-page .shop-suggestion-stock.is-request{color:#9b6b27!important}
body.shop-v38-page .shop-suggestion-search-all{
  display:block!important;width:100%!important;margin-top:5px!important;padding:10px 11px!important;border:0!important;border-top:1px solid #eee6d8!important;background:transparent!important;color:#0b4b3d!important;text-align:left!important;font-size:11px!important;font-weight:850!important;cursor:pointer!important
}
body.shop-v38-page .shop-suggestion-empty{padding:14px 12px!important;color:#6d685f!important;font-size:12px!important;font-weight:700!important}
@media(max-width:767px){
  body.shop-v38-page .shop-search-suggestions{max-height:56vh!important;border-radius:14px!important}
  body.shop-v38-page .shop-suggestion-item{grid-template-columns:48px minmax(0,1fr)!important;min-height:60px!important;gap:8px!important;padding:6px!important}
  body.shop-v38-page .shop-suggestion-thumb{width:48px!important;height:48px!important}
  body.shop-v38-page .shop-suggestion-copy strong{font-size:12px!important}
  body.shop-v38-page .shop-suggestion-copy small{font-size:9.5px!important}
  body.shop-v38-page .shop-suggestion-meta{font-size:9.5px!important;gap:5px!important}
  body.shop-v38-page .shop-suggestion-stock{margin-left:0!important}
}
