@keyframes swatchIn{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.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}
