.header-mobile-container {
	position: sticky;
	top: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	padding: 0 16px;
	background-color: $color-white;
	z-index: 999;

	@include desktop {
		display: none;
	}
}

.header-mobile-side {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.header-mobile-side--left {
	gap: 8px;
}

.header-mobile-side--right {
	gap: 16px;
}

.header-mobile-menu-btn {
	width: 24px;
	height: 24px;
}

.header-mobile-menu-btn__icon {
	width: 100%;
	height: 100%;
}

.header-mobile-logo {
	width: 100%;
	max-width: 104px;
}

.header-mobile-logo__img {
	width: 100%;
	pointer-events: none;
}

.header-mobile-btn {
	width: 24px;
	height: 24px;
}

.header-mobile-btn__icon {
	width: 100%;
	height: 100%;
}
