.colour-picker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 8px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.colour-picker > span { margin-right: 6px; }
.colour-picker strong { margin-left: 4px; color: #777; font-weight: 400; }
.swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff;
}
.swatch.black { background: #191919; }
.swatch.brown { background: #4a2c23; }
.swatch.orange { background: #bd592f; }
.grid .card { min-width: 0; }
