@keyframes pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.loading-item{height:212px;width:100%;background-color:#411371;border-radius:12px;animation:pulse 1.5s ease-in-out infinite;will-change:opacity}