predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}predictive-search:not([loading]) .predictive-search-status__loading,predictive-search:not([loading]) .predictive-search__heading .spinner,predictive-search:not([loading]) .predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:var(--box-pad-md)}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}predictive-search .predictive-search{display:none;position:absolute;width:100%;top:100%;z-index:3;background:var(--brand-black);border:var(--box-border-width) solid var(--brand-white);padding:var(--box-pad-md)}predictive-search .predictive-search #predictive-search-results{display:flex;flex-direction:column;gap:var(--global-text-gap)}predictive-search .predictive-search .predictive-search__heading{font-family:var(--global-title-lg-font-family);font-size:var(--global-title-lg-font-size);font-style:var(--global-title-lg-font-style);font-weight:var(--global-title-lg-font-weight);letter-spacing:var(--global-title-lg-letter-spacing);line-height:var(--global-title-lg-line-height);gap:var(--global-title-lg-paragraph-spacing);text-transform:var(--global-title-lg-text-transform)}predictive-search .predictive-search #predictive-search-results-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--global-grid-gap-md)}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item{display:flex;flex-direction:row;gap:var(--global-col-gap-sm);align-items:center;text-decoration:none;border:var(--global-border-width) solid transparent}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item .predictive-search__image{flex:1 1 20%;width:auto;height:100%;-o-object-fit:contain;object-fit:contain;max-height:75px;max-width:-moz-fit-content;max-width:fit-content}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item .predictive-search__image[src*=".png"]{background-image:url(bike-backdrop-product-image.png);background-repeat:no-repeat;background-size:cover;background-position:center}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item .predictive-search__item-heading{flex:1 1 80%;font-family:var(--product-title-font-family);font-size:var(--product-title-font-size);font-style:var(--product-title-font-style);font-weight:var(--product-title-font-weight);letter-spacing:var(--product-title-letter-spacing);line-height:var(--product-title-line-height);gap:var(--product-title-paragraph-spacing);text-transform:var(--product-title-text-transform);color:Var(--heading-fill-light);text-decoration:none}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:focus,predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:hover{border:var(--global-border-width) solid var(--menu-link-fill-active)}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item.button:focus,predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item.button:hover{color:var(--menu-link-fill-active)}predictive-search .predictive-search svg{height:var(--icon-size);width:var(--icon-size)}predictive-search .predictive-search .spinner{height:var(--icon-size);width:var(--icon-size);line-height:0}