.CategoryDescription{max-height:100px;overflow:hidden;margin:1rem auto;transition:max-height 1.5s cubic-bezier(0,1,0,1)}.CategoryDescription.open{max-height:10000px;transition:max-height 3s ease-in-out}.CategoryDescription h1{font-size:1.375rem;text-transform:uppercase}.CategoryDescription h2,.CategoryDescription h3{font-size:1.25rem}.category-description-trigger{display:block;margin-left:auto;margin-right:auto;transition:transform 3s cubic-bezier(0,1,0,1);cursor:pointer}.category-description-trigger.open{transform:rotate(180deg)}