.predictive-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s cubic-bezier(.25,.1,.25,1)}.predictive-search.is-open{opacity:1;pointer-events:auto}.predictive-search__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0ac7;cursor:pointer}.predictive-search__panel{position:relative;max-width:900px;margin:80px auto 40px;background:var(--surface);border:.5px solid var(--border);transform:translateY(-8px);transition:transform .2s cubic-bezier(.25,.1,.25,1)}.predictive-search.is-open .predictive-search__panel{transform:translateY(0)}.predictive-search__form{display:flex;flex-direction:column}.predictive-search__input-row{display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:.5px solid var(--border-subtle)}.predictive-search__icon{display:inline-flex;align-items:center;color:var(--ivory);opacity:.55}.predictive-search__icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.25}.predictive-search__input{flex:1;font-family:var(--font-display);font-weight:300;font-size:22px;letter-spacing:.01em;color:var(--ivory);background:transparent;border:0;outline:0;padding:4px 0;min-width:0}.predictive-search__input::placeholder{color:var(--muted);opacity:1;font-style:italic}.predictive-search__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:0;color:var(--ivory);opacity:.6;cursor:pointer;transition:opacity .15s ease-out;padding:0;flex-shrink:0}.predictive-search__close:hover{opacity:1}.predictive-search__close svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.25}.predictive-search__loading{display:inline-flex;align-items:center;pointer-events:none;flex-shrink:0}.predictive-search__spinner{display:inline-block;width:14px;height:14px;border:1px solid rgba(245,241,232,.18);border-top-color:var(--gold);border-radius:50%;animation:predictive-search-spin .6s linear infinite}@keyframes predictive-search-spin{to{transform:rotate(360deg)}}.predictive-search__results{display:grid;grid-template-columns:30% 70%;min-height:300px}.predictive-search__column{padding:28px 24px}.predictive-search__column--queries{border-right:.5px solid var(--border-subtle)}.predictive-search__heading{font-family:var(--font-body);font-weight:500;font-size:9px;letter-spacing:3.5px;text-transform:uppercase;color:var(--gold);margin:0 0 18px}.predictive-search__queries{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.predictive-search__query-item a{display:block;font-family:var(--font-body);font-weight:300;font-size:13px;color:var(--ivory);text-decoration:none;cursor:pointer;transition:color .15s ease-out;line-height:1.4}.predictive-search__query-item a:hover,.predictive-search__query-item a.is-active{color:var(--gold)}.predictive-search__queries mark{background:transparent;color:var(--gold);font-weight:400}.predictive-search__products{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.predictive-search__product-link{display:grid;grid-template-columns:80px 1fr;gap:18px;align-items:center;text-decoration:none;color:var(--ivory);padding:6px;margin:-6px;transition:background .15s ease-out}.predictive-search__product-link:hover,.predictive-search__product-link.is-active{background:var(--surface2)}.predictive-search__product-thumb{display:block;width:80px;height:80px;background:var(--surface2);overflow:hidden;flex-shrink:0}.predictive-search__product-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.predictive-search__product-text{display:flex;flex-direction:column;gap:4px;min-width:0}.predictive-search__product-brand{font-family:var(--font-body);font-weight:500;font-size:9px;letter-spacing:2.8px;text-transform:uppercase;color:var(--gold);line-height:1}.predictive-search__product-title{font-family:var(--font-display);font-weight:300;font-size:14px;color:var(--ivory);line-height:1.3;overflow:hidden;text-overflow:ellipsis}.predictive-search__empty{padding:60px 24px;text-align:center;font-family:var(--font-body);font-weight:300;font-size:13px;color:var(--muted);letter-spacing:.02em}.predictive-search__submit{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;background:transparent;border:0;border-top:.5px solid var(--border-subtle);color:var(--muted);font-family:var(--font-body);font-weight:500;font-size:10px;letter-spacing:3px;text-transform:uppercase;cursor:pointer;transition:color .15s ease-out;width:100%}.predictive-search__submit:hover,.predictive-search__submit.is-active{color:var(--ivory)}.predictive-search__submit strong{color:var(--gold);font-weight:500}.predictive-search__submit-arrow{display:inline-block;font-size:14px;margin-left:4px;transition:transform .15s ease-out}.predictive-search__submit:hover .predictive-search__submit-arrow,.predictive-search__submit.is-active .predictive-search__submit-arrow{transform:translate(2px)}@media(max-width:768px){.predictive-search__panel{margin:0;height:100vh;height:100dvh;max-width:100%;border:0;display:flex;flex-direction:column}.predictive-search__form{flex:1;min-height:0}.predictive-search__input-row{padding:16px 18px}.predictive-search__input{font-size:18px}.predictive-search__results-wrap{overflow-y:auto;flex:1}.predictive-search__results{grid-template-columns:1fr;min-height:auto}.predictive-search__column{padding:22px 18px}.predictive-search__column--queries{border-right:0;border-bottom:.5px solid var(--border-subtle)}.predictive-search__product-thumb{width:64px;height:64px}.predictive-search__product-link{grid-template-columns:64px 1fr;gap:14px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-predictive-search.css.map */
