.predictive-search{min-height:4.5rem;overflow-y:auto;padding-top:.3rem;border:.2rem solid rgb(var(--color-border-input-hover));right:0;position:absolute;border-top:none;max-height:33.5rem;top:calc(100% - .3rem);background-color:rgb(var(--color-background-input));border-radius:0 0 .4rem .4rem;left:0;width:100%;display:none}.predictive-search::-webkit-scrollbar{width:.4rem}.predictive-search::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem}.predictive-search__pages-wrapper{border-top:.1rem solid rgb(var(--color-border))}.predictive-search--search-template{width:100%}@media screen and (max-width:989px){.predictive-search{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media screen and (min-width:750px){.header predictive-search{position:relative}}predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}.predictive-search__heading{padding:1.5rem 0 .75rem;justify-content:space-between;color:rgba(var(--color-foreground),.7);border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin:0 auto;align-items:center;width:calc(100% - 4rem);display:flex}predictive-search .spinner{height:1.5rem;width:1.5rem;line-height:0}.predictive-search__heading .spinner{margin:0 .2rem 0 2rem}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{padding:1.3rem 2rem;justify-content:center;align-items:center;display:flex}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__list-item:not(:first-child){border-top:.1rem solid rgb(var(--color-border))}.predictive-search__list-item:hover>*,.predictive-search__list-item[aria-selected=true]>*{background-color:rgba(var(--color-foreground),.035)}.predictive-search__list-item:hover .predictive-search__item-heading,.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading{text-decoration:none;color:rgb(var(--color-accent))}.predictive-search__item{padding:.8rem;text-decoration:none;transition:background var(--duration-default);position:relative;gap:.8rem;text-align:left;width:100%;display:flex}@media screen and (min-width:1200px){.predictive-search__item{padding:.8rem 2rem}}.predictive-search__item--link{right:0;position:absolute;bottom:0;top:0;left:0;display:block!important}.predictive-search__item-content{grid-area:product-content;justify-content:center;flex-direction:column;align-items:flex-start;display:flex}.predictive-search__item-content .price-item--sale,.predictive-search__item-content .price__regular{font-size:1.3rem}.predictive-search__item-content .price-item--regular{color:rgb(var(--color-foreground-secondary))}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-heading{transition-duration:var(--duration-default);text-decoration:none;font-weight:500;transition-timing-function:ease;margin:0;line-height:1.5;transition-property:color;display:inline}.predictive-search__item--term{padding:1.3rem .8rem;justify-content:space-between;color:rgb(var(--color-button));transition:background var(--duration-default);word-break:break-all;align-items:center}.predictive-search__item--term:hover{background-color:rgba(var(--color-foreground),.035)}@media screen and (min-width:1200px){.predictive-search__item--term{padding:1.3rem 2rem}}.predictive-search .price,.predictive-search__item-vendor+.predictive-search__item-heading{margin-top:.2rem}.predictive-search__item-vendor a{text-decoration:none;color:inherit;transition:opacity var(--duration-default);position:relative;z-index:2}.predictive-search__item-vendor a:hover{opacity:.7}.predictive-search__image{flex:none;height:3.6rem;grid-area:product-image;border:.1rem solid rgb(var(--color-border));object-fit:cover;border-radius:.2rem;width:3.6rem;font-family:"object-fit: contain";display:block}@media screen and (min-width:1200px){.predictive-search__image{height:5rem;width:5rem}}