.home-top-bar{padding:15px 11px;display:flex;flex-direction:column;gap:10px;background-color:var(--background);position:fixed;top:0;left:0;width:100%;z-index:1000;transition:transform .3s ease-in-out,opacity .3s ease-in-out;outline:none}@media (min-width:650px){.home-top-bar{position:-webkit-sticky;position:sticky}}.home-top-bar.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.home-top-bar.visible{transform:translateY(0);opacity:1;pointer-events:auto}.home-top-top-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:50px;width:100%}.home-top-bar-name{font-size:24px;line-height:36px;font-weight:var(--font-bold);color:var(--primary-text)}.home-top-bar-name.large{font-size:32px;line-height:48px}.home-top-bar-filters-container{display:flex;flex-direction:row;gap:10px;align-items:center}