

/* Start:/local/components/custom/catalog.search/templates/.default/style.css?17620820266579*/
/*!* Основной контейнер поиска *!*/
/*.search-page__search-box{*/
/*    margin: 20px 0;*/
/*}*/

/*.catalog-search-mobile{*/
/*    display: none;*/
/*}*/

/*.catalog-search-wrapper {*/
/*    position: relative;*/
/*    max-width: 600px;*/
/*}*/

/*!* Обертка поля ввода *!*/
/*.catalog-search-input-wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 0;*/
/*}*/

/*!* Иконка поиска *!*/
/*.catalog-search-icon {*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #666;*/
/*    pointer-events: none;*/
/*    z-index: 2;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*!* Поле ввода *!*/
/*.catalog-search-input {*/
/*    padding: 15px 10px 15px 50px;*/
/*    font-size: 16px;*/
/*    outline: none;*/
/*    transition: all 0.3s ease;*/
/*    background-color: #fff;*/
/*    border: 1px solid rgba(19, 19, 21, 0.1) !important;*/
/*    border-radius: 15px;*/
/*    width: 400px;*/
/*}*/

/*!* Индикатор загрузки *!*/
/*.catalog-search-loader {*/
/*    position: absolute;*/
/*    right: 50px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #5b61ff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*!* Кнопка очистки *!*/
/*.catalog-search-clear {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: none;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    color: #999;*/
/*    padding: 5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: color 0.2s ease;*/
/*}*/

/*.catalog-search-clear:hover {*/
/*    color: #333;*/
/*}*/

/*!* Контейнер результатов *!*/
/*.catalog-search-results {*/
/*    position: absolute;*/
/*    top: calc(100% + 5px);*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: #fff;*/
/*    border: 1px solid #e0e0e0;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
/*    max-height: 500px;*/
/*    overflow-y: auto;*/
/*    z-index: 1000;*/
/*    animation: fadeIn 0.2s ease;*/
/*}*/

/*@keyframes fadeIn {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(-10px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*!* Элемент результата *!*/
/*.catalog-search-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 12px 15px;*/
/*    border-bottom: 1px solid #f0f0f0;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.2s ease;*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/

/*.catalog-search-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.catalog-search-item:hover,*/
/*.catalog-search-item.active {*/
/*    background-color: #f8f9fa;*/
/*}*/

/*!* Изображение товара *!*/
/*.catalog-search-item-image {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    object-fit: contain;*/
/*    margin-right: 15px;*/
/*    flex-shrink: 0;*/
/*    border-radius: 4px;*/
/*    background-color: #f8f9fa;*/
/*}*/

/*.catalog-search-item-image-placeholder {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background-color: #e9ecef;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: 15px;*/
/*    flex-shrink: 0;*/
/*    border-radius: 4px;*/
/*    color: #adb5bd;*/
/*    font-size: 24px;*/
/*}*/

/*!* Информация о товаре *!*/
/*.catalog-search-item-info {*/
/*    flex: 1;*/
/*    min-width: 0;*/
/*}*/

/*.catalog-search-item-name {*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    color: #333;*/
/*    margin-bottom: 4px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/

/*.catalog-search-item-name mark {*/
/*    background-color: #fff3cd;*/
/*    padding: 0 2px;*/
/*    font-weight: 600;*/
/*}*/

/*.catalog-search-item-category {*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    margin-bottom: 4px;*/
/*}*/

/*.catalog-search-item-price {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #5b61ff;*/
/*}*/

/*!* Сообщение "ничего не найдено" *!*/
/*.catalog-search-empty {*/
/*    padding: 30px 15px;*/
/*    text-align: center;*/
/*    color: #666;*/
/*    font-size: 15px;*/
/*}*/

/*.catalog-search-empty svg {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    margin-bottom: 10px;*/
/*    color: #ccc;*/
/*}*/

/*!* Адаптивность *!*/
/*@media (max-width: 996px){*/
/*    .catalog-search-input{*/
/*        width: 250px;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .catalog-search-wrapper {*/
/*        width: 100%;*/
/*    }*/

/*    .catalog-search-input{*/
/*        width: 100%;*/
/*    }*/

/*    .catalog-search {*/
/*        display: none;*/
/*    }*/

/*    .catalog-search-input-wrapper{*/
/*        margin-bottom: 20px;*/
/*        width: 100%;*/
/*    }*/

/*    .catalog-search-mobile {*/
/*        display: block;*/
/*    }*/
/*    */
/*    .catalog-search-icon {*/
/*        left: 12px;*/
/*    }*/
/*    */
/*    .catalog-search-clear {*/
/*        right: 12px;*/
/*    }*/
/*    */
/*    .catalog-search-loader {*/
/*        right: 45px;*/
/*    }*/
/*    */
/*    .catalog-search-results {*/
/*        max-height: 400px;*/
/*    }*/
/*    */
/*    .catalog-search-item {*/
/*        padding: 10px 12px;*/
/*    }*/
/*    */
/*    .catalog-search-item-image,*/
/*    .catalog-search-item-image-placeholder {*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        margin-right: 12px;*/
/*    }*/
/*    */
/*    .catalog-search-item-name {*/
/*        font-size: 14px;*/
/*    }*/
/*    */
/*    .catalog-search-item-category {*/
/*        font-size: 12px;*/
/*    }*/
/*    */
/*    .catalog-search-item-price {*/
/*        font-size: 15px;*/
/*    }*/
/*}*/

/*!* Скроллбар для результатов *!*/
/*.catalog-search-results::-webkit-scrollbar {*/
/*    width: 8px;*/
/*}*/

/*.catalog-search-results::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*    border-radius: 0 8px 8px 0;*/
/*}*/

/*.catalog-search-results::-webkit-scrollbar-thumb {*/
/*    background: #ccc;*/
/*    border-radius: 4px;*/
/*}*/

/*.catalog-search-results::-webkit-scrollbar-thumb:hover {*/
/*    background: #999;*/
/*}*/


/* End */
/* /local/components/custom/catalog.search/templates/.default/style.css?17620820266579 */
