/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@layer print {
  /**
    * @codingStandardsIgnoreStart
    */
  .page-print .logo {
    display: block;
    float: none;
    text-align: left;
  }
  @media print {
    * {
      -webkit-filter: none !important;
      background: transparent !important;
      color: #000 !important;
      filter: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    .table-wrapper table {
      width: 100%;
      table-layout: fixed;
    }
    .table-wrapper table td {
      width: auto;
    }
    .table-wrapper table > tfoot > tr:first-child {
      border-top: 1px solid #999;
    }
    .box,
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 1cm;
    }
    .block-content,
    p,
    h2,
    h3 {
      break-inside: avoid;
    }
    .block-content {
      break-before: avoid;
    }
    .block-title,
    h2,
    h3 {
      break-after: avoid;
      break-inside: avoid;
    }
    .nav-toggle {
      display: none !important;
    }
    .sidebar,
    .nav-sections,
    .header.content > *[class],
    .panel.wrapper > *[class],
    .footer.content > *[class] {
      display: none;
    }
    .logo,
    .footer .copyright {
      display: block !important;
      margin: 10px 0;
    }
    .order-details-items .order-items .order-gift-message:not(.expanded-content) {
      height: auto;
      visibility: visible;
    }
    .column.main {
      float: none !important;
      width: 100% !important;
    }
    .breadcrumbs {
      margin: 0 auto;
      text-align: right;
    }
    .footer.content {
      padding: 0;
    }
    .hidden-print {
      display: none !important;
    }
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRogeDev%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAAKA%3B%3B%3B%3BEAkBI%2CWACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA0HZ%3BIArHQ%3BMACI%2C%2BBAAA%3BMACA%2CkCAAA%3BMACA%2CWAAA%3BMACA%2CuBAAA%3BMACA%2C4BAAA%3B%3BIAGJ%3BIACA%2CCAAC%3BMACG%2CqCAAA%3B%3BIAIJ%3BIACA%3BMACI%2CsBAAA%3BMACA%2CwBAAA%3B%3BIAGJ%3BMACI%2C2BAAA%3B%3BIAGJ%2CcAAe%3BMACX%2CWAAA%3BMAMA%2CmBAAA%3B%3BIAPJ%2CcAAe%2CMAGX%3BMACI%2CWAAA%3B%3BIAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BMACV%2C0BAAA%3B%3BIAIR%3BIACA%3BIACA%3BMACI%2CwBAAA%3B%3BIAGJ%3BMACI%2C0BAAA%3B%3BIAGJ%3BMACI%2CWAAA%3B%3BIAGJ%3BIACA%3BIACA%3BIACA%3BMACI%2CmBAAA%3B%3BIAGJ%3BMACI%2CmBAAA%3B%3BIAGJ%3BIACA%3BIACA%3BMACI%2CkBAAA%3BMACA%2CmBAAA%3B%3BIAGJ%3BMACI%2CwBAAA%3B%3BIAGJ%3BIACA%3BIACA%2COAAO%2CQAAW%2CIAAC%3BIACnB%2CMAAM%2CQAAW%2CIAAC%3BIAClB%2COAAO%2CQAAW%2CIAAC%3BMACf%2CaAAA%3B%3BIAGJ%3BIACA%2COAAQ%3BMACJ%2CyBAAA%3BMACA%2CcAAA%3B%3BIAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BMACD%2CYAAA%3BMACA%2CmBAAA%3B%3BIAMhB%2COAAO%3BMACH%2CsBAAA%3BMACA%2CsBAAA%3B%3BIAGJ%3BMACI%2CcAAA%3BMACA%2CiBAAA%3B%3BIAGJ%2COAAO%3BMACH%2CUAAA%3B%3BIAGJ%3BMACI%2CwBAAA%22%7D */