.predictive-search-top{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:20px}.predictive-search{display:none;position:absolute;top:calc(100% + 2px);width:100%;left:0;border:1px solid#ebebeb;-webkit-box-shadow:0 4px 16px rgba(0,0,0,3%);box-shadow:0 4px 16px rgba(0,0,0,3%);background-color:#fff;z-index:5}.predictive-search__wrapper{padding-top:15px;padding-bottom:30px}.predictive-search:before{content:"";border:1px solid#ebebeb;border-right:none;border-bottom:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:-10px;left:370px;z-index:4;width:14px;height:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff}@media(max-width:989px){.predictive-search:before{left:80px}}.predictive-search__heading{margin:0;padding:0}@media(max-width:575px){.predictive-search__heading{font-size:15px}}.predictive-search__view-all{white-space:nowrap}.predictive-search__results-list{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.predictive-search__list-item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.predictive-search__list-item .card-wrapper{max-width:300px}.predictive-search__list-item .card__inner{height:11vw}@media(min-width:1250px){.predictive-search__list-item{width:20%}.predictive-search__list-item:nth-child(6){display:none}}@media(max-width:1249px){.predictive-search__list-item{width:33.3333333333%}.predictive-search__list-item .card__inner{height:13vw;margin-top:15px;margin-bottom:10px}}@media(max-width:749px){.predictive-search__list-item{width:50%}.predictive-search__list-item .card__inner{height:17vw;margin-bottom:20px;margin-top:0}}@media(max-width:575px){.predictive-search__list-item:nth-child(n+5){display:none}.predictive-search__list-item .card__inner{height:15vw}}.predictive-search__info{margin:0;padding:0}.predictive-search__loader{opacity:0;visibility:hidden;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.predictive-search__loader .spinner{width:1.5rem;height:1.5rem;line-height:0}predictive-search[open]:after{content:"";background-color:#000;opacity:.5;position:absolute;top:calc(100% + 2px);left:0;z-index:2;display:block;width:100vw;height:100vh}predictive-search[open][loading] .predictive-search__wrapper{opacity:0;visibility:hidden}predictive-search[open][loading] .predictive-search__loader{opacity:1;visibility:visible}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}predictive-search[loading]:not([open]) .predictive-search{display:none}