.print-only {
  display: none;
}

@media print {

  .pc-sku-table {
    border-collapse: collapse;
  }

  .pc-sku-table tr {
    background: transparent !important;
    border-bottom: solid 1px #ececec;
  }

  .pc-sku-table thead tr th {
    color: inherit;
    font-weight: 700;
  }

  .pc-sku-table tbody td a {
    color: inherit;
  }

  /* Hide breadcrumbs */
  .pc-product-breadcrumbs {
    display: none !important;
  }

  body>img {
    display: none !important;
  }

  .container.pc-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    max-width: 1700px !important;
  }

  /* Hide external elements */
  header,
  footer.site-footer,
  .template-footer,
  #cookie-law-info-bar {
    display: none !important;
  }

  /* Hide everything in the product area that is not labeled as print only */
  .pc-container > :not(.print-only) {
    display: none !important;
  }

  .print-only {
    display: block;
  }

  .print-only h2 {
    font-size: 1.75em !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  .print-only h3 {
    margin-top: 2rem !important;
    font-size: 1.25em !important;
    text-transform: none !important;
  }

  .print-only h4 {
    margin-top: 1rem !important;
    font-size: 1em !important;
    text-transform: none !important;
  }

  .print-only .print-qr-code {
    width: 2in;
    height: 2in;
  }

  .print-only .print-image {
    max-width: 2in;
  }

  .print-only .print-image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 2in;
  }

  .print-only .print-prevent-break {
    break-after: auto;
    break-before: auto;
    break-inside: avoid;
  }

  .print-only .print-site-logo {
    width: 2in;
    height: auto;
  }
}