.bci-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 99999;
    display: none;
}

.bci-search-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.bci-search-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.bci-search-item:hover {
    background: #f6f6f6;
}

.bci-title {
    display: block;
    font-size: 14px;
}

.bci-price {
    font-size: 13px;
    color: #0071a1;
}
