<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PRINT CSS*/
#logo-print{
    display: none;
}
#print-label {
    font-weight: 600;
}
@media print {
    html, body {
        height: 99%;
    }

    @page {
        size: auto;
        margin: 0;
    }

    body {
        background-color: #ffffff;
    }

    #banner, #menuright, #footer,
    #block_top_menu, #dropdownMenuButton,
    .btn-orange, .breadcrumb,
    .order_reference, #print-panier,
    .bootstrap-touchspin, #qty,
    .remove-from-cart, a.label, #footer {
        display: none !important;
    }

    .page-heading {
        text-align: center !important;
    }

    .product-price {
        margin-left: -30px;
    }

    #total-ht {
        margin-left: 60px;
    }

    .js-subtotal, .text-right {
        display: block !important;
    }

    #logo-print {
        display: block !important;
    }

    .product-price {
        white-space: nowrap;
    }
}
@media print and (orientation: portrait) {
    html, body {
        height: 99%;
    }
    @page {
        size: auto;
        margin: 0;
    }
    body {
        background-color:#ffffff;
    }
    #prix-label-print, #livraison-print, #total-label-print {
        display: block !important;
        margin-right: 4px;
    }

    .status-container {
        display: -webkit-inline-box;
        margin-right: 430px;
    }

    .status-container2 {
        display: -webkit-inline-box;
        margin-right: 520px;
    }

    .status-container1 {
        display: -webkit-inline-box;
        margin-left: -446px;
    }

    .product-price {
        margin-top: -10px;
        margin-left: 2px;
    }
}</pre></body></html>