.predictiveSearch{background-color:var(--color-body);position:fixed;bottom:0;top:0;left:0;right:0;opacity:0;padding:40px 0 0;transition:var(--default-transition);transition-property:opacity;width:100%;z-index:-1}@media screen and (max-width: 750px){.predictiveSearch{padding-top:55px}}.predictiveSearch.predictiveSearch--active{opacity:1;z-index:4}.predictiveSearch .predictiveSearch__resultsEmpty{margin:10px 0 44px}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__resultsEmpty{margin-bottom:22px}}.predictiveSearch .predictiveSearch__resultsEmpty:last-child{margin-bottom:0}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__resultsEmpty:last-child{margin-bottom:22px}}.predictiveSearch .predictiveSearch__menu{margin-bottom:30px}.predictiveSearch .predictiveSearch__menu ul{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;gap:8px 0}@media screen and (min-width: 751px){.predictiveSearch .predictiveSearch__menu ul a:hover{text-decoration:underline}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__menu{margin-bottom:22px}}.predictiveSearch .predictiveSearch__buttonCross{flex-direction:column;gap:1px 0;background-color:transparent;min-width:auto;padding:1px;position:absolute;top:20px;right:30px}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__buttonCross{top:16px;right:16px}}.predictiveSearch .predictiveSearch__buttonCross:hover{background-color:transparent;box-shadow:none}.predictiveSearch .predictiveSearch__buttonCross svg{fill:var(--color-primary)}.predictiveSearch .predictiveSearch__buttonCross span{text-decoration:none}.predictiveSearch .predictiveSearch__wrapper{display:grid;grid-template-rows:max-content auto;height:100%}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper{height:auto}}.predictiveSearch .predictiveSearch__wrapper.predictiveSearch__wrapper--border{position:relative}.predictiveSearch .predictiveSearch__wrapper.predictiveSearch__wrapper--border:after{content:"";position:absolute;width:100%;height:1px;left:0;top:61px;background-color:RGB(var(--color-neutral))}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper.predictiveSearch__wrapper--border:after{display:none}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form{align-items:center;box-sizing:border-box;max-width:600px;margin:0 auto 25px;padding:0 45px;display:grid;grid-template-columns:auto max-content;gap:0 8px;width:100%}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form{gap:0 16px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form .predictiveSearch__button.predictiveSearch__buttonDesktop{display:none}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form .predictiveSearch__button.predictiveSearch__buttonMobile{display:none}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form .predictiveSearch__button.predictiveSearch__buttonMobile{display:inline-flex}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form input{border-radius:0;border:1px solid RGB(var(--color-foreground));height:34px;padding:5px 17px 4px;width:100%}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form input{height:30px;padding-left:12.5px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form button{padding:8px 16px;min-width:44px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form button svg{width:calc(12px * var(--font-content-scale));height:calc(14px * var(--font-content-scale))}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__form button span{display:none}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content{text-align:center;margin-top:95px;padding:0 16px;display:flex;flex-direction:column;gap:24px 0}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content{gap:36px 0;margin-top:30px}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content.predictiveSearch__content--hidden,.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content.predictiveSearch__contentMobile{display:none}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content.predictiveSearch__contentMobile{display:flex}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content .predictiveSearch__contentWrapper{display:flex;flex-direction:column;gap:14px 0}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__content .predictiveSearch__contentWrapper{padding-bottom:30px;overflow:auto;height:calc(var(--window-height) - 145px)}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results{max-width:1600px;width:100%;margin:0 auto;overflow:scroll}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsProductsResults{padding:0 16px}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsProductsResults.predictiveSearch__resultsProductsResultsDesktop{display:none}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsProductsResults.predictiveSearch__resultsProductsResultsMobile{display:none}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsProductsResults.predictiveSearch__resultsProductsResultsMobile{display:block;margin:35px 0 40px;text-align:center}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsText{padding:0 16px;margin-top:96px;text-align:center}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsText{padding:0;margin:35px 0 40px}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper{padding:0 24px;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;height:100%}@media screen and (max-width: 1024px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper{padding:0 16px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper{display:block;border-top:0;padding:0 42px;margin-top:30px;overflow:auto;height:calc(var(--window-height) - 145px)}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper.predictiveSearch__resultsWrapper--center{text-align:center}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar,.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts{padding-top:28px}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar,.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts{padding-top:0}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar{width:calc(35.92% - 1px);border-right:1px solid RGB(var(--color-neutral));padding-right:30px}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar{border-right:0;padding-right:0;width:100%}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar .predictiveSearch__menu{margin:10px 0 44px}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar .predictiveSearch__menu:last-child{margin-bottom:0}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar .predictiveSearch__menu:last-child{margin-bottom:22px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsSidebar .predictiveSearch__menu{margin:14px 0 22px}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts{overflow:auto;width:64.08%}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts{overflow:unset;height:auto;width:100%}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsHeader{align-items:center;display:flex;justify-content:space-between;padding:0 16px;margin-bottom:32px}@media screen and (max-width: 1024px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsHeader{margin-bottom:25px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsHeader{padding:0}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsHeader.predictiveSearch__resultsProductsHeaderSecond{display:none}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:70px 90px;padding:0 56px;margin-bottom:70px}@media screen and (max-width: 1024px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList{grid-template-columns:repeat(2,1fr);grid-gap:46px 94px;padding:0 86px}}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList{grid-template-columns:repeat(1,1fr);padding:0;grid-gap:20px 0;margin-top:24px}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem{display:grid;grid-gap:8px 0;text-align:center}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem{grid-template-columns:max-content auto;grid-auto-rows:max-content;grid-template-areas:"image title" "image description";text-align:left}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem .predictiveSearch__resultsProductsItemDescription{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:30px}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem .predictiveSearch__resultsProductsItemImageWrapper{grid-area:image;width:max-content}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem .predictiveSearch__resultsProductsItemImageWrapper img{display:block;margin:0 auto 6px;object-fit:cover;max-width:125px;height:125px;width:100%}@media screen and (max-width: 750px){.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem .predictiveSearch__resultsProductsItemImageWrapper img{max-width:75px;height:75px;margin:0 8px 0 0}}.predictiveSearch .predictiveSearch__wrapper .predictiveSearch__results .predictiveSearch__resultsWrapper .predictiveSearch__resultsProducts .predictiveSearch__resultsProductsList .predictiveSearch__resultsProductsItem div p{color:RGB(var(--color-neutral-dark))}
/*# sourceMappingURL=/s/files/1/0658/3533/5923/t/128/assets/predictive-search.scss.css.map */
