<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
        #banner.section &gt; .wrapper,
         .wrapper {
             padding: 0px;
         }
        body {
            background-color: white !important;
            page-break-after: avoid;
            height: auto!important;
        }

        input[type=button], 
        input[type=text], 
        .rowEmail, 
        .rowAvailableMerchants, 
        #blocks-request, 
        footer, 
        #masthead, 
        #mobile-nav,
        #buttons,
        #emailForm,
        #actionButton,
        .barcodesectionTitle,
        .scroller {
            display: none !important;
        }

        .barcodeImage {
            width: 60% !important;
            height: auto;
        }
}
</pre></body></html>