.kf-store-search {
    position: relative;
    width: 100%;
}

.kf-store-search__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1200;
    display: none;
    max-height: min(420px, 60vh);
    overflow: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.kf-store-search.is-open .kf-store-search__dropdown {
    display: block;
}

.kf-store-search__status,
.kf-store-search__footer {
    padding: 10px 14px;
    font-size: 0.8125rem;
    color: #6b7280;
}

.kf-store-search__footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.kf-store-search__footer a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.kf-store-search__footer a:hover {
    text-decoration: underline;
}

.kf-store-search__list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.kf-store-search__item {
    margin: 0;
}

.kf-store-search__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.kf-store-search__link:hover,
.kf-store-search__link.is-active {
    background: rgba(0, 0, 0, 0.04);
}

.kf-store-search__thumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    background: #f3f4f6;
}

.kf-store-search__meta {
    min-width: 0;
    flex: 1;
}

.kf-store-search__name {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kf-store-search__sku {
    display: block;
    margin-top: 2px;
    font-size: 0.75rem;
    color: #6b7280;
}

.kf-store-search__price {
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
}

.kf-store-search mark {
    background: rgba(250, 204, 21, 0.35);
    color: inherit;
    padding: 0 1px;
    border-radius: 2px;
}

.tp-search-area .kf-store-search__dropdown,
.header__search .kf-store-search__dropdown,
.modal-search-block .kf-store-search__dropdown {
    z-index: 99999;
}
