.mz-widget,
.mz-widget * {
	box-sizing: border-box;
}

.mz-widget {
	font-family: inherit;
	color: inherit;
	min-width: 0;
}

.mz-widget button,
.mz-widget a,
.mz-widget input {
	font-family: inherit;
}

.mz-empty {
	padding: 18px;
	background: #fff;
	color: #111;
	font-family: inherit;
	font-size: 14px;
}

.mz-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #0a0a0a;
	box-shadow: none;
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mz-trigger:hover,
.mz-trigger:focus,
.mz-trigger:focus-visible {
	border: 0;
	background: transparent;
	color: inherit;
	box-shadow: none;
	outline: none;
}

.mz-trigger-icon,
.mz-trigger-icon svg {
	display: block;
	width: 1.35em;
	height: 1.35em;
	fill: currentColor;
}

.mz-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000 !important;
	display: flex;
	align-items: stretch;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, .08);
	transition: opacity .25s ease, visibility .25s ease;
	isolation: isolate;
}

.mz-mode-inline .mz-overlay {
	position: relative;
	inset: auto;
	z-index: 1;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	background: transparent;
}

.mz-widget.is-open .mz-overlay,
.mz-overlay.mz-overlay-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

/* Overlay در هدرهای sticky داخل یک میزبان مستقل قرار می‌گیرد.
 * میزبان کلاس‌های ریشه را حفظ می‌کند تا تنظیمات موبایل و پروفایل Elementor از بین نروند. */
body > .mz-portal-host {
	position: static !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	pointer-events: none;
}

.mz-portal-host,
.mz-portal-host * {
	box-sizing: border-box;
}

.mz-portal-host button,
.mz-portal-host a,
.mz-portal-host input {
	font-family: inherit;
}

body > .mz-portal-host > .mz-overlay.mz-overlay-portaled,
body > .mz-overlay.mz-overlay-portaled {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483000 !important;
}

@media (max-width: 899px) {
	.mz-portal-host.is-mobile-detail .mz-primary {
		transform: translateX(-105%);
		opacity: 0;
		pointer-events: none;
	}

	[dir="rtl"] .mz-portal-host.is-mobile-detail .mz-primary {
		transform: translateX(105%);
	}

	.mz-portal-host.is-mobile-detail .mz-detail,
	[dir="rtl"] .mz-portal-host.is-mobile-detail .mz-detail {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}

	.mz-portal-host.is-mobile-detail .mz-back {
		display: inline-flex;
	}
}

.mz-shell {
	--mz-bg: #fff;
	--mz-text: #0a0a0a;
	--mz-muted: #4a4a4a;
	--mz-menu-width: 100%;
	--mz-min-height: 100vh;
	--mz-primary-width: 27%;
	--mz-products-width: 42%;
	--mz-card-width: 148px;
	--mz-product-gap: 20px;
	--mz-product-ratio: 4 / 5;
	--mz-logo-width: 290px;
	--mz-logo-text-size: 72px;
	--mz-primary-font: 36px;
	--mz-primary-gap: 6px;
	--mz-section-title-font: 14px;
	--mz-link-font: 17px;
	--mz-link-gap: 18px;
	--mz-product-title-font: 12px;
	--mz-pad-top: 32px;
	--mz-pad-right: 64px;
	--mz-pad-bottom: 32px;
	--mz-pad-left: 64px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	width: min(var(--mz-menu-width), 100vw) !important;
	max-width: 100vw;
	height: 100dvh;
	min-height: min(var(--mz-min-height), 100dvh) !important;
	max-height: 100dvh;
	padding-top: clamp(16px, var(--mz-pad-top), 7vh) !important;
	padding-right: clamp(16px, var(--mz-pad-right), 9vw) !important;
	padding-bottom: clamp(16px, var(--mz-pad-bottom), 7vh) !important;
	padding-left: clamp(16px, var(--mz-pad-left), 9vw) !important;
	overflow: hidden;
	background: var(--mz-bg);
	color: var(--mz-text);
	font-family: inherit;
	border: 0;
	box-shadow: 0 0 40px rgba(0, 0, 0, .06);
}

.mz-mode-inline .mz-shell {
	width: min(var(--mz-menu-width), 100%) !important;
	max-width: 100%;
	height: auto;
	min-height: clamp(420px, var(--mz-min-height), 100dvh) !important;
	max-height: none;
	box-shadow: none;
}

.mz-topbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	flex: 0 0 auto;
	min-width: 0;
}

.mz-logo,
.mz-logo-spacer {
	display: inline-flex;
	align-items: center;
	width: min(var(--mz-logo-width), 40vw) !important;
	max-width: calc(100% - 76px);
	min-width: 0;
	color: var(--mz-text);
	text-decoration: none;
	line-height: .85;
}

.mz-logo-spacer {
	height: 1px;
}

.mz-logo:hover,
.mz-logo:focus {
	color: var(--mz-text);
	text-decoration: none;
}

