.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));z-index:3;border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__loading-state,.predictive-search--panel[data-loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__search-for-button,.predictive-search--panel[data-loading] .predictive-search__search-for-button{display:none}predictive-search[loading] .predictive-search__panel~.predictive-search__loading-state,.predictive-search--panel[data-loading] .predictive-search__panel~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__panel~.predictive-search__search-for-button,.predictive-search--panel[data-loading] .predictive-search__panel~.predictive-search__search-for-button{display:initial}.predictive-search--header.predictive-search--panel{position:fixed;top:auto;left:0;right:0;width:100vw;max-width:100vw;border:0;border-top:.1rem solid rgba(var(--color-foreground),.08);border-radius:0;box-shadow:0 1.6rem 3.2rem rgba(var(--color-shadow),.08);padding:0;z-index:5;max-height:calc(100vh - 100%)}predictive-search.header-inline-search{position:static}.header__search--inline{position:static}.predictive-search__panel{background-color:rgb(var(--color-background));width:100%}.predictive-search__panel-inner{display:grid;grid-template-columns:minmax(20rem,26rem) 1fr;gap:4rem;padding:3rem 5rem 5rem;width:100%;max-width:none;box-sizing:border-box;align-items:start}.predictive-search__column{min-width:0}.predictive-search__column--queries .predictive-search__heading{border-right:.1rem solid rgba(var(--color-foreground),.12);padding-right:2rem}.predictive-search__heading{margin:0 0 1.5rem;padding:0 0 .5rem;color:rgba(var(--color-foreground),.85);font-size:1.3rem;letter-spacing:.05rem;border-bottom:none}.predictive-search__results-list{margin:0;padding:0;display:flex;flex-direction:column;gap:1.4rem}.predictive-search__list-item{list-style:none}.predictive-search__item{display:block;padding:0;text-align:left;text-decoration:none;color:rgb(var(--color-foreground));width:100%;line-height:1.5}.predictive-search__list-item[aria-selected=true] .predictive-search__item,.predictive-search__item:hover,.predictive-search__item:focus-visible{text-decoration:underline;text-underline-offset:.3rem;background-color:transparent}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75);background-color:transparent}.predictive-search__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:3rem 2.5rem;margin:0;padding:0}.predictive-search__products-grid-item{list-style:none}.predictive-search__product-card{display:block;text-decoration:none;color:rgb(var(--color-foreground))}.predictive-search__product-card:hover .predictive-search__product-title{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__product-media{position:relative;width:100%;aspect-ratio:1 / 1;background-color:rgba(var(--color-foreground),.04);overflow:hidden;margin-bottom:1.2rem}.predictive-search__product-image{width:100%;height:100%;object-fit:contain;display:block}.predictive-search__product-badge{position:absolute;top:1rem;left:1rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:.4rem .9rem;font-size:1.1rem;letter-spacing:.05rem;text-transform:none;line-height:1.4}.predictive-search__product-vendor{margin:0 0 .4rem;font-size:1.1rem;color:rgba(var(--color-foreground),.7)}.predictive-search__product-title{margin:0 0 .4rem;font-size:1.4rem;line-height:1.4;color:rgb(var(--color-foreground))}.predictive-search__product-price{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.predictive-search__product-price .price{color:inherit;font-size:inherit;margin-top:0}.predictive-search__product-price .price__regular,.predictive-search__product-price .price__sale{justify-content:flex-start}.predictive-search__no-results{margin:0;color:rgba(var(--color-foreground),.7);font-size:1.4rem}.predictive-search__search-for-button{border-top:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search__item--term{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5rem;word-break:break-word;line-height:calc(1 + .4 / var(--font-body-scale))}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-link))}predictive-search[results] [data-predictive-search-empty-state]{display:none}predictive-search:not([results]) [data-predictive-search-results-state]{display:none}@media screen and (max-width:989px){.predictive-search__panel-inner{grid-template-columns:1fr;gap:2.5rem;padding:2rem 1.5rem 3rem}.predictive-search__column--queries .predictive-search__heading{border-right:0;padding-right:0}.predictive-search__products-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.predictive-search__item--term{padding:1.5rem}}@media screen and (max-width:749px){.predictive-search--header.predictive-search--panel{max-height:calc(100vh - 100%)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-predictive-search.css.map */
