.predictive-search{--search-vertical-spacing: clamp(2.4rem, calc(48 / var(--vw-desktop-large) * 100vw), 4.8rem);--search-heading-spacing: clamp(1.6rem, calc(20 / var(--vw-desktop-large) * 100vw), 2rem);--search-group-spacing: 2.4rem;--search-column-gap: calc(var(--menu-gap-horizontal) / 2);--search-product-card-gap: var(--grid-horizontal-spacing);display:none;container:predictive-search / inline-size;position:absolute;top:100%;left:0;background-color:rgb(var(--color-background));box-shadow:rgba(var(--color-shadow),.15) 0 .2rem .1rem;font-size:clamp(1.2rem,calc(14 / var(--vw-desktop-large) * 100vw),1.4rem);overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:var(--max-height, 100vh);z-index:3}@media screen and (min-width: 750px){.predictive-search{--search-group-spacing: clamp(2rem, calc(24 / var(--vw-desktop-large) * 100vw), 2.4rem)}}.predictive-search--header,.predictive-search--drawer{right:0;left:0;top:100%}.predictive-search--drawer{height:var(--max-height)}.menu-drawer .predictive-search{box-shadow:none}.predictive-search--search-template{z-index:2;width:100%}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;gap:calc(var(--search-vertical-spacing) - .4rem) var(--search-column-gap);padding:var(--search-vertical-spacing) 0}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;gap:var(--search-group-spacing)}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__products{border-top:.1rem solid rgb(var(--color-border));padding-top:var(--search-vertical-spacing)}.predictive-search__products:first-child{border-top:0;padding-top:0}.predictive-search__products>div{max-width:96rem;width:100%;margin:0 auto}.predictive-search__products .predictive-search__list-item .card{flex-direction:row;column-gap:1.6rem}.predictive-search__header{margin:0 0 var(--search-heading-spacing)}.predictive-search__heading{display:block;font-size:1em;font-weight:700;letter-spacing:.1rem;line-height:1.125;margin:0 0 var(--search-heading-spacing)}.predictive-search__header .predictive-search__heading{margin:0}predictive-search .spinner{width:1.5rem;height:1.5rem;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;justify-content:center;padding:1rem}.menu-drawer predictive-search[loading] .predictive-search__loading-state{padding:.8rem 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__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__queries{--item-pad: .5em;--line-height: 1.4}.predictive-search__queries .predictive-search__results-list{margin-top:calc(var(--item-pad) * -1);margin-bottom:calc(var(--item-pad) * -1)}@media screen and (min-width: 990px){.predictive-search__queries .predictive-search__results-list{margin-top:calc((var(--item-pad) * -1) + ((1 - var(--line-height)) * .5em));margin-bottom:calc((var(--item-pad) * -1) + ((1 - var(--line-height)) * .5em))}}.predictive-search__item{color:rgb(var(--color-foreground));display:flex;font-size:1em;line-height:var(--line-height);padding:.8rem 0;padding:var(--item-pad) 0;text-align:left;text-decoration:none;transition:text-decoration var(--duration-short) ease;word-wrap:break-word;width:100%}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-heading{margin:0}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgb(var(--color-foreground))}.predictive-search__item-query-result mark{background-color:transparent}.predictive-search__header,.predictive-search__products .predictive-search__results-list{display:grid;grid-template-columns:1fr;gap:var(--search-product-card-gap)}@supports not (container-type: inline-size){@media screen and (min-width: 390px){.predictive-search__products .predictive-search__results-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 750px){.predictive-search{border-top:none;width:100%}.header predictive-search{position:relative}.predictive-search__results-groups-wrapper{flex-direction:row}.predictive-search__queries{min-width:18rem;width:max-content}.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__products{flex-grow:1;border-top:0;border-left:.1rem solid rgb(var(--color-border));padding-top:0;padding-left:var(--search-column-gap)}.predictive-search__products:first-child{border-left:0;padding-left:0}.predictive-search__header,.predictive-search__products .predictive-search__results-list{display:grid;grid-template-columns:repeat(4,1fr)}.predictive-search__products .predictive-search__list-item .card{flex-direction:column}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}}@supports (container-type: inline-size){@container predictive-search (min-width: 390px){.predictive-search__header,.predictive-search__products .predictive-search__results-list{grid-template-columns:repeat(2,1fr)}}@container predictive-search (min-width: 750px){.predictive-search{border-top:none;width:100%}.header predictive-search{position:relative}.predictive-search__results-groups-wrapper{flex-direction:row}.predictive-search__queries{min-width:18rem;width:max-content}.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__products{flex-grow:1;border-top:0;border-left:.1rem solid rgb(var(--color-border));padding-top:0;padding-left:var(--search-column-gap)}.predictive-search__products:first-child{border-left:0;padding-left:0}.predictive-search__header,.predictive-search__products .predictive-search__results-list{display:grid;grid-template-columns:repeat(4,1fr)}.predictive-search__products .predictive-search__list-item .card{flex-direction:column}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}}
/*# sourceMappingURL=/cdn/shop/t/967/assets/component-predictive-search.css.map */
