.fsp{position:fixed;top:80px;left:0;right:0;bottom:0;z-index:10005;display:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fsp[aria-hidden=false]{display:block}.fsp__scrim{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:10003}.fsp__sheet{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;flex-direction:column;box-shadow:0 8px 32px -16px #0000001f;z-index:10004}@media (min-width: 901px){.fsp__sheet{width:360px;height:calc(100vh - 80px);left:0;top:0;right:auto;bottom:0;border-radius:0;box-shadow:4px 0 16px #00000026}@media (min-width: 1600px){.fsp__sheet{left:calc(50% - 800px)}}}@media (max-width: 900px){.fsp{top:0;bottom:0;height:100vh;height:100dvh}.fsp__scrim{width:100%;height:100%}.fsp__sheet{width:100%;height:100vh;height:100dvh;left:0;top:0;right:0;bottom:0;border-radius:0;box-shadow:none;max-width:none}}.fsp__header{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.fsp__btn{height:40px;width:40px;border:1px solid #d1d5db;border-radius:10px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;color:#374151;font-size:20px;font-weight:400;-webkit-tap-highlight-color:transparent}.fsp__btn:hover{background:#f9fafb;border-color:#9ca3af}.fsp__btn:active{background:#f3f4f6;transform:scale(.96)}.fsp__btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.fsp__btn--back svg{stroke:currentColor;stroke-width:2;fill:none}.fsp__btn--clear{font-size:24px;line-height:1;color:#6b7280}.fsp__btn--clear[hidden]{display:none}.fsp__search{position:relative;width:100%}.fsp__search input{width:100%;height:40px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;font-size:16px;font-family:inherit;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.fsp__search input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fsp__search input::placeholder{color:#9ca3af}.fsp__progress{height:2px;background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 50%,transparent 100%);background-size:200% 100%;animation:fspbar 1s linear infinite;flex-shrink:0}.fsp__progress[hidden]{display:none}@keyframes fspbar{0%{background-position-x:0}to{background-position-x:200%}}.fsp__body{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:8px 8px 24px;flex:1;min-height:0}.fsp__body::-webkit-scrollbar{width:8px}.fsp__body::-webkit-scrollbar-track{background:#f9fafb}.fsp__body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.fsp__body::-webkit-scrollbar-thumb:hover{background:#9ca3af}#fspRecent{padding:12px 10px}#fspRecent[hidden]{display:none}.fsp__recent-title{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.fsp__recent-chips{display:flex;flex-wrap:wrap;gap:8px}.fsp__chip{display:inline-flex;align-items:center;padding:6px 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;font-size:14px;color:#374151;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.fsp__chip:hover{background:#e5e7eb;border-color:#d1d5db}.fsp__chip:active{transform:scale(.96)}#fspList{list-style:none;margin:0;padding:0}.fsp__group{position:sticky;top:0;background:#fff;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:8px 10px;border-bottom:1px solid #f1f5f9;z-index:10}.fsp__option{display:flex;align-items:center;gap:10px;padding:3px 6px;cursor:pointer;border-radius:8px;margin:2px 4px;transition:background-color .15s ease;-webkit-tap-highlight-color:transparent}.fsp__option:hover{background:#f9fafb}.fsp__option[aria-selected=true]{background:#eff6ff;border-left:3px solid #3b82f6}.fsp__option:active{background:#f3f4f6}.fsp__thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;flex-shrink:0}.fsp__text{flex:1;min-width:0;display:flex;gap:2px;justify-content:space-between}.fsp__name{font-weight:700;font-size:15px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;order:-1;justify-self:end}.fsp__brand{font-weight:400;font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fsp__match{background:#fef3c7;color:#92400e;padding:0 2px;border-radius:2px;font-weight:600}.fsp__empty{padding:48px 20px;text-align:center;color:#6b7280;font-size:15px}.fsp__empty[hidden]{display:none}.fsp__empty:before{content:"\1f50d";display:block;font-size:48px;margin-bottom:16px;opacity:.5}@media (max-width: 1023px){.fsp__sheet{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.fsp__header{padding-top:max(10px,env(safe-area-inset-top))}}@keyframes fspFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fspSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fsp[aria-hidden=false] .fsp__scrim{animation:fspFadeIn .2s ease-out}.fsp[aria-hidden=false] .fsp__sheet{animation:fspSlideUp .25s cubic-bezier(.16,1,.3,1)}.fsp__option:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.fsp__chip:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.fsp__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.SBA__searchbar .dropdown{display:none}
/*# sourceMappingURL=/cdn/shop/t/1123/assets/frame-search-panel.css.map */
