.ark-fast-search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 99999;
    display: none;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(0,0,0,.12);
    overflow: hidden;
}

.ark-fast-search-dropdown.is-open {
    display: block;
}

.ark-fast-search-list {
    max-height: 460px;
    overflow-y: auto;
}

.ark-fast-search-item,
.ark-fast-search-view-all {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    text-decoration: none;
    color: inherit;
    background: #fff;
}

.ark-fast-search-item:hover,
.ark-fast-search-view-all:hover {
    background: #f7f7f7;
}

.ark-fast-search-item + .ark-fast-search-item,
.ark-fast-search-view-all {
    border-top: 1px solid rgba(0,0,0,.06);
}

.ark-fast-search-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
}

.ark-fast-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ark-fast-search-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ark-fast-search-title {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.ark-fast-search-sku,
.ark-fast-search-price,
.ark-fast-search-empty,
.ark-fast-search-view-all {
    font-size: 13px;
}

.ark-fast-search-sku {
    opacity: .75;
}

.ark-fast-search-price .amount,
.ark-fast-search-price {
    font-weight: 600;
}

.ark-fast-search-empty {
    padding: 14px;
}

.ark-fast-search-view-all {
    justify-content: center;
    font-weight: 600;
}
