@keyframes category-card-progress{0%{width:0}to{width:100%}}.category-card-progress{height:100%;transform-origin:left;background-color:#fff;animation:category-card-progress 3s linear infinite}@keyframes product-staging-fade-in{0%{opacity:0}to{opacity:1}}.product-staging-fade-in{animation:product-staging-fade-in .3s ease-out forwards}