.mz-logo-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 18vh;
	object-fit: contain;
	object-position: left top;
}

[dir="rtl"] .mz-logo-image {
	object-position: right top;
}

.mz-logo-text {
	display: block;
	max-width: 100%;
	font-family: inherit;
	font-size: clamp(28px, var(--mz-logo-text-size), 108px) !important;
	font-weight: 700;
	letter-spacing: -.07em;
	line-height: .92;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
}

.mz-top-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.mz-close,
.mz-back,
.mz-products-arrow {
	appearance: none;
	margin: 0;
	background: transparent;
	color: var(--mz-text);
	box-shadow: none;
	cursor: pointer;
}

.mz-close {
	position: relative;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	isolation: isolate;
	transition: transform .25s ease;
}

.mz-close-ring {
	position: absolute;
	inset: 1px;
	z-index: -1;
	border: 1px solid rgba(127, 127, 127, .34);
	border-color: color-mix(in srgb, var(--mz-text) 30%, transparent);
	border-radius: inherit;
	background: var(--mz-bg);
	background: color-mix(in srgb, var(--mz-bg) 92%, transparent);
	transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.mz-close-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.mz-close-icon span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 20px;
	height: 1.5px;
	border-radius: 4px;
	background: currentColor;
	transform-origin: center;
}

.mz-close-icon span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.mz-close-icon span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.mz-close:hover,
.mz-close:focus-visible {
	transform: rotate(90deg);
	outline: none;
}

.mz-close:hover .mz-close-ring,
.mz-close:focus-visible .mz-close-ring {
	border-color: var(--mz-text);
	background: var(--mz-text);
}

.mz-close:hover .mz-close-icon,
.mz-close:focus-visible .mz-close-icon {
	color: var(--mz-bg);
}

.mz-close:active {
	transform: rotate(90deg) scale(.94);
}

.mz-back {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	border: 0;
	font-size: 12px;
	letter-spacing: .08em;
}

.mz-back svg {
	width: 20px;
	height: 20px;
}

[dir="rtl"] .mz-back svg {
	transform: scaleX(-1);
}

.mz-back:hover,
.mz-back:focus-visible {
	border: 0;
	background: transparent;
	color: var(--mz-text);
	box-shadow: none;
	outline: none;
}

.mz-body {
	display: grid;
	grid-template-columns: clamp(190px, var(--mz-primary-width), 32%) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 92px);
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	padding-top: clamp(36px, 7vh, 86px);
}

.mz-primary,
.mz-detail {
	min-width: 0;
	min-height: 0;
}

.mz-primary {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-bottom: 4vh;
	scrollbar-width: thin;
}

.mz-primary-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(2px, var(--mz-primary-gap), 24px) !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mz-primary-item {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mz-primary-action,
.mz-primary-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--mz-text);
	box-shadow: none;
	font-family: inherit;
	font-size: clamp(20px, var(--mz-primary-font), 58px) !important;
	font-weight: 400;
	line-height: 1.13;
	letter-spacing: -.045em;
	text-align: start;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
	cursor: pointer;
}

.mz-primary-action:hover,
.mz-primary-action:focus,
.mz-primary-link:hover,
.mz-primary-link:focus {
	border: 0;
	background: transparent;
	color: var(--mz-text);
	box-shadow: none;
	outline: none;
	text-decoration: none;
}

.mz-active-dot {
	display: inline-block;
	width: 8px;
	flex: 0 0 8px;
	opacity: 0;
	font-size: 18px;
	line-height: 1;
	transform: translateY(-.1em);
	transition: opacity .18s ease;
}

.mz-primary-item.is-active .mz-active-dot {
	opacity: 1;
}

.mz-detail {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-inline-end: 2px;
	padding-bottom: 4vh;
	scrollbar-width: thin;
}

.mz-panel {
	display: none;
	width: 100%;
	min-width: 0;
}

.mz-panel.is-active {
	display: block;
	animation: mzFadeIn .22s ease both;
}

