@media print {
    @page {
        margin: 18mm;
    }

    body {
        background: #fff;
        color: #000;
        font-size: 11pt;
    }

    .site-header,
    .site-footer,
    .mobile-drawer,
    .button-row,
    .gallery-thumb,
    .product-gallery__thumbs,
    .pagination,
    .catalog-sidebar,
    .admin-header,
    .editor-rail,
    .admin-actions {
        display: none !important;
    }

    .product-detail,
    .content-page {
        width: 100%;
        padding: 0;
    }

    .product-detail::before {
        content: "PM STEELE";
        display: block;
        margin-bottom: 18pt;
        font-size: 18pt;
        font-weight: 700;
    }

    .product-hero,
    .product-gallery {
        display: block;
    }

    .product-gallery__main {
        min-height: 0;
        max-width: 65mm;
        padding: 0;
        border: 0;
    }

    .detail-section {
        margin-top: 22pt;
        break-inside: avoid;
    }

    .data-table th,
    .data-table td {
        padding: 6pt;
    }

    .print-qr-placeholder {
        display: block !important;
        width: 32mm;
        height: 32mm;
        border: 1pt solid #000;
        margin-top: 12pt;
    }
}
