::part(navbar):before {
  opacity: 0.8;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.v-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
	margin-bottom: 5px;
	z-index: 12;
}

.v-header .headerContent {
	background-color: #fff;
	background-size: cover;
	position: relative
}

.headerContent .topHeader {
	width: 100%;
	box-sizing: border-box;
	display: inline-flex;
	flex-flow: wrap;
	height: auto;
	align-items: center;
	
}

.headerContent .topHeader .logo {
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

/* Hide PageHeader logo on mobile (logo shows in NavDrawer instead) */
@media (max-width: 800px) {
	.headerContent .topHeader .logo {
		display: none !important;
	}
}

.headerContent .topHeader .logo a .siiopa_logo {
	height: 28px;
	width: auto;
}

.openMenuShadowDrop {
	display: none
}

@media ( max-width :800px) {
	.center-h {
		width: 80%;
	}
	.v-header .headerContent {
		background-color: transparent
	}
	.headerContent .topHeader .customer-menu {
		display: none
	}
	/* Make customer context menu visible and responsive on mobile */
	.customer-context-menu {
		display: flex !important;
		height: auto !important;
		padding: 2px 4px !important;
	}
	.header-right-panel {
		display: none !important;
	}
	.headerContent .lbl-Store-name {
		display: none !important;
	}
	.top-padding-five {
		margin-bottom: 0 !important;
	}
	.padding_left_220 {
		padding-left: 0 !important;
	}
	/* Ensure submenu appears correctly on mobile */
	.context-dropdown-menu {
		position: fixed !important;
		top: 50px !important;
		right: 5px !important;
		left: auto !important;
		z-index: 9999 !important;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	}
}

.siiopa_logo_title {
	align-self: flex-end;
	color: #FBA856;
	font-weight: bold;
	font-size: 18px;
}

.headerContent .topHeader .navMenu {
	border: 0;
	background: 0 0;
	float: left;
	padding: 0 10px 0px 10px;
	height: auto;
	outline: 0;
	padding: 5px;
	-webkit-transition: all 100 ease-in-out;
	transition: all 100 ease-in-out;
	-webkit-transition: all 100 ease-in-out;
}

.headerContent .topHeader .navMenu:hover {
	background-color: #f9cd5c
}

.headerContent .topHeader .navMenu:active {
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .1)
}

.headerContent .topHeader button {
	height: 40px;
	font-weight: 700
}

