.product-detail__discount-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
}

.product-detail__discount-price__left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.product-detail__discount-price__right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.product-detail__discount-price__amount {
  font-weight: 600;
  white-space: nowrap;
}

.product-detail__discount-price__text {
  white-space: nowrap;
}

