.smart-search{position:relative;flex:1;max-width:720px;min-width:240px}
.smart-search-form{height:50px;display:flex;align-items:stretch}
.smart-search-input{position:relative;display:flex;align-items:center;flex:1;min-width:0;border:2px solid var(--ink,#18181b);border-right:0;border-radius:11px 0 0 11px;background:#fff;overflow:hidden}
.smart-search-input:focus-within{border-color:var(--go,#f97316);box-shadow:0 0 0 3px rgba(249,115,22,.13)}
.smart-search-input input{width:100%;height:100%;min-width:0;padding:0 3rem 0 1rem;border:0!important;outline:0!important;box-shadow:none!important;background:transparent;font:inherit;font-size:.84rem;color:var(--ink,#18181b)}
.smart-search-input input::-webkit-search-cancel-button{display:none}
.smart-search-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#71717a;opacity:0;visibility:hidden;transition:.15s}
.smart-search.has-value .smart-search-clear{opacity:1;visibility:visible}
.smart-search-clear:hover{background:#f4f4f5;color:#18181b}
.smart-search-submit{min-width:104px;padding:0 1.25rem;border:0;border-radius:0 11px 11px 0;background:var(--go,#f97316);color:#fff;font-size:.78rem;font-weight:800;transition:.18s}
.smart-search-submit:hover{background:var(--deep,var(--go-deep,#ea580c))}
.smart-search-panel{--smart-top:92px;position:fixed;z-index:1090;left:50%;top:var(--smart-top);width:min(1300px,calc(100vw - 28px));max-height:calc(100vh - var(--smart-top) - 14px);overflow:hidden;border:1px solid #e4e4e7;border-radius:13px;background:#fff;box-shadow:0 28px 70px rgba(24,24,27,.22);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .18s ease,transform .18s ease,visibility .18s}
.smart-search.is-open .smart-search-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.smart-search-close{position:absolute;z-index:2;right:13px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#71717a}
.smart-search-close:hover{background:#f4f4f5;color:#18181b}
.smart-search-grid{display:grid;grid-template-columns:220px 255px minmax(0,1fr);min-height:445px;max-height:inherit}
.smart-search-aside,.smart-search-featured{padding:1.4rem;border-right:1px solid #e4e4e7}
.smart-search-aside{background:#fafafa;overflow:auto}
.smart-search-heading{margin:0 0 1rem;color:#3f3f46;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.smart-query-list{display:flex;flex-wrap:wrap;gap:.48rem}
.smart-query{border:1px solid rgba(249,115,22,.35);border-radius:6px;background:#fff7ed;color:#c2410c;padding:.43rem .58rem;font-size:.66rem;font-weight:700;text-align:left}
.smart-query:hover{border-color:#f97316;background:#ffedd5;color:#9a3412}
.smart-brand-list{display:grid;gap:.65rem;margin-top:.9rem}
.smart-brand-list a{color:#18181b;font-size:.71rem;font-weight:800}
.smart-brand-list a:hover{color:#ea580c}
.smart-search-featured{display:flex;flex-direction:column;align-items:center;text-align:center;overflow:auto}
.smart-featured-image{width:100%;height:190px;margin:.35rem 0 .85rem;object-fit:contain;border-radius:10px;background:#f4f4f5}
.smart-featured-kicker,.smart-result-brand{color:#71717a;font-size:.57rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.smart-featured-title{color:#18181b;font-size:.8rem;font-weight:800;line-height:1.42}
.smart-featured-price{margin-top:.6rem;color:#ea580c;font-size:1rem;font-weight:800}
.smart-stock{margin-top:.35rem;color:#16803c;font-size:.64rem;font-weight:700}
.smart-search-products{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;max-height:inherit;padding-top:1.4rem}
.smart-results-head{display:flex;align-items-center;justify-content:space-between;padding:0 3.4rem 1rem 1.25rem}
.smart-results-count{color:#71717a;font-size:.65rem;font-weight:700}
.smart-result-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:.2rem 1rem;padding:0 .8rem .8rem 1rem;overflow-y:auto;scrollbar-color:#a1a1aa transparent;scrollbar-width:thin}
.smart-result{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.8rem;align-items:center;min-height:112px;padding:.7rem;border-radius:10px;color:#18181b}
.smart-result:hover{background:#f4f4f5}
.smart-result img{width:72px;height:72px;border-radius:8px;object-fit:contain;background:#fafafa}
.smart-result-title{display:-webkit-box;margin:.18rem 0 .3rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.7rem;font-weight:700;line-height:1.4}
.smart-result-price{color:#ea580c;font-size:.78rem;font-weight:800}
.smart-result-stock{display:block;margin-top:.25rem;color:#16803c;font-size:.58rem;font-weight:700}
.smart-search-empty{display:none;grid-column:1/-1;padding:3rem 1rem;text-align:center;color:#71717a}
.smart-search-empty i{display:block;margin-bottom:.7rem;color:#f97316;font-size:2rem}
.smart-show-all{display:flex;align-items:center;justify-content:center;min-height:50px;background:var(--go,#f97316);color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.smart-show-all:hover{background:var(--deep,var(--go-deep,#ea580c));color:#fff}
@media(max-width:1199.98px){.smart-search-grid{grid-template-columns:190px 220px minmax(0,1fr)}.smart-result-list{grid-template-columns:1fr}.smart-search-featured{padding-inline:1rem}.smart-featured-image{height:155px}}
@media(max-width:991.98px){.smart-search-grid{grid-template-columns:180px minmax(0,1fr)}.smart-search-featured{display:none}.smart-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-result{grid-template-columns:58px minmax(0,1fr)}.smart-result img{width:58px;height:58px}}
@media(max-width:767.98px){.smart-search{display:none!important}}
@media(prefers-reduced-motion:reduce){.smart-search-panel{transition:none}}