@keyframes mzFadeIn {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

.mz-mobile-panel-heading {
	display: none;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.mz-mobile-panel-heading h2 {
	margin: 0;
	color: var(--mz-text);
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mz-mobile-panel-heading > a {
	color: var(--mz-muted);
	font-size: 11px;
	letter-spacing: .06em;
	text-decoration: none;
}

.mz-panel-layout {
	position: relative;
	display: block;
	min-width: 0;
	isolation: isolate;
	overflow: visible;
}

.mz-panel-layout.has-products {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) clamp(260px, var(--mz-products-width), 50%);
	gap: clamp(28px, 3.5vw, 62px);
	align-items: start;
}

.mz-sections {
	display: flex;
	flex-direction: column;
	gap: clamp(32px, 5.5vh, 68px);
	min-width: 0;
}

.mz-section {
	display: grid;
	grid-template-columns: minmax(110px, 31%) minmax(0, 1fr);
	gap: clamp(20px, 2.8vw, 46px);
	align-items: start;
	min-width: 0;
}

.mz-section.is-single {
	grid-template-columns: minmax(0, 1fr);
}

.mz-section-kicker {
	display: flex;
	align-items: baseline;
	gap: 10px;
	min-width: 0;
	color: var(--mz-muted);
	font-family: inherit;
	font-size: clamp(10px, var(--mz-section-title-font), 22px) !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
}

.mz-section-kicker a {
	min-width: 0;
	color: inherit;
	text-decoration: none;
	white-space: normal;
	overflow-wrap: anywhere;
}

.mz-section-number {
	flex: 0 0 auto;
	color: var(--mz-text);
	font-size: .9em;
	letter-spacing: -.08em;
}

.mz-section-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(6px, var(--mz-link-gap), 30px) !important;
	min-width: 0;
}

.mz-link-node,
.mz-deeper-links {
	display: contents;
}

.mz-section-links a {
	display: inline-block;
	max-width: 100%;
	color: var(--mz-muted);
	font-family: inherit;
	font-size: clamp(12px, var(--mz-link-font), 28px) !important;
	font-weight: 400;
	line-height: 1.42;
	text-align: start;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
	transition: color .18s ease;
}

.mz-section-links a:hover,
.mz-section-links a:focus,
.mz-section-kicker a:hover,
.mz-section-kicker a:focus,
.mz-mobile-panel-heading > a:hover,
.mz-mobile-panel-heading > a:focus {
	color: var(--mz-text);
	text-decoration: none;
	outline: none;
}

.mz-products {
	position: relative;
	z-index: 6;
	min-width: 0;
	padding-inline-start: clamp(20px, 2.2vw, 38px);
	border-inline-start: 1px solid rgba(127, 127, 127, .22);
	background: var(--mz-bg);
	isolation: isolate;
	overflow: visible;
}

.mz-products-toolbar {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	min-height: 34px;
	margin-bottom: 14px;
}

.mz-products-toolbar.has-label {
	justify-content: space-between;
}

.mz-products-label {
	color: var(--mz-muted);
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.mz-products-nav {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mz-products-arrow {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid rgba(127, 127, 127, .28);
	border-radius: 999px;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.mz-products-arrow svg {
	width: 16px;
	height: 16px;
}

.mz-products-arrow:hover,
.mz-products-arrow:focus-visible {
	border-color: var(--mz-text);
	background: var(--mz-text);
	color: var(--mz-bg);
	outline: none;
}

[dir="rtl"] .mz-products-arrow svg {
	transform: scaleX(-1);
}

.mz-products-viewport {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline proximity;
	padding-bottom: 14px;
	outline: none;
	scrollbar-width: thin;
	scrollbar-color: rgba(80, 80, 80, .55) rgba(127, 127, 127, .13);
	background: var(--mz-bg);
	isolation: isolate;
}

.mz-products-viewport:focus-visible {
	outline: 1px solid rgba(127, 127, 127, .4);
	outline-offset: 4px;
}

.mz-products-viewport::-webkit-scrollbar {
	height: 5px;
}

.mz-products-viewport::-webkit-scrollbar-track {
	background: rgba(127, 127, 127, .13);
}

.mz-products-viewport::-webkit-scrollbar-thumb {
	background: rgba(80, 80, 80, .55);
	border-radius: 20px;
}

.mz-products-track {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	gap: clamp(8px, var(--mz-product-gap), 42px) !important;
	width: max-content;
	min-width: 100%;
}

.mz-product-card {
	position: relative;
	z-index: 2;
	flex: 0 0 clamp(96px, var(--mz-card-width), 210px);
	width: clamp(96px, var(--mz-card-width), 210px);
	margin: 0;
	scroll-snap-align: start;
}

.mz-product-link {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--mz-muted);
	text-decoration: none;
}

.mz-product-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: var(--mz-product-ratio) !important;
	overflow: hidden;
	background: #f2f2f2;
}

.mz-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s cubic-bezier(.2,.65,.3,1);
}

.mz-product-link:hover .mz-product-image img,
.mz-product-link:focus-visible .mz-product-image img {
	transform: scale(1.035);
}

.mz-product-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
}

.mz-product-title {
	display: block;
	max-width: 100%;
	color: var(--mz-muted);
	font-size: clamp(10px, var(--mz-product-title-font), 18px) !important;
	line-height: 1.45;
	letter-spacing: .045em;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
}

.mz-product-price {
	display: block;
	color: var(--mz-text);
	font-size: 11px;
	line-height: 1.5;
}

.mz-product-price del {
	opacity: .55;
}


.mz-products.is-static .mz-products-nav {
	display: none;
}

.mz-products-arrow:disabled {
	opacity: .28;
	cursor: default;
	pointer-events: none;
}

