.site-header-search {
    position: relative;
}
.ws-search-suggestion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border: 1px solid #eee;
    border-top: none;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.ws-search-suggestion del {
    color: #777;
}
.ws-search-suggestion ins {
    text-decoration: none;
    padding-left: 20px;
}
.ws-search-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.ws-search-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.ws-search-item:hover {
    background: #fafafa;
}

.ws-search-title {
    font-size: 14px;
    color: #333;
}

.ws-search-price {
    font-size: 13px;
    color: #e10000;
    margin-top: 3px;
}
