.category-circles-wrapper{position:sticky;top:var(--header-height);z-index:20;background:var(--color-white);padding:10px 0;overflow:clip;min-height:104px;margin-bottom:0}.category-circles-shell{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:6px;padding:0 8px}.category-circles{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 8px;scroll-behavior:smooth}.category-circles::-webkit-scrollbar{display:none}.category-circle-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:none;cursor:pointer;padding:0;width:80px}.category-circle-img-wrap{width:60px;height:60px;border-radius:50%;overflow:hidden;border:2.5px solid var(--color-accent);transition:border-width .15s ease,box-shadow .15s ease;background:var(--color-bg)}.category-circle-item:hover .category-circle-img-wrap{box-shadow:0 0 0 2px rgba(232,160,32,.35)}.category-circle-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.category-circle-label{font-size:12px;font-family:var(--font-primary);font-weight:500;color:var(--color-text-secondary);text-align:center;line-height:1.3;transition:color .15s;white-space:normal;word-break:break-word;max-width:80px}.category-circle-item.active .category-circle-label{color:var(--color-accent);font-weight:700}.category-scroll-btn{position:static;transform:none;width:28px;height:28px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:opacity .15s ease,box-shadow .15s ease}.category-scroll-btn--left{justify-self:start}.category-scroll-btn--right{justify-self:end}.category-scroll-btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}