.predictive-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1a1a1af2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;padding-top:15vh;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.predictive-search-overlay.is-open{opacity:1;visibility:visible}.predictive-search__close{position:absolute;top:2rem;left:50%;transform:translate(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fafafa;cursor:pointer;transition:color .2s ease}.predictive-search__close:hover{color:#fad400}.predictive-search__close svg{width:32px;height:32px}.predictive-search__container{width:100%;max-width:800px;padding:0 2rem}.predictive-search__input-wrapper{position:relative;border-bottom:2px solid hsl(0,0%,40%);transition:border-color .2s ease}.predictive-search__input-wrapper:focus-within{border-color:#fafafa}.predictive-search__input{width:100%;padding:1rem 3rem 1rem 0;background:transparent;border:none;font-size:1.5rem;font-weight:400;color:#fafafa;outline:none}.predictive-search__input::placeholder{color:#999}@media (min-width: 768px){.predictive-search__input{font-size:2rem}}.predictive-search__icon{position:absolute;right:0;top:50%;transform:translateY(-50%);color:#999}.predictive-search__icon svg{width:24px;height:24px}.predictive-search__results{margin-top:2rem;max-height:calc(50vh - 100px);overflow-y:auto}.predictive-search__results::-webkit-scrollbar{width:6px}.predictive-search__results::-webkit-scrollbar-track{background:#333;border-radius:3px}.predictive-search__results::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.predictive-search__results::-webkit-scrollbar-thumb:hover{background:#fad400}.predictive-search__products{display:grid;gap:1rem}@media (min-width: 640px){.predictive-search__products{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.predictive-search__products{grid-template-columns:repeat(4,1fr)}}.predictive-search__product{display:flex;flex-direction:column;padding:1rem;background:#2b2b2b;border:1px solid hsl(0,0%,23%);border-radius:8px;text-decoration:none;transition:all .2s ease}.predictive-search__product:hover{border-color:#fad400;transform:translateY(-2px)}.predictive-search__product-image{aspect-ratio:1;background:#1a1a1a;border-radius:4px;margin-bottom:.75rem;overflow:hidden}.predictive-search__product-image img{width:100%;height:100%;object-fit:contain}.predictive-search__product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#262626,#333)}.predictive-search__product-info{display:flex;flex-direction:column;gap:.25rem}.predictive-search__product-title{font-size:.875rem;font-weight:600;color:#fafafa;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__product-price{display:flex;align-items:center;gap:.5rem}.predictive-search__price{font-size:.875rem;font-weight:700;color:#fad400}.predictive-search__compare-price{font-size:.75rem;color:gray;text-decoration:line-through}.predictive-search__view-all{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:1rem;background:#fad400;color:#0a0a0a;font-weight:600;text-decoration:none;border-radius:4px;transition:all .2s ease}.predictive-search__view-all:hover{background:#0a0a0a;color:#fad400}.predictive-search__loading{display:none;justify-content:center;padding:2rem}.predictive-search__spinner{width:32px;height:32px;border:3px solid hsl(0,0%,30%);border-top-color:#fad400;border-radius:50%;animation:predictive-search-spin .8s linear infinite}@keyframes predictive-search-spin{to{transform:rotate(360deg)}}.predictive-search__no-results{display:none;text-align:center;padding:2rem;color:#999;font-size:1rem}.predictive-search__request-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border:1px solid hsl(51,100%,49%);color:#fad400;font-size:.75rem;font-weight:500}.predictive-search__request-badge:before{content:"";display:inline-block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23FFE500' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");background-size:contain}
/*# sourceMappingURL=/cdn/shop/t/211/assets/predictive-search.css.map */
