.header-dropdown.luxe-brand-nav-list {
	width: 230px;
	padding: 10px 0;
	gap: 0;
	border-color: #ececec;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .065);
	isolation: isolate;
}

.header-dropdown.luxe-brand-nav-list .luxe-brand-nav-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 38px;
	padding: 10px 16px;
	gap: 10px;
	line-height: 18px;
	text-decoration: none;
}

.header-dropdown.luxe-brand-nav-list .luxe-brand-nav-item:hover,
.header-dropdown.luxe-brand-nav-list .luxe-brand-nav-item:focus {
	text-decoration: none;
}

.luxe-brand-nav-name {
	flex: 1;
	min-width: 0;
	color: #242424;
	text-align: left;
	white-space: nowrap;
	transition: color 180ms ease;
}

.luxe-brand-nav-logo {
	display: flex;
	flex: 0 0 44px;
	align-items: center;
	justify-content: flex-end;
	width: 44px;
	height: 18px;
	pointer-events: none;
}

.luxe-brand-nav-logo__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 42px;
	max-height: 18px;
	object-fit: contain;
	object-position: center right;
	opacity: .78;
	transition: opacity 180ms ease;
}

.luxe-brand-nav-item:hover .luxe-brand-nav-name,
.luxe-brand-nav-item:focus .luxe-brand-nav-name {
	color: #050505;
}

.luxe-brand-nav-item:hover .luxe-brand-nav-logo__image,
.luxe-brand-nav-item:focus .luxe-brand-nav-logo__image {
	opacity: 1;
}
