@media print {
  #navigation, header, footer, aside, nav, form, iframe, .menu, .hero, .adslot, .filter-introduction, hr {
    display: none;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  * {
    text-decoration: none !important;
    border-bottom: none !important;
  }
  .primary-button{
    display:none !important;
  }
}