.peti-category-icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	justify-content: center;
}

.peti-category-icon svg {
	color: currentColor;
	height: 32px;
	width: 32px;
}

.peti-category-icon svg * {
	transition: fill .15s ease, stroke .15s ease;
}

.peti-coupon-form {
	border-bottom: 1px solid #eeeef0;
	padding: 18px 0;
}

.peti-coupon-form > label {
	color: #4b4f55;
	display: block;
	font-size: var(--purchase-caption);
	font-weight: 700;
	margin-bottom: 9px;
}

.peti-coupon-form > div {
	border: 1px solid #dfe1e4;
	border-radius: 11px;
	display: flex;
	height: 42px;
	overflow: hidden;
	transition: border-color .2s;
}

.peti-coupon-form > div:focus-within {
	border-color: #f86f2e;
}

.peti-coupon-form input {
	background: transparent;
	flex: 1;
	font-size: var(--purchase-caption);
	min-width: 0;
	outline: 0;
	padding: 0 12px;
}

.peti-coupon-form button {
	background: #fff4ee;
	color: #f86f2e;
	font-size: var(--purchase-caption);
	font-weight: 700;
	padding: 0 15px;
}

.cart-quantity button:disabled {
	color: #c7c9ce;
	cursor: not-allowed;
	opacity: .55;
}

.woocommerce-cart-form.is-updating {
	pointer-events: none;
	position: relative;
}

.woocommerce-cart-form.is-updating::after {
	align-items: center;
	background: rgba(255, 255, 255, .72);
	border-radius: 18px;
	color: #f86f2e;
	content: "در حال به‌روزرسانی سبد خرید...";
	display: flex;
	font-size: 13px;
	font-weight: 700;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.peti-checkout-form {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

@media (width <= 1200px) {
	.peti-checkout-form {
		grid-template-columns: minmax(0, 1fr) 310px;
	}
}

.single-page-layout:not(:has(.single-page-aside)) {
	grid-template-columns: minmax(0, 920px);
	justify-content: center;
}

@media (width <= 900px) {
	.peti-checkout-form {
		grid-template-columns: 1fr;
	}
}

.auth-form.is-loading {
	opacity: .72;
	pointer-events: none;
}

.auth-form button:disabled,
.auth-form input:disabled {
	cursor: wait;
}

.account-content .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.account-content .woocommerce-message,
.account-content .woocommerce-info,
.account-content .woocommerce-error {
	background: #fffaf7;
	border: 1px solid #ffe1d2;
	border-radius: 13px;
	color: #44484f;
	font-size: 13px;
	line-height: 1.9;
	margin-bottom: 16px;
	padding: 13px 16px;
}

.account-content .woocommerce-error {
	list-style: none;
}

.account-form select {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	color: #464a50;
	font: inherit;
	font-size: 13px;
	min-height: 48px;
	outline: 0;
	padding: 0 12px;
	width: 100%;
}

.account-form select:focus {
	border-color: #f86f2e;
	box-shadow: 0 0 0 3px #f86f2e1a;
}

.account-empty--compact {
	border: 0;
	min-height: 0;
	padding: 24px;
}

.account-pagination {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
}

.account-pagination a {
	border: 1px solid #f86f2e;
	border-radius: 10px;
	color: #f86f2e;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 16px;
}

.account-nav {
	gap: 6px;
}

.account-nav a {
	border-radius: 10px;
}

.mega-menu-column {
	min-width: 0;
}

.mega-menu-children {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 8px;
}

.mega-menu-node {
	min-width: 0;
}

.mega-menu-link {
	align-items: center;
	border-radius: 8px;
	display: flex;
	line-height: 1.7;
	min-height: 28px;
	padding: 4px 8px;
}

.mega-menu-link:hover {
	background: #fff4ee;
	color: #f86f2e;
}

.mega-menu-link--level-1 {
	color: #555960;
	font-size: 12px;
	font-weight: 650;
}

.mega-menu-children--level-2,
.mega-menu-children--level-3,
.mega-menu-children--level-4 {
	border-inline-start: 1px solid #eeeeef;
	margin-inline-start: 10px;
	padding-inline-start: 8px;
}

.mega-menu-link--level-2 {
	color: #73777d;
	font-size: 11px;
	font-weight: 600;
	min-height: 24px;
}

.mega-menu-link--level-3,
.mega-menu-link--level-4 {
	color: #8d9298;
	font-size: 10px;
	font-weight: 500;
	min-height: 22px;
}
