/* Zen Cart 2.1 — Darkness Template — Reconstructed print.css
   Clean print‑optimized stylesheet
   No layout shift, no unnecessary elements
*/

/* RESET */
* { background: none !important; box-shadow: none !important; text-shadow: none !important; }
body { font: 14px/1.5 Verdana, Arial, sans-serif; color: #000; margin: 0; padding: 0; }

/* HEADERS */
h1, h2, h3, h4, h5 { color: #000; page-break-after: avoid; }

/* LINKS */
a:link, a:visited { color: #000; text-decoration: underline; }
a:after { content: " (" attr(href) ")"; font-size: 90%; }

/* HIDE NAVIGATION + UNNEEDED ELEMENTS */
#header, #navigation, #navMainWrapper, #navEZPagesTop, #navColumnOne, #navColumnTwo,
#leftBoxContainer, #rightBoxContainer,
#siteMapList, #searchHeader, #bannerSix, #bannerSeven,
#footer, .footer, #siteinfoLegal, .noprint { display: none !important; }

/* PRODUCT INFO PAGE CLEAN PRINT */
#productName, .productGeneral { page-break-inside: avoid; }
#productDescription { margin-top: 10px; }

/* TABLES */
table { width: 100%; border-collapse: collapse; }
th, td { border: 1px solid #444; padding: 4px 6px; vertical-align: top; }

/* IMAGES */
img { max-width: 100% !important; height: auto !important; }
.noprintimg { display: none !important; }

/* CART / CHECKOUT */
#shoppingCartDefault, #checkoutConfirmDefault, #checkoutSuccess { page-break-before: avoid; }

/* EZ-Pages Content */
.ezPageContent, #indexDefaultMainContent, .content { margin: 15px 0; }

/* Remove layout frames */
#mainWrapper, #centerColumn { width: 100% !important; margin: 0 !important; padding: 0 !important; border: none !important; box-shadow: none !important; }

/* Print Page Title */
.printHeader { font-size: 20px; font-weight: bold; margin-bottom: 10px; display: block; }

/* Avoid huge empty spaces */
.pageBreak { page-break-after: always; }

/* OPTIONAL — ORDER INVOICE CLEANUP */
.orderInfo, .orderTotals, .orderComments { margin: 10px 0; }

/* END */
