.autocore-ls-box{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  margin-top:6px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  z-index:99999;
  padding:8px;
  display:none;
  max-height:420px;
  overflow:auto;
}
.autocore-ls-sec{ padding:6px 4px; }
.autocore-ls-title{
  font-size:12px;
  font-weight:700;
  opacity:.7;
  margin:6px 8px;
}
.autocore-ls-item{
  display:flex;
  gap:10px;
  align-items:center;
  padding:8px;
  border-radius:8px;
  text-decoration:none;
}
.autocore-ls-item:hover{ background:#f3f4f6; }
.autocore-ls-img{ width:36px; height:36px; object-fit:cover; border-radius:6px; }
.autocore-ls-text{ flex:1; font-size:14px; color:#111827; }
.autocore-ls-price{ font-size:13px; color:#111827; opacity:.85; }
