Sticky header with transparent background - but into solid color when displayed over dark colors?

Hello guys!
I have a tricky one. I figured that i would want a sticky transparent header but with solid color when in contact with dark. Like these guys have : https://www.socksss.com/

My url: https://a8f7a2.myshopify.com/

Currently I have so that it remains white, but it doesn’t look as good.

The code I’m using is:

}

section.absolute.top-0.left-0.right-0.z-50 {

position: fixed !important;

top: 0 !important;

z-index: 1 !important;

}

@media screen and (max-width: 767px){

section.absolute.top-0.left-0.right-0.z-50 {

position: fixed !important;

top: 0 !important;

z-index: 1 !important;

}

}

I hope someone perhaps can help :slightly_smiling_face: