@keyframes nbr-product-fade-in { from { opacity: 0; } to { opacity: 1; } } #brxe-vqchbv > .nbr-product-card { animation: nbr-product-fade-in 320ms ease-out both; } @media (prefers-reduced-motion: reduce) { #brxe-vqchbv > .nbr-product-card { animation: none; } }