.predictive-search{display:none;top:100%;left:0;width:100%;background-color:var(--header-background);z-index:3}.predictive-search--search-template{z-index:2;width:100%}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__heading{margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:rgba(var(--color-foreground),.7);width:100%;max-width:100%;padding:1.5rem 2rem 1rem}.predictive-search__results-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 2rem 2rem;list-style:none;margin:0}@media(min-width:768px){.predictive-search__results-list{grid-template-columns:repeat(4,1fr)}}.predictive-search__list-item{display:flex}.predictive-search__item--link{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit}.predictive-search__image-wrapper{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:4px;background:#f4f4f4;margin-bottom:.8rem}.predictive-search__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.predictive-search__item--link:hover .predictive-search__image{transform:scale(1.05)}.predictive-search__item-content{display:flex;flex-direction:column;gap:.3rem}.predictive-search__item-heading{font-size:.9rem;font-weight:500;margin:0;line-height:1.3;color:rgb(var(--color-foreground))}.predictive-search__item .price{font-size:.85rem;color:rgba(var(--color-foreground),.7);margin:0}.predictive-search__item-content .price{order:-1}.predictive-search__loading-state{display:flex;justify-content:center;padding:2rem}.spinner{width:2rem;height:2rem;animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:rgb(var(--color-foreground));animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/component-predictive-search.css.map */
