body.loulisa-highend .ll-header-account-link,
body.loulisa-highend .ll-mobile-account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #6d4f47;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease;
}

body.loulisa-highend .ll-account-intro {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 9px;
	margin: 0 0 22px;
	padding: 15px 17px;
	border: 1px solid #ead7cc;
	border-radius: 12px;
	background: #fff5ef;
	color: #6d4f47;
	font-size: 14px;
	line-height: 1.55;
}

body.loulisa-highend .ll-account-intro strong {
	color: #9f4e35;
}

body.loulisa-highend .ll-header-account-link:hover,
body.loulisa-highend .ll-mobile-account:hover {
	color: #d98664;
}

body.loulisa-highend .ll-account-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

body.loulisa-highend .ll-account-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.loulisa-highend .ll-header-account-link .ll-account-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .01em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.loulisa-highend .ll-mobile-account {
	width: 36px;
	height: 36px;
	padding: 7px;
	border-radius: 50%;
}

body.loulisa-highend .ll-mobile-account .ll-account-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (min-width: 1000px) {
	body.loulisa-highend .ll-mobile-account {
		display: none !important;
	}
}

@media (max-width: 999px) {
	body.loulisa-highend #header [data-device="mobile"] [data-row="middle"] > .ct-container {
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 8px;
	}

	body.loulisa-highend #header [data-device="mobile"] [data-column="start"] {
		min-width: 0;
	}

	body.loulisa-highend #header [data-device="mobile"] [data-column="start"] [data-id="logo"] {
		width: min(100%, 138px) !important;
		max-width: 138px !important;
	}

	body.loulisa-highend #header [data-device="mobile"] [data-column="end"] [data-items="primary"] {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: clamp(3px, 1.6vw, 8px);
	}

	body.loulisa-highend .ll-mobile-account {
		display: inline-flex;
		position: relative;
		z-index: 2;
		flex: 0 0 36px;
	}

	body.loulisa-highend .ll-mobile-account .ll-account-icon {
		width: 21px;
		height: 21px;
		flex-basis: 21px;
	}
}

@media (max-width: 420px) {
	body.loulisa-highend #header [data-device="mobile"] [data-column="start"] [data-id="logo"] {
		width: min(100%, 112px) !important;
		max-width: 112px !important;
	}

	body.loulisa-highend .ll-mobile-account {
		width: 32px;
		height: 32px;
		padding: 6px;
		flex-basis: 32px;
	}

	body.loulisa-highend #header [data-device="mobile"] [data-column="end"] [data-items="primary"] {
		column-gap: 2px;
	}
}
