@keyframes swatchIn{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scan{0%{left:-100%}to{left:100%}}.animate-swatch-in{animation:swatchIn 1.2s cubic-bezier(.22,1,.36,1) both}.animate-fade-up{animation:fadeUp .9s cubic-bezier(.22,1,.36,1) both}.animate-scan{animation:scan 2s 1.5s ease-in-out infinite}
