/* Print styles */
@media print {
  .site-header, .whatsapp-float, .catalog-float, .back-to-top, .cookie-banner, footer { display: none !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
}
