/* Pet Shop Fereshteh - hand-coded header (replaces Elementor template 12825) */

.psf-header {
	--psf-purple: #6d1b7b;
	--psf-purple-dark: #4d0f5c;
	--psf-accent: #ffd24a;
	--psf-text: #2b2b2b;
	--psf-border: #ece6ef;
	position: relative;
	z-index: 400;
	background: #fff;
	font-family: inherit;
}

.psf-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---------- top bar ---------- */

.psf-topbar {
	background: var(--psf-purple-dark);
	color: #fff;
	font-size: 14px;
}

.psf-topbar__text {
	margin: 0;
	padding: 9px 0;
	text-align: center;
	line-height: 1.6;
}

.psf-topbar__phone {
	display: inline-block;
	margin: 0 4px;
	padding: 1px 8px;
	border-radius: 4px;
	background: var(--psf-accent);
	color: #3a0b46;
	font-weight: 700;
	direction: ltr;
	text-decoration: none;
}

/* ---------- main row ---------- */

.psf-header__main {
	background: #fff;
	border-bottom: 1px solid var(--psf-border);
}

.psf-header__row {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 84px;
}

.psf-logo {
	flex: 0 0 auto;
	display: block;
	line-height: 0;
}

.psf-logo img {
	display: block;
	width: auto;
	max-width: 190px;
	height: 56px;
	object-fit: contain;
}

/* ---------- navigation ---------- */

.psf-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.psf-menu,
.psf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.psf-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 22px;
}

.psf-menu > li {
	position: relative;
}

.psf-menu > li > a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 0;
	color: var(--psf-text);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: color .15s;
}

.psf-menu > li > a:hover,
.psf-menu > li:hover > a,
.psf-menu > li.current-menu-item > a,
.psf-menu > li.current-menu-ancestor > a {
	color: var(--psf-purple);
}

/* caret on parents */
.psf-menu > li.menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-inline-end: 2px solid currentColor;
	border-block-end: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .15s;
}

.psf-menu > li.menu-item-has-children:hover > a::after {
	transform: rotate(-135deg) translateY(-2px);
}

/* first-level dropdown */
.psf-menu .sub-menu {
	position: absolute;
	inset-inline-start: 0;
	top: 100%;
	min-width: 230px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid var(--psf-border);
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(60, 10, 70, .12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .15s, transform .15s, visibility .15s;
}

.psf-menu li:hover > .sub-menu,
.psf-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.psf-menu .sub-menu a {
	display: block;
	padding: 9px 20px;
	color: #4a4a4a;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: background .15s, color .15s;
}

.psf-menu .sub-menu a:hover {
	background: #f7f1fa;
	color: var(--psf-purple);
}

/* second-level dropdown flies out to the side */
.psf-menu .sub-menu .sub-menu {
	top: -11px;
	inset-inline-start: 100%;
}

.psf-menu .sub-menu li.menu-item-has-children > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.psf-menu .sub-menu li.menu-item-has-children > a::after {
	content: "";
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	border-inline-start: 2px solid currentColor;
	border-block-start: 2px solid currentColor;
	transform: rotate(-45deg);
	opacity: .6;
}

/* ---------- search ---------- */

.psf-search {
	flex: 0 1 260px;
	display: flex;
	align-items: center;
	height: 42px;
	padding: 0 6px 0 14px;
	border-radius: 999px;
	background: #f4f4f6;
}

.psf-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	border: 0;
	background: transparent;
	color: var(--psf-text);
	font-size: 14px;
	font-family: inherit;
	outline: none;
	box-shadow: none;
	padding: 0;
}

.psf-search button {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #7a7a7a;
	cursor: pointer;
}

.psf-search button:hover {
	color: var(--psf-purple);
}

/* ---------- actions ---------- */

.psf-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
}

.psf-cart {
	position: relative;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: var(--psf-text);
}

.psf-cart:hover {
	color: var(--psf-purple);
}

.psf-cart__count {
	position: absolute;
	top: -2px;
	inset-inline-start: -2px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--psf-purple);
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.psf-login {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 8px;
	background: var(--psf-purple);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: background .15s;
}

.psf-login:hover {
	background: var(--psf-purple-dark);
	color: #fff;
}

/* ---------- burger ---------- */

