/**
 * صفحه منو هانل — مینیمال، بدون خروج از صفحه
 */

.hanel-menu {
	--hanel-menu-ink: #151923;
	--hanel-menu-soft: #4a5061;
	--hanel-menu-muted: #8b90a0;
	--hanel-menu-gold: #c5a059;
	--hanel-menu-gold-hi: #e8c979;
	--hanel-menu-line: rgba(21, 25, 35, 0.09);
	--hanel-menu-surface: #ffffff;
	--hanel-menu-tint: #faf8f5;
	--hanel-menu-radius: 1.35rem;
	--hanel-menu-sticky: 5.25rem;

	position: relative;
	padding-bottom: clamp(6rem, 12vw, 9rem);
	color: var(--hanel-menu-ink);
	background: var(--hanel-menu-surface);
}

/**
 * جاوااسکریپت این صفحه همه‌جا با اتریبیوت hidden کار می‌کند و هر عنصری که
 * display صریح داشته باشد آن را بی‌اثر می‌کند. این قاعده قرارداد hidden را
 * برای کل صفحه تضمین می‌کند.
 */
.hanel-menu [hidden] {
	display: none !important;
}

/* ===================== */
/*       سربرگ           */
/* ===================== */
.hanel-menu__head {
	padding-block: clamp(2.25rem, 6vw, 4rem) clamp(1.5rem, 4vw, 2.5rem);
	text-align: center;
}

.hanel-menu__head-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
}

/* سربرگ با تصویر — تمام‌عرض و ادامه‌دار زیر هدر شناور */
.hanel-menu__head--image {
	--hanel-menu-hero-overlay: 0.55;
	--hanel-menu-hero-top: calc(var(--hanel-header-h, 4.5rem) + 8px);

	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	overflow: hidden;
	min-height: clamp(19rem, 58svh, 32rem);

	/* هدر sticky در جریان صفحه جا می‌گیرد؛ سربرگ به همان اندازه بالا می‌رود
	   تا تصویر از خط بالای صفحه شروع شود و لبه‌ای زیر هدر نماند. */
	margin-top: calc(-1 * var(--hanel-menu-hero-top));
	margin-bottom: clamp(1rem, 3vw, 2rem);
	padding-block: calc(var(--hanel-menu-hero-top) + clamp(2.5rem, 8vw, 5rem)) clamp(2.75rem, 8vw, 5rem);
	color: #fff;
}

.hanel-menu__head-image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	animation: hanel-menu-hero-zoom 18s ease-out both;
}

@keyframes hanel-menu-hero-zoom {
	from {
		transform: scale(1.08);
	}
	to {
		transform: scale(1);
	}
}

/* لایه خوانایی: تیرگی بالا برای هدر، تیرگی پایین برای متن، محو شدن در پس‌زمینه صفحه */
.hanel-menu__head-veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(
			120% 80% at 50% 40%,
			transparent 30%,
			rgba(10, 12, 16, calc(var(--hanel-menu-hero-overlay) * 0.55)) 100%
		),
		linear-gradient(
			180deg,
			rgba(10, 12, 16, calc(var(--hanel-menu-hero-overlay) * 1.25)) 0%,
			rgba(10, 12, 16, calc(var(--hanel-menu-hero-overlay) * 0.7)) 38%,
			rgba(10, 12, 16, var(--hanel-menu-hero-overlay)) 72%,
			var(--hanel-menu-surface) 100%
		);
}

.hanel-menu__head--image .hanel-menu__head-inner {
	position: relative;
	gap: 1.1rem;
}

.hanel-menu__head--image .hanel-menu__title {
	color: #fff;
	text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.hanel-menu__head--image .hanel-menu__subtitle {
	color: rgba(255, 255, 255, 0.82);
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
}

.hanel-menu__head--image .hanel-menu__eyebrow {
	color: var(--hanel-menu-gold-hi);
}

/* خط طلایی موییِ زیر عنوان */
.hanel-menu__head--image .hanel-menu__head-inner::after {
	content: "";
	width: clamp(3rem, 12vw, 5.5rem);
	height: 1px;
	margin-top: 0.35rem;
	background: linear-gradient(90deg, transparent, var(--hanel-menu-gold-hi), transparent);
}

@media (max-width: 700px) {
	.hanel-menu__head--image {
		min-height: clamp(16rem, 52svh, 24rem);
		padding-block: calc(var(--hanel-menu-hero-top) + clamp(2rem, 9vw, 3.5rem)) clamp(2.25rem, 9vw, 3.5rem);
	}
}

.hanel-menu__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--hanel-menu-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.3em;
}

