.receipt-header {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .receipt-header img {
    margin: 10px auto;
  }
  
  .receipt-header span {
    display: block;
    font-weight: 700;
  }
  
  .receipt-header span:first-of-type {
    font-size: 18px;
  }
  
  table.receipt-items thead tr {
    background-color: var(--border-hash) !important;
  }
  
  table.receipt-items tr th,
  table.receipt-items tr td{
    border: 1px solid var(--hash_4) !important;
  }

  .product-price {
    font-size: 16px;
    font-weight: bold;
  }