@media print {
  body {
	margin: 50px;
    width: 800px;
  }
  .product-view__info { margin: 25px 0 0 0; }
  div.top-bar, header.header, nav.navigation, .product-mobile-header, .slick-arrow, .product-view__info form#addToBagForm, #related-products-desktop, #related-products-mobile, .product-sharing, #custReviews, .footer-container {
    display: none;
  }
}