table#products {
  td {
    vertical-align: middle;
  }
}

.product img {
  max-width: 100%;
}

table#offers {
  td.price {
    white-space: nowrap;
    .old_price {
      text-decoration: line-through;
    }
  }
}

.filters select {
  field-sizing: content;
  border-color: lightgrey;
  color: grey;
  padding: 4px;
  margin-right: -7px;
  background: white;
  border-radius: 0.25rem;
}

