@media print {
  .header-container, .print, .kontakt-os-form, .related-product, .footer_lev, .breadcumb, .content + .section-header {
    display: none !important;
  }

  #tingheden main .section-header {
    padding: 0;
    background-color: white;
  }

  .section-header .title {
    font-size: 32px;
    color: black;
  }

  #tingheden main .content .product-detail-description {
    padding: 0;
    background-color: white;
    color: black;
  }

  body {
    background-image: none !important;
    background-color: white;
  }

  .footer-container .footer div[class^="col-"],
  .footer-container .footer div[class*=" col-"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #tingheden main .showcase .image-thumbnail .image-thumbnail-item {
    max-height: 75px;
    overflow: hidden;
  }
}