.predictive-search{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background-color:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.1);box-shadow:0 20px 45px -10px #0000001f;z-index:100;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:predictiveFadeIn .22s cubic-bezier(.16,1,.3,1);scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.15) transparent}.predictive-search::-webkit-scrollbar{width:4px}.predictive-search::-webkit-scrollbar-track{background:transparent}.predictive-search::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.15);border-radius:4px}@keyframes predictiveFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search mark,.predictive-search__suggestion-text mark{background-color:transparent!important;color:rgb(var(--color-button))!important;font-weight:600!important;text-decoration:none!important}.predictive-search__loading-state{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1.5rem;min-height:120px;background:rgb(var(--color-background))}.predictive-search__loading-state .spinner{width:2.4rem;height:2.4rem}.predictive-search__loading-state .path{stroke:rgb(var(--color-foreground))}.predictive-search__results-groups-wrapper{display:grid;grid-template-columns:1fr;padding:1.8rem 1.4rem 2.4rem;gap:2.2rem;max-width:80rem;margin:0 auto;width:100%}@media screen and (min-width:750px){.predictive-search__results-groups-wrapper{grid-template-columns:260px 1fr;padding:2.4rem 2.4rem 3rem;gap:3rem}.predictive-search__results-groups-wrapper--no-suggestions,.predictive-search__results-groups-wrapper--no-products{grid-template-columns:1fr}}.predictive-search__result-group{display:flex;flex-direction:column;gap:.6rem;min-width:0}.predictive-search__result-group--suggestions{display:flex;flex-direction:column;gap:1.6rem}.predictive-search__category-wrapper{display:flex;flex-direction:column}.predictive-search__header-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;height:2.2rem!important;border-bottom:1px solid rgba(var(--color-foreground),.08)!important;margin:0 0 1rem!important;padding:0!important;box-sizing:border-box!important}.predictive-search__heading{font-family:var(--font-body-family)!important;font-size:.72rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgba(var(--color-foreground),.5)!important;margin:0 0 .8rem!important;padding:0!important;line-height:1!important;display:flex!important;align-items:center!important;height:2.2rem!important;border-bottom:1px solid rgba(var(--color-foreground),.08)!important;box-sizing:border-box!important}.predictive-search__header-bar .predictive-search__heading{border-bottom:none!important;height:auto!important;padding:0!important;margin:0!important}.predictive-search__count-badge{font-family:var(--font-body-family)!important;font-size:.7rem!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:rgba(var(--color-foreground),.6)!important;background:rgba(var(--color-foreground),.06)!important;padding:.3rem .8rem!important;border-radius:20px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.predictive-search__results-list{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none}.predictive-search__list-item{list-style:none;margin:0;padding:0}.predictive-search__item--suggestion{display:flex;align-items:center;gap:.8rem;padding:.75rem 1rem;width:100%;text-decoration:none;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.35rem;font-weight:400;border-radius:4px;transition:background-color .2s cubic-bezier(.16,1,.3,1),color .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);line-height:1.4}.predictive-search__item--suggestion:hover{background:rgba(var(--color-foreground),.04);color:rgb(var(--color-button));transform:translate(3px)}.predictive-search__item--suggestion:active{transform:scale(.98)}.predictive-search__badge{font-family:var(--font-body-family)!important;font-size:.68rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;background:rgba(var(--color-foreground),.06)!important;color:rgba(var(--color-foreground),.65)!important;padding:.35rem .8rem!important;border-radius:3px!important;line-height:1!important;flex-shrink:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.predictive-search__products-grid{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none}.predictive-search__product-card{list-style:none;margin:0;padding:0;min-width:0;width:100%}.predictive-search__product-link{display:flex;align-items:center;gap:1.5rem;padding:1.1rem 1.4rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:6px;text-decoration:none;color:rgb(var(--color-foreground));transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1);width:100%;box-sizing:border-box}.predictive-search__product-link:hover{border-color:rgba(var(--color-foreground),.25);background:rgba(var(--color-foreground),.02);transform:translateY(-2px);box-shadow:0 6px 18px #0000000f}.predictive-search__product-link:active{transform:scale(.98)}.predictive-search__product-media{width:72px;height:92px;min-width:72px;flex-shrink:0;overflow:hidden;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:4px}.predictive-search__product-img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .35s ease;display:block}.predictive-search__product-link:hover .predictive-search__product-img{transform:scale(1.06)}.predictive-search__product-info{display:flex;flex-direction:column;gap:.3rem;flex:1 1 auto;min-width:0}.predictive-search__product-vendor{display:block;font-family:var(--font-body-family);font-size:.72rem;font-weight:600;letter-spacing:.12em;color:rgba(var(--color-foreground),.5);text-transform:uppercase;line-height:1.2;margin:0}.predictive-search__product-title{margin:0;font-family:var(--font-heading-family);font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));line-height:1.3;transition:color .15s ease;display:block}.predictive-search__product-link:hover .predictive-search__product-title{color:rgb(var(--color-button))}.predictive-search__product-price{display:block;font-family:var(--font-body-family);font-size:1.35rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.2;margin:0;margin-top:.15rem}.predictive-search__product-action{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;min-width:3.2rem;min-height:3.2rem;border-radius:50%;color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.04);transition:all .25s cubic-bezier(.16,1,.3,1);flex-shrink:0;margin-left:auto}.predictive-search__product-link:hover .predictive-search__product-action{color:rgb(var(--color-button));background:rgba(var(--color-button),.1);transform:translate(3px)}.predictive-search__empty-state{padding:3.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem}.predictive-search__empty-icon{width:50px;height:50px;border-radius:50%;background:rgba(var(--color-foreground),.05);display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.5);margin-bottom:.4rem}.predictive-search__empty-title{margin:0;font-family:var(--font-heading-family);font-size:1.45rem;font-weight:500;letter-spacing:.02em;color:rgb(var(--color-foreground))}.predictive-search__search-for-button{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-predictive-search.css.map */
