#product_search_results {
    list-style: none;
    position: absolute;

    height: 400px;
    overflow: scroll;
    width: 100%;
    z-index: 9999;
    width: 100%;
    background: white;
    top: 100%;
}
#product_search_results li {
    display: flex;
    /*flex-direction: row-reverse;*/
    /*border-bottom: solid 1px #ADADAD;*/
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* display: block; */
    justify-content: flex-end;
    padding: 0.75rem 2rem;
    gap: 15px;
}
#product_search_results img {
    width: 50px;
    height: 50px;
}

.masthead__search-wrapper {
    position: relative;
}