Snow Layer Material

Hey there I have a little problem with the layered snow material I just want the snow on the top and that work but my problem is how can I deactivate the normal map of the base material there wehere the snow is ? Here are some pictures of my problem and some of my shading network.
c211007b33157b5b05c01d5dc005e64c94cb4ca1.jpeg
392a2dc3a55f9eeb35b1dcb3e090e63014e3a9c8.jpeg
bdd911c8796befd99b142aa2916e9a2f7c3a2fb1.jpeg
508809829d4ab69317659fc8b49e0dc8dd53b4ee.jpeg

Use the same layering network (which you are using to generate the top down / Z-axis world position mask) and just filter it with a rgb/3vector blue (0.5,0,5,1) which will create basically a normal map that is flat, or of course replace it with another that simulates snow better.

A flat normal is (0,0,1).