ul.searcherList {
    padding: 0.5rem 1rem;
}

.searcherList.ui-autocomplete {
    height: 200px;
    overflow-y: auto;
}
@media (min-width: 768px) {
    .searcherList.ui-autocomplete {
        height: auto;
        width: 100%;
    }
}
.searcherList .ui-state-active {
    background-color: #EEEEEE;
}
.searcherList .itemSeparator {
    display: block;
    margin-top: 0.5rem;
    padding: 0;
    text-transform: uppercase;
    color: #707070;
    background-color: #fff;
}
.searcherList .itemSearched {
    font-weight: bold;
}
.searcherList .itemHFB {
    color: #FF6600;
}

.search-icon-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

#header_searcher_desktop_input {
    cursor: text;
    font-size: 0.875rem;
}
#header_searcher_desktop_input::-moz-placeholder {
    font-size: 0.875rem;
    color: #929292;
}
#header_searcher_desktop_input::placeholder {
    font-size: 0.875rem;
    color: #929292;
}

#dropSearcher {
    font-size: 0.875rem;
    padding: 10px 10px 30px 10px;
    margin: 0;
    position: absolute;
    width: 100vw;
    min-width: 100vw;
    background-color: #fff;
    color: #111;
    min-height: 220px;
    border: 0;
    border-radius: 0;
    top: 90px;
    left: 0;
    float: none;
    z-index: 5;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
    #dropSearcher #dropSearcherContent.container {
        padding-left: 40px !important;
        padding-right: 40px !important;
        max-width: 1420px !important;
    }
}
@media (min-width: 768px) {
    #dropSearcher {
        padding: 30px 10px;
    }
}
#dropSearcher.visible {
    display: block;
    overflow: auto;
    max-height: 90vh;
}
#dropSearcher a {
    color: #111;
}
#dropSearcher a .icon {
    text-decoration: none;
}
#dropSearcher ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
#dropSearcher ul li {
    padding: 10px 0;
    padding-left: 0;
}
#dropSearcher .dropSearcherContentWrapper {
    position: relative;
}
#dropSearcher .itemSearched {
    font-weight: bold;
}
#dropSearcher span.icon-return::before {
    transform: rotate(-90deg);
    display: inline-block;
}
#dropSearcher .suggestions .icon {
    margin-right: 0.4rem;
    text-decoration: none;
    width: 1.145rem;
    height: auto;
    display: inline-block;
}
#dropSearcher .suggestions .recentSearches li:first-child {
    text-indent: 0;
}
#dropSearcher .suggestions ul {
    padding-left: 2em;
}
#dropSearcher .suggestions ul li:first-child {
    text-indent: -2em;
}
#dropSearcher .suggestions .customLinks li {
    padding-left: 0;
}
#dropSearcher .contentPopularItemsSearcher {
    margin-bottom: 2rem;
}
#dropSearcher .popularItemsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    overflow-x: scroll;
    gap: 1em;
}
@media (min-width: 768px) {
    #dropSearcher .popularItemsWrapper {
        overflow-x: hidden;
        padding-bottom: 0;
        padding-left: 2px;
        gap: 0.65em;
    }
}
@media (max-width: 575.98px) {
    #dropSearcher .popularItemsWrapper {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
#dropSearcher .popularItemsWrapper .itemBlock {
    flex: 0 0 30%;
    max-width: 30%;
}
@media (min-width: 768px) {
    #dropSearcher .popularItemsWrapper .itemBlock {
        flex: 0 0 20%;
        max-width: 19.5%;
    }
}
#dropSearcher .popularItemsWrapper .itemBlock .productImg {
    text-align: left;
}
#dropSearcher .popularItemsWrapper .itemBlock .productImg .card-img-top {
    max-width: 90px;
    height: auto;
    margin: auto;
}
#dropSearcher .popularItemsWrapper .itemBlock .card-body {
    padding: 0;
}

.inspirationsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding-bottom: 10px;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .inspirationsWrapper {
        flex-direction: row;
    }
}
.inspirationsWrapper .inspirationItem {
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.inspirationsWrapper .inspirationItem .inspirationImg {
    height: 90px;
    width: 90px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inspirationsWrapper .inspirationItem .inspirationInfo {
    padding: 0 10px;
}
.inspirationsWrapper .inspirationItem .inspirationInfo .inspirationTitle {
    font-weight: bold;
}
.inspirationsWrapper .inspirationItem .inspirationInfo .inspirationDescription {
    /* max-height: 50px; */
    /* padding-bottom: 20px; */
    font-size: 0.95em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.layout {
    display: none;
    pointer-events: none;
    opacity: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.125);
    position: absolute;
    height: 100vh;
    width: 100vw;
    left: 0;
    right: 0;
    bottom: 0;
}
.layout.visible {
    display: block;
    opacity: 1;
    pointer-events: all;
}
