.smart-search{position:relative;flex:0 0 min(290px,24vw);margin-left:auto}.smart-search__form{height:44px;display:grid;grid-template-columns:34px minmax(0,1fr) 40px;align-items:center;border:1px solid var(--line-strong);border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.smart-search__form:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(70,104,232,.13)}.smart-search__icon{width:15px;height:15px;justify-self:end;border:2px solid var(--muted);border-radius:50%;position:relative}.smart-search__icon::after{content:"";position:absolute;width:6px;height:2px;right:-5px;bottom:-2px;background:var(--muted);transform:rotate(45deg);border-radius:2px}.smart-search__input{min-width:0;width:100%;height:42px;padding:0 9px;border:0;outline:0;background:transparent;color:var(--ink);font-size:.86rem}.smart-search__input::-webkit-search-cancel-button{cursor:pointer}.smart-search__submit{width:34px;height:34px;display:grid;place-items:center;justify-self:center;border:0;border-radius:10px;background:var(--ink);color:#fff;font-weight:900}.smart-search__panel{position:absolute;z-index:120;top:calc(100% + 10px);right:0;width:min(520px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 180px));overflow-y:auto;padding:10px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-md)}.smart-search__panel[hidden]{display:none}.smart-search__group{padding:8px}.smart-search__group+.smart-search__group{border-top:1px solid var(--line)}.smart-search__group-title{display:block;margin:2px 8px 7px;color:var(--muted);font-size:.65rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.smart-search__option{min-height:68px;display:grid;grid-template-columns:54px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:8px;border-radius:13px}.smart-search__option:hover,.smart-search__option:focus-visible,.smart-search__option.is-active{outline:0;background:var(--lime-soft)}.smart-search__media{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#edf1ed,#f8f9f6);color:var(--muted);font-size:.65rem;font-weight:900}.smart-search__media img{width:100%;height:100%;object-fit:contain}.smart-search__copy{min-width:0;display:grid;gap:3px}.smart-search__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem}.smart-search__copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.72rem}.smart-search__arrow{font-weight:900}.smart-search__message{margin:0;padding:20px;color:var(--muted);font-size:.84rem;text-align:center}
@media(max-width:1280px){.site-navigation{align-items:stretch}.smart-search{order:-1;flex:0 0 auto;width:100%;margin:0 0 12px}.smart-search__form{height:50px;grid-template-columns:38px minmax(0,1fr) 46px}.smart-search__input{height:48px;font-size:1rem}.smart-search__panel{position:static;width:100%;max-height:52vh;margin-top:8px;box-shadow:var(--shadow-sm)}.primary-menu{width:100%}}
