@media print {
  nav, footer, .sidebar, .header {
    display: none;
  }
  body {
    font-size: 12pt;
    color: black;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .button:not(.button--badge),
  .product-detail__category-cta,
  .product-detail__accessories__top__controls,
  .product-list__filters,
  .product-list__pagination,
  .product-detail__downloads,
  .product-detail__sub-title--download {
    display: none;
  }
  .product-list__item__image {
    filter: grayscale(0);
  }
  .product-detail .col-md-4 {
    width: 33%;
  }
  [data-animate], .animate * {
    visibility: visible;
    opacity: 1;
  }
}
