How to create limited pages for non-members?

As a beginner, I am so confused while coding…

Is there anyone can fix below??

Now, my shop is for members only.

For third-party confirmation, I would like to create my shop pages that non-members input password and can see only the page as below.

・Members

Able to see all pages freely.

・Non-member 1 (has password “a”)

A page: Able to see if input ”a”

B page: Closed

C page: Closed

・Non-member 2 (has password “b”)

A page: Closed

B page: Able to see if input ”b”

C page: Closed

Thank you!