.hcz-popup--top {
	box-sizing: border-box;
	background-color: #FFCB00;
	color: #000000;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 16px 32px;
	z-index: 9997;
}

.hcz-popup__text {
	text-align: center;
	font-weight: 700;
	margin: 0;
	font-size: 1.7rem;
	line-height: calc(21 / 17);
}

.hcz-popup__close {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: inherit;
	border: none;
}

.hidden {
	display: none;
}

#secondaryNav {
	position: relative;
	z-index: 1;
}

.hcz-popup--top:not(.hidden)+.site-header  #mega-menu-wrap-primary_menu.mega-stuck {
	top: 53px;
}
