/* SaveDeals global search suggestions — shared across desktop + mobile. */
.sd-site-shell .sd-global-search{
  position:relative!important;
  overflow:visible!important;
  z-index:30!important;
}
.sd-site-shell .sd-search-suggestions{
  contain:layout paint!important;
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 7px);
  z-index:3000;
  display:block;
  max-height:min(62vh,520px);
  overflow:auto;
  padding:6px;
  border:1px solid #d9e0e7;
  border-radius:10px;
  background:#fff;
  box-shadow:0 14px 36px rgba(15,23,42,.18),0 3px 10px rgba(15,23,42,.08);
}
.sd-site-shell .sd-search-suggestions[hidden]{display:none!important}
.sd-search-suggestion{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  align-items:center;
  gap:10px;
  width:100%;
  min-height:52px;
  padding:7px 8px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#1f2937;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
}
.sd-search-suggestion:hover,.sd-search-suggestion.is-active{background:#f4f7fa}
.sd-search-suggestion-thumb{
  width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;display:flex;align-items:center;justify-content:center;
  border-radius:7px;overflow:hidden;background:#f4f6f8;color:#7b8794;
  font-size:14px;flex:0 0 40px;
}
.sd-search-suggestion-thumb img{
  display:block!important;
  width:40px!important;height:40px!important;
  max-width:40px!important;max-height:40px!important;
  min-width:0!important;min-height:0!important;
  object-fit:cover!important;
}
.sd-search-suggestion-title{
  min-width:0;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:13px;
  line-height:1.32;
  font-weight:700;
  color:#202932;
}
.sd-search-suggestion-meta{
  margin-top:3px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:10.5px;
  line-height:1.2;
  color:#7a8794;
}
.sd-search-suggestion-type{
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-weight:800;
  color:#8a96a3;
}
.sd-search-suggestions-empty{padding:14px 12px;font-size:12px;color:#7b8794}

@media (max-width:991.98px){
  .sd-site-shell .sd-global-search{z-index:60!important}
  .sd-site-shell .sd-search-suggestions{top:calc(100% + 6px);max-height:50vh;border-radius:9px}
  .sd-search-suggestion{grid-template-columns:34px minmax(0,1fr);min-height:48px;padding:6px 7px;gap:8px}
  .sd-search-suggestion-thumb{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;flex-basis:34px}
  .sd-search-suggestion-thumb img{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important}
  .sd-search-suggestion-title{font-size:12px;line-height:1.3;-webkit-line-clamp:2}
  .sd-search-suggestion-meta{font-size:9.5px}
}

@media (max-width:575.98px){
  .sd-site-shell .sd-search-suggestions{top:calc(100% + 5px);left:-1px;right:-1px;padding:5px;max-height:56vh}
  .sd-search-suggestion{grid-template-columns:32px minmax(0,1fr);min-height:46px}
  .sd-search-suggestion-thumb{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;flex-basis:32px}
  .sd-search-suggestion-thumb img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important}
  .sd-search-suggestion-title{font-size:12px}
  .sd-search-suggestion-meta{font-size:9px}
}

/* Runtime safety: only the canonical ID container should be visible. */
.sd-site-shell .sd-global-search > .sd-search-suggestions:not(#sdSearchSuggestions){display:none!important;}

/* v6: hard guard against duplicate containers created by cached legacy scripts. */
.sd-site-shell .sd-global-search > .sd-search-suggestions:not(#sdSearchSuggestions),
.sd-site-shell .sd-global-search .sd-search-suggestions:not(#sdSearchSuggestions){display:none!important}
