.category-card{padding:12px;border-bottom:var(--border)}.category-card.sidebar-card{font-size:14px}.category-card-header{display:flex;justify-content:space-between;align-items:center}.category-name{padding:.6em 1em;font-weight:700;color:var(--brand-200)}.category-rightarrow{width:16px;height:16px;margin-right:.6em;transition:transform .2s}.category-card.show-list .category-rightarrow{transform:rotate(90deg)}.category-card-ul-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s}.category-card-ul{grid-row:1/span 2;overflow:hidden;opacity:0;transition:opacity .2s}.category-card.show-list .category-card-ul-wrapper{grid-template-rows:1fr}.category-card.show-list .category-card-ul{opacity:.9}