@font-face {
	font-family: "X4GG-YekanBakh";
	src: url("../../fonts/bakh/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

@font-face {
	font-family: "X4GG-YekanBakh";
	src: url("../../fonts/bakh/woff2/YekanBakhFaNum-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

@font-face {
	font-family: "X4GG-YekanBakh";
	src: url("../../fonts/bakh/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

@font-face {
	font-family: "X4GG-YekanBakh";
	src: url("../../fonts/bakh/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

@font-face {
	font-family: "X4GG-YekanBakh";
	src: url("../../fonts/bakh/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

@font-face {
	font-family: "X4GG-YekanBakh";
	src: url("../../fonts/bakh/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669, U+06F0-06F9;
}

@font-face {
	font-family: "X4GG-Inter";
	src: url("../../../../plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

body.x4gg-shell-active {
	--x4gg-bg: #07070d;
	--x4gg-bg-soft: #0d0b16;
	--x4gg-card: rgba(22, 22, 30, .78);
	--x4gg-line: rgba(255, 255, 255, .11);
	--x4gg-ink: #f8f7fb;
	--x4gg-soft: #b8bed2;
	--x4gg-muted: #74798e;
	--x4gg-purple: #877AFF;
	--x4gg-mint: #67e6c0;
	background: #07070d;
	color: var(--x4gg-ink);
	font-family: "X4GG-YekanBakh", "X4GG-Inter", Tahoma, Arial, sans-serif;
}

body.x4gg-shell-active .website-wrapper {
	background: #07070d;
}

body.x4gg-shell-active:not(.home) .wd-page-wrapper {
	padding-top: 0;
}

body.admin-bar.x4gg-shell-active:not(.home) .wd-page-wrapper {
	padding-top: 0;
}

body.x4gg-shell-active .whb-header,
body.x4gg-shell-active .wd-header-placeholder,
body.x4gg-shell-active .footer-container,
body.x4gg-shell-active .wd-prefooter {
	display: none !important;
}

.x4gg-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.x4gg-topbar,
.x4gg-mobile-nav,
.x4gg-footer,
.x4gg-topbar *,
.x4gg-mobile-nav *,
.x4gg-footer * {
	box-sizing: border-box;
}

.x4gg-topbar a,
.x4gg-mobile-nav a,
.x4gg-footer a {
	color: inherit;
	text-decoration: none;
}

.x4gg-topbar {
	position: sticky;
	top: 0;
	inset-inline: 0;
	z-index: 9999;
	background: rgba(7, 7, 13, .78);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(22px) saturate(150%);
	-webkit-backdrop-filter: blur(22px) saturate(150%);
}

body.admin-bar .x4gg-topbar {
	top: 32px;
}

.x4gg-topbar__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 22px;
	align-items: center;
	min-height: 58px;
}

.x4gg-brand {
	display: inline-grid;
	justify-self: start;
	gap: 1px;
	color: #fff;
	font-weight: 950;
	line-height: 1.2;
}

.x4gg-brand span {
	color: var(--x4gg-purple);
	font-size: 20px;
	letter-spacing: 0;
}

.x4gg-brand small {
	color: var(--x4gg-muted);
	font-size: 10px;
	font-weight: 800;
}

.x4gg-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	color: #aaadbd;
	font-size: 13px;
	font-weight: 850;
}

.x4gg-nav a {
	transition: color .18s ease;
}

.x4gg-nav a:hover,
.x4gg-nav .x4gg-is-active {
	color: #fff;
}

.x4gg-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.x4gg-icon-link,
.x4gg-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-weight: 950;
	white-space: nowrap;
}

.x4gg-icon-link {
	gap: 7px;
	min-height: 38px;
	padding: 0 12px;
	color: #eef0fb;
	background: rgba(255, 255, 255, .045);
	border: 1px solid var(--x4gg-line);
}

.x4gg-icon-link b {
	color: var(--x4gg-mint);
	font-size: 12px;
}

.x4gg-account-link {
	min-height: 38px;
	padding: 0 16px;
	color: #fff !important;
	background: var(--x4gg-purple);
	border: 1px solid var(--x4gg-purple);
	box-shadow: 0 14px 34px rgba(135, 122, 255, .22);
}

.x4gg-account-link * {
	color: currentColor !important;
}

.x4gg-mobile-nav {
	display: none;
}

.x4gg-footer {
	position: relative;
	z-index: 1;
	padding: 34px 0 36px;
	background:
		linear-gradient(180deg, rgba(135, 122, 255, .06), rgba(255, 255, 255, .015) 34%, rgba(7, 7, 13, .92)),
		#090811;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: var(--x4gg-soft);
}

.x4gg-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 0 0 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.x4gg-footer__layout {
	display: grid;
	grid-template-columns: repeat(4, minmax(140px, 1fr));
	gap: clamp(24px, 4vw, 54px);
}

.x4gg-footer__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0 28px;
	margin-top: -8px;
}

.x4gg-footer__hours {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	color: var(--x4gg-soft);
}

.x4gg-footer__hours strong {
	font-size: 14px;
}

.x4gg-footer__hours span {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.x4gg-footer__hours small {
	color: var(--x4gg-muted);
	font-size: 12px;
	font-weight: 750;
}

.x4gg-footer__socials {
	display: flex;
	align-items: center;
	gap: 8px;
}

.x4gg-social-link {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 8px;
	color: #dfe2ef;
	background: rgba(255, 255, 255, .045);
	transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.x4gg-social-link:hover {
	border-color: rgba(135, 122, 255, .5);
	color: #fff;
	background: rgba(135, 122, 255, .16);
}

.x4gg-social-link svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.x4gg-footer strong {
	color: #fff;
	font-weight: 950;
}

.x4gg-footer__brand strong {
	display: block;
	margin-bottom: 12px;
	color: var(--x4gg-purple);
	font-size: 30px;
}

.x4gg-footer__brand p {
	max-width: 520px;
	margin: 0;
	color: var(--x4gg-soft);
	line-height: 2;
}

.x4gg-footer__trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.x4gg-trust-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	min-height: 96px;
	padding: 10px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	overflow: hidden;
}

.x4gg-trust-badge img,
.x4gg-trust-badge iframe {
	display: block;
	max-width: 76px !important;
	max-height: 76px !important;
	object-fit: contain;
}

.x4gg-trust-badge--zarinpal {
	background: rgba(255, 255, 255, .96);
}

.x4gg-footer nav {
	display: grid;
	gap: 13px;
	align-content: start;
}

.x4gg-footer nav a {
	color: #777d91;
	font-size: 13px;
	font-weight: 800;
}

.x4gg-footer nav a:hover {
	color: #fff;
}

@media (max-width: 1024px) {
	.x4gg-topbar__inner {
		grid-template-columns: auto 1fr;
	}

	.x4gg-nav {
		display: none;
	}

	.x4gg-actions {
		justify-content: flex-end;
	}

	.x4gg-footer__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.x4gg-footer__top {
		grid-template-columns: 1fr;
	}

	.x4gg-footer__trust {
		justify-content: flex-start;
	}
}

@media (max-width: 782px) {
body.admin-bar .x4gg-topbar {
	top: 46px;
}

body.admin-bar.x4gg-shell-active:not(.home) .wd-page-wrapper {
	padding-top: 0;
}
}

@media (max-width: 720px) {
	body.x4gg-shell-active {
		padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
	}

	body.x4gg-shell-active:not(.home) .wd-page-wrapper {
		padding-top: 0;
	}

	.x4gg-shell {
		width: min(100% - 22px, 1180px);
	}

	.x4gg-topbar {
		display: none;
	}

	.x4gg-mobile-nav {
		position: fixed;
		right: 10px;
		bottom: max(10px, env(safe-area-inset-bottom, 0px));
		left: 10px;
		z-index: 9999;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 4px;
		min-height: 64px;
		padding: 7px;
		border: 1px solid rgba(255, 255, 255, .14);
		border-radius: 8px;
		background: rgba(12, 12, 19, .88);
		box-shadow: 0 22px 58px rgba(0, 0, 0, .42);
		backdrop-filter: blur(22px) saturate(150%);
		-webkit-backdrop-filter: blur(22px) saturate(150%);
	}

	.x4gg-mobile-nav a {
		position: relative;
		display: grid;
		place-items: center;
		gap: 4px;
		min-width: 0;
		min-height: 50px;
		border: 1px solid transparent;
		border-radius: 8px;
		color: #8f94a8;
		font-size: 11px;
		font-weight: 900;
		transition: color .18s ease, border-color .18s ease, background .18s ease;
	}

	.x4gg-mobile-nav__mark {
		position: relative;
		display: inline-grid;
		place-items: center;
		width: 28px;
		height: 24px;
		color: currentColor;
		line-height: 1;
	}

	.x4gg-mobile-nav__mark svg {
		display: block;
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.x4gg-mobile-nav__mark b {
		position: absolute;
		top: -8px;
		left: -11px;
		min-width: 18px;
		height: 18px;
		padding: 0 5px;
		border: 2px solid rgba(12, 12, 19, .95);
		border-radius: 999px;
		color: #07100d;
		background: var(--x4gg-mint);
		font-size: 10px;
		font-weight: 950;
		line-height: 14px;
		text-align: center;
	}

	.x4gg-mobile-nav small {
		display: block;
		max-width: 100%;
		overflow: hidden;
		color: currentColor;
		font-size: 10px;
		font-weight: 900;
		line-height: 1.2;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.x4gg-mobile-nav a:hover,
	.x4gg-mobile-nav .x4gg-is-active {
		border-color: rgba(135, 122, 255, .48);
		color: #fff;
		background: rgba(135, 122, 255, .18);
	}

	body.x4gg-shell-active iframe[src*="goftino"],
	body.x4gg-shell-active iframe[id*="goftino" i],
	body.x4gg-shell-active div[id*="goftino" i],
	body.x4gg-shell-active div[class*="goftino" i] {
		bottom: calc(92px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.x4gg-footer {
		padding: 24px 0 calc(108px + env(safe-area-inset-bottom, 0px));
	}

	.x4gg-footer__top {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 14px;
		align-items: center;
		padding: 14px;
		margin-bottom: 12px;
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 8px;
		background: rgba(255, 255, 255, .035);
	}

	.x4gg-footer__brand strong {
		margin-bottom: 5px;
		font-size: 22px;
	}

	.x4gg-footer__brand p {
		max-width: 100%;
		font-size: 12px;
		line-height: 1.75;
	}

	.x4gg-footer__trust {
		display: grid;
		grid-template-columns: repeat(2, 58px);
		gap: 8px;
		justify-content: end;
	}

	.x4gg-trust-badge {
		width: 58px;
		min-height: 58px;
		padding: 6px;
	}

	.x4gg-trust-badge img,
	.x4gg-trust-badge iframe {
		max-width: 46px !important;
		max-height: 46px !important;
	}

	.x4gg-footer__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.x4gg-footer__info {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		padding: 2px 0 14px;
		margin-top: 0;
	}

	.x4gg-footer__hours {
		display: grid;
		gap: 5px;
		padding: 14px;
		border: 1px solid rgba(255, 255, 255, .09);
		border-radius: 8px;
		background: rgba(255, 255, 255, .032);
	}

	.x4gg-footer__socials {
		justify-content: flex-start;
	}

	.x4gg-footer nav {
		gap: 9px;
		min-height: 132px;
		padding: 14px;
		border: 1px solid rgba(255, 255, 255, .09);
		border-radius: 8px;
		background: rgba(255, 255, 255, .032);
	}

	.x4gg-footer nav strong {
		font-size: 13px;
		line-height: 1.4;
	}

	.x4gg-footer nav a {
		font-size: 12px;
		line-height: 1.55;
	}
}
