.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));z-index:3;border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%}}@media screen and (max-width: 989px){.predictive-search{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media screen and (min-width: 750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__heading{border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin:0 auto;padding:1.5rem 0 .75rem;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 4rem);color:rgba(var(--color-foreground),.7)}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}.predictive-search__heading .spinner{margin:0 .2rem 0 2rem}predictive-search:not([loading]) .predictive-search__heading .spinner,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:1rem}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__list-item:nth-last-child(2){border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;padding:1rem 2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;grid-template-areas:"product-image product-content"}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.3rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale))}@media screen and (min-width: 750px){.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}.header__search-center .predictive-search{position:fixed!important;left:0!important;right:0!important;top:auto!important;width:100vw!important;max-width:100vw!important;max-height:none!important;border:2px solid rgb(0,0,0)!important;border-top:2px solid rgb(0,0,0)!important;border-left:none!important;border-right:none!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;z-index:100!important;overflow:visible!important}.header__search-center .predictive-search__list-item,.header__search-center .predictive-search__results-list,.header__search-center .predictive-search__item,.header__search-center .predictive-search__item--link,.header__search-center .predictive-search__item--term{display:none!important}.predictive-search-results-wrapper{padding:40px 0;background:#fff;display:block!important}.predictive-search-results-header{display:flex!important;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto 32px;padding:0 40px 24px;border-bottom:2px solid rgb(0,0,0)}.predictive-search-results-title{font-size:18px;font-weight:500;color:#000;margin:0;letter-spacing:.05em}.predictive-search-view-all{font-size:14px;font-weight:500;color:#000;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;transition:opacity .2s ease}.predictive-search-view-all:hover{opacity:.7}.predictive-search-products-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:20px!important;max-width:1440px!important;margin:0 auto!important;padding:0 40px!important;width:100%!important}.predictive-search-product-card{border:2px solid rgb(0,0,0)!important;background:#fff!important;transition:transform .2s ease,box-shadow .2s ease;display:block!important;width:100%!important}.predictive-search-product-card:hover{transform:translateY(-4px);box-shadow:6px 6px #000}.predictive-search-product-link{display:block!important;text-decoration:none;color:inherit;width:100%}.predictive-search-product-image{width:100%!important;aspect-ratio:1!important;background:#f6f6f6;border-bottom:2px solid rgb(0,0,0);overflow:hidden;display:flex!important;align-items:center;justify-content:center;position:relative}.predictive-search-product-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.predictive-search-product-image .placeholder-svg{width:60%;height:60%;opacity:.2}.predictive-search-product-info{padding:16px;display:block!important}.predictive-search-product-title{font-size:14px;font-weight:500;color:#000;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.predictive-search-product-vendor{font-size:11px;color:#767676;margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;display:block}.predictive-search-product-price{font-size:16px;font-weight:500;color:#000;margin:0;display:block}.predictive-search-no-results{max-width:1440px;margin:0 auto;padding:48px 40px;text-align:center;display:block!important}.predictive-search-no-results p{font-size:16px;color:#767676;margin:0}.header__search-center .predictive-search__loading-state{padding:48px;display:none;justify-content:center;align-items:center}predictive-search[loading] .predictive-search__loading-state{display:flex!important}predictive-search[loading] .predictive-search-results-wrapper{display:none!important}@media screen and (min-width: 990px) and (max-width: 1439px){.predictive-search-products-grid{grid-template-columns:repeat(5,1fr)!important;gap:16px!important;padding:0 32px!important}.predictive-search-results-header{padding:0 32px 20px}}@media screen and (min-width: 750px) and (max-width: 989px){.predictive-search-products-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important;padding:0 24px!important}.predictive-search-results-header{padding:0 24px 16px}.predictive-search-results-wrapper{padding:32px 0}}@media screen and (max-width: 749px){.predictive-search-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;padding:0 16px!important}.predictive-search-results-wrapper{padding:24px 0}.predictive-search-results-header{padding:0 16px 16px;flex-direction:column;align-items:flex-start;gap:12px}.predictive-search-results-title{font-size:16px}.predictive-search-product-info{padding:12px}.predictive-search-product-title{font-size:13px;min-height:34px}.predictive-search-product-vendor{font-size:10px}.predictive-search-product-price{font-size:14px}}.spinner{width:24px;height:24px;animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.spinner .path{stroke:#000;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-predictive-search.css.map */
