/* Bewegung — globale Regeln */

a, button, .button, input, .d9-product-card, .d9-category-tile,
.woocommerce ul.products li.product {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .d9-product-card:hover,
  .d9-category-tile:hover,
  .woocommerce ul.products li.product:hover,
  .button:hover {
    transform: none !important;
  }
}

.d9-trust-item__num[data-count] { font-variant-numeric: tabular-nums; }
