.wc-search-results {
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.wc-search-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.wc-search-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.wc-search-info .title {
    font-size: 14px;
    color: #333;
}

.wc-search-info .price {
    font-size: 13px;
    color: #777;
}

.wc-search-item:hover {
    background: #f5f5f5;
}