.search-result-card.svelte-1cl8n0r{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;padding:.5rem .85rem .5rem .55rem;border-radius:1.5rem;border:1px solid rgba(15,23,42,.06);background:#fffffff2;transition:transform .15s ease,border .15s ease,box-shadow .15s ease}.search-result-card.svelte-1cl8n0r:hover{transform:translateY(-2px);border-color:#6366f159;box-shadow:0 12px 25px #0f172a14}.dark .search-result-card.svelte-1cl8n0r{border-color:#94a3b829;background:#0f172ae6}.dark .search-result-card.svelte-1cl8n0r:hover{border-color:#6366f173;box-shadow:0 12px 28px #0000008c}.search-result-card__content.svelte-1cl8n0r{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;text-decoration:none;color:inherit}.search-result-card__save.svelte-1cl8n0r{position:relative;right:0;margin-left:auto;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;color:#f43f5ef2;transition:transform .15s ease,border .15s ease,background .15s ease}.search-result-card__save.svelte-1cl8n0r:hover{transform:translateY(-2px);border-color:#f43f5e66}.search-result-card__save.in-cart.svelte-1cl8n0r{background:#10b9811f;border-color:#10b98159;color:#10b981f2}.dark .search-result-card__save.svelte-1cl8n0r{background:#0f172ae6;border-color:#94a3b866;color:#f87171f2}.dark .search-result-card__save.in-cart.svelte-1cl8n0r{background:#10b9813d;border-color:#10b98173;color:#34d399f2}.search-result-card__media.svelte-1cl8n0r{width:3.75rem;height:3.75rem;border-radius:1.25rem;overflow:hidden;background:#0f172a0a}.search-result-card__media-img.svelte-1cl8n0r{width:100%;height:100%;display:block}.search-result-card__placeholder.svelte-1cl8n0r{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6366f1b3;background:linear-gradient(135deg,#6366f126,#0ea5e926)}.search-result-card__body.svelte-1cl8n0r{min-width:0;display:flex;flex-direction:column;gap:0rem}.search-result-card__brand.svelte-1cl8n0r{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:#64748be6;margin:0}.search-result-card__title.svelte-1cl8n0r{font-size:.95rem;font-weight:600;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .search-result-card__title.svelte-1cl8n0r{color:#f8fafc}.search-result-card__meta.svelte-1cl8n0r{display:flex;gap:.4rem;align-items:baseline}.search-result-card__price.svelte-1cl8n0r{font-size:1rem;font-weight:600}.dark .search-result-card__price.svelte-1cl8n0r{color:#fff}.search-result-card__price--muted.svelte-1cl8n0r{font-size:.8rem;color:#64748bbf;text-decoration:line-through}.search-result-card__availability.svelte-1cl8n0r{align-items:flex-start;margin-left:auto}.search-result-card__badge.svelte-1cl8n0r{padding:.25rem .65rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.search-overlay__section.svelte-d4sh3w.svelte-d4sh3w{display:flex;flex-direction:column;gap:.9rem}.search-overlay__section-header.svelte-d4sh3w.svelte-d4sh3w{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#0f172ab3}.dark .search-overlay__section-header.svelte-d4sh3w.svelte-d4sh3w{color:#f8fafcb3}.search-overlay__action.svelte-d4sh3w.svelte-d4sh3w{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#6366f1e6;background:transparent;border:none;padding:0;cursor:pointer}.search-overlay__action.svelte-d4sh3w.svelte-d4sh3w:hover{color:#4f46e5}.search-overlay__list.svelte-d4sh3w.svelte-d4sh3w{display:flex;flex-direction:column;gap:.75rem}.search-overlay__message.svelte-d4sh3w.svelte-d4sh3w{font-size:.9rem;color:#64748be6;margin:0}.dark .search-overlay__message.svelte-d4sh3w.svelte-d4sh3w{color:#cbd5e1cc}.search-overlay__skeleton.svelte-d4sh3w.svelte-d4sh3w{display:grid;grid-template-columns:4rem 1fr;gap:.75rem;align-items:center;padding:.85rem;border-radius:1.5rem;border:1px solid rgba(148,163,184,.2);background:#94a3b814}.search-overlay__skeleton.svelte-d4sh3w span.svelte-d4sh3w:first-child{width:4rem;height:4rem;border-radius:1.2rem;background:#94a3b840}.search-overlay__skeleton.svelte-d4sh3w span.svelte-d4sh3w:last-child{height:2.4rem;border-radius:.8rem;background:#94a3b82e}.spotlight__veil.svelte-4vtobi{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;background:#f8faff59;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);cursor:pointer;pointer-events:auto;z-index:70}.dark .spotlight__veil.svelte-4vtobi{background:#02061766}.spotlight.svelte-4vtobi{position:fixed;top:0;right:0;bottom:0;left:0;padding:clamp(3rem,10vh,6rem) 1rem 2rem;display:flex;justify-content:center;align-items:flex-start;pointer-events:none;z-index:80}.spotlight__panel.svelte-4vtobi{width:min(680px,calc(100vw - 2rem));pointer-events:auto;border-radius:1.75rem;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:0 35px 70px #0f172a2e;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.dark .spotlight__panel.svelte-4vtobi{border-color:#94a3b829;background:#0f172af2;box-shadow:0 40px 80px #0009}.spotlight__input.svelte-4vtobi{position:relative;display:flex;align-items:center;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#f8faffe6;padding:0;box-shadow:inset 0 1px #ffffff59}.dark .spotlight__input.svelte-4vtobi{border-color:#94a3b840;background:#1e293bd9;box-shadow:inset 0 1px #ffffff0d}.spotlight__input-icon.svelte-4vtobi{position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#64748be6;pointer-events:none}.spotlight__field.svelte-4vtobi{flex:1;padding-left:3rem;border:none;border-radius:999px;background:transparent;font-size:1.05rem;font-weight:500;outline:none}.spotlight__field.svelte-4vtobi:focus{border:none}.dark .spotlight__field.svelte-4vtobi{color:#f8fafc}.spotlight__clear.svelte-4vtobi{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);border:none;background:#94a3b840;border-radius:999px;width:1.9rem;height:1.9rem;font-size:1rem;font-weight:600;color:#334155e6;cursor:pointer}.dark .spotlight__clear.svelte-4vtobi{background:#94a3b859;color:#e2e8f0e6}.spotlight__body.svelte-4vtobi{max-height:min(60vh,520px);overflow-y:auto;padding-right:.25rem}.spotlight__body.svelte-4vtobi::-webkit-scrollbar{width:6px}.spotlight__body.svelte-4vtobi::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px}.attached.svelte-4vtobi{position:absolute;left:0;right:0;border-radius:1.75rem;border:1px solid rgba(15,23,42,.08);background:#fffffff2;box-shadow:0 24px 45px #0f172a2e;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;z-index:40}.attached--below.svelte-4vtobi{top:calc(100% + .75rem)}.attached--above.svelte-4vtobi{bottom:calc(100% + .75rem);top:auto}.dark .attached.svelte-4vtobi{border-color:#94a3b833;background:#0f172af2;box-shadow:0 30px 60px #0000008c}@media (max-width: 640px){.spotlight.svelte-4vtobi{padding-top:4rem}.spotlight__panel.svelte-4vtobi{width:calc(100vw - 1.5rem);padding:1.25rem}.spotlight__body.svelte-4vtobi{max-height:calc(70vh - 3rem)}}