.psf-header .psf-burger {
	display: none;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 0;
	border-radius: 8px;
	background: #f4f4f6;
	cursor: pointer;
}

.psf-burger span {
	display: block;
	height: 2px;
	margin: 4px 0;
	border-radius: 2px;
	background: var(--psf-text);
}

/* ---------- responsive ---------- */

@media (max-width: 1200px) {
	.psf-menu {
		gap: 4px 14px;
	}

	.psf-menu > li > a {
		font-size: 14px;
	}

	.psf-search {
		flex-basis: 190px;
	}
}

@media (max-width: 1024px) {
	.psf-header__row {
		flex-wrap: wrap;
		gap: 12px;
		min-height: 0;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.psf-header .psf-burger {
		display: block;
		order: 1;
	}

	.psf-logo {
		order: 2;
		margin-inline-end: auto;
	}

	.psf-actions {
		order: 3;
	}

	.psf-search {
		order: 4;
		flex: 1 1 100%;
	}

	.psf-nav {
		order: 5;
		flex: 1 1 100%;
		display: none;
		border-top: 1px solid var(--psf-border);
		padding-top: 8px;
	}

	body.psf-nav-open .psf-nav {
		display: block;
	}

	.psf-menu {
		display: block;
	}

	.psf-menu > li > a {
		justify-content: space-between;
		padding: 12px 2px;
		border-bottom: 1px solid var(--psf-border);
	}

	/* submenus stack in flow, opened by tap */
	.psf-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 0 0 6px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.psf-menu li.psf-open > .sub-menu {
		display: block;
	}

	.psf-menu li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.psf-menu .sub-menu a {
		padding-inline-start: 22px;
	}

	.psf-menu .sub-menu .sub-menu a {
		padding-inline-start: 40px;
	}

	.psf-login {
		padding: 9px 12px;
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	/* Keep burger + logo + cart + login on one line; only the search wraps.
	   At the previous sizes they overflowed and the header became three rows. */
	.psf-header__row {
		gap: 8px;
	}

	.psf-logo img {
		height: 42px;
		max-width: 118px;
	}

	.psf-header .psf-burger {
		width: 38px;
		height: 38px;
		padding: 9px;
	}

	.psf-actions {
		gap: 8px;
	}

	.psf-cart {
		width: 34px;
		height: 34px;
	}

	.psf-login {
		padding: 8px 10px;
		font-size: 12px;
	}

	.psf-search {
		height: 38px;
		padding: 0 4px 0 12px;
	}

	.psf-topbar {
		font-size: 12.5px;
	}
}

/* Pet Shop Fereshteh: keep the desktop header intact, hide only the mobile hamburger. */
@media (max-width: 1024px) {
	.psf-header .psf-burger {
		display: none !important;
	}
}

/* Mobile bottom navigation and category drawer. */
.psf-mobile-bar, .psf-mobile-drawer { display: none; }
@media (max-width: 1024px) {
	.psf-header .psf-logo, .psf-header .psf-actions, .psf-header .psf-burger { display: none !important; }
	.psf-mobile-bar { position: fixed; z-index: 1001; inset-inline: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.98); border-top: 1px solid #e8e8e8; box-shadow: 0 -6px 20px rgba(0,0,0,.08); direction: rtl; }
	.psf-mobile-bar__item { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; min-height: 52px; padding: 2px; border: 0; background: transparent; color: #333; font: inherit; font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; }
	.psf-mobile-bar__item svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
	.psf-mobile-bar__badge { position: absolute; top: 0; margin-inline-start: 22px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 99px; background: #78bd2f; color: #fff; font: 11px/17px Arial, sans-serif; text-align: center; }
	.psf-mobile-drawer { position: fixed; inset: 0; z-index: 1002; display: block; visibility: hidden; direction: rtl; }
	.psf-mobile-drawer.is-open { visibility: visible; }
	.psf-mobile-drawer__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.42); opacity: 0; transition: opacity .22s ease; }
	.psf-mobile-drawer__panel { position: absolute; top: 0; right: 0; width: 60vw; max-width: 420px; height: 100%; overflow-y: auto; padding: 18px 18px 90px; background: #fff; box-shadow: -8px 0 30px rgba(0,0,0,.16); transform: translateX(100%); transition: transform .22s ease; }
	.psf-mobile-drawer.is-open .psf-mobile-drawer__backdrop { opacity: 1; }
	.psf-mobile-drawer.is-open .psf-mobile-drawer__panel { transform: translateX(0); }
	.psf-mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #eee; color: #4d0f5c; font-size: 17px; }
	.psf-mobile-drawer__close { width: 34px; height: 34px; border: 0; background: #f4f4f6; border-radius: 8px; color: #333; font-size: 25px; line-height: 1; cursor: pointer; }
	.psf-mobile-menu, .psf-mobile-menu ul { margin: 0; padding: 0; list-style: none; }
	.psf-mobile-menu a { display: block; padding: 13px 2px; border-bottom: 1px solid #eee; color: #333; font-size: 14px; font-weight: 600; text-decoration: none; }
	.psf-mobile-menu .sub-menu a { padding-inline: 14px; background: #faf7fb; font-size: 13px; }
	body.psf-drawer-open { overflow: hidden; }
	body { padding-bottom: 76px; }
}
@media (min-width: 1025px) { body { padding-bottom: 0; } }

/* Disable Woodmart default mobile bottom toolbar; use the custom PSF mobile bar instead. */
@media (max-width: 1024px) {
	.wd-toolbar {
		display: none !important;
	}
}

/* Disable Woodmart's legacy side mobile menu; the PSF drawer is the only mobile menu. */
@media (max-width: 1024px) {
	.mobile-nav.wd-side-hidden,
	.mobile-nav.wd-side-hidden.wd-opened {
		display: none !important;
	}
}

/* Refined hierarchy for the PSF mobile category drawer. */
@media (max-width: 1024px) {
	.psf-mobile-drawer__panel {
		padding: 16px 14px 96px;
	}

	.psf-mobile-menu > li {
		border-bottom: 1px solid #ece7ef;
	}

	.psf-mobile-menu > li > a {
		padding: 15px 8px;
		color: #4d0f5c;
		font-size: 15px;
		font-weight: 800;
	}

	.psf-mobile-menu > li.menu-item-has-children > a::after {
		content: "";
		float: left;
		width: 8px;
		height: 8px;
		margin-top: 3px;
		border-left: 2px solid #8a6a91;
		border-bottom: 2px solid #8a6a91;
		transform: rotate(45deg);
	}

	.psf-mobile-menu > li > .sub-menu {
		display: block;
		margin: 0 8px 10px;
		padding: 3px 0 3px 0;
		border-right: 3px solid #eadcf0;
	}

	.psf-mobile-menu > li > .sub-menu > li > a {
		position: relative;
		padding: 11px 16px 11px 8px;
		border-bottom: 0;
		background: #fff;
		color: #3d3d3d;
		font-size: 14px;
		font-weight: 700;
	}

	.psf-mobile-menu > li > .sub-menu > li > a::before {
		content: "";
		position: absolute;
		right: -3px;
		top: 20px;
		width: 9px;
		height: 2px;
		background: #c9afd0;
	}

	.psf-mobile-menu > li > .sub-menu > li.menu-item-has-children > a {
		color: #5b2466;
		font-weight: 800;
	}

	.psf-mobile-menu > li > .sub-menu > li.menu-item-has-children > a::after {
		content: "";
		float: left;
		width: 7px;
		height: 7px;
		margin-top: 3px;
		border-left: 2px solid #9b7aa2;
		border-bottom: 2px solid #9b7aa2;
		transform: rotate(45deg);
	}

	.psf-mobile-menu > li > .sub-menu > li > .sub-menu {
		display: block;
		margin: 0 12px 5px 0;
		padding: 2px 0;
		border-right: 1px solid #d9c2df;
	}

	.psf-mobile-menu > li > .sub-menu > li > .sub-menu > li > a {
		padding: 8px 14px 8px 6px;
		border-bottom: 0;
		background: transparent;
		color: #666;
		font-size: 13px;
		font-weight: 500;
	}

	.psf-mobile-menu > li > .sub-menu > li > .sub-menu > li > a::before {
		content: "–";
		display: inline-block;
		margin-left: 6px;
		color: #a17aa8;
	}

	.psf-mobile-menu > li:not(:has(> .sub-menu)) > a {
		padding-top: 13px;
		padding-bottom: 13px;
		color: #333;
		font-weight: 700;
	}
}

/* Mobile menu cache-busted hierarchy override. */
@media (max-width: 1024px) {
	.psf-mobile-drawer__panel .psf-mobile-menu {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu > li {
		display: block !important;
		margin: 0 !important;
		border-bottom: 1px solid #ece7ef !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu > li > .sub-menu {
		display: block !important;
		position: static !important;
		visibility: visible !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		margin: 0 8px 10px !important;
		padding: 3px 0 !important;
		border-right: 3px solid #eadcf0 !important;
		border-left: 0 !important;
		box-shadow: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu > li > .sub-menu > li > .sub-menu {
		display: block !important;
		position: static !important;
		visibility: visible !important;
		margin: 0 12px 5px 0 !important;
		padding: 2px 0 !important;
		border-right: 1px solid #d9c2df !important;
		box-shadow: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu > li > a {
		display: block !important;
		padding: 15px 8px !important;
		color: #4d0f5c !important;
		font-size: 15px !important;
		font-weight: 800 !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu > li > .sub-menu > li > a {
		display: block !important;
		padding: 11px 16px 11px 8px !important;
		color: #3d3d3d !important;
		font-size: 14px !important;
		font-weight: 700 !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu > li > .sub-menu > li > .sub-menu > li > a {
		display: block !important;
		padding: 8px 14px 8px 6px !important;
		color: #666 !important;
		font-size: 13px !important;
		font-weight: 500 !important;
	}
}

/* Accordion state: nested categories are closed until their parent is tapped. */
@media (max-width: 1024px) {
	.psf-mobile-drawer__panel .psf-mobile-menu li.menu-item-has-children > .sub-menu {
		display: none !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu li.menu-item-has-children.psf-open > .sub-menu {
		display: block !important;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu li.menu-item-has-children > a::after {
		transition: transform .18s ease;
	}
	.psf-mobile-drawer__panel .psf-mobile-menu li.menu-item-has-children.psf-open > a::after {
		transform: rotate(135deg);
	}
}

/* Professional, fully nested accordion styling for the PSF mobile drawer. */
@media (max-width: 1024px) {
	.psf-mobile-drawer__panel {
		width: min(60vw, 430px);
		padding: 0 14px 100px;
		background: linear-gradient(180deg, #fff 0%, #fcf9fd 100%);
	}

	.psf-mobile-drawer__head {
		position: sticky;
		top: 0;
		z-index: 2;
		margin: 0 -14px 10px;
		padding: 20px 18px 16px;
		background: linear-gradient(135deg, #4d0f5c, #7b2388);
		border: 0;
		box-shadow: 0 5px 16px rgba(77,15,92,.18);
		color: #fff;
		font-size: 18px;
	}

	.psf-mobile-drawer__head strong::before {
		content: "✦";
		display: inline-block;
		margin-left: 8px;
		color: #ffd24a;
	}

	.psf-mobile-drawer__close {
		width: 34px;
		height: 34px;
		border: 1px solid rgba(255,255,255,.35);
		background: rgba(255,255,255,.14);
		color: #fff;
		font-size: 24px;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu,
	.psf-mobile-drawer__panel .psf-mobile-menu ul {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li {
		margin: 8px 0 !important;
		border: 1px solid #eee5f1 !important;
		border-radius: 13px;
		background: #fff;
		box-shadow: 0 3px 12px rgba(77,15,92,.06);
		overflow: hidden;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li > a {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 50px;
		padding: 12px 14px !important;
		background: linear-gradient(90deg, #fff, #fbf6fd);
		color: #4d0f5c !important;
		font-size: 15px !important;
		font-weight: 800 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li > a::before {
		content: "";
		width: 7px;
		height: 7px;
		margin-left: 9px;
		border-radius: 50%;
		background: #ffd24a;
		box-shadow: 0 0 0 4px rgba(255,210,74,.18);
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li.menu-item-has-children > a::after {
		content: "";
		flex: 0 0 auto;
		width: 8px;
		height: 8px;
		margin-right: auto;
		margin-left: 3px;
		border-left: 2px solid #7b2388;
		border-bottom: 2px solid #7b2388;
		transform: rotate(-45deg);
		transition: transform .2s ease;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li.menu-item-has-children.psf-open > a::after {
		transform: rotate(135deg);
	}

	/* Every submenu level is closed by default, including غذای سگ and لوازم جانبی سگ. */
	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu {
		display: none !important;
		position: static !important;
		visibility: visible !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 5px 10px 8px !important;
		border: 0 !important;
		border-top: 1px solid #f0e8f2 !important;
		border-radius: 0 !important;
		background: #fff !important;
		box-shadow: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li.psf-open > .sub-menu {
		display: block !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li {
		margin: 2px 0 !important;
		border-right: 3px solid #eadcf0;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li > a {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		min-height: 42px;
		padding: 9px 13px !important;
		border: 0 !important;
		background: #fff !important;
		color: #444 !important;
		font-size: 14px !important;
		font-weight: 700 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li > a::before {
		content: "";
		width: 6px;
		height: 6px;
		margin-left: 9px;
		border-radius: 50%;
		background: #c9afd0;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li.menu-item-has-children > a {
		color: #5b2466 !important;
		font-weight: 800 !important;
	}

	/* Third level gets its own nested accordion surface. */
	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li > .sub-menu {
		margin: 0 13px 4px 0 !important;
		padding: 3px 8px !important;
		border-right: 1px dashed #c9afd0 !important;
		background: #fcf9fd !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li > .sub-menu > li > a {
		min-height: 36px;
		padding: 7px 10px !important;
		background: transparent !important;
		color: #666 !important;
		font-size: 13px !important;
		font-weight: 600 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu > li > .sub-menu > li > a::before {
		content: "–";
		width: auto;
		height: auto;
		margin-left: 7px;
		border-radius: 0;
		background: none;
		color: #a17aa8;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li:not(.menu-item-has-children) > a {
		color: #333 !important;
	}
}


/* PSF final mobile drawer polish: strict RTL, nested accordion, site-compatible styling. */
@media (max-width: 1024px) {
	.psf-mobile-drawer,
	.psf-mobile-drawer * {
		box-sizing: border-box;
	}

	.psf-mobile-drawer {
		direction: rtl !important;
		text-align: right !important;
	}

	.psf-mobile-drawer__panel {
		right: 0 !important;
		left: auto !important;
		width: min(60vw, 430px) !important;
		min-width: 288px;
		padding: 0 12px 96px !important;
		background: #fff !important;
		border-left: 1px solid #f0e5f3;
		border-right: 0 !important;
		box-shadow: -18px 0 42px rgba(51, 21, 57, .16) !important;
		direction: rtl !important;
		text-align: right !important;
		overflow-y: auto !important;
	}

	.psf-mobile-drawer:not(.is-open) .psf-mobile-drawer__panel {
		transform: translateX(105%) !important;
	}

	.psf-mobile-drawer.is-open .psf-mobile-drawer__panel {
		transform: translateX(0) !important;
	}

	.psf-mobile-drawer__head {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 12px !important;
		margin: 0 -12px 12px !important;
		padding: 18px 16px !important;
		background: linear-gradient(135deg, #5b0f66 0%, #7a1888 100%) !important;
		color: #fff !important;
		direction: rtl !important;
		text-align: right !important;
		box-shadow: 0 8px 18px rgba(91, 15, 102, .20) !important;
	}

	.psf-mobile-drawer__head strong {
		display: inline-flex !important;
		align-items: center !important;
		gap: 8px !important;
		margin: 0 !important;
		font-size: 18px !important;
		font-weight: 900 !important;
		line-height: 1.4 !important;
		letter-spacing: 0 !important;
	}

	.psf-mobile-drawer__head strong::before {
		content: "" !important;
		width: 9px !important;
		height: 9px !important;
		margin: 0 !important;
		border-radius: 999px !important;
		background: #ffd447 !important;
		box-shadow: 0 0 0 5px rgba(255, 212, 71, .20) !important;
	}

	.psf-mobile-drawer__close {
		display: grid !important;
		place-items: center !important;
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, .34) !important;
		border-radius: 12px !important;
		background: rgba(255, 255, 255, .12) !important;
		color: #fff !important;
		font-size: 23px !important;
		line-height: 1 !important;
	}

	.psf-mobile-drawer__nav,
	.psf-mobile-menu,
	.psf-mobile-menu .sub-menu {
		direction: rtl !important;
		text-align: right !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu,
	.psf-mobile-drawer__panel .psf-mobile-menu ul,
	.psf-mobile-drawer__panel .psf-mobile-menu li {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		background: transparent !important;
		position: static !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li {
		margin: 9px 0 !important;
		border: 1px solid #eee1f1 !important;
		border-radius: 14px !important;
		background: linear-gradient(180deg, #fff 0%, #fffbff 100%) !important;
		box-shadow: 0 7px 18px rgba(87, 27, 98, .07) !important;
		overflow: hidden !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu a,
	.psf-mobile-drawer__panel .psf-mobile-menu button {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		width: 100% !important;
		min-height: 48px !important;
		margin: 0 !important;
		padding: 12px 14px !important;
		border: 0 !important;
		background: transparent !important;
		color: #3f3142 !important;
		font: inherit !important;
		font-size: 14px !important;
		font-weight: 750 !important;
		line-height: 1.65 !important;
		letter-spacing: 0 !important;
		text-align: right !important;
		direction: rtl !important;
		text-decoration: none !important;
		white-space: normal !important;
		cursor: pointer !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu a > span,
	.psf-mobile-drawer__panel .psf-mobile-menu button > span {
		flex: 1 1 auto !important;
		order: 1 !important;
		text-align: right !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li > a,
	.psf-mobile-drawer__panel .psf-mobile-menu > li > button {
		min-height: 56px !important;
		padding: 14px 15px !important;
		color: #5b0f66 !important;
		font-size: 15px !important;
		font-weight: 900 !important;
		background: linear-gradient(90deg, #fff 0%, #fff8fb 100%) !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu > li > a::before,
	.psf-mobile-drawer__panel .psf-mobile-menu > li > button::before {
		content: "" !important;
		order: 0 !important;
		width: 9px !important;
		height: 9px !important;
		min-width: 9px !important;
		margin: 0 !important;
		border-radius: 50% !important;
		background: #ffd447 !important;
		box-shadow: 0 0 0 5px rgba(255, 212, 71, .22) !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .menu-item-has-children > a::after,
	.psf-mobile-drawer__panel .psf-mobile-menu .menu-item-has-children > button::after {
		content: "" !important;
		order: 2 !important;
		width: 9px !important;
		height: 9px !important;
		min-width: 9px !important;
		margin: 0 8px 0 2px !important;
		border: 0 !important;
		border-left: 2px solid #8a2694 !important;
		border-bottom: 2px solid #8a2694 !important;
		transform: rotate(45deg) !important;
		transition: transform .18s ease !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .menu-item-has-children.psf-open > a::after,
	.psf-mobile-drawer__panel .psf-mobile-menu .menu-item-has-children.psf-open > button::after {
		transform: rotate(-45deg) !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li > .sub-menu {
		display: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: none !important;
		min-width: 0 !important;
		width: 100% !important;
		padding: 4px 12px 10px 0 !important;
		border: 0 !important;
		border-top: 1px solid #f1e7f3 !important;
		box-shadow: none !important;
		background: #fff !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu li.psf-open > .sub-menu {
		display: block !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu > li {
		position: relative !important;
		border-right: 2px solid #ead6ee !important;
		border-left: 0 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu > li + li {
		border-top: 1px solid #f7eff8 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu a,
	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu button {
		min-height: 44px !important;
		padding: 10px 13px 10px 10px !important;
		color: #4e4151 !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		background: #fff !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu a::before,
	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu button::before {
		content: "" !important;
		order: 0 !important;
		width: 6px !important;
		height: 6px !important;
		min-width: 6px !important;
		margin: 0 !important;
		border-radius: 50% !important;
		background: #c99bd2 !important;
		box-shadow: none !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu .menu-item-has-children > button {
		color: #6b1877 !important;
		font-weight: 850 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu .sub-menu {
		padding: 2px 14px 8px 0 !important;
		border-top: 1px dashed #ead6ee !important;
		background: #fffafd !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu .sub-menu > li {
		border-right: 1px dashed #dcbbe3 !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu .sub-menu a {
		min-height: 38px !important;
		padding: 8px 12px 8px 8px !important;
		color: #665a68 !important;
		font-size: 13px !important;
		font-weight: 650 !important;
		background: transparent !important;
	}

	.psf-mobile-drawer__panel .psf-mobile-menu .sub-menu .sub-menu a::before {
		width: 5px !important;
		height: 5px !important;
		min-width: 5px !important;
		background: #ffd447 !important;
	}
}
