.sale-badge {
  color: #dc3545;
  font-weight: bold;
}

.price-compare {
  text-decoration: line-through;
  color: #6c757d;
}

.availability-yes {
  color: #198754;
}

.availability-no {
  color: #dc3545;
}

@media (max-width: 767.98px) {
  table.table-cards thead {
    display: none;
  }

  table.table-cards tr {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0;
    /* reset Bootstrap table-striped alternating background on the row */
    --bs-table-bg-type: transparent;
  }

  table.table-cards td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.25rem 0.75rem;
  }

  table.table-cards td:last-child {
    border-bottom: none;
  }

  table.table-cards td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6c757d;
    margin-right: 1rem;
    flex-shrink: 0;
  }
}
