.price-container {
  display: flex;
  position: relative;
  font-size: 14px;
  color: #FF1659;
  align-items: baseline;
  font-family: var(--truenoSBd-family);
  // font-family: var(--trueno-family);

  .through-line {
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 40%;
    background-color: #fff;
  }

  .unit {
    font-size: .7em;
    margin-right: 2px;
  }

  .price {
    font-size: 1em;
    line-height: 1em;

  }

  .point {
    font-size: .6em;
  }
}
