@media print {
  .site-header, .floating-actions, .cart-drawer, .newsletter, .site-footer { display: none !important; }
  body { background: white; color: black; }
  a { text-decoration: underline; }
}

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