/* Motion owns these transitions only after its local runtime has loaded. */
.motion-enabled .product-card,
.motion-enabled #rotating-letters > span {
  animation: none;
}
.motion-enabled .reveal {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .motion-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}
