.search-dimmer{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a161466;z-index:40;opacity:0;pointer-events:none;transition:opacity .2s ease}.search-dimmer[hidden]{display:block;opacity:0;pointer-events:none}html.search-open .search-dimmer{opacity:1;pointer-events:auto}.header__search{position:relative}[data-predictive-results]{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);max-height:min(72vh,640px);overflow-y:auto;overscroll-behavior:contain}[data-predictive-results][hidden]{display:none}.predictive{padding:8px 0}.predictive__list,.predictive__sublist,.predictive__chips{list-style:none;margin:0;padding:0}.predictive__group+.predictive__group{border-top:1px solid var(--line);margin-top:6px;padding-top:6px}.predictive__heading{font-family:var(--font-heading);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-taupe);padding:12px 16px 6px;margin:0}.predictive__option{margin:0}.predictive__link{display:flex;align-items:center;gap:12px;padding:8px 16px;text-decoration:none;color:var(--ink);font-family:var(--font-body);font-size:14px;border-left:2px solid transparent;transition:background var(--transition-fast),border-color var(--transition-fast)}.predictive__link:hover,.predictive__option:hover .predictive__link{background:var(--bg-cream-soft);text-decoration:none;color:var(--ink)}.predictive__option.is-active .predictive__link,.predictive__option[aria-selected=true] .predictive__link{background:var(--bg-cream);border-left-color:var(--brand-orange)}.predictive__media{flex-shrink:0;width:56px;height:56px;border-radius:var(--r);overflow:hidden;background:var(--bg-cream);display:inline-flex;align-items:center;justify-content:center}.predictive__media img{width:100%;height:100%;object-fit:cover;display:block}.predictive__media--sm{width:40px;height:40px}.predictive__media-fallback{width:100%;height:100%;background:var(--bg-cream);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-taupe)}.predictive__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.predictive__title{font-family:var(--font-heading);font-weight:600;font-size:14px;color:var(--ink);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.predictive__category{font-size:12px;color:var(--mute);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.predictive__meta{flex-shrink:0;text-align:right;font-family:var(--font-heading);font-weight:700;color:var(--ink);font-size:14px}.predictive__sold-out{font-size:11px;font-weight:600;color:var(--warn);text-transform:uppercase;letter-spacing:.04em}.predictive__price{font-family:var(--font-heading);font-weight:700}.predictive__option--query .predictive__link{gap:10px}.predictive__query-icon{color:var(--brand-taupe);flex-shrink:0}.predictive__query-text{flex:1;font-size:14px;color:var(--ink)}.predictive__query-text b{font-weight:700;color:var(--ink)}.predictive__query-arrow{color:var(--mute);flex-shrink:0}.predictive__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;background:transparent;border-top:1px solid var(--line);font-family:var(--font-heading);font-weight:600;font-size:14px;color:var(--brand-link);text-decoration:none}.predictive__footer:hover{background:var(--bg-cream);color:var(--brand-orange-dark);text-decoration:none}.predictive__footer-arrow{font-size:18px;line-height:1}.predictive__empty{padding:24px 16px;text-align:center}.predictive__empty-title{font-family:var(--font-heading);font-weight:600;font-size:15px;color:var(--ink);margin:0 0 4px}.predictive__empty-hint{font-size:13px;color:var(--ink-2);margin:0}.predictive__pre{padding:6px 0 10px}.predictive__pre+.predictive__pre{border-top:1px solid var(--line);margin-top:6px}.predictive__chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px}.predictive__chip{display:inline-flex;align-items:center;gap:2px;background:var(--bg-cream);border-radius:var(--r-pill);padding:0 4px 0 10px;font-size:13px;height:26px;font-family:var(--font-heading);font-weight:500;color:var(--ink)}.predictive__chip a{color:var(--ink);text-decoration:none;display:inline-flex;align-items:center;height:100%}.predictive__chip a:hover{color:var(--brand-orange);text-decoration:none}a.predictive__chip-x,.predictive__chip-x{width:18px;height:18px;border-radius:50%;background:transparent;border:0;padding:0;color:var(--mute);font-size:14px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;appearance:none;-webkit-appearance:none}a.predictive__chip-x:hover,.predictive__chip-x:hover{background:#1a161414;color:var(--ink);text-decoration:none}.predictive__chip--trending{background:transparent;border:1px solid var(--line-strong);padding:0 12px}.predictive__chip--trending:hover{background:var(--bg-cream-soft)}.predictive__skeleton{padding:8px 16px}.predictive__skel-row{display:flex;align-items:center;gap:12px;padding:8px 0}.predictive__skel-thumb{width:56px;height:56px;border-radius:var(--r);background:linear-gradient(90deg,var(--bg-cream-soft) 0%,var(--bg-cream) 50%,var(--bg-cream-soft) 100%);background-size:200% 100%;animation:predShim 1.2s infinite}.predictive__skel-lines{flex:1;display:flex;flex-direction:column;gap:6px}.predictive__skel-lines span{height:12px;border-radius:4px;background:linear-gradient(90deg,var(--bg-cream-soft) 0%,var(--bg-cream) 50%,var(--bg-cream-soft) 100%);background-size:200% 100%;animation:predShim 1.2s infinite}.predictive__skel-lines span:first-child{width:65%}.predictive__skel-lines span:last-child{width:35%}@keyframes predShim{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){html.search-open body{overflow:hidden}html.search-open .header__search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:var(--bg);margin:0;padding:12px 14px;border-radius:0;border:none;display:flex;align-items:center;gap:8px}html.search-open .header__search [data-predictive-results]{top:56px;left:0;right:0;bottom:0;max-height:none;border-radius:0;border:0;border-top:1px solid var(--line);box-shadow:none}}.menu-drawer__search{position:relative}.menu-drawer__search [data-predictive-results]{position:static;margin-top:8px;box-shadow:none;max-height:60vh}.search__refine{position:sticky;top:0;background:var(--bg);z-index:10;padding:0 0 14px;border-bottom:1px solid var(--line)}.search__refine-form{display:flex;align-items:center;gap:8px;max-width:720px;margin:0 auto}.search__refine-form .icon{color:var(--brand-taupe)}.search__refine-form input{flex:1;font-family:var(--font-body);font-size:16px;padding:10px 12px;border:1.5px solid var(--line-strong);border-radius:var(--r-pill);background:var(--bg-cream-soft)}.search__refine-form input:focus{outline:none;border-color:var(--brand-orange);background:#fff}.search__count{font-family:var(--font-heading);font-size:clamp(22px,2.6vw,30px);font-weight:700;margin:0 0 var(--s-3);color:var(--ink)}.search__count em{font-style:normal;color:var(--brand-orange);font-family:var(--font-accent);font-size:1.15em}.search__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--s-4)}.search__tab{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--r-pill);font-family:var(--font-heading);font-weight:600;font-size:13px;background:transparent;border:1.5px solid var(--line-strong);color:var(--ink);text-decoration:none;cursor:pointer}.search__tab--active,.search__tab[aria-current=true]{background:var(--brand-orange);color:#fff;border-color:var(--brand-orange)}.search__tab--active:hover,.search__tab[aria-current=true]:hover{background:var(--brand-orange-dark);color:#fff;border-color:var(--brand-orange-dark)}.search__tab:hover{background:var(--bg-cream);color:var(--ink);border-color:var(--ink)}.search__tab-count{font-weight:500;opacity:.75;margin-left:2px}.search__tab--empty{opacity:.55}.search__tab--empty:hover{opacity:1}.search__controls{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:var(--s-4)}.search__sort{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--ink-2)}.search__sort select{padding:6px 10px;border:1.5px solid var(--line-strong);border-radius:var(--r);background:#fff;font:inherit;font-family:var(--font-heading);font-weight:600}.search__did-you-mean{background:var(--bg-cream);border-radius:var(--r-lg);padding:12px 16px;margin:var(--s-3) 0 var(--s-4);font-size:14px;color:var(--ink-2)}.search__did-you-mean a{color:var(--brand-link);font-weight:600}.search__did-you-mean strong{color:var(--ink)}.search__empty-block{text-align:center;padding:var(--s-6) 16px}.search__empty-title{font-family:var(--font-heading);font-size:clamp(22px,3vw,30px);font-weight:700;margin:0 0 var(--s-3)}.search__empty-hint{font-size:15px;color:var(--ink-2);margin:0 0 var(--s-5)}.search__empty-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--s-3);max-width:920px;margin:0 auto var(--s-5)}.search__empty-cats a{display:block;background:var(--bg-cream);border-radius:var(--r-lg);padding:var(--s-4);font-family:var(--font-heading);font-weight:600;font-size:14px;color:var(--ink);text-decoration:none}.search__empty-cats a:hover{background:var(--bg-cream);color:var(--brand-orange);text-decoration:none;box-shadow:var(--shadow-sm)}.search__empty-trending{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:var(--s-3) 0 var(--s-5)}.search__empty-trending a{display:inline-flex;padding:8px 16px;border-radius:var(--r-pill);background:transparent;border:1.5px solid var(--line-strong);font-family:var(--font-heading);font-weight:600;font-size:13px;color:var(--ink);text-decoration:none}.search__empty-trending a:hover{background:var(--bg-cream);color:var(--brand-orange);text-decoration:none;border-color:var(--brand-orange)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/search.css.map */
