.predictive-search{position:relative;z-index:30}.predictive-search__results{position:absolute;top:100%;left:0;right:0;background:rgb(var(--color-base-background-1));border:1px solid rgba(var(--color-base-text),.1);border-radius:0 0 8px 8px;box-shadow:0 8px 24px #00000014;max-height:70vh;overflow-y:auto;padding:1rem}.predictive-search__loading{display:flex;align-items:center;gap:.5em;padding:1rem;color:rgb(var(--color-text-secondary, var(--color-base-text)));font-size:1.4rem}.predictive-search__loading-spinner{width:18px;height:18px;border:2px solid rgba(var(--color-base-text),.2);border-top-color:rgb(var(--color-base-accent-1));border-radius:50%;animation:spin .8s linear infinite}.predictive-search__results-list{display:flex;flex-direction:column;gap:.5rem}.predictive-search__results-heading{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5em;color:rgb(var(--color-text-secondary, var(--color-base-text)))}.predictive-search__result{display:flex;align-items:center;gap:1rem;padding:.6rem;border-radius:6px;transition:background .2s}.predictive-search__result:hover{background:rgba(var(--color-base-text),.04)}.predictive-search__result-img{width:50px;height:50px;background:rgb(var(--color-base-background-2));border-radius:4px;overflow:hidden;flex-shrink:0}.predictive-search__result-img img{width:100%;height:100%;object-fit:cover}.predictive-search__result-title{font-size:1.4rem;font-weight:500}.predictive-search__result-price{font-size:1.3rem;color:rgb(var(--color-text-secondary, var(--color-base-text)))}@keyframes spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-predictive-search.css.map */
