
#search-in-page {
    padding-top: 20px;
    padding-bottom: 20px;
}

#search-in-page .search-button .form-control:focus {
    box-shadow: none;
}

#search-in-page .js-header__search {
    background-size: 65%;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--g-color-2);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#search-in-page .c-search-fixed__close {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 44px;
    right: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}

#search-in-page #searchResults {
    max-height: 60vh;
    width: 100%;
    overflow-y: scroll;
    padding-top: 0;
    top: calc(100% + 10px);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#search-in-page #searchResults h2 {
    font-size: 1.5rem;
    color: var(--g-color-2);
    padding-bottom: 8px;
    padding-top: 24px;
}

#search-in-page #searchResults img {
    width: 60px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
    object-fit: contain;
}

#search-in-page #searchResults a.s-txt {
    line-height: 1.6rem;
}
