.s100-ac-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFDFB;
  box-shadow: 0 24px 40px rgba(36,30,27,0.14);
  z-index: 90;
  max-height: 360px;
  overflow-y: auto;
  margin-top: 8px;
}
.s100-ac-panel.is-open { display: block; }
.s100-ac-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  text-decoration: none;
  color: #241E1B;
  border-bottom: 1px solid rgba(36,30,27,0.06);
}
.s100-ac-item:hover { background: #F3E4D8; }
.s100-ac-item img { width: 44px; height: 58px; object-fit: cover; flex-shrink: 0; }
.s100-ac-meta { display: flex; flex-direction: column; gap: 3px; }
.s100-ac-name { font-family: 'Inter', sans-serif; font-size: 13.5px; color: #241E1B; }
.s100-ac-price { font-family: 'Cormorant Garamond', serif; font-size: 14px; color: #C97B4A; }
.s100-ac-empty { padding: 14px 16px; font-size: 13px; color: #4A4038; }
