#headerCustomSearchModal {
    height: auto !important;
    min-height: 500px;
}

/* Search Form */
input[type="search"].header_custom_search_input {
    color: #5D2D25;
    font-family: gilroy;
    letter-spacing: .5px;
    padding: 0;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 3.5em;
    border: 0;
    box-shadow: none;
    background: none;
}
input[type="search"].header_custom_search_input:focus {
    border: none;
}

.header_search_clear_button {
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 3rem;
    top: 0.5rem;
    font-family: gilroy;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #5D2D25;
    background: #F1D6C8;
    border-radius: 100px;
    padding: 10px 20px;
}
.header_search_clear_button:hover {
    color: #5D2D25;
    background: #F1D6C8;
}
.header_search_clear_button.visible {
    display: block !important;
}

.full-search-reveal .close-button {
    border: none;
    top: 0.5rem;
    right: 0;
}

.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_loading.visible {
    max-width: 100%;
}

/* Search Hints */
.search-hints {
}
.search-hints a.search-hint {
    display: block;
}

/* Search Results */
.full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .view-all {
    width: auto;
}
.product-search-result a {
    position: relative;
}
.ajax_results_wrapper {
    display: flex;
}

@media (max-width: 1024px) {
    body .kitify-search {
        position: relative !important;
        right: -5px !important;
        top: 0 !important;
    }
}