/* Sticky Headre Fix - 30/01/2026 */
header {
	padding-top: 0;
}
.header-wrap {
	padding-top: 20px;
	width: 100%;
	background: #FFF;
}
header.active {
	position: unset;
	height: 160px;
	.header-wrap {
		position: fixed;
		top: 0;
	    left: 0;
	    z-index: 10;
	}
}
.newsletter-wrapper.fixed {
	position: relative;
}
@media only screen and (max-width:992px) {
	header.active {
		height: 225.14px;
	}
}
@media only screen and (max-width:322px) {
	header.active {
		height: 223.76px;
	}
}
