/* Header nav — cart & My Account pinned to the right */

.ekit-template-content-header .elementor-element-bb80dff,
.ekit-template-content-header [data-element_type="e-flexbox"] {
	width: 100%;
}

.ekit-template-content-header .elementor-widget-navigation-menu {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: nowrap;
}

.ekit-template-content-header .elementor-widget-navigation-menu > .elementor-widget-container {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}

.ekit-template-content-header .hfe-nav-menu,
.ekit-template-content-header .hfe-nav-menu > ul {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ekit-template-content-header .menu-item.ra-nav-actions--cart {
	margin-left: auto !important;
}

.ekit-template-content-header .menu-item.ra-nav-actions {
	list-style: none;
}

.ekit-template-content-header .menu-item.ra-nav-actions > .ra-header-nav__link {
	display: inline-flex;
}

.ra-header-nav-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	flex-shrink: 0;
	padding-left: 16px;
}

.ra-header-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border-radius: 999px;
	color: var(--ra-ink, #1a1410);
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1;
	transition: color 0.2s ease, background 0.2s ease;
}

.ra-header-nav__link:hover {
	color: var(--ra-gold, #b8860b);
	background: rgba(184, 134, 11, 0.08);
}

.ra-header-nav__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ra-header-nav__badge {
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--ra-gold, #b8860b);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1;
}

.ra-header-nav__badge--empty {
	display: none;
}

@media (max-width: 1024px) {
	.ra-header-nav__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.ra-header-nav-actions {
		gap: 4px;
		padding-left: 8px;
	}

	.ra-header-nav__link {
		padding: 8px;
	}
}
