.predictive-search{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.12);border-top:none;box-shadow:0 16px 40px -10px #0000001f;z-index:100;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:predictiveFadeIn .25s cubic-bezier(.16,1,.3,1);scrollbar-width:none;scrollbar-color:rgba(var(--color-foreground),.2) rgba(var(--color-foreground),.03)}.predictive-search::-webkit-scrollbar{width:2px;height:2px}.predictive-search::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.03)}.predictive-search::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:2px;transition:background .2s ease}.predictive-search::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.4)}@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__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:2rem 1.5rem;gap:2rem;max-width:74.2rem;margin:0 auto;width:100%}@media screen and (min-width:750px){.predictive-search__results-groups-wrapper{grid-template-columns:280px 1fr;padding:2.5rem 2rem;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:1.5rem}.predictive-search__result-group--suggestions{position:sticky;top:1.03rem;align-self:flex-start;z-index:5}.predictive-search__header-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px solid rgba(var(--color-foreground),.12);padding-bottom:.85rem;margin-bottom:1.5rem}.predictive-search__heading{font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0}.predictive-search__count-badge{font-size:.9rem;font-weight:700;letter-spacing:.1em;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.08);padding:.35rem .85rem;border-radius:4px}.predictive-search__item--suggestion{display:inline-flex;align-items:center;gap:.8rem;padding:.75rem 1rem;width:100%;text-decoration:none;color:rgb(var(--color-foreground));font-size:1.15rem;font-weight:600;border:1px solid transparent;transition:all .2s ease}.predictive-search__item--suggestion:hover{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground));transform:translate(4px)}.predictive-search__badge{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));padding:.2rem .6rem;border-radius:2px}.predictive-search__products-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0}@media screen and (min-width:600px){.predictive-search__products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.predictive-search__product-card{list-style:none}.predictive-search__product-link{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.12);text-decoration:none;color:rgb(var(--color-foreground));transition:all .25s ease;height:100%}.predictive-search__product-link:hover{background:rgb(var(--color-background));border-color:rgb(var(--color-foreground));transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.predictive-search__product-media{width:90px;height:90px;flex-shrink:0;overflow:hidden;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.1);border-radius:4px}.predictive-search__product-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.predictive-search__product-link:hover .predictive-search__product-img{transform:scale(1.08)}.predictive-search__product-info{display:flex;flex-direction:column;gap:.35rem;flex-grow:1}.predictive-search__product-vendor{font-size:.9rem;font-weight:700;letter-spacing:.12em;color:rgba(var(--color-foreground),.65)}.predictive-search__product-title{margin:0;font-family:var(--font-heading-family);font-size:1.35rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.3;transition:color .2s ease}.predictive-search__product-link:hover .predictive-search__product-title{color:rgba(var(--color-foreground),.8)}.predictive-search__product-price{font-size:1.2rem;font-weight:700;color:rgb(var(--color-foreground));margin-top:.2rem}.predictive-search__product-action{color:rgba(var(--color-foreground),.4);transition:all .25s ease;flex-shrink:0}.predictive-search__product-link:hover .predictive-search__product-action{color:rgb(var(--color-foreground));transform:translate(4px)}.predictive-search__empty-state{padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.predictive-search__empty-icon{width:56px;height:56px;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:.5rem}.predictive-search__empty-title{margin:0;font-family:var(--font-heading-family);font-size:1.45rem;font-weight:700;letter-spacing:.05em;color:rgb(var(--color-foreground))}.predictive-search__empty-subtext{margin:0;font-size:1.1rem;color:rgba(var(--color-foreground),.7)}.predictive-search__search-for-button{position:sticky;bottom:0;z-index:25;padding:1rem 1.5rem;border-top:1.5px solid rgba(var(--color-foreground),.12);background:rgb(var(--color-background));box-shadow:0 -8px 25px #00000014;margin-top:auto}.predictive-search__submit-btn{display:flex;align-items:center;justify-content:space-between;max-width:74.2rem;margin:0 auto;width:100%;padding:1rem 1.5rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-family:var(--font-body-family);font-size:1.15rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .25s ease}.predictive-search__submit-btn:hover{background-color:rgba(var(--color-button),.85);color:rgb(var(--color-button-text))}.predictive-search__submit-btn svg{transition:transform .25s ease}.predictive-search__submit-btn:hover svg{transform:translate(4px)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-predictive-search.css.map */
