.product-search{position:relative;width:100%}.product-search__input{width:100%}.product-search__panel{position:absolute;top:calc(100% + .5rem);right:0;left:0;z-index:40;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--background);box-shadow:0 12px 40px rgb(15 23 42/.12)}.product-search__list{max-height:min(24rem,70vh);margin:0;padding:.5rem;overflow:auto;list-style:none}.product-search__section{padding:.375rem .625rem .125rem}.product-search__section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-search__section-label{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary)}.product-search__section-label--standalone{padding:.375rem .625rem .125rem}.product-search__section-action{border:0;background:transparent;font-size:.75rem;font-weight:500;color:var(--primary);cursor:pointer}.product-search__section-action:hover{color:var(--text)}.product-search__empty,.product-search__status{padding:.75rem .875rem;font-size:.875rem;color:var(--text-secondary)}.product-search__empty-title{margin:0 0 .375rem;font-size:.9375rem;font-weight:600;color:var(--text)}.product-search__empty-description,.product-search__empty-label{margin:0;font-size:.875rem;line-height:1.55}.product-search__empty-label{margin-top:.75rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary)}.product-search__option{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.75rem .875rem;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease}.product-search__option--active,.product-search__option:hover{background:var(--background-muted)}.product-search__option:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.product-search__option--view-all{margin-top:.25rem;border-top:1px solid var(--border);border-radius:0 0 10px 10px;font-size:.875rem;font-weight:500;color:var(--primary)}.product-search__option-title{font-size:.9375rem;font-weight:500;color:var(--text)}.product-search__option-subtitle{font-size:.8125rem;line-height:1.45;color:var(--text-secondary)}.product-search__highlight mark{padding:0;font-weight:600;color:var(--primary);background:transparent}@media (prefers-reduced-motion:reduce){.product-search__option,.product-search__section-action{transition:none}}