.mz-url-open-instance {
	position: relative;
	z-index: 2147483000;
}

body.mz-scroll-lock {
	overflow: hidden !important;
}

/* در ویرایشگر Elementor منو به‌صورت پیش‌فرض بسته می‌ماند؛ فقط دکمه بازکننده دیده می‌شود. */
.elementor-editor-active .mz-editor-instance.mz-mode-overlay:not(.is-open) .mz-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000 !important;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, .08);
}

.elementor-editor-active .mz-editor-instance.mz-mode-overlay.is-open .mz-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000 !important;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.elementor-editor-active .mz-editor-instance.mz-mode-overlay.is-open .mz-shell {
	width: min(var(--mz-menu-width), 100vw) !important;
	max-width: 100vw;
	height: 100dvh;
	min-height: 100dvh !important;
	max-height: 100dvh;
}

@media (max-width: 1199px) {
	.mz-direct-instance .mz-shell {
		--mz-logo-width: 220px;
		--mz-logo-text-size: 56px;
		--mz-primary-font: 30px;
		--mz-primary-gap: 7px;
		--mz-card-width: 132px;
		--mz-product-gap: 16px;
		--mz-pad-top: 24px;
		--mz-pad-right: 28px;
		--mz-pad-bottom: 24px;
		--mz-pad-left: 28px;
	}

	.mz-shell {
		padding-right: clamp(20px, var(--mz-pad-right), 5vw) !important;
		padding-left: clamp(20px, var(--mz-pad-left), 5vw) !important;
	}

	.mz-body {
		grid-template-columns: clamp(220px, max(var(--mz-primary-width), 30%), 36%) minmax(0, 1fr);
		gap: clamp(24px, 4vw, 48px);
		padding-top: clamp(34px, 5.5vh, 60px);
	}

	.mz-primary-action,
	.mz-primary-link {
		font-size: clamp(20px, var(--mz-primary-font), 32px) !important;
	}

	.mz-panel-layout.has-products {
		display: block;
	}

	.mz-products {
		margin-top: 38px;
		padding-top: 24px;
		padding-inline-start: 0;
		border-inline-start: 0;
		border-top: 1px solid rgba(127, 127, 127, .22);
	}

	.mz-section {
		grid-template-columns: minmax(100px, 34%) minmax(0, 1fr);
		gap: 20px;
	}
}

@media (max-width: 991px) {
	.mz-shell {
		padding-top: clamp(18px, var(--mz-pad-top), 32px) !important;
		padding-right: clamp(18px, var(--mz-pad-right), 32px) !important;
		padding-bottom: clamp(18px, var(--mz-pad-bottom), 32px) !important;
		padding-left: clamp(18px, var(--mz-pad-left), 32px) !important;
	}

	.mz-logo,
	.mz-logo-spacer {
		width: min(var(--mz-logo-width), 32vw) !important;
	}

	.mz-logo-text {
		font-size: clamp(30px, var(--mz-logo-text-size), 62px) !important;
	}

	.mz-body {
		grid-template-columns: clamp(180px, var(--mz-primary-width), 39%) minmax(0, 1fr);
		gap: 28px;
		padding-top: 42px;
	}

	.mz-primary-action,
	.mz-primary-link {
		font-size: clamp(19px, var(--mz-primary-font), 30px) !important;
	}

	.mz-section {
		display: block;
	}

	.mz-section-kicker {
		margin-bottom: 12px;
	}

	.mz-section.is-single .mz-section-kicker {
		margin-bottom: 0;
	}

	.mz-section-links {
		padding-inline-start: 28px;
	}
}

