.price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4px;
  flex-wrap: wrap;
}

.price__compare-at {
  color: #666;
  text-decoration-line: line-through;
}

.price__regular,
.price__member {
  color: #000;
}

.price__off {
  color: #cd2c56;
}