.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;background-color:rgb(var(--color-background));box-shadow:0 2px 2px rgba(26,26,26,.2);overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search--search-template{z-index:3;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;padding-bottom:1rem}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width:750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;gap:2rem}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}@media screen and (min-width:750px){.predictive-search__result-group:last-child .predictive-search__pages-wrapper,.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2){display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}}.predictive-search__suggestions{order:1}.predictive-search__products{order:2}.predictive-search__pages{order:3}.predictive-search__heading{font-size:1.6rem;margin:0 auto;padding:1.5rem 0 .75rem;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 4rem);color:rgba(var(--color-foreground),1);font-family:var(--font-mono-family);font-weight:var(--font-mono-weight);font-style:var(--font-mono-style);letter-spacing:var(--font-mono-letter-spacing)}#predictive-search-results-products-list{margin:0 2rem;-moz-column-gap:1.5rem;column-gap:1.5rem}#predictive-search-results-queries-list{-moz-column-gap:2rem;column-gap:2rem;margin:0 2rem}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__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__search-for-button{position:sticky;bottom:0;border-top:.1rem solid rgba(var(--color-foreground),.08);background-color:rgb(var(--color-background))}.predictive-search__list-item:not:hover .predictive-search__item:not(.button--secondary) .predictive-search__item-heading,.predictive-search__list-item[aria-selected=true] .predictive-search__item:not(.button--secondary) .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;padding:.5rem 2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item.arrow-badge{height:2.4rem;padding:0 .8rem;border:1px solid #1c1c1c;background-color:#1c1c1c;white-space:nowrap;color:#fff;text-decoration:none;font-family:var(--font-mono-family);font-weight:var(--font-mono-weight-bold);font-style:var(--font-mono-style);letter-spacing:var(--font-mono-letter-spacing-wide);font-size:1.4rem;line-height:1;position:relative;padding:0 .3rem 0 .6rem;border-right:none}.predictive-search__item.arrow-badge::after,.predictive-search__item.arrow-badge::before{content:"";position:absolute;right:0;width:0;height:0;transition:all .3s;transform:translate(100%)}.predictive-search__item.arrow-badge::after{top:-1px;border-top:1.2rem solid transparent;border-bottom:1.2rem solid transparent;border-left:1.1rem solid #1c1c1c}.predictive-search__item-query-result mark{color:#fff}.predictive-search__item-query-result mark{background-color:transparent}.predictive-search__item--link-with-thumbnail{display:block;padding:0!important}.predictive-search__item--link-with-thumbnail .predictive-search__item-content{padding-left:.5rem;margin-top:.5rem;border-left:2px solid transparent}.predictive-search__item-content{display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-content .price__sale{gap:.5rem}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0;white-space:initial}.predictive-search__item.predictive-search__item:not(.arrow-badge):hover{color:#19c2ff}.predictive-search__item .price{color:rgb(var(--color-foreground));font-size:1.4rem}.predictive-search__item-vendor+.predictive-search__item-heading{margin-top:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.3rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale));font-family:var(--font-mono-family);font-weight:var(--font-mono-weight);font-style:var(--font-mono-style);letter-spacing:var(--font-mono-letter-spacing);font-size:1.6rem;text-transform:uppercase}@media screen and (min-width:750px){.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}}.predictive-search__item--term .icon-arrow{width:2rem;height:auto;flex-shrink:0;margin-left:calc(var(--font-heading-scale)* 2rem);color:rgb(var(--color-link))}