.sticky-category{position:fixed;bottom:0;right:0;opacity:0;animation:showSticky 1s ease forwards;animation-delay:12s}@keyframes showSticky{to{opacity:1}}