@media print {
    /* Base */
    @page {
        padding: 1.5cm
    }

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Layout */
    .l-menubar,
    .l-menubar-wrapper,
    .l-sidebar,
    .l-sidebar-primary,
    .l-footer {
        display: none;
    }

    .l-holder {
        margin: 0;
        padding: 0;
        width: auto;
        
        -webkit-transition: none; 
        transition: none;
    }

    .l-header {
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }

    .site-logo {
        max-width: 250px;
    }

    .l-content,
    .l-inner {
        margin: 0;
    }

    /* Modules */
    .btn,
    .vat-selector,
    .mini-menu-icon,
    .mini-cart-icon,
    .category-checkout-link,
    .product-cart-button-wrapper,
    .product-part-payment-klarna,
    .product-part-payment-hbank {
        display: none;
    }

    /* Helpers */
    .hidden-print {
        display: none !important;
    }
}