.product-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}

.product-table th {
  background-color: #1565c0;
  color: white;
  padding: 10px;
  text-align: left;
}

.product-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.product-table a {
  color: #1565c0;
  text-decoration: none;
}

.product-table a:hover {
  text-decoration: underline;
}

.product-table tr td[colspan="3"] {
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 18px;
}
