.predictive-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:399;background-color:#0006;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.predictive-search-overlay.is-open{opacity:1;visibility:visible}.predictive-search{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:500;width:100%;max-width:480px;max-height:85vh;background-color:#f8f8f8;border-radius:12px;box-shadow:0 4px 24px #0000001f;border:1px solid rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column}.predictive-search[hidden]{display:none}.predictive-search-overlay.is-open .predictive-search{display:flex}.predictive-search__input-wrap{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.predictive-search__icon{flex-shrink:0;color:#9e9e9e}.predictive-search__input{flex:1;min-width:0;border:1px solid #e0e0e0;border-radius:8px;padding:.625rem .875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;color:#1a1a1a;background-color:#fff}.predictive-search__input:focus{outline:none;border-color:#6c3}.predictive-search__input::placeholder{color:#9e9e9e}.predictive-search__results{flex:1;min-height:0;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.predictive-search.has-preview .predictive-search__results{padding-right:0}.predictive-search__empty{padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;color:#707070;text-align:center}.predictive-search__loading{padding:2rem;display:flex;justify-content:center;align-items:center}.predictive-search__spinner{color:#6c3;animation:predictive-search-spin .8s linear infinite}@keyframes predictive-search-spin{to{transform:rotate(360deg)}}.predictive-search__result{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:8px;cursor:pointer;text-decoration:none;color:inherit;transition:background-color .15s;min-height:44px;border:none;width:100%;text-align:left;background:transparent;font-family:inherit}.predictive-search__result:hover,.predictive-search__result:focus,.predictive-search__result.is-active{background-color:#66cc331f;outline:none}.predictive-search__result:focus-visible{outline:2px solid #66CC33;outline-offset:2px}.predictive-search__thumb-wrap{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;border:2px solid #66CC33;position:relative;background-color:#fff}.predictive-search__thumb-wrap img{width:100%;height:100%;object-fit:contain}.predictive-search__result-info{flex:1;min-width:0}.predictive-search__result-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.predictive-search__result-price{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:600;color:#52b662;margin:0}.predictive-search__result-add{flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background-color:#6c3;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.predictive-search__result-add:hover:not(:disabled){background-color:#5ab82e}.predictive-search__result-add:disabled{background-color:#9e9e9e;cursor:not-allowed}.predictive-search__result-expand{display:none;width:100%;padding-top:.75rem;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.06)}.predictive-search__result.is-expanded .predictive-search__result-expand{display:block}.predictive-search__result-expand-desc{font-size:.8125rem;color:#606060;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.predictive-search__result-expand-link{display:inline-block;font-size:.875rem;font-weight:600;color:#6c3;text-decoration:none}.predictive-search__result-expand-link:hover{text-decoration:underline}.predictive-search__preview{display:none;width:200px;flex-shrink:0;padding:1rem;border-left:1px solid rgba(0,0,0,.08);background-color:#fff}.predictive-search.has-preview .predictive-search__preview{display:block}.predictive-search__preview-inner{display:flex;flex-direction:column;gap:.5rem}.predictive-search__preview-image-wrap{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #66CC33;background-color:#fff}.predictive-search__preview-image{width:100%;height:100%;object-fit:contain}.predictive-search__preview-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.predictive-search__preview-price{font-size:.875rem;font-weight:600;color:#52b662;margin:0}.predictive-search__preview-desc{font-size:.75rem;color:#606060;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.predictive-search__preview-btn{margin-top:.25rem;padding:.5rem 1rem;font-size:.875rem}.predictive-search__body{display:flex;flex:1;min-height:0;overflow:hidden}.predictive-search__body-inner{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.predictive-search__results{max-height:420px}@media(max-width:767px){.predictive-search{top:50%;left:50%;transform:translate(-50%,-50%);right:auto;max-width:calc(100vw - 2rem);max-height:85vh;border-radius:16px}.predictive-search__input-wrap{position:sticky;top:0;z-index:1}.predictive-search__results{max-height:none;flex:1;-webkit-overflow-scrolling:touch}.predictive-search__preview{display:none!important}.predictive-search.has-preview{flex-direction:column}.predictive-search__result{min-height:56px;padding:1rem}.predictive-search__thumb-wrap{width:56px;height:56px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/predictive-search.css.map */
