.nw-price-cost {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.nw-price-current-label {
  display: block;
  margin-top: 8px;
  color: #493700;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nw-price-regular {
  color: #777;
  font-size: 15px;
  font-weight: 500;
}

.nw-price-discount {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 7px;
  border-radius: 3px;
  background: #fff0a6;
  color: #493700;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
