/* منوی با آیکون — هدر و عمومی */
.nextshop-menu a.has-menu-icon,
.nextshop-mobile-menu a.has-menu-icon,
.ns-el-nav-menu a.has-menu-icon {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.nextshop-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
	font-size: 1.05em;
	color: inherit;
	opacity: 0.88;
}

.nextshop-menu a.has-menu-icon:hover .nextshop-menu-icon,
.nextshop-mobile-menu a.has-menu-icon:hover .nextshop-menu-icon {
	opacity: 1;
}

.nextshop-mobile-menu .nextshop-menu-icon {
	font-size: 1.15em;
	width: 1.35em;
}

.nextshop-mobile-menu a.has-menu-icon {
	padding: 0.65rem 0;
}

.nextshop-menu .sub-menu .nextshop-menu-icon {
	font-size: 0.95em;
}

.menu-item-has-icon > a {
	position: relative;
}
