.topic-product-card-grid-container__card--revealing{animation:tp-card-reveal 340ms cubic-bezier(.16,1,.3,1) both;animation-delay:var(--card-reveal-delay,0ms)}@keyframes tp-card-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.topic-product-card-grid-container__card--revealing{animation:none}}