@media print {
  header, nav, footer, .print--button, .breadcrumbs, #cart--add, .product__thumbs, .mz-hint, .newsletter, .s, .product--print, .product form + section, .product--videos, .order-success-message {
    display: none !important;
  }
  html {
    border-top: 0 solid transparent;
  }
  .product__img {
    max-height: 300px !important;
  }
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 17px !important;
  }
  .price,
  .order--types svg,
  .price.regular + .price,
  .success, 
  .warning, 
  .error,
  h1, h2, h3, h4 {
    color: var(--base) !important;
  }
  .product__inventory {
    padding: 0;
    border: none;
  }
  
  .checkout__billing__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  
}