

/* Start:/local/components/giperlink/brands.list/templates/.default/style.css?1774523987842*/
.brand-search {
    z-index: 99;
}

.brand-search__result {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 41px;
    left: 0;
    padding: 10px 20px;
    gap: 5px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 55px -25px rgba(51,51,51,1);
    -moz-box-shadow: 10px 10px 55px -25px rgba(51, 51, 51, 1);
    box-shadow: 10px 10px 55px -25px rgba(51,51,51,1);
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 5px;
}

.brand-search__overley {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
}

.brand-search__overley.active {
    display: block;
}

.brand-search__result.active {
    display: flex;
}

.brand-search__result-item {
    color: #828282;
}
/* End */
/* /local/components/giperlink/brands.list/templates/.default/style.css?1774523987842 */
