:root{--ps-bg:#ffffff;--ps-text:#111827;--ps-text-muted:#6b7280;--ps-accent:#ff0000;--ps-border:rgba(0, 0, 0, 0.05);--ps-shadow:0 50px 100px -20px rgba(0, 0, 0, 0.25);--ps-radius:4px;--ps-transition:all 0.5s cubic-bezier(0.16, 1, 0.3, 1)}.predictive-search-drawer{--predictive-search-backdrop:rgba(0, 0, 0, 0.4)}.predictive-search-dialog{border:none;background:var(--ps-bg);padding:0;margin:auto;width:95%;max-width:850px;height:auto;max-height:85vh;box-shadow:var(--ps-shadow);border-radius:var(--ps-radius);overflow:hidden;opacity:0;transform:translateY(40px) scale(.96);transition:opacity 0.4s ease,transform 0.6s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.predictive-search-dialog[open]{opacity:1;transform:translateY(0) scale(1);display:flex}.predictive-search-dialog::backdrop{background:var(--predictive-search-backdrop);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transition:opacity 0.5s ease}.predictive-search-dialog[open]::backdrop{opacity:1}.predictive-search-dialog.dialog-closing{opacity:0;transform:translateY(20px) scale(.97);transition:opacity 0.25s ease,transform 0.3s ease}.predictive-search-form{background:var(--ps-bg);display:flex;flex-direction:column;width:100%;max-height:85vh;overflow:hidden;border-radius:var(--ps-radius)}.predictive-search-form__header{display:flex;align-items:center;padding:20px 28px;border-bottom:1px solid var(--ps-border);gap:16px;background:var(--ps-bg);flex-shrink:0}.predictive-search-form__input-wrapper{flex:1;display:flex;align-items:center;gap:14px;min-width:0}.predictive-search-form__icon{width:20px;height:20px;color:var(--ps-text);opacity:.3;flex-shrink:0}.predictive-search-form__input-wrapper input{flex:1;border:none;background:#fff0;font-family:var(--font-body-family);font-size:1.15rem;font-weight:600;letter-spacing:-.02em;color:var(--ps-text);outline:none;padding:6px 0;min-width:0}.predictive-search-form__input-wrapper input::placeholder{color:#9ca3af;opacity:.6}.predictive-search-form__reset{background:#f3f4f6;border:none;width:26px;height:26px;border-radius:50%;cursor:pointer;color:#000;opacity:.5;transition:var(--ps-transition);display:flex;align-items:center;justify-content:center;flex-shrink:0}.predictive-search-form__reset:hover{opacity:1;transform:scale(1.1)}.predictive-search-form__reset .icon{width:12px;height:12px}.predictive-search-form__close{background:#f3f4f6;border:none;padding:8px 16px;border-radius:4px;font-family:var(--font-body-family);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ps-text);cursor:pointer;transition:var(--ps-transition);flex-shrink:0;white-space:nowrap}.predictive-search-form__close:hover{background:#e5e7eb}.predictive-search-form__content{overflow-y:auto;flex:1;background:var(--ps-bg);scrollbar-width:thin;scrollbar-color:rgb(0 0 0 / .08) #fff0}.predictive-search-form__content::-webkit-scrollbar{width:4px}.predictive-search-form__content::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .08);border-radius:4px}.predictive-search-results{transition:opacity 0.3s ease}.predictive-search-dropdown{width:100%}.predictive-search-results__inner{display:flex;min-height:300px}.predictive-search-results__group{padding:32px}.predictive-search-results__wrapper-queries{flex:0 0 260px;background:#fafafb;border-right:1px solid var(--ps-border)}.predictive-search-results__wrapper-queries:empty{display:none}.predictive-search-results__wrapper-products{flex:1;padding:32px}.predictive-search-results__group-title{font-family:var(--font-heading-family);font-size:12px;font-weight:800;text-transform:uppercase;color:#000;opacity:.3;letter-spacing:.15em;margin-bottom:20px;display:block}.predictive-search-results__list{display:flex;flex-direction:column;gap:12px}.predictive-search-results__link{text-decoration:none;font-size:14px;font-weight:600;color:#4b5563;transition:var(--ps-transition);display:inline-flex;align-items:center}.predictive-search-results__link:hover{color:#000}.predictive-search-results__text [data-predictive-search-query-match]{color:#000;font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.predictive-search-results__product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media screen and (min-width:768px){.predictive-search-results__product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.predictive-search-results__inner.has-queries .predictive-search-results__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.predictive-search-results__wrapper-products .product-card{border-radius:4px;border:1px solid rgba(var(--color-foreground),.05);box-shadow:none}.predictive-search-results__wrapper-products .product-card__content{padding:10px 8px}.predictive-search-results__wrapper-products .product-card__title{font-size:13px;min-height:2.6em;margin-bottom:4px}.predictive-search-results__wrapper-products .product-card__price{font-size:14px}.predictive-search-results__wrapper-products .product-card__compare-price{font-size:10px}.predictive-search-results__wrapper-products .product-card__price-box{margin-bottom:8px;gap:6px}.predictive-search-results__wrapper-products .product-card__add-btn{padding:8px 10px;font-size:10px;letter-spacing:.05em;box-shadow:2px 2px 0 0 rgba(var(--color-foreground),.1)}.predictive-search-results__wrapper-products .product-card__add-btn svg,.predictive-search-results__wrapper-products .product-card__add-btn .icon{width:14px;height:14px}.predictive-search-results__wrapper-products .product-card__wishlist{display:none}.predictive-search-results__wrapper-products .product-badge{padding:3px 6px;font-size:9px;top:8px;left:8px}.predictive-search-results__card.keyboard-focus{outline:2px solid #000;outline-offset:2px;border-radius:4px}.predictive-search-results__footer{padding:20px 32px;background:var(--ps-bg);border-top:1px solid var(--ps-border);display:flex;justify-content:center}.predictive-search-results__view-all{background:#fff0;color:#000;border:1px solid #000;padding:10px 28px;border-radius:4px;font-family:var(--font-body-family);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:var(--ps-transition);text-decoration:none}.predictive-search-results__view-all:hover{background:#000;color:#fff;transform:translateY(-2px)}.predictive-search-results__no-results{padding:80px 40px;text-align:center;color:var(--ps-text-muted)}.predictive-search-results__no-results p{font-size:15px;font-weight:500;margin:0}.predictive-search-results__loading{display:flex;align-items:center;justify-content:center;padding:60px;width:100%}.predictive-search-results__spinner{width:28px;height:28px;border:2px solid rgb(0 0 0 / .06);border-top-color:#000;border-radius:50%;animation:ps-spin 0.6s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}.keyboard-focus{background:#f3f4f6!important;box-shadow:0 0 0 2px #000 inset}[hidden]{display:none!important}@media screen and (max-width:768px){.predictive-search-dialog{width:100%;max-width:100%;max-height:100vh;height:100%;border-radius:0;margin:0;transform:translateY(100%)}.predictive-search-dialog[open]{transform:translateY(0)}.predictive-search-dialog.dialog-closing{transform:translateY(100%)}.predictive-search-form{max-height:100vh;border-radius:0;height:100%}.predictive-search-form__header{padding:16px 20px;gap:12px}.predictive-search-form__input-wrapper input{font-size:1rem}.predictive-search-form__close{padding:6px 12px;font-size:10px}.predictive-search-results__inner{flex-direction:column;min-height:auto}.predictive-search-results__wrapper-queries{flex:none;border-right:none;border-bottom:1px solid var(--ps-border);padding:24px 20px}.predictive-search-results__wrapper-products{padding:24px 20px}.predictive-search-results__group{padding:24px 20px}.predictive-search-results__product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.predictive-search-results__footer{padding:16px 20px}.predictive-search-results__no-results{padding:40px 20px}}@media screen and (max-width:480px){.predictive-search-form__header{padding:14px 16px;gap:10px}.predictive-search-form__input-wrapper input{font-size:.95rem}.predictive-search-form__icon{width:18px;height:18px}.predictive-search-results__wrapper-products,.predictive-search-results__wrapper-queries,.predictive-search-results__group{padding:20px 16px}}