.predictive-search{position:absolute;z-index:var(--trade-hnv2-z-dropdown);inset-block-start:calc(100% + var(--trade-hnv2-space-1));inset-inline:0;display:none;width:100%;max-height:min(70vh,560px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;color:var(--trade-hnv2-color-foreground);background:var(--trade-hnv2-color-background);border:var(--trade-hnv2-border-subtle);border-radius:var(--trade-hnv2-popover-radius);box-shadow:var(--trade-hnv2-shadow-md)}.predictive-search--search-template{z-index:var(--trade-hnv2-z-dropdown)}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;min-width:0;border-block-end:var(--trade-hnv2-border-subtle)}.predictive-search__result-group{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__heading{margin:0;padding:var(--trade-hnv2-space-3) var(--trade-hnv2-space-3) var(--trade-hnv2-space-2);color:var(--trade-hnv2-color-muted-foreground);border-block-end:var(--trade-hnv2-border-subtle);font-family:var(--trade-hnv2-font-family);font-size:var(--trade-hnv2-type-label-size);font-weight:var(--trade-hnv2-weight-medium);line-height:var(--trade-hnv2-type-label-line);letter-spacing:0;text-transform:none}.predictive-search__results-list{margin:0;padding:0}.predictive-search__list-item{min-width:0}.predictive-search__list-item>product-component{display:block;min-width:0}.predictive-search__item{display:flex;align-items:center;width:100%;max-width:100%;min-width:0;min-height:var(--trade-hnv2-target-min);padding:var(--trade-hnv2-space-2) var(--trade-hnv2-space-3);color:var(--trade-hnv2-color-foreground);font-family:var(--trade-hnv2-font-family);font-size:var(--trade-hnv2-type-small-size);font-weight:var(--trade-hnv2-weight-regular);line-height:var(--trade-hnv2-type-small-line);text-align:start;text-decoration:none;overflow-wrap:anywhere}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-areas:"product-image product-content";grid-template-columns:var(--trade-hnv2-target-min) minmax(0,1fr);column-gap:var(--trade-hnv2-space-3)}.predictive-search__item-content{display:flex;grid-area:product-content;flex-direction:column;max-width:100%;min-width:0}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-heading{max-width:100%;margin:0;color:inherit;font-family:var(--trade-hnv2-font-family);font-size:var(--trade-hnv2-type-small-size);font-weight:var(--trade-hnv2-weight-regular);line-height:var(--trade-hnv2-type-small-line);letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.predictive-search__item-query-result *:not(mark){font-weight:var(--trade-hnv2-weight-medium)}.predictive-search__item-query-result mark{color:var(--trade-hnv2-color-muted-foreground);background:transparent}.predictive-search__item-vendor{color:var(--trade-hnv2-color-muted-foreground);font-size:var(--trade-hnv2-type-label-size);font-weight:var(--trade-hnv2-weight-regular);line-height:var(--trade-hnv2-type-label-line);letter-spacing:0}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-block-start:var(--trade-hnv2-space-1)}.predictive-search__item .price{color:var(--trade-hnv2-color-muted-foreground);font-size:var(--trade-hnv2-type-label-size);font-weight:var(--trade-hnv2-weight-regular);line-height:var(--trade-hnv2-type-label-line)}.predictive-search__image{grid-area:product-image;width:var(--trade-hnv2-target-min);height:var(--trade-hnv2-target-min);object-fit:cover;font-family:"object-fit: cover";background:var(--trade-hnv2-color-surface);border:var(--trade-hnv2-border-subtle);border-radius:var(--trade-hnv2-media-thumbnail-radius)}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__item[aria-selected=true]{color:var(--trade-hnv2-state-selected-foreground);background:var(--trade-hnv2-state-selected-background);box-shadow:inset 0 0 0 1px var(--trade-hnv2-state-selected-border)}@media(hover:hover){.predictive-search__list-item:hover>*,.predictive-search__item:hover{color:var(--trade-hnv2-color-foreground);background:var(--trade-hnv2-state-neutral-hover)}}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading{text-decoration:underline;text-decoration-thickness:var(--trade-hnv2-link-decoration-thickness);text-underline-offset:var(--trade-hnv2-link-underline-offset)}.predictive-search__item--term{justify-content:space-between;gap:var(--trade-hnv2-space-3);min-height:var(--trade-hnv2-target-min);padding:var(--trade-hnv2-space-3);border:0;overflow-wrap:anywhere}.predictive-search__item--term>span:first-child{min-width:0;overflow-wrap:anywhere;word-break:break-word}.predictive-search__item--term .svg-wrapper{flex:0 0 auto}.predictive-search__item--term .icon-arrow{width:16px;height:16px;color:var(--trade-hnv2-color-accent)}predictive-search .spinner{width:16px;height:16px;line-height:0}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;align-items:center;justify-content:center;min-height:var(--trade-hnv2-target-min);padding:var(--trade-hnv2-space-2)}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:block}@media screen and (max-width:749px){.predictive-search{max-height:min(70dvh,560px)}.predictive-search__item{align-items:flex-start}.predictive-search__item--link-with-thumbnail{grid-template-columns:var(--trade-hnv2-target-min) minmax(0,1fr)}.predictive-search__item--term{align-items:center}}@media screen and (min-width:750px){.header predictive-search{position:relative}.predictive-search__results-groups-wrapper{flex-direction:row}.predictive-search__result-group+.predictive-search__result-group{border-inline-start:var(--trade-hnv2-border-subtle)}.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:block}.predictive-search__result-group:first-child{flex:0 0 264px}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}@media(prefers-reduced-motion:reduce){.predictive-search{scroll-behavior:auto}}@media(forced-colors:active){.predictive-search__list-item[aria-selected=true]>*,.predictive-search__item[aria-selected=true]{outline:2px solid Highlight;outline-offset:-2px;box-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-predictive-search.css.map */
