/* stylelint-disable declaration-no-important */

// =============================================================================
// :: Header
// =============================================================================
.bp-c-header {
	border-bottom-color: $bp-border-color-light !important;
}

// =============================================================================
// :: Elements
// =============================================================================

// =============================================================================
// :: States
// =============================================================================
.bp-c-header {

	&.has-nav-open {

		.bp-c-hamburger__line {
			background-color: $bp-background-color-white !important;
		}
	}
}
