.catalog-suggest-anchor {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.catalog-suggest-anchor input {
    width: 100%;
}

.catalog-suggest-list {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 20;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d7dee8;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    max-height: 320px;
    overflow: auto;
}

.catalog-suggest-list[hidden] {
    display: none;
}

.catalog-suggest-list li {
    margin: 0;
    padding: 0;
}

.catalog-suggest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: right;
    color: #0f172a;
    text-decoration: none;
    font-size: 14px;
}

.catalog-suggest-item:hover,
.catalog-suggest-item.is-active {
    background: #f1f5f9;
    color: #0f172a;
}

.catalog-suggest-item small {
    color: #64748b;
    font-size: 12px;
    direction: ltr;
}

.catalog-search-form {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.catalog-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-search-bar input[type="search"] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    min-height: 46px;
    padding: 8px 12px;
    outline: 0;
}

.catalog-search-bar button {
    background: #0f766e;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 800;
    min-height: 46px;
    min-width: 96px;
    padding: 8px 14px;
}
