/**
 * Customer storefront: compact header logo (template defaults are tall).
 * Loaded after malefashion style.css on customer pages.
 */

.header .header__logo {
	padding: 10px 0;
}

.header .header__logo img {
	max-height: 42px;
	width: auto;
	height: auto;
	display: block;
}

/* Keep menu vertically balanced with a shorter logo column */
@media (min-width: 992px) {
	.header .header__menu {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

/* Header utility row: align search / cart / price / bell on one baseline */
.header .header__nav__option,
.offcanvas-menu-wrapper .offcanvas__nav__option {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	column-gap: 14px;
	row-gap: 6px;
}

.header .header__nav__option > a,
.offcanvas-menu-wrapper .offcanvas__nav__option > a {
	margin-right: 0 !important;
}

.header .header__nav__option .price,
.offcanvas-menu-wrapper .offcanvas__nav__option .price {
	margin-left: 0 !important;
	top: 0 !important;
	white-space: nowrap;
}

/* Notification bell — slightly smaller than search/cart bitmaps, optically centered */
.header__nav__option .ld-header-notify,
.offcanvas__nav__option .ld-header-notify {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 24px;
	min-height: 22px;
	margin-left: 0;
	position: relative;
	top: 0;
	color: #111111;
	line-height: 1;
	text-decoration: none;
}

.header__nav__option .ld-header-notify .fa,
.offcanvas__nav__option .ld-header-notify .fa {
	font-size: 19px;
	line-height: 1;
	width: 1em;
	text-align: center;
	display: block;
	transform: translateY(-1px);
}

.header__nav__option .ld-header-notify:hover,
.header__nav__option .ld-header-notify:focus,
.offcanvas__nav__option .ld-header-notify:hover,
.offcanvas__nav__option .ld-header-notify:focus {
	color: #e53637;
}

@media (min-width: 992px) {
	.header .header__menu > ul {
		white-space: nowrap;
	}

	.header .header__menu ul li {
		margin-right: 28px;
	}
}
