@media print {
  body {
    background: #fff;
    color: #333;
  }
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 0;
    /* this affects the margin in the printer settings */
  }
  * a[href]:after {
    content: none !important;
  }
  * img[src]:after {
    content: none !important;
  }
  .print-support-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .print-support-product-list > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    width: 48%;
  }
  .print-support-product-list > li .woocommerce-loop-product__title {
    font-size: 1.2em;
    margin: 0 !important;
  }
  .print-support-product-list > li .button {
    display: none;
  }
  .print-support-product-list > li img {
    margin-left: auto;
    margin-right: auto;
  }
  .print-support-product-list > li .price,
  .print-support-product-list > li .woocommerce-Price-amount,
  .print-support-product-list > li .amount {
    color: inherit !important;
  }
}
