@media print {
    .mz-header,
    .mz-footer,
    .mz-no-print,
    .mz-modal,
    .mz-cookie-consent,
    .mz-content-outer > .mz-ad-slot,
    .mz-product__hero-buy,
    .mz-buybox__actions,
    .mz-tabs__nav,
    .mz-cross-sell,
    .mz-product-toolbar,
    .mz-offers-toolbar,
    .mz-col-phone,
    .mz-btn-show-phone,
    .mz-gallery__thumbs,
    .mz-mini-offers,
    .mz-link-more,
    .mz-product__price-range .mz-btn {
        display: none !important;
    }

    body.mz-body {
        background: #fff;
        color: #000;
        font-size: 12pt;
    }

    .mz-main,
    .mz-container,
    .mz-content-outer__main {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mz-product-print-header {
        display: block !important;
        margin: 0 0 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc;
        font-size: 11pt;
        line-height: 1.5;
    }

    .mz-product-print-header strong {
        display: block;
        font-size: 14pt;
    }

    .mz-product__hero--3col {
        display: block !important;
    }

    .mz-product__hero-gallery,
    .mz-product__hero-middle {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .mz-gallery__stage img {
        max-height: 280px;
        object-fit: contain;
    }

    .mz-table-wrap {
        overflow: visible !important;
    }

    .mz-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 10pt;
    }

    .mz-table th,
    .mz-table td {
        border: 1px solid #ccc;
        padding: 6px 8px;
    }

    a[href]::after {
        content: none !important;
    }
}

.mz-product-print-header {
    display: none;
}
