.predictive-search{display:none;position:absolute;top:calc(100% + .3rem);left:0;width:100%;background-color:var(--background-color);color:var(--text-color);z-index:3;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding-top:24px}.predictive-search--search-template{z-index:2;width:100%}@media only screen and (max-width:767px){.predictive-search--header{right:0;left:0;top:calc(100% + .3rem)}}.header predictive-search{position:relative;display:flex}predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}.predictive-search__result-group>*{margin-bottom:24px}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}@media only screen and (min-width:768px){.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}}@media screen and (min-width:750px){.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2){display:none}.predictive-search__result-group:only-child,.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child{flex-grow:1}}.predictive-search__heading{margin:0 12px;padding:16px 0 8px;text-transform:uppercase}predictive-search .spinner{width:1.5rem;height:1.5rem}predictive-search:not([loading]) .predictive-search-status__loading,predictive-search:not([loading]) .predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__search-for-button{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__results-list{display:flex;flex-wrap:wrap}.predictive-search__list-item{max-width:25%;width:100%}@media only screen and (max-width:767px){.predictive-search__list-item{max-width:50%}}.predictive-search__list-item:hover .predictive-search__item-heading,.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;align-items:center;padding:12px;color:inherit;text-align:left;text-decoration:none;background-color:transparent;width:100%;transition:var(--transition-duration-short,.3s)}.predictive-search__item-content{display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:14px;text-transform:uppercase}.predictive-search__item-heading{text-transform:uppercase;margin:0}.predictive-search__item-heading svg{vertical-align:bottom;margin-right:6px}.predictive-search__item-query-result :not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--text-color),.75);background-color:transparent}.predictive-search__item-query-result svg{vertical-align:middle;margin-right:12px}.predictive-search__item .price{color:rgba(var(--text-color),.7);font-size:14px}.predictive-search .price,.predictive-search__item-vendor+.predictive-search__item-heading{margin-top:6px}.predictive-search__item--term{justify-content:space-between;align-items:center;background-color:rgba(var(--button-secondary-background-color),.1);border:none;border-top:1px solid;word-break:break-all}.predictive-search__item--term:hover{background-color:rgba(var(--button-secondary-background-color),0)}.predictive-search__item--term .icon-arrow{flex-shrink:0}.predictive-search__image{display:block;width:70%;-o-object-fit:contain;object-fit:contain;font-family:'object-fit: contain';transform:scale(1);transition:var(--transition-duration-short,.3s)}@media only screen and (max-width:767px){.predictive-search__image{width:100px;height:100px}}@media only screen and (min-width:768px){.predictive-search__item:hover .predictive-search__image{transform:scale(1.05)}}