.predictive-search-backdrop{position:fixed;z-index:520;top:0;right:0;bottom:0;left:0;border:0;background:#1b1a1857;cursor:pointer;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.predictive-search-backdrop[hidden]{display:none}.predictive-search{position:fixed;z-index:521;top:0;right:0;left:0;max-height:min(92vh,820px);overflow:auto;overscroll-behavior:contain;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 28px 60px -36px #1b1a188c;transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(.2,.7,.2,1),opacity .22s ease}.predictive-search[data-open=true]{transform:translateY(0);opacity:1;pointer-events:auto}.predictive-search[hidden]{display:none}.predictive-search-panel{padding:22px 0 34px}.predictive-search-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.predictive-search-head .eyebrow{display:block;color:var(--clay-deep);margin-bottom:4px}.predictive-search-head h2{font-family:var(--display);font-weight:500;font-size:clamp(28px,3.2vw,40px);line-height:1;letter-spacing:-.02em;margin:0}.predictive-search-close{width:38px;height:38px;flex:none;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--ink);font-size:25px;line-height:1;cursor:pointer}.predictive-search-close:hover{border-color:var(--muted);background:var(--oat)}.predictive-search-form{margin-bottom:28px}.predictive-search-field{display:flex;align-items:center;gap:8px;min-height:56px;padding:6px 6px 6px 16px;border:1px solid var(--line);border-radius:999px;background:var(--paper);box-shadow:0 10px 28px -24px #1b1a1873}.predictive-search-field:focus-within{border-color:var(--ink);box-shadow:0 14px 34px -22px #1b1a1880}.predictive-search-icon{display:inline-flex;color:var(--muted);flex:none}.predictive-search-input{flex:1;min-width:0;border:0;background:transparent;color:var(--ink);font:inherit;font-size:16px;padding:10px 6px;outline:none}.predictive-search-input:focus,.predictive-search-input:focus-visible{outline:none;box-shadow:none}.predictive-search-input::-webkit-search-decoration,.predictive-search-input::-webkit-search-cancel-button{display:none}.predictive-search-input::placeholder{color:var(--muted)}.predictive-search-close:focus-visible,.predictive-search-clear:focus-visible,.predictive-search-submit:focus-visible,.predictive-search-chip:focus-visible{outline:2px solid var(--clay-deep);outline-offset:3px}.predictive-search-clear{flex:none;border:0;background:none;color:var(--muted);font:500 12px var(--mono);cursor:pointer;padding:8px 10px}.predictive-search-clear:hover{color:var(--ink)}.predictive-search-submit{flex:none;border:0;border-radius:999px;background:var(--ink);color:var(--paper);font:600 13px var(--body);padding:12px 18px;cursor:pointer}.predictive-search-submit:hover{transform:translateY(-1px)}.predictive-search-section{margin-bottom:28px}.predictive-search-section:last-child{margin-bottom:0}.predictive-search-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.predictive-search-section h3,.predictive-search-group-title{margin:0 0 12px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:500}.predictive-search-section-head h3{margin:0}.predictive-search-text-btn{border:0;background:none;color:var(--muted);font:500 11px var(--mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;padding:0}.predictive-search-text-btn:hover{color:var(--ink)}.predictive-search-chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.predictive-search-chip{display:inline-flex;border:1px solid var(--line);border-radius:999px;background:var(--oat);color:var(--ink-soft);font:500 12px var(--mono);padding:8px 14px;cursor:pointer;text-decoration:none}.predictive-search-chip:hover,.predictive-search-chip.is-active{border-color:var(--ink);color:var(--ink);background:var(--paper)}.predictive-search-links{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0;padding:0}.predictive-search-links a{display:block;text-decoration:none;color:var(--ink-soft);font-size:15px;padding:8px 0;border-bottom:1px solid transparent}.predictive-search-links a:hover{color:var(--ink);border-bottom-color:var(--line)}.predictive-search-group{margin-bottom:26px}.predictive-search-group:last-child{margin-bottom:0}.predictive-search-products{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0}.predictive-search-product{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:var(--ink);border:1px solid var(--line);border-radius:14px;padding:10px;background:var(--paper);transition:transform .2s ease,box-shadow .2s ease;outline:none}.predictive-search-product:hover,.predictive-search-product.is-active{transform:translateY(-2px);box-shadow:0 18px 34px -28px #1b1a1880}.predictive-search-product-media{aspect-ratio:4/5;border-radius:8px;border:1px solid var(--line);background:var(--oat) center/cover no-repeat;overflow:hidden}.predictive-search-product-media img{width:100%;height:100%;object-fit:cover;display:block}.predictive-search-product-copy{min-width:0;padding:0 2px 4px}.predictive-search-product-title{font-family:var(--display);font-size:17px;font-weight:500;line-height:1.15;letter-spacing:-.01em}.predictive-search-product-meta{margin-top:3px;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search-product-price{margin-top:6px;font-family:var(--mono);font-size:12px;color:var(--ink-soft)}.predictive-search-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.predictive-search-row{display:flex;align-items:center;justify-content:space-between;gap:16px;text-decoration:none;color:var(--ink);padding:12px;border-radius:12px;outline:none}.predictive-search-row:hover,.predictive-search-row.is-active{background:var(--oat)}.predictive-search-row-title{font-size:15px;font-weight:500}.predictive-search-row-type{flex:none;font:500 11px var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.predictive-search-empty{padding:18px 0 8px;color:var(--muted);font-size:15px;max-width:42ch}.predictive-search-empty a{color:var(--ink);text-underline-offset:3px}.predictive-search-footer{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:flex-start}.nav-utils .pill[data-search-open],button.pill[data-search-open]{display:inline-flex;align-items:center;gap:7px;cursor:pointer;font:inherit}.mobile-search[data-search-open]{appearance:none;-webkit-appearance:none;background:none;border:0;cursor:pointer}html.search-lock{overflow:hidden}@media(max-width:900px){.predictive-search-products{grid-template-columns:repeat(2,minmax(0,1fr))}.predictive-search-links{grid-template-columns:1fr}}@media(max-width:680px){.predictive-search{max-height:100vh;max-height:100dvh;bottom:0}.predictive-search-panel{padding:16px 0 28px}.predictive-search-field{flex-wrap:wrap;border-radius:18px;padding:10px 10px 10px 14px;min-height:0}.predictive-search-input{width:100%;flex:1 1 100%;padding:8px 4px 10px}.predictive-search-submit{margin-left:auto}.predictive-search-products{grid-template-columns:1fr 1fr;gap:10px}.predictive-search-product{padding:8px}.predictive-search-product-title{font-size:15px}}@media(prefers-reduced-motion:reduce){.predictive-search,.predictive-search-product{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/predictive-search.css.map */