.headerContent .topHeader .loginArea {
	width: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.headerContent .topHeader .topRightArea {
	/* min-width: 60px; */
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline;
	display: inline-flex;
	vertical-align: middle;
	height: 26px;
	padding: 5px;
}

.headerContent .topHeader .topRightArea:hover {
	background-color: #eeb529;
	border-radius: 3px;
}

.headerContent .topHeader .topRightArea a {
	text-decoration: none;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.topRightArea span {
	margin-top: 5px;
	font-weight: bold;
}

.customer-context-menu {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1.6;
	padding: 5px;
	margin: 0px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	cursor: pointer;
	border-radius: 5px;
	z-index: 1;
	height: 52px;
	vertical-align: middle;
}

.customer-menu:hover {
	background-color: #f1f1f1;
	border-radius: 5px;
}

.context-menu-label {
	cursor: pointer;
	display: inline-flex;
	flex-wrap: nowrap;
	vertical-align: middle;
	align-items: center;
}

.context-menu-label-text {
	padding: 0px 10px;
	cursor: pointer;
}

.context-dropdown-menu {
	min-height: inherit !important;
	z-index: 1300 !important;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	font-size: 1.4rem;
	text-align: left;
	background-color: #fff;
	border-radius: 0;
	border: none;
	color: #707070;
	left: auto;
	width: 200px;
	margin-top: 0;
	min-width: 145px;
	margin-left: -1px;
	max-height: 200px;
	text-transform: none;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 58px;
	right: 0;
	margin-right: 5px;
	display: block !important;
	float: left;
	background-clip: padding-box;
	text-transform: none;
	display: block !important;
}

.context-dropdown-item {
	list-style: none;
	vertical-align: middle;
}

.context-dropdown-item:hover {
	background-color: #ebebeb;
}

.context-dropdown-item-label {
	padding: 0 16px;
	font-size: 14px;
	font-weight: 450;
	color: #333;
	display: block;
	min-height: 30px;
	line-height: 30px;
	clear: both;
	white-space: nowrap;
	transition: color .1s linear;
	cursor: pointer;
}

.home-page-header {
	width: 100%;
	display: inline-flex;
	align-items: center;
	margin-top: 15px;
}

.siiopa_logo {
	width: auto;
	height: 26px;
	cursor: pointer;
	z-index: 100;
}

.register-caption {
	margin: auto;
	padding-right: 5px;
}

.register-section {
	display: inline-flex;
	flex-wrap: nowrap;
	margin: auto;
	margin-left: 10px;
}

.lbl-Store-name {
	padding: 0px 15px;
	font-weight: bold;
	flex-grow: 1;
	color: black;
}
.lbl-page-name{
	padding: 0px 10px;
    margin: auto 10px;
    font-weight: bold;
    flex-grow: 2;
}
.lbl-subscription-status{
	padding: 0px 15px;
	margin: -5px 10px 0px 10px;
	color: rgb(186 8 8);
	font-size: 13px;
}

.burger-menu {
	cursor: pointer;
    margin: auto 0px;
    z-index: 1;
}
/* Force user menu visibility globally */
vaadin-menu-bar.user-context-menu,
vaadin-menu-bar#context-menu {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: 40px !important;
	align-items: center !important;
}

vaadin-menu-bar.user-context-menu::part(menu-bar-button),
vaadin-menu-bar#context-menu::part(menu-bar-button) {
  background-color: transparent;
  display: flex !important;
  visibility: visible !important;
  align-items: center !important;
}

/* Mobile-specific styles for user context menu */
@media (max-width: 800px) {
	vaadin-menu-bar.user-context-menu {
		display: flex !important;
	}

	vaadin-menu-bar.user-context-menu::part(menu-bar-button),
	vaadin-menu-bar#context-menu::part(menu-bar-button) {
		color: white !important;
	}

	vaadin-menu-bar.user-context-menu vaadin-icon,
	vaadin-menu-bar#context-menu vaadin-icon {
		color: white !important;
		fill: white !important;
	}

	vaadin-menu-bar.user-context-menu::part(menu-bar-button) {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
		cursor: pointer;
		touch-action: manipulation;
		min-height: 48px; /* Larger touch target for mobile */
		min-width: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Ensure submenu overlay is properly positioned on mobile */
	vaadin-context-menu-overlay {
		position: fixed !important;
		z-index: 9999 !important;
		top: 60px !important;
		left: auto !important;
		right: 10px !important;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
	}

	vaadin-context-menu-overlay::part(overlay) {
		max-height: calc(100vh - 80px) !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
		border-radius: 4px !important;
	}

	/* Make submenu items larger for easier touch on mobile */
	vaadin-context-menu-item {
		min-height: 48px !important; /* Larger for easier tapping */
		padding: 12px 20px !important;
		font-size: 16px !important; /* Prevent iOS zoom on input focus */
		display: flex !important;
		align-items: center !important;
		cursor: pointer !important;
	}

	vaadin-context-menu-item:active {
		background-color: rgba(0, 0, 0, 0.05) !important;
	}

	vaadin-menu-bar-submenu {
		position: fixed !important;
		z-index: 9999 !important;
	}

	/* Ensure menu items are easily tappable */
	vaadin-menu-bar-button {
		touch-action: manipulation !important;
		-webkit-user-select: none !important;
		user-select: none !important;
	}

	/* Add visual feedback on touch */
	vaadin-menu-bar-button:active {
		opacity: 0.7;
	}
}

