@media print {
  .hidden-tablet-and-up,
  .line-item__quantity-remove,
  #bottom-footer,
  #continueshopping,
  .cart_page__title__print,
  #product_search,
  .shopify-section:not(.vanguard-theme) .quantity-selector__button{
    display: none !important;
  }

  .shopify-section:not(.vanguard-theme) .quantity-selector{
    border: none !important;
  }
  
}