

/* Start:/local/templates/Jantrik/components/bitrix/catalog.search/search-result/style.css?1727319842967*/
.search-page {
    margin-bottom: 48px;
}

.search-page input[type="text"] {
    padding: 12px 24px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(17, 24, 39, 1);
    background: #fff;
    border-radius: 10px;
    width: 100%;
    border: 2px solid rgba(146, 153, 165, 1);
}

.search-page input[type="text"]:focus {
    border: 2px solid rgba(247, 102, 0, 1);
}

.search-page form {
    position: relative;
    display: flex;
    gap: 10px;
}

.search-form .search-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: unset;
}

.search-form .search-button:focus,
.search-form .search-button:active {
    border: unset;
}

.search-result-container h2 {
    margin-bottom: 24px;
}

.wrapper .search-result-container::before,
.wrapper .search-result-container::after {
    display: none;
}
/* End */
/* /local/templates/Jantrik/components/bitrix/catalog.search/search-result/style.css?1727319842967 */
