@media print {
  #hero .slide .wrap {
    min-height: auto !important;
  }

  #hero .flickity-viewport,
  #hero .slide .inner {
    height: auto !important;
  }

  #hero .slide {
    position: relative !important;
  }

  #hero-wrapper,
.flickity-viewport {
  }
  .show-for-print.print-cta {
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #666 !important;
  }
  .show-for-print.print-cta ul {
    display: flex !important;
    justify-content: center;
    list-style: none !important;
    flex-wrap: wrap;
    padding: 10px 0 !important;
    margin-top: 30px !important;
  }
  .show-for-print.print-cta ul li {
    padding: 10px 20px !important;
    text-align: center;
    font-size: 17px !important;
  }
  .single-catalog section#wrapper section {
    display: block;
    padding-top: 30px;
  }
  header {
    position: relative;
    background-color: #000000 !important;
    -webkit-print-color-adjust: exact;
  }
  .logo {
    padding-top: 20px;
  }
  body {
    padding-top: 0;
  }
  .breadcrumbs,
  button.hamburger {
    display: none;
  }
}
