
.swis-wrapper { position: relative; max-width: 500px; }
.swis-input { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #ddd; font-size: 16px; }
.swis-results { position: absolute; top: 110%; width: 100%; background: #fff; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); overflow: hidden; z-index: 999; }
.swis-item { display: flex; padding: 12px; gap: 12px; align-items: center; border-bottom: 1px solid #f1f1f1; }
.swis-item:last-child { border-bottom: none; }
.swis-thumb img { width: 50px; height: 50px; object-fit: cover; border-radius: 6px; }
.swis-title { font-weight: 600; }
.swis-price { font-size: 14px; color: #2b8a3e; margin-top: 4px; }
.swis-empty { padding: 12px; color: #999; }
