
.cat-card-fake[data-v-52d6bae7] {
  position: relative;
  border-radius: 20px;
  height: 300px;
  z-index: 0;
  background: linear-gradient(227deg, #f0f2ed, #cacdcc);
  background-size: 100% 100%;
  animation: AnimationName-52d6bae7 0s ease infinite;
}
@keyframes AnimationName-52d6bae7 {
0% {
    background-position: 0% 7%;
}
50% {
    background-position: 100% 94%;
}
100% {
    background-position: 0% 7%;
}
}
