.categoryShimmer{height:110px;width:100%;background-color:#f0f0f0;overflow:hidden;position:relative}.categoryShimmer:before{content:"";position:absolute;top:0;left:0;height:100%;width:150%;background:linear-gradient(90deg,rgba(240,240,240,0),rgba(255,255,255,.5) 50%,rgba(240,240,240,0));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}