.header-search{position:relative}.predictive-search{position:absolute;z-index:80;top:calc(100% + .75rem);right:0;width:min(720px,calc(100vw - 2rem));background:#fff;border:1px solid var(--color-border);border-radius:14px;box-shadow:0 20px 55px rgba(17,24,39,.18);overflow:hidden}.predictive-search__panel{padding:.75rem}.predictive-search__heading{margin:.25rem .5rem .5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.predictive-search__list{list-style:none;margin:0;padding:0;display:grid;gap:.25rem}.predictive-search__link{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.6rem;border-radius:10px;color:var(--color-text);text-decoration:none}.predictive-search__link:hover,.predictive-search__link:focus-visible{background:var(--color-bg-muted);outline:none}.predictive-search__media{width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--color-bg-muted);display:grid;place-items:center}.predictive-search__media img{width:100%;height:100%;object-fit:contain}.predictive-search__content{min-width:0;display:grid;gap:.15rem}.predictive-search__vendor{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted)}.predictive-search__title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search__meta{display:flex;gap:.65rem;font-size:.75rem;color:var(--color-muted)}.predictive-search__price{font-weight:700;white-space:nowrap}.predictive-search__all{display:block;margin-top:.65rem;padding:.8rem;text-align:center;border-top:1px solid var(--color-border);font-weight:700;color:var(--color-primary);text-decoration:none}.predictive-search__empty{padding:1.2rem;text-align:center;color:var(--color-muted)}.predictive-search__loading{height:180px;background:linear-gradient(90deg,var(--color-bg-muted),#fff,var(--color-bg-muted));background-size:200% 100%;animation:w2b-search-loading 1.2s infinite}@keyframes w2b-search-loading{to{background-position:-200% 0}}@media(max-width:749px){.predictive-search{position:fixed;top:72px;left:1rem;right:1rem;width:auto;max-height:calc(100vh - 90px);overflow:auto}.predictive-search__link{grid-template-columns:52px minmax(0,1fr)}.predictive-search__media{width:52px;height:52px}.predictive-search__price{grid-column:2;font-size:.85rem}.predictive-search__meta{flex-wrap:wrap}}
