Hi, So you want to hide the navigation bar that page? if so here is the CSS code that you'll need to add. Design > Custom CSS:
#collection-5d58db8548099500014d80bb Header {
display: none;
}
If it worked then you should accept the answer to show your appreciation