Sticky header not working througout page | Dawn/origin theme | links and password attached

Basically, after scrolling a bit my sticky header just stops working although it’s set to work throughout the page on scroll down or up, it seems to stop around my custom liquid section.

Website: https://okell-s.myshopify.com/

Password: beer

@Giorolling
Hello Please add this CSS in Your Theme > Edit Code > Base.css

.shopify-section-header-sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

Like This

This did not work

I placed the css right at the bottom

@Giorolling
Please Replace CSS

.shopify-section-header-sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
}