/* ============================================
   CANADA PEPT — Print Styles
   ============================================ */

@media print {
  *,
  *::before,
  *::after {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .header,
  .mobile-nav,
  .whatsapp-float,
  .back-to-top,
  .cart-badge,
  .btn,
  .filter,
  .catalog-toolbar,
  .hero__visual,
  .cart-notification {
    display: none !important;
  }

  .main {
    margin-top: 0 !important;
    animation: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  h1 { font-size: 22pt; }
  h2 { font-size: 18pt; }
  h3 { font-size: 14pt; }

  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .card {
    border: 1px solid #ccc !important;
    page-break-inside: avoid;
  }

  .grid--3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666 !important;
  }

  .footer__disclaimer {
    font-size: 9pt;
  }
}
