.navbar_top{position:relative;display:flex;flex-direction:column;gap:0;padding-top:16px;padding-bottom:16px}.navbar_top h1{margin-bottom:0;font-size:24px;font-weight:500}.navbar_top__category{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:16px}.navbar_top__category h1{flex-shrink:0}.navbar_top__subcategory{position:relative;min-height:29px;display:flex;align-items:center;overflow:visible}.navbar_top__subcategory:before{content:"";position:absolute;left:50%;width:100vw;transform:translateX(-50%);bottom:0;height:1.5px;background:#e5e5e5;pointer-events:none}.category-filters,.subcategory-filters{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;min-width:0}.category-filters{flex:1 1}.category-filters,.subcategory-filters{scrollbar-width:none;-ms-overflow-style:none}.category-filters::-webkit-scrollbar,.subcategory-filters::-webkit-scrollbar{display:none}.subcategory-filters{gap:16px;min-height:29px}.navbartop_item{border:2px solid #e5e5e5;padding:8px 16px;font-weight:500;border-radius:10px;cursor:pointer;color:gray;transition:border-color .25s ease,color .25s ease,background-color .25s ease;scroll-snap-align:start;flex-shrink:0}.navbartop_item.active,.navbartop_item:hover{border-color:#111827;color:#111827}.navbartop_item.active{background:rgba(17,24,39,.04)}.navbarbottom_item{position:relative;color:gray;cursor:pointer;text-wrap:nowrap;font-weight:500;scroll-snap-align:start;flex-shrink:0}.navbarbottom_item:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(0,0,0,0);transition:background-color .25s ease}.navbarbottom_item:hover:after{background:#000}.navbarbottom_item.active{color:#111827}.navbarbottom_item.active:after{background:#111827}@media(max-width:684px){.navbar_top__category{flex-direction:column;align-items:flex-start}.navbartop_item{text-wrap:nowrap;font-size:14px}.navbarbottom_item{font-size:14px}.category-filters,.subcategory-filters{max-width:calc(100% + 8px)}}