/* Print stylesheet — industrial SEO / usability (legible printed pages) */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
  }

  a[href^="/"]::after {
    content: " (https://www.myinteriormart.com" attr(href) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after,
  a[href^="mailto:"]::after,
  a[href^="tel:"]::after {
    content: "";
  }

  nav,
  .sticky-menu,
  .sticky-footer,
  .site-shell > .sticky-footer,
  button,
  .toast,
  [role="dialog"],
  .RouteProgress,
  iframe {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    background: #fff !important;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}
