.eei-search { position: relative; width: 100%; max-width: 600px; margin: 0 auto; }

.eei-search-input-wrap { position: relative; }
.eei-search-input {
    width: 100%; padding: 12px 44px 12px 16px;
    border: 2px solid #ddd; border-radius: 8px;
    font-size: 16px; outline: none; transition: border-color .2s;
    background: #fff;
}
.eei-search-input:focus { border-color: #2271b1; }
.eei-search-icon,
.eei-search-spinner {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    color: #999; display: flex; align-items: center;
}

.eei-search-dropdown {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border: 1px solid #ddd; border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12); margin-top: 4px;
    z-index: 9999; max-height: 70vh; overflow-y: auto;
}

.eei-search-results { list-style: none; margin: 0; padding: 4px; }
.eei-search-results li { border-radius: 6px; }
.eei-search-results li.eei-selected,
.eei-search-results li:hover { background: #f0f6fc; }

.eei-search-result {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 12px; text-decoration: none; color: inherit;
}

.eei-search-thumb {
    width: 48px; height: 48px; object-fit: contain;
    border-radius: 4px; background: #f5f5f5; flex-shrink: 0;
}

.eei-search-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.eei-search-title { font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eei-search-breadcrumb { font-size: 12px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.eei-search-section-label {
    padding: 8px 16px 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #999;
}
.eei-search-products { border-top: 1px solid #eee; }
.eei-search-cat-icon {
    width: 48px; height: 48px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: #f0f5fa; border-radius: 4px;
}

.eei-search-empty,
.eei-search-more { padding: 12px 16px; font-size: 13px; color: #666; text-align: center; }
.eei-search-more { border-top: 1px solid #eee; font-weight: 500; }

[x-cloak] { display: none !important; }

@media (max-width: 768px) {
    .eei-search { max-width: 100%; }
    .eei-search-dropdown { position: fixed; left: 8px; right: 8px; top: auto; max-height: 60vh; }
    .eei-search-thumb { width: 40px; height: 40px; }
}
