.predictive-search{position:relative!important;width:100%!important;max-width:900px!important;min-width:500px!important;flex:1 1 auto!important;flex-grow:1!important}.main-search-form.predictive-search{width:100%!important;max-width:900px!important;min-width:500px!important;flex:1 1 auto!important}.predictive-search__form{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:0;transition:all .2s ease;width:100%!important}.predictive-search__form:focus-within{border-color:#888;box-shadow:0 0 0 1px #00000014}.predictive-search__input-wrapper{position:relative;flex:1;display:flex;align-items:center}.predictive-search__input{flex:1!important;border:none!important;outline:none!important;padding:14px 20px!important;font-size:14px!important;font-family:inherit;background:transparent!important;color:#1a1a1a;min-width:0;width:100%!important;position:relative;z-index:2}.predictive-search__input::placeholder{color:transparent}.predictive-search__placeholder{position:absolute;left:20px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;transition:opacity .2s ease;color:#666;font-size:14px;font-weight:400;background:linear-gradient(to top,rgba(96,152,155,.2) 0%,rgba(96,152,155,.2) 40%,transparent 40%,transparent 100%);padding:2px 4px;margin-left:-4px}.predictive-search__input:focus~.predictive-search__placeholder,.predictive-search__input:not(:placeholder-shown)~.predictive-search__placeholder,.predictive-search__input.has-value~.predictive-search__placeholder{opacity:0}.predictive-search__button{display:flex;align-items:center;justify-content:center;background:transparent;color:#1a1a1a;border:none;padding:14px 18px;cursor:pointer;transition:opacity .2s ease;flex-shrink:0}.predictive-search__button:hover{opacity:.7}.predictive-search__button svg{width:18px;height:18px}.predictive-search__results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:all .25s cubic-bezier(.4,0,.2,1);z-index:9999}.predictive-search__results--visible{max-height:520px;opacity:1;transform:translateY(0);overflow-y:auto}.predictive-search__results::-webkit-scrollbar{width:6px}.predictive-search__results::-webkit-scrollbar-track{background:#f5f5f5}.predictive-search__results::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.predictive-search__results::-webkit-scrollbar-thumb:hover{background:#999}.predictive-search__section{padding:12px 16px}.predictive-search__section:not(:last-of-type){border-bottom:1px solid #f0f0f0}.predictive-search__section-title{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.predictive-search__collections-list{display:flex;flex-direction:column;gap:4px}.predictive-search__collection-item{display:block;padding:8px 12px;border-radius:6px;text-decoration:none;color:inherit;transition:background .15s ease}.predictive-search__collection-item:hover{background:#f8f8f8}.predictive-search__collection-title{font-size:14px;font-weight:500;color:#1a1a1a}.predictive-search__collection-title mark{background:transparent;color:#60989b;font-weight:700}.predictive-search__products-list{display:flex;flex-direction:column;gap:2px}.predictive-search__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;text-decoration:none;color:inherit;transition:background .15s ease;cursor:pointer}.predictive-search__item:hover{background:#f8f8f8}.predictive-search__item-image{flex-shrink:0;width:50px;height:50px;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.predictive-search__item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.predictive-search__item:hover .predictive-search__item-image img{transform:scale(1.08)}.predictive-search__item-content{flex:1;min-width:0}.predictive-search__item-title{font-size:13px;font-weight:400;color:#1a1a1a;margin:0 0 4px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.predictive-search__item-title mark{background:transparent;color:#1a1a1a;font-weight:700}.predictive-search__item-price{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.predictive-search__price{color:#1a1a1a}.predictive-search__price--sale{color:#c00}.predictive-search__price-compare{color:#999;text-decoration:line-through;font-size:12px;font-weight:400}.predictive-search__footer{padding:12px 16px;border-top:1px solid #e8e8e8;background:#fafafa;border-radius:0 0 8px 8px}.predictive-search__view-all{display:flex;align-items:center;justify-content:center;gap:6px;color:#1a1a1a;font-size:13px;font-weight:600;text-decoration:none;padding:6px;transition:opacity .2s ease}.predictive-search__view-all:hover{opacity:.7}.predictive-search__view-all svg{transition:transform .2s ease}.predictive-search__view-all:hover svg{transform:translate(3px)}.predictive-search__no-results{padding:32px 20px;text-align:center;color:#666}.predictive-search__no-results svg{margin-bottom:12px;opacity:.3}.predictive-search__no-results p{margin:6px 0;font-size:14px}.predictive-search__no-results strong{color:#1a1a1a}.predictive-search__no-results-hint{font-size:12px;color:#999}.predictive-search__error{padding:20px;text-align:center;color:#c00;font-size:13px}@media screen and (max-width: 599px){.predictive-search,.main-search-form.predictive-search{max-width:100%!important;min-width:unset!important}.predictive-search__input{font-size:16px!important;padding:12px 14px!important}.predictive-search__placeholder{left:14px;font-size:14px}.predictive-search__button{padding:12px 14px}.predictive-search__results{position:fixed;left:8px;right:8px;top:auto;max-height:60vh}.predictive-search__section{padding:10px 12px}.predictive-search__item{padding:8px 10px;gap:10px}.predictive-search__item-image{width:44px;height:44px}.predictive-search__item-title,.predictive-search__item-price{font-size:12px}.predictive-search__collection-title{font-size:13px}}@media screen and (min-width: 600px) and (max-width: 899px){.predictive-search,.main-search-form.predictive-search{max-width:100%!important;min-width:300px!important}}@media screen and (min-width: 900px) and (max-width: 1149px){.predictive-search,.main-search-form.predictive-search{max-width:100%!important;min-width:400px!important}}@media screen and (min-width: 1150px) and (max-width: 1399px){.predictive-search,.main-search-form.predictive-search{max-width:650px!important;min-width:500px!important}}@media screen and (min-width: 1400px) and (max-width: 1699px){.predictive-search,.main-search-form.predictive-search{max-width:800px!important;min-width:600px!important}}@media screen and (min-width: 1700px){.predictive-search,.main-search-form.predictive-search{max-width:900px!important;min-width:700px!important}}.predictive-search__item:focus,.predictive-search__collection-item:focus{outline:2px solid #888;outline-offset:-2px;background:#f8f8f8}.predictive-search__button:focus{outline:2px solid #888;outline-offset:2px}@media (prefers-reduced-motion: reduce){.predictive-search__results,.predictive-search__item,.predictive-search__item-image img,.predictive-search__form,.predictive-search__placeholder{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/predictive-search.css.map */
