.filtercraft__item{animation-name:ShowElementsItem;animation-duration:.15s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.filtercraft__item.remove{animation-name:HideElementsItem}@keyframes ShowElementsItem{0%{opacity:0}to{opacity:1}}@keyframes HideElementsItem{0%{opacity:1}to{opacity:0}}