/*
|--------------------------------------------------------------------------
| Print Styles
|--------------------------------------------------------------------------
*/
@media print {
  .search-form,
  .header,
  .products-dropdown,
  .menu-mobile {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  ul,
  ol,
  span {
    text-align: left !important;
  }
  .header {
    display: none;
  }
  .hero--short {
    height: auto;
  }
  .magellan {
    display: none;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .section {
    padding: 24px 0;
  }
  body {
    text-align: left;
  }
  .data-equalizer,
  .data-equalizer-watch {
    height: auto !important;
    overflow: hidden;
  }
  .section--newsletter {
    display: none;
  }
  .section--sitemap {
    display: none;
  }
  .slick-initialized {
    display: none !important;
  }
}
