

/* Start:/bitrix/templates/universe_s1/components/dv/catalog.fast.search/template1/style.css?17807627215272*/
.dv-fast-search { margin-bottom: 24px; }
.dv-fast-search__grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 8px; align-items: center; }
.dv-fast-search__select,
.dv-fast-search__input { width: 100%; height: 42px; }
.dv-fast-search__input-wrap { position: relative; }
.dv-fast-search__button { height: 42px; white-space: nowrap; }
.dv-fast-search__message { margin-top: 16px; }
.dv-fast-search__suggest {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 5000;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    max-height: 420px;
    overflow: auto;
}
.dv-fast-search__suggest[data-open="true"] { display: block; }
.dv-fast-search__suggest-item {
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}
.dv-fast-search__suggest-item:hover { background: #f7f7f7; }
.dv-fast-search__suggest-picture {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: 1px solid #f0f0f0;
}
.dv-fast-search__suggest-picture img { max-width: 100%; max-height: 100%; }
.dv-fast-search__suggest-content { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.dv-fast-search__suggest-name { font-size: 14px; line-height: 1.35; }
.dv-fast-search__suggest-article { font-size: 12px; color: #888; }
@media (max-width: 640px) {
    .dv-fast-search__grid { grid-template-columns: 1fr; }
    .dv-fast-search__button { width: 100%; }
}
.pz-header-search {
    width: 100%;
    max-width: 560px;
    position: relative;
    z-index: 100;
}

.pz-header-search__inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: visible;
}

.pz-header-search__select {
    width: 118px;
    min-width: 118px;
    height: 42px;
    border: 0;
    border-right: 1px solid #e5e7eb;
    background: #f8f8f8;
    padding: 0 28px 0 12px;
    font-size: 13px;
    color: #333;
    outline: none;
    cursor: pointer;
}

.pz-header-search__field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.pz-header-search__input {
    display: block;
    width: 100%;
    height: 42px;
    border: 0;
    padding: 0 14px;
    font-size: 14px;
    color: #222;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.pz-header-search__input::placeholder {
    color: #999;
}

.pz-header-search__button {
    width: 48px;
    min-width: 48px;
    height: 42px;
    border: 0;
    border-left: 1px solid #e5e7eb;
    background: #343845;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.pz-header-search__button:hover {
    background: #252936;
}

.pz-header-search__suggest {
    position: absolute;
    top: calc(100% + 6px);
    left: -119px;
    right: -49px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

/* На случай если стили подсказок из компонента не подтянулись */
.dv-fast-search__suggest:empty {
    display: none;
}

.dv-fast-search__suggest-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.dv-fast-search__suggest-item:last-child {
    border-bottom: 0;
}

.dv-fast-search__suggest-item:hover {
    background: #f7f7f7;
}

.dv-fast-search__suggest-picture {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    overflow: hidden;
}

.dv-fast-search__suggest-picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.dv-fast-search__suggest-content {
    min-width: 0;
    flex: 1 1 auto;
}

.dv-fast-search__suggest-title {
    font-size: 13px;
    line-height: 1.35;
    color: #222;
    margin-bottom: 3px;
}

.dv-fast-search__suggest-article {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
}

/* Адаптив */
@media (max-width: 768px) {
    .pz-header-search {
        max-width: 100%;
    }

    .pz-header-search__inner {
        height: 42px;
    }

    .pz-header-search__select {
        width: 96px;
        min-width: 96px;
        height: 40px;
        font-size: 12px;
        padding-left: 8px;
    }

    .pz-header-search__input {
        height: 40px;
        font-size: 13px;
        padding: 0 10px;
    }

    .pz-header-search__button {
        width: 42px;
        min-width: 42px;
        height: 40px;
    }

    .pz-header-search__suggest {
        left: 0;
        right: 0;
        top: calc(100% + 5px);
    }
}

@media (max-width: 480px) {
    .pz-header-search__select {
        display: none;
    }

    .pz-header-search__suggest {
        left: 0;
        right: 0;
    }
}
/* End */
/* /bitrix/templates/universe_s1/components/dv/catalog.fast.search/template1/style.css?17807627215272 */
