@media print {
  #announcement-bar, #sticky-header, #back-to-top, #chat-widget-container,
  #cookie-consent-banner, #pwa-install-banner, .social-proof-toast,
  .share-buttons, .recently-viewed-section, .related-products-section,
  nav, .home-nav, footer, .shop-nav, button, .btn,
  form:not(.print-visible), .newsletter-form { display: none !important; }
  body { background: white !important; color: #000 !important; font-size: 12pt; }
  h1, h2, h3, h4, h5, h6 { color: #000 !important; font-family: Georgia, serif; page-break-after: avoid; }
  a { color: #000 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; font-size: 10pt; color: #666; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  .faq-answer { display: block !important; height: auto !important; max-height: none !important; }
  .faq-toggle { display: none; }
  p, blockquote { orphans: 3; widows: 3; }
  @page { margin: 2cm; }
}