@media (max-width: 899px) {
	.mz-direct-instance .mz-shell {
		--mz-logo-width: 160px;
		--mz-logo-text-size: 42px;
		--mz-primary-font: 28px;
		--mz-primary-gap: 8px;
		--mz-card-width: 118px;
		--mz-product-gap: 12px;
		--mz-pad-top: 18px;
		--mz-pad-right: 16px;
		--mz-pad-bottom: 20px;
		--mz-pad-left: 16px;
	}

	.mz-overlay {
		position: fixed;
		background: var(--mz-bg, #fff);
	}

	.mz-shell,
	.mz-mode-inline .mz-shell {
		width: min(var(--mz-menu-width), 100vw) !important;
		max-width: 100vw;
		min-width: 0;
		height: 100dvh;
		min-height: 100dvh !important;
		max-height: 100dvh;
		padding-top: clamp(14px, var(--mz-pad-top), 22px) !important;
		padding-right: clamp(14px, var(--mz-pad-right), 22px) !important;
		padding-bottom: clamp(16px, var(--mz-pad-bottom), 24px) !important;
		padding-left: clamp(14px, var(--mz-pad-left), 22px) !important;
		box-shadow: none;
	}

	.mz-mode-inline .mz-shell,
	.elementor-editor-active .mz-editor-instance.mz-mode-overlay.is-open .mz-shell {
		height: auto;
		min-height: 680px !important;
		max-height: none;
	}

	.mz-topbar {
		align-items: center;
		min-height: 48px;
		gap: 10px;
	}

	.mz-logo,
	.mz-logo-spacer {
		width: min(var(--mz-logo-width), 58vw) !important;
		max-width: calc(100vw - 104px);
	}

	.mz-logo-image {
		max-height: 58px;
	}

	.mz-logo-text {
		font-size: clamp(28px, var(--mz-logo-text-size), 50px) !important;
	}

	.mz-close {
		width: 42px;
		height: 42px;
	}

	.mz-close-icon {
		width: 16px;
		height: 16px;
	}

	.mz-close-icon span {
		width: 18px;
	}

	.mz-body {
		position: relative;
		display: block;
		flex: 1 1 auto;
		min-height: 0;
		padding-top: 28px;
		overflow: hidden;
	}

	.mz-primary,
	.mz-detail {
		position: absolute;
		inset: 0;
		min-width: 0;
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		padding-bottom: 24px;
		transition: transform .3s cubic-bezier(.22,.61,.36,1), opacity .22s ease;
	}

	.mz-primary {
		transform: translateX(0);
		opacity: 1;
	}

	.mz-detail {
		transform: translateX(105%);
		opacity: 0;
		pointer-events: none;
		padding-inline-end: 0;
	}

	[dir="rtl"] .mz-detail {
		transform: translateX(-105%);
	}

	.mz-widget.is-mobile-detail .mz-primary {
		transform: translateX(-105%);
		opacity: 0;
		pointer-events: none;
	}

	[dir="rtl"] .mz-widget.is-mobile-detail .mz-primary {
		transform: translateX(105%);
	}

	.mz-widget.is-mobile-detail .mz-detail,
	[dir="rtl"] .mz-widget.is-mobile-detail .mz-detail {
		transform: translateX(0);
		opacity: 1;
		pointer-events: auto;
	}

	.mz-widget.is-mobile-detail .mz-back {
		display: inline-flex;
	}

	.mz-primary-list {
		gap: clamp(4px, var(--mz-primary-gap), 14px) !important;
	}

	.mz-primary-action,
	.mz-primary-link {
		width: 100%;
		font-size: clamp(23px, var(--mz-primary-font), 38px) !important;
		line-height: 1.13;
	}

	.mz-active-dot {
		display: none;
	}

	.mz-mobile-panel-heading {
		display: flex;
		align-items: flex-end;
		margin-bottom: 28px;
	}

	.mz-mobile-panel-heading h2 {
		font-size: 15px;
		letter-spacing: .14em;
	}

	.mz-panel-layout.has-products {
		display: block;
	}

	.mz-sections {
		gap: 32px;
	}

	.mz-section {
		display: block;
	}

	.mz-section-kicker {
		margin-bottom: 12px;
		font-size: clamp(10px, var(--mz-section-title-font), 14px) !important;
		letter-spacing: .03em;
	}

	.mz-section.is-single .mz-section-kicker {
		margin-bottom: 0;
	}

	.mz-section-links {
		gap: clamp(7px, var(--mz-link-gap), 18px) !important;
		padding-inline-start: 26px;
	}

	.mz-section-links a {
		font-size: clamp(13px, var(--mz-link-font), 18px) !important;
	}

	.mz-products {
		margin-top: 32px;
		padding-top: 20px;
	}

	.mz-products-toolbar {
		margin-bottom: 10px;
	}

	.mz-products-label {
		font-size: 9px;
	}

	.mz-products-arrow {
		width: 30px;
		height: 30px;
	}

	.mz-product-card {
		flex-basis: clamp(96px, var(--mz-card-width), 150px);
		width: clamp(96px, var(--mz-card-width), 150px);
	}

	.mz-product-title {
		font-size: clamp(10px, var(--mz-product-title-font), 13px) !important;
	}
}

@media (max-width: 390px) {
	.mz-shell,
	.mz-mode-inline .mz-shell {
		padding-inline: 14px;
	}

	.mz-logo,
	.mz-logo-spacer {
		max-width: calc(100vw - 94px);
	}

	.mz-close {
		width: 40px;
		height: 40px;
	}

	.mz-body {
		padding-top: 24px;
	}

	.mz-primary-action,
	.mz-primary-link {
		font-size: clamp(22px, var(--mz-primary-font), 33px) !important;
	}
}

@media (max-height: 700px) and (min-width: 768px) {
	.mz-body {
		padding-top: 28px;
	}

	.mz-sections {
		gap: 28px;
	}

	.mz-logo-image {
		max-height: 14vh;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mz-overlay,
	.mz-primary,
	.mz-detail,
	.mz-panel,
	.mz-close,
	.mz-close-ring,
	.mz-product-image img {
		transition: none !important;
		animation: none !important;
	}
}


/* نسخه 1.5: اندازه‌های انتخاب‌شده در Elementor بدون clamp و دقیق اعمال می‌شوند. */
.mz-shell .mz-primary-action,
.mz-shell .mz-primary-link {
	font-size: var(--mz-primary-font, 36px) !important;
}

.mz-shell .mz-section-kicker {
	font-size: var(--mz-section-title-font, 14px) !important;
}

.mz-shell .mz-section-links a {
	font-size: var(--mz-link-font, 17px) !important;
}

.mz-shell .mz-product-title {
	font-size: var(--mz-product-title-font, 12px) !important;
}

/* چیدمان تک‌صفحه مناسب قرارگیری ویجت در فوتر. */
@media (max-width: 899px) {
	.mz-mobile-layout-single .mz-shell {
		overflow: hidden;
	}

	.mz-mobile-layout-single .mz-topbar {
		flex: 0 0 auto;
	}

	.mz-mobile-layout-single .mz-back {
		display: none !important;
	}

	.mz-mobile-layout-single .mz-body {
		position: relative;
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		min-height: 0;
		padding-top: 18px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.mz-mobile-layout-single .mz-primary,
	.mz-mobile-layout-single .mz-detail,
	.mz-mobile-layout-single.is-mobile-detail .mz-primary,
	.mz-mobile-layout-single.is-mobile-detail .mz-detail,
	[dir="rtl"] .mz-mobile-layout-single .mz-detail,
	[dir="rtl"] .mz-mobile-layout-single.is-mobile-detail .mz-primary,
	[dir="rtl"] .mz-mobile-layout-single.is-mobile-detail .mz-detail {
		position: relative;
		inset: auto;
		transform: none !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	.mz-mobile-layout-single .mz-primary {
		z-index: 12;
		flex: 0 0 auto;
		width: 100%;
		margin: 0;
		padding: 0 0 18px;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.mz-mobile-layout-single .mz-primary::-webkit-scrollbar {
		display: none;
	}

	.mz-mobile-layout-single .mz-primary-list {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: var(--mz-primary-gap, 18px) !important;
		width: max-content;
		min-width: 100%;
		margin: 0;
		padding: 0 1px;
	}

	.mz-mobile-layout-single .mz-primary-item {
		position: relative;
		flex: 0 0 auto;
		width: auto;
		padding-bottom: 9px;
	}

	.mz-mobile-layout-single .mz-primary-action,
	.mz-mobile-layout-single .mz-primary-link {
		display: inline-flex;
		width: auto;
		max-width: none;
		gap: 0;
		font-size: var(--mz-primary-font, 22px) !important;
		line-height: 1.15;
		letter-spacing: -.035em;
		white-space: nowrap;
		overflow-wrap: normal;
	}

	.mz-mobile-layout-single .mz-active-dot {
		display: none;
	}

	.mz-mobile-layout-single .mz-primary-item.is-active::after {
		position: absolute;
		inset-inline-start: 50%;
		bottom: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: currentColor;
		content: "";
		transform: translateX(-50%);
	}

	[dir="rtl"] .mz-mobile-layout-single .mz-primary-item.is-active::after {
		transform: translateX(50%);
	}

	.mz-mobile-layout-single .mz-detail {
		z-index: 2;
		flex: 0 0 auto;
		width: 100%;
		min-height: 0;
		padding: 0 0 28px;
		overflow: visible;
	}

	.mz-mobile-layout-single .mz-mobile-panel-heading {
		display: none;
	}

	.mz-mobile-layout-single .mz-panel-layout,
	.mz-mobile-layout-single .mz-panel-layout.has-products {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-width: 0;
		gap: 0;
		overflow: visible;
	}

	.mz-mobile-layout-single .mz-products {
		z-index: 10;
		order: -1;
		width: 100%;
		min-width: 0;
		margin: 0 0 34px;
		padding: 0 0 20px;
		border: 0;
		border-bottom: 1px solid rgba(127, 127, 127, .18);
		background: var(--mz-bg);
		isolation: isolate;
		overflow: visible;
	}

	.mz-mobile-layout-single .mz-products-toolbar {
		min-height: 30px;
		margin-bottom: 10px;
	}

	.mz-mobile-layout-single .mz-products-viewport {
		position: relative;
		z-index: 11;
		width: 100%;
		max-width: 100%;
		background: var(--mz-bg);
	}

	.mz-mobile-layout-single .mz-products-track {
		position: relative;
		z-index: 12;
	}

	.mz-mobile-layout-single .mz-sections {
		order: 2;
		gap: 34px;
	}

	.mz-mobile-layout-single .mz-section-kicker {
		font-size: var(--mz-section-title-font, 12px) !important;
	}

	.mz-mobile-layout-single .mz-section-links a {
		font-size: var(--mz-link-font, 15px) !important;
	}
}

/* نسخه 1.6: پروفایل مستقل URL برای دسکتاپ و موبایل. */
.mz-has-url-profile .mz-shell {
	--mz-menu-width: var(--mz-desktop-menu-width, 100%);
	--mz-primary-font: var(--mz-desktop-primary-font, 36px);
	--mz-section-title-font: var(--mz-desktop-section-font, 14px);
	--mz-link-font: var(--mz-desktop-link-font, 17px);
	--mz-card-width: var(--mz-desktop-card-width, 148px);
	width: min(var(--mz-menu-width), 100vw) !important;
	height: min(var(--mz-desktop-menu-height, 100vh), 100dvh) !important;
	min-height: min(var(--mz-desktop-menu-height, 100vh), 100dvh) !important;
	max-height: 100dvh !important;
}

@media (min-width: 900px) {
	.mz-no-products-desktop .mz-products,
	.mz-product-card.mz-hide-desktop,
	.mz-hide-product-title-desktop .mz-product-title,
	.mz-hide-product-price-desktop .mz-product-price {
		display: none !important;
	}

	.mz-no-products-desktop .mz-panel-layout.has-products {
		display: block !important;
	}
}

@media (max-width: 899px) {
	.mz-has-url-profile .mz-shell,
	.mz-has-url-profile.mz-mode-inline .mz-shell {
		--mz-menu-width: var(--mz-mobile-menu-width, 100%);
		--mz-primary-font: var(--mz-mobile-primary-font, 22px);
		--mz-section-title-font: var(--mz-mobile-section-font, 12px);
		--mz-link-font: var(--mz-mobile-link-font, 15px);
		--mz-card-width: var(--mz-mobile-card-width, 118px);
		width: min(var(--mz-menu-width), 100vw) !important;
		height: min(var(--mz-mobile-menu-height, 100vh), 100dvh) !important;
		min-height: min(var(--mz-mobile-menu-height, 100vh), 100dvh) !important;
		max-height: 100dvh !important;
	}

	.mz-no-products-mobile .mz-products,
	.mz-product-card.mz-hide-mobile,
	.mz-hide-product-title-mobile .mz-product-title,
	.mz-hide-product-price-mobile .mz-product-price {
		display: none !important;
	}

	.mz-no-products-mobile .mz-panel-layout.has-products {
		display: block !important;
	}
}


/* نسخه 1.7: کنترل کامل عنوان و چیدمان تصاویر محصولات. */
.mz-logo {
	justify-content: var(--mz-logo-align, flex-start);
	text-align: var(--mz-logo-text-align, start);
}

.mz-logo-text {
	font-family: var(--mz-logo-font-family, inherit) !important;
	font-size: var(--mz-logo-text-size, 72px) !important;
	font-weight: var(--mz-logo-font-weight, 700) !important;
	letter-spacing: var(--mz-logo-letter-spacing, -.07em) !important;
	line-height: var(--mz-logo-line-height, .92) !important;
}

.mz-logo-text-mobile {
	display: none;
}

.mz-body {
	padding-top: var(--mz-header-gap, 62px) !important;
}

.mz-products {
	margin-top: var(--mz-products-top-gap, 0px);
}

.mz-products-track {
	gap: var(--mz-product-gap, 20px) !important;
}

.mz-product-card {
	flex: 0 0 var(--mz-runtime-card-width, var(--mz-card-width, 148px));
	width: var(--mz-runtime-card-width, var(--mz-card-width, 148px));
	max-width: none;
}

.mz-product-image {
	aspect-ratio: var(--mz-product-ratio, 4 / 5) !important;
	border-radius: var(--mz-product-radius, 0px);
}

.mz-product-image img {
	object-fit: var(--mz-product-fit, cover);
}

.mz-product-title {
	font-size: var(--mz-product-title-font, 12px) !important;
	font-weight: var(--mz-product-title-weight, 400) !important;
}

@media (min-width: 1200px) {
	.mz-panel-layout.has-products {
		grid-template-columns: minmax(0, 1fr) minmax(0, var(--mz-products-width, 44%));
	}
}

.mz-has-url-profile .mz-shell {
	--mz-menu-width: var(--mz-desktop-menu-width, 100%);
	--mz-primary-font: var(--mz-desktop-primary-font, 36px);
	--mz-section-title-font: var(--mz-desktop-section-font, 14px);
	--mz-link-font: var(--mz-desktop-link-font, 17px);
	--mz-logo-width: var(--mz-desktop-header-width, 290px);
	--mz-logo-text-size: var(--mz-desktop-header-font-size, 72px);
	--mz-logo-font-family: var(--mz-desktop-header-font-family, inherit);
	--mz-logo-font-weight: var(--mz-desktop-header-font-weight, 700);
	--mz-logo-letter-spacing: var(--mz-desktop-header-letter-space, -5px);
	--mz-logo-line-height: var(--mz-desktop-header-line-height, .92);
	--mz-logo-align: var(--mz-desktop-header-align, flex-start);
	--mz-header-gap: var(--mz-desktop-header-gap, 62px);
	--mz-products-width: var(--mz-desktop-products-width, 44%);
	--mz-card-width: var(--mz-desktop-card-width, 148px);
	--mz-product-gap: var(--mz-desktop-product-gap, 20px);
	--mz-product-ratio: var(--mz-desktop-image-ratio, 4 / 5);
	--mz-product-fit: var(--mz-desktop-image-fit, cover);
	--mz-product-radius: var(--mz-desktop-image-radius, 0px);
	--mz-product-title-font: var(--mz-desktop-product-title-font, 12px);
	--mz-product-title-weight: var(--mz-desktop-product-title-weight, 400);
	--mz-products-top-gap: var(--mz-desktop-products-top-gap, 0px);
}

@media (max-width: 899px) {
	.mz-logo-text-desktop {
		display: none;
	}

	.mz-logo-text-mobile {
		display: block;
	}

	.mz-has-url-profile .mz-shell,
	.mz-has-url-profile.mz-mode-inline .mz-shell {
		--mz-menu-width: var(--mz-mobile-menu-width, 100%);
		--mz-primary-font: var(--mz-mobile-primary-font, 22px);
		--mz-section-title-font: var(--mz-mobile-section-font, 12px);
		--mz-link-font: var(--mz-mobile-link-font, 15px);
		--mz-logo-width: var(--mz-mobile-header-width, 160px);
		--mz-logo-text-size: var(--mz-mobile-header-font-size, 42px);
		--mz-logo-font-family: var(--mz-mobile-header-font-family, inherit);
		--mz-logo-font-weight: var(--mz-mobile-header-font-weight, 700);
		--mz-logo-letter-spacing: var(--mz-mobile-header-letter-space, -3px);
		--mz-logo-line-height: var(--mz-mobile-header-line-height, .92);
		--mz-logo-align: var(--mz-mobile-header-align, flex-start);
		--mz-header-gap: var(--mz-mobile-header-gap, 18px);
		--mz-products-width: var(--mz-mobile-products-width, 100%);
		--mz-card-width: var(--mz-mobile-card-width, 118px);
		--mz-product-gap: var(--mz-mobile-product-gap, 12px);
		--mz-product-ratio: var(--mz-mobile-image-ratio, 4 / 5);
		--mz-product-fit: var(--mz-mobile-image-fit, cover);
		--mz-product-radius: var(--mz-mobile-image-radius, 0px);
		--mz-product-title-font: var(--mz-mobile-product-title-font, 11px);
		--mz-product-title-weight: var(--mz-mobile-product-title-weight, 400);
		--mz-products-top-gap: var(--mz-mobile-products-top-gap, 0px);
	}

	.mz-mobile-layout-single .mz-products {
		margin-top: var(--mz-products-top-gap, 0px);
	}
}

/* عرض عنوان بدون محدودیت clamp قدیمی، مطابق مقدار انتخاب‌شده. */
.mz-logo,
.mz-logo-spacer {
	width: min(var(--mz-logo-width, 290px), calc(100% - 76px)) !important;
	max-width: calc(100% - 76px) !important;
}

@media (max-width: 899px) {
	.mz-logo,
	.mz-logo-spacer {
		width: min(var(--mz-logo-width, 160px), calc(100% - 96px)) !important;
		max-width: calc(100% - 96px) !important;
	}
}

@media (min-width: 900px) {
	.mz-hide-header-desktop .mz-logo,
	.mz-hide-header-desktop .mz-logo-spacer {
		display: none !important;
	}
}

@media (max-width: 899px) {
	.mz-hide-header-mobile .mz-logo,
	.mz-hide-header-mobile .mz-logo-spacer {
		display: none !important;
	}
}


/* نسخه 1.8: تراز دقیق دسته‌های اصلی موبایل و اجرای URL در همان صفحه. */
@media (max-width: 899px) {
	.mz-mobile-layout-single .mz-primary-list {
		align-items: stretch !important;
		flex-wrap: nowrap !important;
	}

	.mz-mobile-layout-single .mz-primary-item {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: flex-start;
		min-height: calc(var(--mz-primary-font, 22px) + 12px);
		margin: 0 !important;
		padding: 0 0 9px !important;
		vertical-align: top;
	}

	.mz-mobile-layout-single .mz-primary-action,
	.mz-mobile-layout-single .mz-primary-link {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start;
		height: calc(var(--mz-primary-font, 22px) + 4px);
		min-height: calc(var(--mz-primary-font, 22px) + 4px);
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		line-height: 1 !important;
		vertical-align: top !important;
	}

	.mz-mobile-layout-single .mz-primary-action > span:last-child,
	.mz-mobile-layout-single .mz-primary-link > span:last-child {
		display: block;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
}

body.mz-remote-loading {
	cursor: progress;
}
