.store{width:300px;display:flex;align-items:center;padding:10px 16px;border-radius:var(--border-radius-base);background-color:#ededed;gap:10px;justify-content:space-between;position:relative;z-index:2;height:43px;color:var(--text-color)}@media(hover:hover){.store:hover{cursor:pointer}}@media(max-width:1199px){.store{width:100%}}.store__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store__current{color:var(--color-secondary)}.store__icon{width:20px;height:20px}.store--opened .store__list{opacity:1;visibility:visible}.store__list{position:absolute;top:calc(100% + 8px);background-color:#fff;box-shadow:4px 4px 20px 0 rgba(50,46,46,.2509803922);left:0;right:0;border-radius:var(--border-radius-base);opacity:0;visibility:hidden}.store__item{padding:8px 16px;display:flex;justify-content:space-between}@media(hover:hover){.store__item:hover{cursor:pointer;color:var(--color-secondary)}}.store__item--active{color:var(--color-secondary)}.top-panel{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;gap:16px}@media(max-width:639px){.top-panel{flex-direction:column;align-items:stretch;gap:8px}.top-panel__actions{display:none}}@media(max-width:1199px){.top-panel__store{width:100px}}.search{flex:1 1}.search input{height:44px}