.hanel-menu__eyebrow-line {
	display: block;
	width: clamp(1.5rem, 5vw, 2.75rem);
	height: 1px;
	background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.hanel-menu__title {
	margin: 0;
	font-size: clamp(1.85rem, 5.5vw, 3.25rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.015em;
}

.hanel-menu__subtitle {
	margin: 0;
	max-width: 34rem;
	color: var(--hanel-menu-muted);
	font-size: clamp(0.9rem, 1.8vw, 1.05rem);
	font-weight: 500;
	line-height: 1.75;
}

/* ===================== */
/*    نوار فیلتر چسبان   */
/* ===================== */
.hanel-menu__filters {
	position: sticky;
	top: var(--hanel-menu-sticky);
	z-index: 20;
	padding-block: 0.75rem;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(14px) saturate(1.2);
	-webkit-backdrop-filter: blur(14px) saturate(1.2);
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}

.hanel-menu__filters.is-stuck {
	border-bottom-color: var(--hanel-menu-line);
}

.hanel-menu__filters-inner {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

/* تب‌ها */
.hanel-menu__tabs {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	scroll-padding-inline: 0.5rem;
}

.hanel-menu__tabs::-webkit-scrollbar {
	display: none;
}

.hanel-menu__tab {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.4rem;
	min-height: 2.6rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 999px;
	background: var(--hanel-menu-surface);
	color: var(--hanel-menu-soft);
	font: inherit;
	font-size: 0.84rem;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		border-color 0.22s ease;
}

.hanel-menu__tab:hover {
	color: var(--hanel-menu-ink);
	border-color: rgba(197, 160, 89, 0.5);
}

.hanel-menu__tab.is-active {
	background: var(--hanel-menu-ink);
	border-color: var(--hanel-menu-ink);
	color: #fff;
}

.hanel-menu__tab-icon {
	display: grid;
	place-items: center;
	opacity: 0.85;
}

.hanel-menu__tab-icon .hanel-icon {
	width: 0.95rem;
	height: 0.95rem;
	stroke-width: 1.9;
}

.hanel-menu__tab-count {
	display: inline-grid;
	place-items: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding-inline: 0.25rem;
	border-radius: 999px;
	background: rgba(21, 25, 35, 0.07);
	font-size: 0.66rem;
	font-weight: 800;
}

.hanel-menu__tab.is-active .hanel-menu__tab-count {
	background: rgba(255, 255, 255, 0.9);
	color: var(--hanel-menu-ink);
}

/* جستجو */
.hanel-menu__search {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.45rem;
	width: clamp(10rem, 18vw, 15rem);
	min-height: 2.6rem;
	padding: 0.4rem 0.85rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 999px;
	background: var(--hanel-menu-tint);
	transition: border-color 0.22s ease;
}

.hanel-menu__search:focus-within {
	border-color: rgba(197, 160, 89, 0.65);
}

.hanel-menu__search-icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	color: var(--hanel-menu-muted);
}

.hanel-menu__search-icon .hanel-icon {
	width: 0.95rem;
	height: 0.95rem;
}

.hanel-menu__search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	color: var(--hanel-menu-ink);
	font: inherit;
	font-size: 0.85rem;
	font-weight: 600;
}

.hanel-menu__search-input:focus {
	outline: none;
}

.hanel-menu__search-input::-webkit-search-cancel-button {
	display: none;
}

.hanel-menu__search-clear {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 1.3rem;
	height: 1.3rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(21, 25, 35, 0.08);
	color: var(--hanel-menu-soft);
	cursor: pointer;
}

.hanel-menu__search-clear .hanel-icon {
	width: 0.75rem;
	height: 0.75rem;
}

/* ===================== */
/*        بدنه           */
/* ===================== */
.hanel-menu__body {
	padding-top: clamp(1.75rem, 4vw, 2.75rem);
}

.hanel-menu__noresult[hidden] {
	display: none;
}

.hanel-menu__noresult {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	padding-block: clamp(3rem, 10vw, 5rem);
	color: var(--hanel-menu-muted);
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
}

.hanel-menu__noresult-icon .hanel-icon {
	width: 1.85rem;
	height: 1.85rem;
	stroke-width: 1.5;
	color: var(--hanel-menu-gold);
}

/* گروه */
.hanel-menu__group {
	margin-bottom: clamp(2.25rem, 5vw, 3.5rem);
}

.hanel-menu__group[hidden] {
	display: none;
}

.hanel-menu__group-head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.hanel-menu__group-title {
	margin: 0;
	flex-shrink: 0;
	font-size: clamp(1.15rem, 2.6vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.01em;
}

.hanel-menu__group-rule {
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, rgba(197, 160, 89, 0.5), transparent);
}

.hanel-menu__group-count {
	display: inline-grid;
	place-items: center;
	flex-shrink: 0;
	min-width: 1.6rem;
	height: 1.6rem;
	padding-inline: 0.4rem;
	border-radius: 999px;
	border: 1px solid var(--hanel-menu-line);
	color: var(--hanel-menu-muted);
	font-size: 0.72rem;
	font-weight: 800;
}

/* گرید */
.hanel-menu__grid {
	display: grid;
	grid-template-columns: repeat(var(--hanel-menu-columns, 4), minmax(0, 1fr));
	gap: clamp(0.75rem, 1.8vw, 1.25rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hanel-menu__item {
	min-width: 0;
}

.hanel-menu__item[hidden] {
	display: none;
}

/* ===================== */
/*        کارت           */
/* ===================== */
.hanel-menu__card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0.85rem 0.85rem 0.95rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: var(--hanel-menu-radius);
	background: var(--hanel-menu-surface);
	transition:
		border-color 0.25s ease,
		background-color 0.25s ease;
}

.hanel-menu__card:hover {
	border-color: rgba(197, 160, 89, 0.5);
	background: var(--hanel-menu-tint);
}

.hanel-menu__item.is-selected .hanel-menu__card {
	border-color: var(--hanel-menu-gold);
	background: rgba(197, 160, 89, 0.06);
}

.hanel-menu__card.is-unavailable {
	opacity: 0.62;
}

/* نشان */
.hanel-menu__badge {
	position: absolute;
	top: 0.7rem;
	inset-inline-start: 0.7rem;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: var(--hanel-menu-gold);
	color: #fff;
}

.hanel-menu__badge .hanel-icon {
	width: 0.8rem;
	height: 0.8rem;
	fill: currentColor;
	stroke-width: 1.6;
}

.hanel-menu__badge--sale {
	top: 0.7rem;
	inset-inline-start: auto;
	inset-inline-end: 0.7rem;
	width: auto;
	height: 1.5rem;
	padding-inline: 0.55rem;
	border-radius: 999px;
	background: var(--hanel-menu-ink);
	font-size: 0.66rem;
	font-weight: 800;
}

/* تصویر */
.hanel-menu__media {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 0.75rem;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: calc(var(--hanel-menu-radius) - 0.35rem);
	background: var(--hanel-menu-tint);
	cursor: pointer;
}

.hanel-menu__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-menu__card:hover .hanel-menu__image {
	transform: scale(1.06);
}

.hanel-menu__image-fallback {
	display: grid;
	place-items: center;
	color: var(--hanel-menu-gold);
	opacity: 0.5;
}

.hanel-menu__image-fallback .hanel-icon {
	width: 2rem;
	height: 2rem;
	stroke-width: 1.4;
}

/* محتوا */
.hanel-menu__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.3rem;
	text-align: center;
}

.hanel-menu__name {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.hanel-menu__desc {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	color: var(--hanel-menu-muted);
	font-size: 0.76rem;
	font-weight: 500;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hanel-menu__price {
	margin-top: auto;
	padding-top: 0.5rem;
	color: var(--hanel-menu-ink);
	font-size: 0.88rem;
	font-weight: 800;
}

.hanel-menu__price del {
	margin-inline-end: 0.35rem;
	color: var(--hanel-menu-muted);
	font-size: 0.76rem;
	font-weight: 600;
}

.hanel-menu__price ins {
	text-decoration: none;
	color: var(--hanel-menu-gold);
}

.hanel-menu__price .woocommerce-Price-currencySymbol {
	font-size: 0.78em;
	font-weight: 600;
}

/* اکشن */
.hanel-menu__actions {
	position: relative;
	margin-top: 0.75rem;
}

.hanel-menu__add {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	min-height: 2.5rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(197, 160, 89, 0.45);
	border-radius: 999px;
	background: rgba(197, 160, 89, 0.1);
	color: #8a6d2f;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 750;
	cursor: pointer;
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease;
}

.hanel-menu__add:hover,
.hanel-menu__add:focus-visible {
	outline: none;
	background: var(--hanel-menu-gold);
	border-color: var(--hanel-menu-gold);
	color: #fff;
}

.hanel-menu__add.is-busy {
	opacity: 0.6;
	pointer-events: none;
}

.hanel-menu__add-icon {
	display: grid;
	place-items: center;
}

.hanel-menu__add-icon .hanel-icon,
.hanel-menu__add .hanel-icon {
	width: 0.9rem;
	height: 0.9rem;
	stroke-width: 2.2;
}

/* استپر */
.hanel-menu__stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem;
	width: 100%;
	min-height: 2.5rem;
	padding: 0.25rem;
	border: 1px solid var(--hanel-menu-gold);
	border-radius: 999px;
	background: var(--hanel-menu-gold);
}

.hanel-menu__stepper[hidden] {
	display: none;
}

.hanel-menu__step {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 1.9rem;
	height: 1.9rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: var(--hanel-menu-ink);
	cursor: pointer;
	transition: background-color 0.18s ease;
}

.hanel-menu__step:hover {
	background: #fff;
}

.hanel-menu__step .hanel-icon {
	width: 0.85rem;
	height: 0.85rem;
	stroke-width: 2.4;
}

.hanel-menu__qty {
	flex: 1 1 auto;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
	font-variant-numeric: tabular-nums;
}

.hanel-menu__soldout {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 2.5rem;
	border-radius: 999px;
	background: rgba(21, 25, 35, 0.05);
	color: var(--hanel-menu-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

/* ===================== */
/*     نوار سبد شناور    */
/* ===================== */
.hanel-menu__bar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 60;
	padding: 0.75rem clamp(0.75rem, 3vw, 1.5rem);
	padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
	pointer-events: none;
}

.hanel-menu__bar[hidden] {
	display: none;
}

.hanel-menu__bar-inner {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	width: min(100%, 34rem);
	margin-inline: auto;
	padding: 0.6rem 0.7rem 0.6rem 0.6rem;
	border-radius: 999px;
	background: var(--hanel-menu-ink);
	color: #fff;
	pointer-events: auto;
	animation: hanel-menu-bar-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hanel-menu-bar-in {
	from {
		opacity: 0;
		transform: translateY(1rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hanel-menu__bar-icon {
	position: relative;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.hanel-menu__bar-icon .hanel-icon {
	width: 1.1rem;
	height: 1.1rem;
	stroke-width: 1.9;
}

.hanel-menu__bar-count {
	position: absolute;
	top: -0.15rem;
	inset-inline-end: -0.15rem;
	display: grid;
	place-items: center;
	min-width: 1.15rem;
	height: 1.15rem;
	padding-inline: 0.2rem;
	border-radius: 999px;
	background: var(--hanel-menu-gold);
	color: #16110a;
	font-size: 0.66rem;
	font-weight: 900;
}

.hanel-menu__bar-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.hanel-menu__bar-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.68rem;
	font-weight: 650;
}

.hanel-menu__bar-total {
	font-size: 0.92rem;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hanel-menu__bar-cta {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	gap: 0.4rem;
	min-height: 2.5rem;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	background: var(--hanel-menu-gold);
	color: #16110a;
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.22s ease;
}

.hanel-menu__bar-cta:hover,
.hanel-menu__bar-cta:focus-visible {
	outline: none;
	background: var(--hanel-menu-gold-hi);
}

.hanel-menu__bar-cta .hanel-icon {
	width: 0.9rem;
	height: 0.9rem;
	stroke-width: 2.2;
}

/* ===================== */
/*      شیت جزئیات       */
/* ===================== */
.hanel-menu__sheet {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	place-items: center;
	padding: clamp(0.75rem, 3vw, 2rem);
}

.hanel-menu__sheet[hidden] {
	display: none;
}

.hanel-menu__sheet-scrim {
	position: absolute;
	inset: 0;
	background: rgba(10, 12, 16, 0.55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	animation: hanel-menu-fade 0.25s ease both;
}

@keyframes hanel-menu-fade {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.hanel-menu__sheet-card {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(100%, 24rem);
	max-height: min(90svh, 42rem);

	/* اسکرول به بدنه سپرده می‌شود تا تصویر و پاصفحه ثابت بمانند */
	overflow: hidden;
	border-radius: 1.75rem;
	background: var(--hanel-menu-surface);
	animation: hanel-menu-sheet-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hanel-menu-sheet-in {
	from {
		opacity: 0;
		transform: translateY(1.5rem) scale(0.97);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.hanel-menu__sheet-close {
	position: absolute;
	top: 0.85rem;
	inset-inline-end: 0.85rem;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hanel-menu-ink);
	cursor: pointer;
}

.hanel-menu__sheet-close .hanel-icon {
	width: 1rem;
	height: 1rem;
	stroke-width: 2.2;
}

.hanel-menu__sheet-media {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--hanel-menu-tint);
	flex-shrink: 0;
}

.hanel-menu__sheet-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hanel-menu__sheet-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	min-height: 0;
	padding: 1.25rem 1.35rem 1.5rem;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	text-align: center;
}

.hanel-menu__sheet-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.4;
}

.hanel-menu__sheet-desc {
	margin: 0;
	color: var(--hanel-menu-muted);
	font-size: 0.88rem;
	line-height: 1.8;
}

.hanel-menu__sheet-desc:empty {
	display: none;
}

.hanel-menu__sheet-price {
	font-size: 1.1rem;
	font-weight: 800;
}

.hanel-menu__sheet-price del {
	margin-inline-end: 0.4rem;
	color: var(--hanel-menu-muted);
	font-size: 0.85rem;
	font-weight: 600;
}

.hanel-menu__sheet-price ins {
	text-decoration: none;
	color: var(--hanel-menu-gold);
}

.hanel-menu__sheet-actions {
	margin-top: 0.35rem;
}

.hanel-menu__sheet-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	min-height: 2.85rem;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	background: var(--hanel-menu-ink);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

/* ===================== */
/*         توست          */
/* ===================== */
.hanel-menu__toast {
	position: fixed;
	inset-inline: 0;
	bottom: clamp(5.5rem, 14vw, 6.5rem);
	z-index: 130;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: fit-content;
	max-width: calc(100% - 2rem);
	margin-inline: auto;
	padding: 0.6rem 1.1rem;
	border-radius: 999px;
	background: var(--hanel-menu-ink);
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
	animation: hanel-menu-toast-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
	pointer-events: none;
}

.hanel-menu__toast[hidden] {
	display: none;
}

.hanel-menu__toast--error {
	background: #a32b2b;
}

@keyframes hanel-menu-toast-in {
	from {
		opacity: 0;
		transform: translateY(0.75rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hanel-menu__toast-icon {
	display: grid;
	place-items: center;
	color: var(--hanel-menu-gold-hi);
}

.hanel-menu__toast-icon .hanel-icon {
	width: 1rem;
	height: 1rem;
	stroke-width: 2.4;
}

/* ===================== */
/*        خالی           */
/* ===================== */
.hanel-menu__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding-block: clamp(3.5rem, 12vw, 6rem);
	text-align: center;
}

.hanel-menu__empty-icon .hanel-icon {
	width: 2.5rem;
	height: 2.5rem;
	stroke-width: 1.3;
	color: var(--hanel-menu-gold);
}

.hanel-menu__empty-text {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
}

.hanel-menu__empty-hint {
	margin: 0;
	color: var(--hanel-menu-muted);
	font-size: 0.88rem;
}

/* ================================================ */
/*                   رسپانسیو                       */
/* ================================================ */

@media (max-width: 1100px) and (min-width: 761px) {
	.hanel-menu[data-hanel-menu-columns='4'] .hanel-menu__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.hanel-menu {
		--hanel-menu-sticky: 4.6rem;
	}

	.hanel-menu__filters-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.6rem;
	}

	.hanel-menu__search {
		order: -1;
		width: 100%;
	}

	.hanel-menu__tabs {
		margin-inline: calc(-1 * var(--hanel-container-pad));
		padding-inline: var(--hanel-container-pad);
	}
}

@media (max-width: 760px) {
	.hanel-menu__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem;
	}

	.hanel-menu__card {
		padding: 0.7rem 0.7rem 0.8rem;
	}

	.hanel-menu__media {
		margin-bottom: 0.6rem;
		border-radius: 0.95rem;
	}

	.hanel-menu__name {
		font-size: 0.88rem;
	}

	.hanel-menu__desc {
		font-size: 0.72rem;
		-webkit-line-clamp: 2;
	}

	.hanel-menu__price {
		font-size: 0.82rem;
		padding-top: 0.4rem;
	}

	.hanel-menu__add {
		min-height: 2.35rem;
		font-size: 0.74rem;
		padding-inline: 0.5rem;
	}

	.hanel-menu__stepper,
	.hanel-menu__soldout {
		min-height: 2.35rem;
	}

	.hanel-menu__bar-inner {
		gap: 0.6rem;
	}

	.hanel-menu__bar-cta {
		padding-inline: 0.9rem;
		font-size: 0.8rem;
	}
}

@media (max-width: 480px) {
	.hanel-menu {
		--hanel-menu-sticky: 4.4rem;
		--hanel-menu-radius: 1.1rem;
	}

	.hanel-menu__group-head {
		gap: 0.6rem;
	}

	.hanel-menu__add {
		gap: 0.3rem;
		font-size: 0.72rem;
	}

	.hanel-menu__bar-label {
		display: none;
	}

	.hanel-menu__bar-inner {
		padding: 0.5rem 0.55rem;
	}

	.hanel-menu__bar-icon {
		width: 2.25rem;
		height: 2.25rem;
	}
}

@media (max-width: 380px) {
	.hanel-menu__grid {
		gap: 0.55rem;
	}

	.hanel-menu__card {
		padding: 0.6rem 0.6rem 0.7rem;
	}

	.hanel-menu__tab {
		font-size: 0.78rem;
		padding-inline: 0.7rem;
	}

	.hanel-menu__bar-total {
		font-size: 0.82rem;
	}
}

/* ===================== */
/*   گزینه‌ها در شیت      */
/* ===================== */
.hanel-menu__opts {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin-top: 0.35rem;
}

.hanel-menu__opts[hidden] {
	display: none;
}

.hanel-menu__opts-title {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--hanel-menu-soft);
}

.hanel-menu__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hanel-menu__chip {
	display: inline-flex;
	align-items: baseline;
	gap: 0.45rem;
	padding: 0.5rem 0.8rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 0.85rem;
	background: var(--hanel-menu-tint);
	color: var(--hanel-menu-ink);
	font-family: inherit;
	font-size: 0.85rem;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hanel-menu__chip:hover {
	border-color: rgba(197, 160, 89, 0.5);
}

.hanel-menu__chip.is-active {
	border-color: var(--hanel-menu-gold);
	background: rgba(197, 160, 89, 0.12);
}

.hanel-menu__chip-label {
	font-weight: 700;
}

.hanel-menu__chip-price {
	font-size: 0.74rem;
	color: var(--hanel-menu-muted);
}

.hanel-menu__chip.is-active .hanel-menu__chip-price {
	color: var(--hanel-menu-gold);
}

.hanel-menu__sheet-foot {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.9rem clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.35rem);
	border-top: 1px solid var(--hanel-menu-line);
	background: var(--hanel-menu-surface);
}

.hanel-menu__sheet-foot[hidden] {
	display: none;
}

/**
 * کلاس پایه استپر برای دکمه تمام‌عرض کارت ساخته شده و width: 100% دارد.
 * این دو حالت باید اندازه محتوای خودشان را بگیرند.
 */
.hanel-menu__stepper--sheet,
.hanel-menu__stepper--line {
	flex: 0 0 auto;
	width: auto;
}

.hanel-menu__stepper--sheet {
	min-width: 7.25rem;
	min-height: 2.9rem;
}

.hanel-menu__stepper--sheet .hanel-menu__qty {
	min-width: 1.75rem;
}

.hanel-menu__sheet-submit {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem;
	min-width: 0;
	min-height: 2.9rem;
	white-space: nowrap;
	padding-inline: 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--hanel-menu-ink);
	color: #fff;
	font-family: inherit;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.hanel-menu__sheet-submit:hover {
	background: #22283a;
}

.hanel-menu__sheet-submit.is-busy {
	opacity: 0.6;
	pointer-events: none;
}

.hanel-menu__sheet-submit-label {
	overflow: hidden;
	text-overflow: ellipsis;
}

.hanel-menu__sheet-submit-total {
	flex: 0 0 auto;
	padding-inline-start: 0.55rem;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.82rem;
	font-weight: 800;
	color: var(--hanel-menu-gold-hi);
}

.hanel-menu__sheet-submit-total:empty {
	padding-inline-start: 0;
	border-inline-start: 0;
}

.hanel-menu__added {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.4rem;
	height: 1.4rem;
	padding-inline: 0.35rem;
	border-radius: 999px;
	background: var(--hanel-menu-gold);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
}

.hanel-menu__added[hidden] {
	display: none;
}

.hanel-menu__price-from {
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--hanel-menu-muted);
}

/* ===================== */
/*  مودال تکمیل سفارش    */
/* ===================== */
.hanel-menu__checkout {
	position: fixed;
	inset: 0;
	z-index: 130;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(0.75rem, 3vw, 1.5rem);
}

.hanel-menu__checkout[hidden] {
	display: none;
}

.hanel-menu__checkout-scrim {
	position: absolute;
	inset: 0;
	background: rgba(10, 12, 16, 0.6);
	backdrop-filter: blur(6px);
	animation: hanel-menu-fade 0.24s ease both;
}

.hanel-menu__checkout-card {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(34rem, 100%);
	max-height: min(88svh, 46rem);
	overflow: hidden;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 1.4rem;
	background: var(--hanel-menu-surface);
	box-shadow: 0 30px 80px rgba(10, 12, 16, 0.28);
	animation: hanel-menu-sheet-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hanel-menu__checkout-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: clamp(1rem, 3vw, 1.35rem) clamp(1rem, 3vw, 1.5rem) 0.75rem;
}

.hanel-menu__checkout-eyebrow {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hanel-menu-gold);
}

.hanel-menu__checkout-title {
	margin: 0.15rem 0 0;
	font-size: clamp(1.05rem, 3vw, 1.25rem);
	font-weight: 800;
}

.hanel-menu__checkout-close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 999px;
	background: var(--hanel-menu-tint);
	color: var(--hanel-menu-soft);
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.hanel-menu__checkout-close:hover {
	color: var(--hanel-menu-ink);
	border-color: rgba(197, 160, 89, 0.5);
}

.hanel-menu__checkout-close .hanel-icon {
	width: 1rem;
	height: 1rem;
}

/* مراحل */
.hanel-menu__steps {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0 clamp(1rem, 3vw, 1.5rem) 0.9rem;
	list-style: none;
}

.hanel-menu__steps-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.3rem 0.7rem 0.3rem 0.4rem;
	border-radius: 999px;
	background: var(--hanel-menu-tint);
	color: var(--hanel-menu-muted);
	font-size: 0.74rem;
	font-weight: 700;
	transition: background 0.25s ease, color 0.25s ease;
}

.hanel-menu__steps-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 999px;
	background: rgba(21, 25, 35, 0.08);
	font-size: 0.7rem;
}

.hanel-menu__steps-item.is-active {
	background: rgba(197, 160, 89, 0.14);
	color: var(--hanel-menu-ink);
}

.hanel-menu__steps-item.is-active .hanel-menu__steps-num {
	background: var(--hanel-menu-gold);
	color: #fff;
}

.hanel-menu__steps-item.is-done .hanel-menu__steps-num {
	background: rgba(197, 160, 89, 0.35);
	color: #fff;
}

/* پیام ساعت بسته */
.hanel-menu__closed {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 clamp(1rem, 3vw, 1.5rem) 0.75rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid rgba(179, 38, 30, 0.22);
	border-radius: 0.85rem;
	background: rgba(252, 232, 230, 0.7);
	color: #8f2018;
	font-size: 0.8rem;
	line-height: 1.6;
}

.hanel-menu__closed .hanel-icon {
	flex: 0 0 auto;
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.15rem;
}

.hanel-menu__closed-window {
	display: block;
	font-style: normal;
	font-weight: 700;
	opacity: 0.85;
}

/* بدنه و پنل‌ها */
.hanel-menu__checkout-body {
	flex: 1 1 auto;

	/* بدون این، آیتم فلکس کوچک‌تر از محتوا نمی‌شود و اسکرول به کارت منتقل می‌گردد */
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(0.75rem, 2vw, 1rem);
	-webkit-overflow-scrolling: touch;
}

.hanel-menu__pane {
	display: none;
}

.hanel-menu__pane.is-active {
	display: block;
	animation: hanel-menu-fade 0.24s ease both;
}

/* خطوط سبد */
.hanel-menu__lines {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	margin: 0 0 0.9rem;
	padding: 0;
	list-style: none;
}

.hanel-menu__line {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.6rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 1rem;
	background: var(--hanel-menu-tint);
}

.hanel-menu__line-img {
	flex: 0 0 auto;
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 0.75rem;
	object-fit: cover;
	background: #fff;
}

.hanel-menu__line-img--empty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--hanel-menu-muted);
}

.hanel-menu__line-info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.hanel-menu__line-name {
	font-size: 0.88rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hanel-menu__line-meta {
	font-size: 0.72rem;
	color: var(--hanel-menu-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hanel-menu__line-total {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--hanel-menu-gold);
}

.hanel-menu__stepper--line {
	gap: 0.2rem;
	min-height: 2.15rem;
	padding: 0.2rem;
}

.hanel-menu__stepper--line .hanel-menu__step {
	width: 1.65rem;
	height: 1.65rem;
}

.hanel-menu__stepper--line .hanel-menu__step .hanel-icon {
	width: 0.78rem;
	height: 0.78rem;
}

.hanel-menu__stepper--line .hanel-menu__qty {
	flex: 0 0 auto;
	min-width: 1.4rem;
	font-size: 0.82rem;
}

.hanel-menu__lines-empty {
	margin: 1.5rem 0;
	text-align: center;
	color: var(--hanel-menu-muted);
	font-size: 0.88rem;
}

.hanel-menu__lines-empty[hidden] {
	display: none;
}

.hanel-menu__sum {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.8rem;
	border-top: 1px dashed var(--hanel-menu-line);
	font-size: 0.88rem;
}

.hanel-menu__sum strong {
	font-size: 1rem;
	color: var(--hanel-menu-gold);
}

/* فرم */
.hanel-menu__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.hanel-menu__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.hanel-menu__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-width: 0;
}

.hanel-menu__field--wide {
	grid-column: 1 / -1;
}

.hanel-menu__field-label {
	font-size: 0.76rem;
	font-weight: 700;
	color: var(--hanel-menu-soft);
}

.hanel-menu__field input,
.hanel-menu__field textarea {
	width: 100%;
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 0.8rem;
	background: var(--hanel-menu-tint);
	color: var(--hanel-menu-ink);
	font-family: inherit;
	font-size: 0.88rem;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.hanel-menu__field textarea {
	resize: vertical;
	line-height: 1.7;
}

.hanel-menu__field input:focus,
.hanel-menu__field textarea:focus {
	outline: none;
	border-color: var(--hanel-menu-gold);
	background: #fff;
}

.hanel-menu__field-error {
	font-size: 0.7rem;
	color: #b3261e;
}

.hanel-menu__field-error:empty {
	display: none;
}

/* روش تحویل */
.hanel-menu__methods {
	margin: 0;
	padding: 0;
	border: 0;
}

.hanel-menu__methods-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
	gap: 0.55rem;
	margin-top: 0.55rem;
}

.hanel-menu__method {
	position: relative;
	display: block;
	cursor: pointer;
}

.hanel-menu__method input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.hanel-menu__method-box {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	height: 100%;
	padding: 0.7rem 0.75rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 0.95rem;
	background: var(--hanel-menu-tint);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.hanel-menu__method:hover .hanel-menu__method-box {
	border-color: rgba(197, 160, 89, 0.45);
}

.hanel-menu__method.is-active .hanel-menu__method-box {
	border-color: var(--hanel-menu-gold);
	background: rgba(197, 160, 89, 0.12);
}

.hanel-menu__method input:focus-visible + .hanel-menu__method-box {
	outline: 2px solid var(--hanel-menu-gold);
	outline-offset: 2px;
}

.hanel-menu__method-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.7rem;
	background: #fff;
	color: var(--hanel-menu-gold);
}

.hanel-menu__method-icon .hanel-icon {
	width: 1.05rem;
	height: 1.05rem;
}

.hanel-menu__method-text {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.hanel-menu__method-text strong {
	font-size: 0.84rem;
	font-weight: 700;
}

.hanel-menu__method-text em {
	font-style: normal;
	font-size: 0.68rem;
	color: var(--hanel-menu-muted);
}

.hanel-menu__extra {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 0.8rem;
	border: 1px dashed var(--hanel-menu-line);
	border-radius: 1rem;
	animation: hanel-menu-fade 0.24s ease both;
}

.hanel-menu__extra[hidden] {
	display: none;
}

.hanel-menu__fee {
	margin: 0;
	font-size: 0.76rem;
	color: var(--hanel-menu-soft);
}

.hanel-menu__form-error {
	margin: 0;
	padding: 0.6rem 0.8rem;
	border-radius: 0.75rem;
	background: rgba(252, 232, 230, 0.8);
	color: #8f2018;
	font-size: 0.8rem;
}

.hanel-menu__form-error[hidden] {
	display: none;
}

/* مرحله پرداخت */
.hanel-menu__done {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	padding: 2.25rem 0.5rem;
	text-align: center;
}

.hanel-menu__done-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	background: rgba(197, 160, 89, 0.14);
	color: var(--hanel-menu-gold);
}

.hanel-menu__done-icon .hanel-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.hanel-menu__done-text {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
}

.hanel-menu__done-link {
	font-size: 0.8rem;
	color: var(--hanel-menu-gold);
	text-decoration: underline;
}

.hanel-menu__done-link[hidden] {
	display: none;
}

/* پاصفحه مودال */
.hanel-menu__checkout-foot {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.85rem clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.25rem);
	border-top: 1px solid var(--hanel-menu-line);
	background: var(--hanel-menu-surface);
}

.hanel-menu__ghost {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid var(--hanel-menu-line);
	border-radius: 0.85rem;
	background: transparent;
	color: var(--hanel-menu-soft);
	font-family: inherit;
	font-size: 0.84rem;
	font-weight: 700;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.hanel-menu__ghost:hover {
	color: var(--hanel-menu-ink);
	border-color: rgba(197, 160, 89, 0.5);
}

.hanel-menu__ghost[hidden] {
	display: none;
}

.hanel-menu__ghost .hanel-icon {
	width: 0.95rem;
	height: 0.95rem;
}

.hanel-menu__primary {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.8rem 1.1rem;
	border: 0;
	border-radius: 0.9rem;
	background: var(--hanel-menu-ink);
	color: #fff;
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.hanel-menu__primary:hover:not(:disabled) {
	background: #22283a;
}

.hanel-menu__primary:disabled,
.hanel-menu__primary.is-busy {
	opacity: 0.5;
	cursor: not-allowed;
}

.hanel-menu__primary[hidden] {
	display: none;
}

.hanel-menu__primary .hanel-icon {
	width: 1rem;
	height: 1rem;
}

@media (max-width: 560px) {
	.hanel-menu__checkout {
		padding: 0;
		align-items: flex-end;
	}

	.hanel-menu__checkout-card {
		width: 100%;
		max-height: 94svh;
		border-radius: 1.35rem 1.35rem 0 0;
		border-bottom: 0;
	}

	.hanel-menu__fields {
		grid-template-columns: 1fr;
	}

	.hanel-menu__steps-label {
		display: none;
	}

	.hanel-menu__steps-item {
		padding-inline: 0.4rem;
	}

	.hanel-menu__sheet-foot {
		gap: 0.5rem;
	}

	.hanel-menu__stepper--sheet {
		min-width: 6.5rem;
	}

	.hanel-menu__sheet-submit {
		padding-inline: 0.85rem;
	}
}

/* دکمه پشتیبانی در صفحه منو نمایش داده نمی‌شود */
body.hanel-menu-page .hanel-fab {
	display: none !important;
}

/* ===================== */
/*      کاهش حرکت        */
/* ===================== */
@media (prefers-reduced-motion: reduce) {
	.hanel-menu__image,
	.hanel-menu__bar-inner,
	.hanel-menu__sheet-card,
	.hanel-menu__sheet-scrim,
	.hanel-menu__toast,
	.hanel-menu__add,
	.hanel-menu__tab {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
}
