/**
 * BiFU header: wordmark at ~80% bar height, nav right-aligned, seamless scroll.
 */

/* Same dark background at top and when scrolled (matches logo black) */
#main-header,
#main-header.et-fixed-header,
.et-fixed-header#main-header {
	background-color: #0a0a0a !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

#top-menu-nav > ul > li > a,
#et-top-navigation .et-cart-info,
#et_search_icon:before,
.et_header_style_left .mobile_menu_bar:before,
.et_header_style_left #et-top-navigation .et-cart-info {
	color: #ffffff !important;
	opacity: 1 !important;
}

#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a,
#top-menu li:hover > a {
	color: #0cf57e !important;
}

/* Logo area: no separate box — blends with header */
body.et_header_style_left #main-header .logo_container,
body.et_header_style_left #main-header.et-fixed-header .logo_container {
	background: transparent !important;
}

body.et_header_style_left #main-header .logo_container > a {
	background: transparent !important;
	border-radius: 0 !important;
}

body.et_header_style_left #main-header #logo,
body.et_header_style_left #main-header.et-fixed-header #logo {
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	object-fit: contain !important;
	display: block !important;
	transform: none !important;
	margin: 0 !important;
	background: transparent !important;
}

/* ~80% of previous logo scale (4/5) */
body.et_header_style_left #main-header {
	min-height: 80px !important;
}

body.et_header_style_left #main-header .container {
	min-height: 80px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
}

body.et_header_style_left #main-header .logo_container {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	height: 64px !important;
	min-height: 64px !important;
	max-height: 64px !important;
	padding: 0 !important;
	float: none !important;
	flex-shrink: 0;
}

body.et_header_style_left #main-header .logo_container > a {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	height: 64px !important;
	width: auto !important;
	max-width: min(48vw, 280px) !important;
	overflow: visible !important;
	line-height: 0 !important;
	padding: 0 !important;
}

body.et_header_style_left #main-header .logo_helper {
	display: none !important;
}

/* Push Product / About / Register toward the right */
body.et_header_style_left #main-header #et-top-navigation {
	float: none !important;
	margin-left: auto !important;
	padding-right: 28px !important;
}

@media only screen and (min-width: 981px) {
	body.et_header_style_left #main-header #et-top-navigation {
		padding-top: 20px !important;
		padding-right: 36px !important;
	}

	body.et_header_style_left #main-header #et-top-navigation nav > ul > li > a {
		padding-bottom: 20px !important;
	}

	body.et_header_style_left #main-header.et-fixed-header {
		min-height: 66px !important;
	}

	body.et_header_style_left #main-header.et-fixed-header .container {
		min-height: 66px !important;
	}

	body.et_header_style_left #main-header.et-fixed-header .logo_container,
	body.et_header_style_left #main-header.et-fixed-header .logo_container > a {
		height: 53px !important;
		min-height: 53px !important;
		max-height: 53px !important;
	}

	body.et_header_style_left #main-header.et-fixed-header #et-top-navigation {
		padding-top: 14px !important;
		padding-right: 40px !important;
	}

	body.et_header_style_left #main-header.et-fixed-header #et-top-navigation nav > ul > li > a {
		padding-bottom: 14px !important;
	}
}

@media only screen and (max-width: 980px) {
	body.et_header_style_left #main-header {
		min-height: 72px !important;
	}

	body.et_header_style_left #main-header .container {
		min-height: 72px !important;
	}

	body.et_header_style_left #main-header .logo_container,
	body.et_header_style_left #main-header .logo_container > a {
		height: 58px !important;
		min-height: 58px !important;
		max-height: 58px !important;
	}

	body.et_header_style_left #main-header #et-top-navigation {
		padding-right: 20px !important;
	}

	body.et_header_style_left #main-header .logo_container > a {
		max-width: min(54vw, 240px) !important;
	}
}

@media only screen and (min-width: 981px) {
	.et_fixed_nav.et_show_nav #page-container {
		padding-top: 80px !important;
	}
}
