.predictive-search{display:none;position:absolute;top:calc(100% + .6rem);left:-.1rem;border:1px solid rgba(var(--color-foreground),.1);border-top:2px solid var(--ap-accent, rgb(var(--color-button)));background-color:var(--ap-surface, rgb(var(--color-background)));z-index:3;border-radius:var(--ap-radius, 8px);box-shadow:var(--ap-shadow-lg, 0 12px 32px rgba(0, 0, 0, .18));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;border-bottom:1px solid rgba(var(--color-foreground),.08);padding-bottom:var(--ap-space-sm, 1rem)}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width:750px){.predictive-search{width:calc(100% + .2rem)}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}@media(prefers-reduced-motion:no-preference){predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{animation:ap-predictive-in var(--ap-motion, .2s) var(--ap-ease, cubic-bezier(.2, .6, .2, 1))}}@keyframes ap-predictive-in{0%{opacity:0;transform:translateY(-.6rem)}to{opacity:1;transform:translateY(0)}}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:2rem}.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 26.4rem;border-right:1px solid rgba(var(--color-foreground),.08)}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1;border-right:0}}.predictive-search__heading{margin:0 2rem;padding:1.6rem 0 .8rem;font-size:1.1rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--ap-accent, rgb(var(--color-button)));border-bottom:1px solid rgba(var(--color-foreground),.1)}predictive-search .spinner{width:1.6rem;height:1.6rem;line-height:0;color:var(--ap-accent, rgb(var(--color-button)))}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:1.6rem}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{position:relative}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:var(--ap-on-surface, rgb(var(--color-foreground)));background-color:rgba(var(--color-button),.07)}.predictive-search__item[aria-selected=true]:before,.predictive-search__item:hover:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ap-accent, rgb(var(--color-button)))}.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;text-decoration-thickness:1px}.predictive-search__item{position:relative;display:flex;align-items:center;padding:1.2rem 2rem;min-height:4.4rem;text-align:left;text-decoration:none;width:100%;transition:background-color var(--ap-motion, .2s) var(--ap-ease, ease)}.predictive-search__item--link-with-thumbnail{display:grid;align-items:center;grid-template-columns:5.6rem 1fr;grid-column-gap:1.6rem;grid-template-areas:"product-image product-content"}.predictive-search__image{grid-area:product-image;width:5.6rem;height:5.6rem;object-fit:contain;font-family:"object-fit: contain";border-radius:var(--ap-radius-sm, 4px);background:var(--ap-surface-2, rgba(var(--color-foreground), .04));border:1px solid rgba(var(--color-foreground),.08);padding:.3rem}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column;gap:.3rem;min-width:0}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}.predictive-search__item-heading{margin:0;font-size:1.4rem;font-weight:600;line-height:1.3;color:var(--ap-on-surface, rgb(var(--color-foreground)));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__item-specs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--ap-space-2xs, .4rem);margin-top:.5rem;min-width:0}.predictive-search__item-specs .ap-season-badge{flex:0 0 auto}.predictive-search__item-query-result *:not(mark){font-weight:700}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.6);font-weight:500;background-color:transparent}.predictive-search__item .price{margin-top:.2rem;color:var(--ap-on-surface, rgb(var(--color-foreground)));font-size:1.4rem;font-weight:800;letter-spacing:.005em}.predictive-search__item .price--on-sale .price-item--sale{color:var(--ap-accent, rgb(var(--color-button)))}.predictive-search__item .price__sale .price-item--regular{opacity:.55;font-weight:500}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.3rem}.predictive-search__search-for-button{border-top:1px solid rgba(var(--color-foreground),.08)}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.4rem 2rem;word-break:break-word;font-weight:700;color:var(--ap-accent, rgb(var(--color-button)));line-height:calc(1 + .4 / var(--font-body-scale))}.predictive-search__item--term[aria-selected=true],.predictive-search__item--term:hover{color:var(--ap-accent, rgb(var(--color-button)));background-color:rgba(var(--color-button),.1)}@media screen and (min-width:750px){.predictive-search__item--term{padding-top:1.2rem;padding-bottom:1.2rem}}.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:var(--ap-accent, rgb(var(--color-button)))}@media(prefers-reduced-motion:reduce){.predictive-search__item{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-predictive-search.css.map */
