.header_search_results{

    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 99999999;
    top: 0;

    padding-top: 10vh;
    background: rgb(0, 0, 0,0.9);
}

.header_search_results_items{

    margin-top: 2rem;
    max-height: 50rem;
    overflow: auto;
}

.prodcuts_count_wrapper{
 
    text-align: center;
    padding: 2rem 0;

    font-size: .9rem;
    color: var(--color-gray);
}

.prodcuts_count_wrapper span{
    color: var(--color-gray);
}

.header-search__form{

    position: relative;
    width: 100%;
}

button.header-search__btn {
    position: absolute;
    left: .5rem;
    top: 0;
    bottom: 0;
}

.header_search_submit-icon{

    width: 1.25rem;
}

.header_search_results_form{
    display: flex;

    width: 80%;
    margin: 0 auto;
}

.header_search_results_form button{

    width: 3rem;
}
.header_search_results_div{

    display: none;
}
.search_results_items_pages{

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;

    margin: .5rem 0;
    padding-bottom: 3rem;
}
.search_results_items_btn {
    background: #fff;
    margin: 0 auto;
}

.header_search_results_inner_no_results{

    text-align: center;
    padding: 1rem;
}

@media only screen and (max-width: 768px) {

    .header_search_results_items .card_25{
        width: calc(50% - 1rem) !important;
    }
    .header_search_results_items .cards_wrapper {
  
        gap: .5rem;
        justify-content: center;
    }
}