.predictive-search{display:none;position:absolute!important;top:calc(100% + 10px)!important;left:0!important;width:100%!important;min-width:360px!important;max-width:480px!important;background:var(--search-dropdown-bg, rgba(5, 5, 10, .97))!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border-radius:16px!important;border:1px solid var(--search-dropdown-border, rgba(255, 255, 255, .12))!important;box-shadow:0 20px 48px #000c!important;padding:.6rem!important;z-index:1000!important;max-height:70vh!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;transition:opacity .2s ease,transform .2s ease!important}.predictive-search::-webkit-scrollbar{width:6px}.predictive-search::-webkit-scrollbar-track{background:transparent}.predictive-search::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.predictive-search::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}.predictive-search--search-template{z-index:2;width:100%!important}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block!important;animation:animatePredictiveSearch .22s cubic-bezier(.16,1,.3,1) forwards}@keyframes animatePredictiveSearch{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion){predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{animation:none!important;opacity:1!important;transform:none!important}}.predictive-search__results-groups-wrapper{display:flex!important;flex-direction:column!important;padding:0!important;margin:0!important;border-bottom:none!important;width:100%!important}.predictive-search__result-group{display:flex!important;flex-direction:column!important;flex:1 1 100%!important;width:100%!important;max-width:100%!important;gap:0!important}.predictive-search__result-group:first-child{flex:1 1 100%!important;width:100%!important}.predictive-search__results-list{list-style:none!important;padding:0!important;margin:0!important;width:100%!important}.predictive-search__list-item{width:100%!important;margin:2px 0!important;padding:0!important;border-bottom:none!important}.predictive-search__item{display:flex!important;align-items:center!important;padding:.6rem 1rem!important;border-radius:10px!important;width:100%!important;box-sizing:border-box!important;text-decoration:none!important;background:transparent!important;color:var(--search-dropdown-text, rgba(255, 255, 255, .88))!important;font-size:1.35rem!important;line-height:calc(1 + .3 / var(--font-body-scale, 1))!important;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)!important}.predictive-search__list-item[aria-selected=true] .predictive-search__item,.predictive-search__list-item:hover .predictive-search__item,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{background-color:var(--search-dropdown-hover-bg, rgba(255, 255, 255, .12))!important;color:#fff!important}.predictive-search__item-query-result mark,.predictive-search__item-query-result b,.predictive-search__item-query-result strong,.predictive-search__item mark,.predictive-search__item b,.predictive-search__item strong{background:transparent!important;color:var(--search-dropdown-accent, #60a5fa)!important;font-weight:700!important}.predictive-search__item--link-with-thumbnail{display:flex!important;align-items:center!important;gap:1.2rem!important;padding:.6rem .8rem!important}.predictive-search__image{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;object-fit:contain!important;border-radius:8px!important;background-color:#ffffff0f!important;border:1px solid rgba(255,255,255,.1)!important;padding:3px!important;flex-shrink:0!important}.predictive-search__item-content{display:flex!important;flex-direction:column!important;justify-content:center!important;flex:1 1 auto!important;min-width:0!important}.predictive-search__item-heading{font-size:1.35rem!important;font-weight:400!important;color:var(--search-dropdown-text, rgba(255, 255, 255, .88))!important;line-height:1.35!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-decoration:none!important;transition:color .2s cubic-bezier(.4,0,.2,1)!important}.predictive-search__list-item:hover .predictive-search__item-heading,.predictive-search__item:hover .predictive-search__item-heading,.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading{color:#fff!important}.predictive-search__item-vendor{font-size:1.1rem!important;color:#ffffff80!important;margin-bottom:.1rem!important;text-transform:uppercase!important;letter-spacing:.04em!important}.predictive-search__item .price,.predictive-search__item .price-item{font-size:1.25rem!important;font-weight:600!important;color:var(--search-dropdown-accent, #60a5fa)!important;margin-top:.2rem!important}.predictive-search__heading{font-size:1.15rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#ffffff73!important;padding:.6rem 1rem .4rem!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.predictive-search__search-for-button{border-top:1px solid rgba(255,255,255,.08)!important;background:transparent!important;margin-top:.4rem!important;padding-top:.4rem!important}.predictive-search__item--term{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.7rem 1rem!important;font-size:1.35rem!important;font-weight:600!important;color:var(--search-dropdown-accent, #60a5fa)!important;border-radius:10px!important;width:100%!important;box-sizing:border-box!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.predictive-search__item--term:hover,.predictive-search__item--term[aria-selected=true]{background-color:var(--search-dropdown-hover-bg, rgba(255, 255, 255, .12))!important;color:#fff!important}.predictive-search__item--term .svg-wrapper{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1.6rem!important;height:1.6rem!important;color:inherit!important;transition:transform .2s ease!important}.predictive-search__item--term:hover .svg-wrapper{transform:translate(4px)!important}predictive-search .spinner{width:2rem;height:2rem;line-height:0;color:var(--search-dropdown-accent, #60a5fa)}predictive-search:not([loading]) .predictive-search__loading-state,predictive-search:not([loading]) .predictive-search-status__loading{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1.5rem}predictive-search[loading] .predictive-search__search-for-button{display:none}@media screen and (max-width:989px){.predictive-search{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;width:100%!important;min-width:unset!important;max-width:unset!important;max-height:60vh!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-predictive-search.css.map */
