.catalog{display:flex;flex-direction:column;align-items:center}.catalog__list{height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1em;row-gap:2em}.subcategories a>span{display:inline-block;width:15em;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.subcategories button:active,.subcategories button:focus,.subcategories button:hover{border:1px solid transparent;outline:0}.subcategories>li>div{display:flex;justify-content:space-between}.subcategories>li ul{max-height:0;overflow:hidden;margin-left:1em;transition:max-height .3s ease-in-out;list-style:bullet;padding:initial}.subcategories>li i{transform:rotate(180deg);transition:.3s ease-in-out}.subcategories>li.open ul{max-height:40em}.subcategories>li.open i{transform:rotate(0)}
