.predictive-search{display:none;position:absolute;top:calc(100% + 1px);z-index:3;background-color:var(--pinch-white);border:1px solid var(--pinch-grey-3);width:100%;max-width:770px;padding:var(--box-pad);box-sizing:border-box}.predictive-search .predictive-search__heading{margin-top:0}#predictive-search-results{gap:var(--box-gap)}.predictive-search--search-template{z-index:2}@media screen and (max-width:768px){.predictive-search--header{right:0;left:0;top:100%}}@media screen and (max-width:989px){.predictive-search{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media screen and (min-width:769px){.predictive-search{border-top:none}.header predictive-search{position:static}}predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}.predictive-search__heading{display:flex;justify-content:space-between;align-items:center}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}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}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__results-list{display:flex;flex-direction:column;gap:var(--box-gap)}.predictive-search__item{display:flex;text-align:left;text-decoration:none;width:100%}@media screen and (min-width:769px){.predictive-search__item.button{width:auto;margin:0 auto}}.predictive-search__item-heading{font-size:18px}.predictive-search__item--link{display:grid;grid-template-columns:50px 1fr;grid-column-gap:var(--box-gap);grid-template-areas:"product-image product-content"}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item--term{justify-content:space-between;align-items:center}.predictive-search__item--term .icon-arrow{flex-shrink:0}.predictive-search__image{grid-area:product-image;width:50px;height:50px;-o-object-fit:cover;object-fit:cover}