.wc-live-search {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.wc-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    display: none;
}

.wc-search-results .item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.wc-search-results .item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.wc-search-results .item:hover {
    background: #f8f8f8;
}
