.predictive-search{display:none;position:absolute;top:calc(100% + 1rem);left:-.1rem;border:none;background-color:rgb(var(--color-background));z-index:1000;border-radius:16px;box-shadow:0 20px 60px #00000026,0 8px 32px #0000001a;overflow:hidden;animation:searchDropdownFadeIn .3s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--color-foreground),.1)}@keyframes searchDropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.predictive-search--search-template{z-index:1001;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;border-bottom:none;padding-bottom:0}.predictive-search__heading{border-bottom:1px solid rgba(var(--color-foreground),.08);margin:0 20px;padding:16px 0 8px;color:rgba(var(--color-foreground),.6);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.predictive-search__item{display:flex;padding:14px 20px;text-align:left;text-decoration:none;width:100%;position:relative;transition:all .2s ease;border:none;background:none}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:rgb(var(--color-foreground));background:linear-gradient(90deg,#667eea14,#764ba214);transform:translate(4px)}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:none;font-weight:600}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:50px 1fr auto;grid-column-gap:16px;grid-template-areas:"product-image product-content product-price";align-items:center}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__image{grid-area:product-image;width:50px;height:50px;object-fit:cover;border-radius:8px;background:rgba(var(--color-foreground),.05)}.predictive-search__item-vendor{font-size:.85rem;color:rgba(var(--color-foreground),.6);margin-bottom:2px}.predictive-search__item-heading{margin:0;font-size:15px;font-weight:500;line-height:1.3}.predictive-search__item .price{color:rgba(var(--color-foreground),.8);font-size:14px;font-weight:600;grid-area:product-price;justify-self:end}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:14px 20px;word-break:break-all;line-height:1.4;position:relative}.predictive-search__item--term:before{content:"";width:16px;height:16px;margin-right:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.6;flex-shrink:0}.predictive-search__item--term .icon-arrow{width:16px;height:16px;flex-shrink:0;margin-left:12px;color:rgb(var(--color-link));opacity:0;transform:translate(-4px);transition:all .2s ease}.predictive-search__item--term:hover .icon-arrow{opacity:1;transform:translate(0)}.predictive-search__item-query-result *:not(mark){font-weight:600}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75);background-color:#667eea33;padding:2px 4px;border-radius:4px}predictive-search .spinner{width:24px;height:24px;line-height:0;border:2px solid rgba(var(--color-foreground),.2);border-top:2px solid rgb(var(--color-foreground));border-radius:50%;animation:predictiveSearchSpin 1s linear infinite}@keyframes predictiveSearchSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:20px}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%;border-radius:12px}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__item{padding:12px 16px}.predictive-search__heading{margin:0 16px;padding:12px 0 6px}}@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__item:nth-child(1){animation-delay:.05s}.predictive-search__item:nth-child(2){animation-delay:.1s}.predictive-search__item:nth-child(3){animation-delay:.15s}.predictive-search__item:nth-child(4){animation-delay:.2s}.predictive-search__item:nth-child(5){animation-delay:.25s}.predictive-search__item:focus{outline:2px solid rgb(var(--color-link));outline-offset:-2px}.predictive-search *{position:relative;z-index:1}.predictive-search{box-shadow:0 8px 25px #00000026!important;border:1px solid rgba(var(--color-foreground),.1)!important;border-radius:12px!important;overflow:hidden!important}.predictive-search__item:hover,.predictive-search__list-item:hover>*{background-color:rgba(var(--color-foreground),.06)!important;transition:background-color .2s ease!important}.predictive-search__heading{font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:rgba(var(--color-foreground),.5)!important}.predictive-search__item{padding:16px 20px!important;transition:all .2s ease!important}.predictive-search__item--term{padding:16px 20px!important}.predictive-search__item--term .icon-arrow{opacity:.6!important;transition:opacity .2s ease!important}.predictive-search__item--term:hover .icon-arrow{opacity:1!important}.predictive-search__item--link-with-thumbnail{grid-column-gap:16px!important}.predictive-search__image{border-radius:6px!important;background-color:rgba(var(--color-foreground),.03)!important}.predictive-search__item .price{font-weight:600!important;font-size:14px!important}@media screen and (max-width: 749px){.predictive-search__item{padding:14px 16px!important}.predictive-search__heading{margin:0 16px!important}}.predictive-search__item--term:before{content:"\1f50d"!important;margin-right:12px!important;opacity:.6!important}.predictive-search{box-shadow:0 10px 40px #0000001f!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important}.predictive-search__results-groups-wrapper{border-bottom:none!important;padding-bottom:0!important;gap:0!important}.predictive-search__heading{background:#f8f9fa!important;margin:0!important;padding:12px 20px 8px!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#6c757d!important;border-bottom:none!important;border-top:1px solid #e9ecef!important}.predictive-search__heading:first-child{border-top:none!important}.predictive-search__result-group{gap:0!important}.predictive-search__item{padding:16px 20px!important;border-bottom:1px solid #f1f3f4!important;transition:all .2s ease!important;background:#fff!important}.predictive-search__item:last-child{border-bottom:none!important}.predictive-search__item:hover,.predictive-search__list-item:hover>*,.predictive-search__list-item[aria-selected=true]>*,.predictive-search__item[aria-selected=true]{background:#f8f9ff!important;color:#2563eb!important}.predictive-search__item--term{padding:16px 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.predictive-search__item--term .icon-arrow{opacity:.4!important;transition:all .2s ease!important;width:16px!important;height:16px!important}.predictive-search__item--term:hover .icon-arrow{opacity:1!important;transform:translate(2px)!important}.predictive-search__item--link-with-thumbnail{display:grid!important;grid-template-columns:50px 1fr auto!important;grid-gap:16px!important;align-items:center!important}.predictive-search__image{width:50px!important;height:50px!important;border-radius:8px!important;object-fit:cover!important;background:#f1f3f4!important;border:1px solid #e9ecef!important}.predictive-search__item-content{display:flex!important;flex-direction:column!important;gap:2px!important}.predictive-search__item-heading{font-size:15px!important;font-weight:600!important;color:#1f2937!important;margin:0!important;line-height:1.3!important}.predictive-search__item-vendor{font-size:13px!important;color:#6b7280!important;margin:0!important}.predictive-search__item .price{font-size:14px!important;font-weight:700!important;color:#059669!important;margin:0!important}.predictive-search__pages-wrapper{background:#fff!important}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:none!important}@media screen and (max-width: 749px){.predictive-search{border-radius:12px!important;margin:0 4px!important}.predictive-search__item{padding:14px 16px!important}.predictive-search__heading{padding:10px 16px 6px!important}.predictive-search__item--link-with-thumbnail{grid-gap:12px!important}.predictive-search__image{width:45px!important;height:45px!important}}.predictive-search{animation:slideDown .3s ease-out!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.predictive-search__loading-state{padding:20px!important;text-align:center!important}predictive-search .spinner{width:20px!important;height:20px!important;border:2px solid #e5e7eb!important;border-top:2px solid #3b82f6!important;border-radius:50%!important;animation:spin 1s linear infinite!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.predictive-search *:before,.predictive-search *:after{content:none!important}.predictive-search .icon-arrow:before,.predictive-search .icon-arrow:after{content:inherit!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-predictive-search.css.map */
