predictive-search{height:100%;position:relative}predictive-search .search-modal__form{height:100%;display:flex;flex-direction:column}predictive-search .search__input{box-shadow:none;padding-left:0}predictive-search .search__input:focus-visible,predictive-search .search__input:focus{outline:0;box-shadow:none!important}.predictive-search{--mask-transparency: .3;display:none;background-color:var(--color-background);z-index:3;flex-grow:1;max-height:calc(100vh - 49px);max-height:calc(100dvh - 49px);overflow-y:auto;border-bottom-left-radius:var(--input-radius);border-bottom-right-radius:var(--input-radius);-webkit-overflow-scrolling:touch}.predictive-search-empty{--mask-transparency: .3;background-color:var(--color-background);z-index:3;flex-grow:1;max-height:calc(100vh - 49px);max-height:calc(100dvh - 49px);overflow-y:auto;border-bottom-left-radius:var(--input-radius);border-bottom-right-radius:var(--input-radius);-webkit-overflow-scrolling:touch}predictive-search[open] .predictive-search-empty,predictive-search[loading] .predictive-search-empty,predictive-search[loading] .predictive-search__no-results{display:none}.predictive-search--search-template{z-index:2;width:100%}.predictive-search__results-groups-wrapper{display:flex}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0}.predictive-search__results-groups-wrapper{flex-direction:column}}@media screen and (min-width:750px){.predictive-search{border-top:none;width:100%}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}#predictive-search-results{height:100%}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;padding-inline:var(--padding-inner);padding-bottom:var(--spacing-05)}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}@media screen and (min-width:750px){.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{flex:0 0 20rem}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}.predictive-search__result-group+.predictive-search__result-group{border-left:.1rem solid var(--color-border)}}@media screen and (max-width:749px){.predictive-search__result-group+.predictive-search__result-group{border-top:.1rem solid var(--color-border)}}.predictive-search__heading{font-size:var(--font-size-body-xs);margin-top:var(--spacing-05);margin-bottom:var(--spacing-04);display:flex;justify-content:space-between;align-items:baseline;color:var(--color-foreground-light)}.predictive-search__heading h2{font-size:inherit;color:var(--color-foreground-light)}.predictive-search__heading a{display:flex;align-items:center;gap:.4em;color:var(--color-foreground);text-decoration:none;transition:all var(--duration-mid) var(--ease-standard)}.predictive-search__heading a:hover{color:var(--color-link-hover)}.predictive-search__heading a .icon{width:1.2em;height:1.2em}predictive-search .spinner{color:var(--color-border);width:4rem;height:4rem;line-height:0}@media screen and (max-width:749px){predictive-search .spinner{width:3.2rem;height:3.2rem}}predictive-search:not([loading]) .predictive-search__loading-state,predictive-search:not([loading]) .predictive-search-status__loading{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;height:100%;align-items:center;padding:var(--spacing-04)}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__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:var(--color-foreground);background-color:rgba(var(--color-foreground),.04)}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;font-family:var(--font-body-family);padding:var(--spacing-03) 0;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;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-vendor{font-size:.9rem}.predictive-search__item-heading{font-size:var(--font-size-body);font-family:var(--font-body-family);margin:0}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75)}.predictive-search__item-query-result mark{background-color:transparent}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:var(--spacing-05) var(--padding-inner);word-break:break-all;font-size:var(--font-size-body)}@media screen and (min-width:750px){.predictive-search__item--term{padding-top:var(--spacing-04);padding-bottom:var(--spacing-04)}}.predictive-search__item--term .icon-arrow{width:1.2rem;height:1.2rem;flex-shrink:0;margin-left:2rem;color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}#predictive-search-results-products-list{--grid-columns: 2;--grid-spacing-horizontal: var(--spacing-03);--grid-spacing-vertical: var(--spacing-05)}.predictive-search__results-list:not(.product-grid){margin-top:calc(var(--spacing-03) * -1)}.predictive-search__no-results{height:100%;width:100%;display:grid;padding-inline:var(--padding-inner);place-content:center;justify-content:center;justify-items:center;gap:var(--spacing-04)}.predictive-search__no-results p{max-width:40ch;text-align:center}.predictive-search__no-results p span{font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/23/assets/component-predictive-search.css.map */
