
@media print {
    @page {
        margin: 18mm;
    }

    body * {
        visibility: hidden;
    }

    .epl-productlist,
    .epl-productlist * {
        visibility: visible;
    }

    .epl-productlist {
        position: absolute;
        inset: 0;
        width: 100%;
        background: #fff !important;
        color: #333 !important;
        padding: 0 !important;
    }

    .site-header,
    .site-footer,
    .epl-productlist__header,
    .epl-productlist__actions,
    .epl-productlist__list-actions,
    .epl-message,
    .action-wrapper,
    .quantity-button,
    .epl-productlist__table {
        display: none !important;
    }

    .epl-print-header {
        display: block;
        margin: 0 0 32px;
    }

    .epl-print-header img {
        width: 78px;
        height: auto;
    }

    .productlist-main-wrapper,
    .productlist-main-wrapper .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }

    .page-title {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin: 0 0 28px !important;
        color: #333 !important;
        font-weight: 700 !important;
    }

    .product-list {
        width: 100% !important;
    }

    .product-list-header,
    .product-list-item {
        display: grid !important;
        grid-template-columns: 1.45fr 0.75fr 0.35fr 1.15fr !important;
        column-gap: 24px !important;
        align-items: center !important;
    }

    .product-list-header > div:last-child,
    .product-list-item .action-wrapper {
        display: none !important;
    }

    .product-list-header {
        margin-bottom: 12px !important;
    }

    .product-list-header > div {
        font-size: 16px !important;
        line-height: 1.3 !important;
        color: #333 !important;
        font-weight: 700 !important;
    }

    .product-list-header > div:nth-child(3),
    .product-list-item .epl-product-quantity {
        text-align: center !important;
        justify-self: center !important;
    }

    .product-list-header > div:nth-child(4),
    .product-list-item .product-article-number {
        text-align: right !important;
        justify-self: end !important;
    }

    .product-list-item {
        min-height: 50px !important;
        padding: 11px 0 !important;
        border-bottom: 1px solid #d8d8d8 !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .product-info,
    .product-info a,
    .product-variant,
    .epl-product-quantity {
        font-size: 11px !important;
        line-height: 1.4 !important;
        color: #444 !important;
        font-weight: 400 !important;
        text-decoration: none !important;
    }

    .product-info a {
        color: #444 !important;
        font-weight: 400 !important;
        text-decoration: none !important;
    }

    .product-variant {
        color: #555 !important;
    }

    .epl-product-quantity {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        min-width: 36px !important;
    }

    .epl-item-quantity {
        display: block !important;
        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
        border: 0 !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        appearance: textfield !important;
        text-align: center !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
        color: #444 !important;
        font-weight: 400 !important;
    }

    .epl-item-quantity::-webkit-outer-spin-button,
    .epl-item-quantity::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .product-article-number,
    .product-article-number span {
        font-size: 11px !important;
        line-height: 1.3 !important;
        color: #333 !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }

    .epl-print-footer {
        display: flex !important;
        gap: 56px !important;
        margin-top: 64px !important;
        font-size: 11px !important;
        line-height: 1.5 !important;
        color: #444 !important;
    }

    .epl-print-footer strong {
        font-weight: 700 !important;
        color: #333 !important;
    }

    a {
        color: inherit !important;
        text-decoration: none !important;
    }

    .productlist-header-wrapper {
    display: block !important;
    margin-bottom: 24px !important;
    padding: 0 !important;
    background: transparent !important;
}

.productlist-header-wrapper .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

.page-title {
    display: block !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin: 0 0 8px !important;
    color: #333 !important;
    font-weight: 700 !important;
}
}