.customer-global-search{position:relative;display:inline-flex}.customer-global-search__surface{position:fixed;z-index:80;top:0;right:0;left:0;display:flex;align-items:center;min-height:72px;padding:0 max(20px,calc((100vw - 1280px) / 2));border-bottom:1px solid #dbe3ef;background:#ffffff;animation:customer-global-search-open .22s ease both;transform-origin:right center}.customer-global-search__form{display:flex;align-items:center;gap:12px;width:min(100%,900px);min-height:48px;margin:0 auto;padding:0 10px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc;box-shadow:0 4px 18px rgba(15,23,42,.06)}.customer-global-search__form button{display:grid;flex:0 0 auto;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:#475569;cursor:pointer}.customer-global-search__form button:hover{background:#eef2ff;color:#4f46e5}.customer-global-search__form svg{width:20px;height:20px}.customer-global-search__form-icon{flex:0 0 auto;color:#94a3b8}.customer-global-search__form input{min-width:0;flex:1;height:44px;border:0;outline:0;background:transparent;color:#0f172a;font:inherit;font-size:15px;font-weight:850;letter-spacing:0}.customer-global-search__form input::placeholder{color:#94a3b8}.customer-global-search__spinner{flex:0 0 auto;color:#4f46e5;animation:customer-global-search-spin .8s linear infinite}.customer-global-search__results{position:absolute;top:calc(100% + 1px);left:50%;width:min(900px,calc(100vw - 24px));max-height:min(620px,calc(100vh - 88px));border:1px solid #dbe3ef;border-top:0;border-radius:0 0 8px 8px;background:#ffffff;box-shadow:0 24px 60px rgba(15,23,42,.18);overflow-y:auto;transform:translateX(-50%)}.customer-global-search__sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.customer-global-search__sections section{min-width:0;padding:16px;border-right:1px solid #edf2f7}.customer-global-search__sections section:last-child{border-right:0}.customer-global-search__sections h2{display:flex;align-items:center;gap:7px;margin:0 0 10px;color:#475569;font-size:12px;font-weight:950;letter-spacing:0}.customer-global-search__sections h2 svg{width:15px;height:15px;color:#4f46e5}.customer-global-search__sections h2 span{display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:10px}.customer-global-search__sections section>div{display:grid;gap:4px}.customer-global-search__sections section a{display:flex;align-items:center;gap:10px;min-width:0;min-height:56px;padding:7px;border-radius:7px;color:#0f172a;transition:background .16s ease,transform .16s ease}.customer-global-search__sections section a:hover{background:#f1f5f9;transform:translateY(-1px)}.customer-global-search__thumbnail{display:grid;flex:0 0 auto;width:42px;height:42px;place-items:center;border:1px solid #e0e7ff;border-radius:7px;background:#eef2ff;color:#4f46e5;overflow:hidden}.customer-global-search__thumbnail img{width:100%;height:100%;object-fit:cover}.customer-global-search__thumbnail svg{width:19px;height:19px}.customer-global-search__result-copy{display:grid;gap:4px;min-width:0;flex:1}.customer-global-search__result-copy small,.customer-global-search__result-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-global-search__result-copy strong{font-size:13px;font-weight:950}.customer-global-search__result-copy small{color:#64748b;font-size:10px;font-weight:800}.customer-global-search__sections a>em{display:inline-flex;align-items:center;flex:0 0 auto;gap:2px;color:#4f46e5;font-size:9px;font-style:normal;font-weight:950}.customer-global-search__sections a>em svg{width:11px;height:11px}.customer-global-search__state{margin:0;padding:42px 20px;color:#64748b;font-size:13px;font-weight:850;text-align:center}.customer-global-search__state--error{color:#be123c}.customer-global-search__location-note{margin:0;padding:10px 16px;border-top:1px solid #edf2f7;background:#f8fafc;color:#64748b;font-size:10px;font-weight:800;text-align:center}@keyframes customer-global-search-open{0%{opacity:0;transform:scaleX(.72)}to{opacity:1;transform:scaleX(1)}}@keyframes customer-global-search-spin{to{transform:rotate(1turn)}}@media (max-width:760px){.customer-global-search__surface{padding:0 10px}.customer-global-search__form{gap:6px;padding:0 4px}.customer-global-search__sections{grid-template-columns:1fr}.customer-global-search__sections section{border-right:0;border-bottom:1px solid #edf2f7}.customer-global-search__sections section:last-child{border-bottom:0}}