/* گرید محصولات پاییزان — RTL، بدون درخواست خارجی */

.paezan-product-grid-root {
	direction: rtl;
	text-align: right;
	--paezan-accent: #ff7a1a;
	--paezan-muted: #8a8a8a;
	--paezan-border: #e6e6e6;
	font-family: inherit;
}

.paezan-product-grid-root.is-loading .paezan-product-grid--body {
	opacity: 0.45;
	pointer-events: none;
	filter: saturate(0.92);
	transition: opacity 0.22s ease, filter 0.22s ease;
}

.paezan-category-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 20px;
	padding: 4px 0;
	max-width: 100%;
	background: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
	-webkit-overflow-scrolling: touch;
}

/* ویجت لیست: نوار دسته/برچسب — اسکرول افقی */
.paezan-product-list-widget-root .paezan-category-chips--list-scroll {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	margin: 0 0 20px;
	padding: 4px 4px 12px;
	max-width: 100%;
	gap: 12px;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip {
	flex: 0 0 auto;
}

.paezan-product-list-widget-root a.paezan-cat-chip--link {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

/* لیست محصولات: کاشی دسته — تصویر + نام */
.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: min(104px, 28vw);
	min-width: 72px;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	color: #404040;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile:hover {
	background: transparent;
	color: #1a1a1a;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile:active {
	transform: scale(0.97);
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile .paezan-cat-chip__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	background: #e5e7eb;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile .paezan-cat-chip__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 6px;
	box-sizing: border-box;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile .paezan-cat-chip__placeholder {
	display: block;
	width: 36%;
	height: 36%;
	min-height: 24px;
	background: #d1d5db;
	border-radius: 4px;
	opacity: 0.85;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile .paezan-cat-chip__label {
	display: block;
	max-width: 100%;
	word-break: break-word;
	font-weight: 600;
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile.is-active .paezan-cat-chip__media {
	box-shadow: 0 0 0 2px var(--paezan-accent, #ff9800);
}

.paezan-product-list-widget-root .paezan-category-chips--list-scroll .paezan-cat-chip--tile.is-active .paezan-cat-chip__label {
	color: #1a1a1a;
	font-weight: 700;
}

/* خروج سریع قبل از تعویض محتوا */
.paezan-product-grid--body.paezan-grid-exit {
	opacity: 0;
	transform: scale(0.98);
	transition:
		opacity 0.1s ease-out,
		transform 0.1s ease-out;
}

/* ورود کارت‌ها بعد از فیلتر */
@keyframes paezan-cardReveal {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0) scale(0.96);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.paezan-product-grid--body.paezan-cards-enter .paezan-product-card {
	animation: paezan-cardReveal 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
	will-change: opacity, transform;
}

.paezan-product-grid--body.paezan-cards-enter .paezan-product-grid-notice {
	animation: paezan-cardReveal 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.paezan-cat-chip {
	appearance: none;
	border: 1px solid #e5e7eb;
	background: #ffffff;
	color: #404040;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 24px;
	border-radius: 50px;
	cursor: pointer;
	line-height: 1.35;
	text-align: center;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.paezan-cat-chip:active {
	transform: scale(0.96);
}

.paezan-cat-chip:hover {
	background: #fafafa;
	color: #1a1a1a;
}

.paezan-cat-chip.is-active {
	background: var(--paezan-accent, #ff9800);
	color: #000000;
	font-weight: 700;
	border-color: transparent;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.paezan-product-grid-notice {
	margin: 0;
	padding: 12px 16px;
	background: #f5f5f5;
	border-radius: 8px;
	color: #444;
	font-size: 14px;
}

.paezan-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	--paezan-accent: #ff7a1a;
	--paezan-muted: #8a8a8a;
	--paezan-border: #e6e6e6;
}

/* ویجت «لیست محصولات»: همان کارت گرید؛ تعداد ستون از المنتور (grid) */
.paezan-product-grid.paezan-product-list-grid .paezan-product-card {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* لیست تمام‌عرض: space-between بین تصویر و متن فاصلهٔ خالی زیاد می‌گذارد — چسباندن به ابتدای ردیف */
.paezan-product-grid.paezan-product-list-grid .paezan-card-top {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 14px;
}

.paezan-product-grid.paezan-product-list-grid .paezan-card-cart {
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.paezan-product-grid.paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-atc-button,
.paezan-product-grid.paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) a.paezan-atc-button.button {
	flex: 0 1 auto;
	min-width: 0;
}

/*
 * ویجت «لیست محصولات»: چشم مسطح در سمت راست بلوک متن (در RTL با align-self:flex-start)،
 * بدون خط نقطه‌ای، بدون آیکن کنار شناسه؛
 * ردیف سبد: دکمهٔ کپسولی عریض + سلکتور تعداد (RTL: − راست، + چپ).
 */
.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-separator {
	display: none;
	margin: 0;
	border: 0;
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-footer {
	margin-top: 14px;
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-sku-icon {
	display: none;
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-title a,
.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-thumb-link {
	cursor: pointer;
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-info {
	direction: rtl;
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-eye {
	width: auto;
	height: auto;
	min-width: 0;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: #64748b;
	/* در کانتینر RTL، cross-start = لبهٔ راست؛ چشم هم‌راستا با ابتدای عنوان */
	align-self: flex-start;
}

.paezan-product-list-widget-root button.paezan-card-eye[type='button']:hover,
.paezan-product-list-widget-root button.paezan-card-eye[type='button']:focus,
.paezan-product-list-widget-root button.paezan-card-eye[type='button']:focus-visible,
.paezan-product-list-widget-root button.paezan-card-eye[type='button']:active {
	background: transparent !important;
	color: #475569 !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

/* دکمهٔ «افزودن…» بخش بزرگ‌تر ردیف (~۲/۳)، سلکتور تعداد باریک‌تر (~۱/۳)، ترتیب طبیعی RTL */
.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) {
	gap: 12px;
	align-items: center;
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-atc-button,
.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) a.paezan-atc-button.button {
	flex: 2 1 0;
	min-width: 0;
}

/* دکمهٔ افزودن به سبد در ویجت لیست — استایل ثابت (غلبه بر تم/ووکامرس) */
.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart .paezan-atc-button,
.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart a.paezan-atc-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 22px;
	border: none;
	border-radius: 999px;
	background: var(--paezan-accent);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 1.35;
	transition: background 0.18s ease, color 0.18s ease, filter 0.15s ease, transform 0.1s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-qty-wrap {
	flex: 1 1 0;
	min-width: min(180px, 36%);
	max-width: 38%;
	direction: rtl;
}

/* صفحه‌بندی لیست محصولات (ویجت لیست پاییزان) */
.paezan-product-list-pagination {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 10px;
}

.paezan-product-list-pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
}

.paezan-product-list-pagination a,
.paezan-product-list-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	min-height: 2.25rem;
	padding: 0 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #334155;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	box-sizing: border-box;
}

.paezan-product-list-pagination a:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.paezan-product-list-pagination span.current {
	background: var(--paezan-accent, #ff7a1a);
	border-color: transparent;
	color: #fff;
}

.paezan-product-list-pagination span.dots {
	min-width: auto;
	padding: 0 6px;
	background: transparent;
	border-color: transparent;
	color: #64748b;
}

.paezan-product-card {
	--paezan-accent: #ff6600;
	position: relative;
	--paezan-text: #0f172a;
	--paezan-text-muted: #64748b;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	border: 1px solid #eef0f4;
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.paezan-card-eye {
	position: relative;
	z-index: 2;
	align-self: flex-start;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0 0 10px;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: #f8fafc;
	color: #475569;
	cursor: pointer;
	flex-shrink: 0;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease;
}

.paezan-card-eye:hover {
	background: #eef1f5;
	color: #475569;
	border-color: #cbd5e1;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.paezan-card-eye:focus-visible {
	outline: 2px solid #94a3b8;
	outline-offset: 2px;
}

.paezan-card-eye:active {
	transform: scale(0.94);
}

/*
 * قالب‌هایی مثل استورفرانت: [type=button]:hover { background: #c36 } — باید با کلاس + !important غلبه شود.
 */
.paezan-product-grid-root button.paezan-card-eye[type='button']:hover,
.paezan-product-grid-root button.paezan-card-eye[type='button']:focus,
.paezan-product-grid-root button.paezan-card-eye[type='button']:focus-visible,
.paezan-product-grid-root button.paezan-card-eye[type='button']:active {
	background: #eef1f5 !important;
	color: #475569 !important;
	border-color: #cbd5e1 !important;
	text-decoration: none !important;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
}

.paezan-product-grid-root button.paezan-cat-chip[type='button']:hover,
.paezan-product-grid-root button.paezan-cat-chip[type='button']:focus,
.paezan-product-grid-root button.paezan-cat-chip[type='button']:focus-visible {
	text-decoration: none !important;
}

.paezan-product-grid-root button.paezan-cat-chip[type='button']:not(.is-active):hover,
.paezan-product-grid-root button.paezan-cat-chip[type='button']:not(.is-active):focus,
.paezan-product-grid-root button.paezan-cat-chip[type='button']:not(.is-active):focus-visible {
	background: #fafafa !important;
	color: #1a1a1a !important;
	border-color: #e5e7eb !important;
}

.paezan-product-grid-root button.paezan-cat-chip[type='button'].is-active:hover,
.paezan-product-grid-root button.paezan-cat-chip[type='button'].is-active:focus,
.paezan-product-grid-root button.paezan-cat-chip[type='button'].is-active:focus-visible {
	background: var(--paezan-accent, #ff9800) !important;
	color: #000000 !important;
	border-color: transparent !important;
}

.paezan-product-grid-root button.paezan-qty-btn[type='button']:hover,
.paezan-product-grid-root button.paezan-qty-btn[type='button']:focus,
.paezan-product-grid-root button.paezan-qty-btn[type='button']:focus-visible,
.paezan-product-grid-root button.paezan-qty-btn[type='button']:active {
	background: #f1f5f9 !important;
	color: #334155 !important;
	text-decoration: none !important;
}

.paezan-product-grid-root button.paezan-atc-button[type='button']:hover,
.paezan-product-grid-root button.paezan-atc-button[type='submit']:hover {
	background: #178a03 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.paezan-product-grid-root button.paezan-atc-button[type='button']:focus,
.paezan-product-grid-root button.paezan-atc-button[type='button']:focus-visible,
.paezan-product-grid-root button.paezan-atc-button[type='button']:active,
.paezan-product-grid-root button.paezan-atc-button[type='submit']:focus,
.paezan-product-grid-root button.paezan-atc-button[type='submit']:focus-visible,
.paezan-product-grid-root button.paezan-atc-button[type='submit']:active {
	background: #e8ecf0 !important;
	color: #334155 !important;
	text-decoration: none !important;
}

.paezan-product-grid-root .paezan-card-cart--disabled button.paezan-atc-button[type='button']:hover,
.paezan-product-grid-root .paezan-card-cart--disabled button.paezan-atc-button[type='button']:focus,
.paezan-product-grid-root .paezan-card-cart--disabled button.paezan-atc-button[type='button']:focus-visible {
	background: #e2e8f0 !important;
	color: #64748b !important;
	opacity: 0.55;
}

.paezan-card-eye-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.paezan-card-eye-inner svg {
	width: 20px;
	height: 20px;
	display: block;
}

.paezan-card-eye-inner i {
	font-size: 20px;
	line-height: 1;
	width: 1em;
	height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.paezan-card-top {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 0;
}

.paezan-card-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.paezan-card-thumb {
	flex: 0 0 auto;
	width: 104px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.paezan-card-thumb-link {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	background: #f8fafc;
	aspect-ratio: 1 / 1;
}

.paezan-card-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.paezan-card-thumb-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	background: linear-gradient(135deg, #eee 0%, #f7f7f7 100%);
}

.paezan-card-title {
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	color: var(--paezan-text);
	letter-spacing: -0.01em;
}

.paezan-card-title a {
	color: inherit;
	text-decoration: none;
}

.paezan-card-title a:hover {
	color: #64748b;
}

.paezan-card-sku-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 2px;
}

.paezan-card-sku-icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--paezan-accent, #ff7a1a);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.paezan-card-sku-icon svg {
	display: block;
	width: 15px;
	height: 15px;
}

.paezan-card-sku {
	font-size: 13px;
	color: var(--paezan-text-muted);
	font-weight: 500;
}

.paezan-card-sku-empty {
	opacity: 0.85;
}

.paezan-card-separator {
	height: 0;
	margin: 14px 0 14px;
	border: 0;
	border-top: 1px dashed #dce3ed;
}

.paezan-card-price-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
	direction: rtl;
}

.paezan-card-price-wrap {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
	flex: 0 1 auto;
}

.paezan-card-colors {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
}

.paezan-card-color-swatch {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 2px solid #dce3ed;
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.paezan-card-color-swatch-inner {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-color: var(--paezan-swatch-color, #bdbdbd);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.paezan-card-color-swatch.is-active {
	border-color: var(--paezan-accent, #ff6600);
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--paezan-accent, #ff6600);
}

.paezan-card-color-swatch:hover:not(:disabled) {
	transform: scale(1.06);
}

.paezan-card-color-swatch.is-out-of-stock,
.paezan-card-color-swatch:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.paezan-card-colors--readonly .paezan-card-color-swatch {
	pointer-events: none;
	cursor: default;
}

.paezan-card-colors--readonly .paezan-card-color-swatch.is-active {
	box-shadow: none;
	border-color: transparent;
}

.paezan-card-price {
	font-size: 17px;
	font-weight: 800;
	color: var(--paezan-text);
	line-height: 1.35;
	min-width: 0;
}

/* .paezan-guest-price-notice: shop-guest-prices.css */

.paezan-card-price del {
	font-weight: 500;
	font-size: 14px;
	opacity: 0.55;
	margin-inline-start: 6px;
}

.paezan-card-price ins {
	text-decoration: none;
	color: var(--paezan-accent);
	font-weight: 800;
}

.paezan-card-price .paezan-toman-icon--custom svg {
	width: 1em;
	height: 1em;
	display: block;
}

.paezan-sale-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	min-height: 26px;
	padding: 2px 7px;
	background: var(--paezan-accent);
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 1px 3px rgba(255, 102, 0, 0.35);
}

.paezan-sale-badge-pct {
	letter-spacing: 0.02em;
}

.paezan-card-footer {
	margin-top: auto;
}

.paezan-card-cart {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

/*
 * فقط در گرید محصولات (نه ویجت لیست): دکمه باقیماندهٔ ردیف را پر می‌کند.
 * در «لیست» استثنا در بلوک .paezan-product-list-grid بالاست.
 */
.paezan-product-grid:not(.paezan-product-list-grid) .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-atc-button,
.paezan-product-grid:not(.paezan-product-list-grid) .paezan-card-cart:not(.paezan-card-cart--no-qty) a.paezan-atc-button.button {
	flex: 1 1 auto;
	min-width: 0;
}

.paezan-card-cart--no-qty {
	justify-content: flex-end;
}

.paezan-card-cart--no-qty .paezan-atc-button {
	flex: 1 1 auto;
	min-width: 0;
}

.paezan-atc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 22px;
	border: none;
	border-radius: 999px;
	background: var(--paezan-accent);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 1.35;
	transition:
		background 0.18s ease,
		color 0.18s ease,
		filter 0.15s ease,
		transform 0.1s ease,
		box-shadow 0.2s ease;
	white-space: nowrap;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.paezan-atc-button:hover {
	filter: none;
	background: #178a03 !important;
	color: #fff !important;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.paezan-atc-button:active {
	transform: scale(0.98);
}

.paezan-atc-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--paezan-atc-icon-color, currentColor) !important;
}

.paezan-atc-icon svg {
	display: block;
	color: var(--paezan-atc-icon-color, currentColor) !important;
	fill: var(--paezan-atc-icon-color, currentColor) !important;
	stroke: var(--paezan-atc-icon-color, currentColor) !important;
}

.paezan-atc-icon svg * {
	fill: var(--paezan-atc-icon-color, currentColor) !important;
	stroke: var(--paezan-atc-icon-color, currentColor) !important;
}

.paezan-atc-icon i {
	font-size: 18px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--paezan-atc-icon-color, currentColor) !important;
}

.paezan-atc-button:hover .paezan-atc-icon,
.paezan-atc-button:hover .paezan-atc-icon i,
.paezan-atc-button:hover .paezan-atc-icon svg,
.paezan-atc-button:hover .paezan-atc-icon svg * {
	color: var(--paezan-atc-icon-hover-color, #fff) !important;
	fill: var(--paezan-atc-icon-hover-color, #fff) !important;
	stroke: var(--paezan-atc-icon-hover-color, #fff) !important;
}

.paezan-qty-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border: 1px solid #d8dee9;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
	min-height: 44px;
}

.paezan-qty-btn {
	flex: 1 1 0;
	min-width: 40px;
	max-width: 48px;
	border: none;
	background: #f8fafc;
	color: #334155;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	transition: background 0.15s ease;
}

.paezan-qty-btn:hover {
	background: #f1f5f9;
}

.paezan-qty-input {
	flex: 1 1 0;
	min-width: 36px;
	max-width: 52px;
	border: none;
	border-inline-start: 1px solid #d8dee9;
	border-inline-end: 1px solid #d8dee9;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: var(--paezan-text);
	background: #fff;
	-moz-appearance: textfield;
	appearance: textfield;
}

.paezan-qty-input::-webkit-outer-spin-button,
.paezan-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.paezan-card-cart--disabled .paezan-atc-button,
.paezan-card-cart--disabled .paezan-atc-button:hover {
	opacity: 0.55;
	cursor: not-allowed;
	filter: none;
	box-shadow: none;
}

.paezan-qty-wrap--disabled {
	opacity: 0.55;
	pointer-events: none;
}

.paezan-card-cart-external .paezan-atc-button,
.paezan-card-cart-grouped .paezan-atc-button {
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.paezan-card-cart-external .paezan-atc-button:hover,
.paezan-card-cart-grouped .paezan-atc-button:hover {
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.12);
}

/* غلبه بر .button / .button.alt ووکامرس و قالب (هاور قرمز، فوکوس) */
.woocommerce .paezan-product-grid-root .paezan-atc-button.button,
.woocommerce .paezan-product-grid-root .paezan-atc-button.button.alt,
.woocommerce .paezan-product-grid-root a.paezan-atc-button.button,
.paezan-product-grid-root .paezan-atc-button.button,
.paezan-product-grid-root .paezan-atc-button.button.alt,
.paezan-product-grid-root a.paezan-atc-button.button {
	background: var(--paezan-accent, #ff7a1a) !important;
	color: #fff !important;
}

.woocommerce .paezan-product-grid-root .paezan-atc-button.button:hover,
.woocommerce .paezan-product-grid-root .paezan-atc-button.button.alt:hover,
.woocommerce .paezan-product-grid-root a.paezan-atc-button.button:hover,
.paezan-product-grid-root .paezan-atc-button.button:hover,
.paezan-product-grid-root .paezan-atc-button.button.alt:hover,
.paezan-product-grid-root a.paezan-atc-button.button:hover,
.woocommerce .paezan-qk .paezan-atc-button.button:hover,
.woocommerce .paezan-qk .paezan-atc-button.button.alt:hover,
.woocommerce .paezan-qk a.paezan-atc-button.button:hover,
.paezan-qk .paezan-atc-button.button:hover,
.paezan-qk .paezan-atc-button.button.alt:hover,
.paezan-qk a.paezan-atc-button.button:hover {
	background: #178a03 !important;
	color: #fff !important;
}

.woocommerce .paezan-product-grid-root .paezan-atc-button.button:focus,
.woocommerce .paezan-product-grid-root .paezan-atc-button.button:focus-visible,
.paezan-product-grid-root .paezan-atc-button.button:focus-visible,
.paezan-qk .paezan-atc-button.button:focus-visible {
	outline: 2px solid #94a3b8 !important;
	outline-offset: 2px;
}

.paezan-atc-button,
a.paezan-atc-link {
	-webkit-tap-highlight-color: rgba(148, 163, 184, 0.35);
}

@media (prefers-reduced-motion: reduce) {
	.paezan-product-grid-root.is-loading .paezan-product-grid--body {
		transition: none;
	}

	.paezan-product-grid--body.paezan-grid-exit {
		transition: none;
	}

	.paezan-product-grid--body.paezan-cards-enter .paezan-product-card,
	.paezan-product-grid--body.paezan-cards-enter .paezan-product-grid-notice {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.paezan-cat-chip {
		transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	}

	.paezan-cat-chip:active {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.paezan-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.paezan-product-grid {
		grid-template-columns: 1fr;
	}

	/* فیلترها: یک ردیف + اسکرول افقی (موبایل) + چسبیدن به بالای viewport هنگام اسکرول */
	.paezan-product-grid-root--has-filters .paezan-category-chips {
		position: sticky;
		top: env(safe-area-inset-top, 0px);
		z-index: 50;
		background-color: #ffffff;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
	}

	.paezan-category-chips {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 10px;
		padding: 6px 4px 14px;
		margin-bottom: 16px;
		overscroll-behavior-x: contain;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		touch-action: pan-x;
	}

	.paezan-category-chips::-webkit-scrollbar {
		display: none;
		height: 0;
	}

	.paezan-cat-chip {
		flex: 0 0 auto;
		scroll-snap-align: start;
		padding-inline: 20px;
	}

	/* کارت: تصویر چپ، متن راست؛ ردیف پایین: تعداد و دکمه در یک خط */
	.paezan-card-top {
		align-items: flex-start;
		gap: 12px;
	}

	.paezan-card-thumb {
		width: 108px;
	}

	.paezan-card-title {
		font-size: 15px;
		margin: 0 0 8px;
		padding: 0;
	}

	.paezan-card-sku-row {
		margin: 0 0 6px;
		padding-top: 0;
	}

	.paezan-card-cart {
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
		gap: 10px;
	}

	.paezan-product-grid:not(.paezan-product-list-grid) .paezan-atc-button {
		flex: 1 1 auto;
		min-width: 0;
		padding-inline: 16px;
	}

	.paezan-product-list-grid .paezan-card-cart {
		justify-content: flex-start;
	}

	.paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-atc-button,
	.paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) a.paezan-atc-button.button {
		flex: 0 1 auto;
		padding-inline: 16px;
	}

	.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-atc-button,
	.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) a.paezan-atc-button.button {
		flex: 2 1 0;
		min-width: 0;
	}

	.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart .paezan-atc-button,
	.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart a.paezan-atc-button.button {
		padding: 11px 22px;
	}

	.paezan-product-list-widget-root .paezan-product-list-grid .paezan-card-cart:not(.paezan-card-cart--no-qty) .paezan-qty-wrap {
		flex: 1 1 0;
		min-width: min(160px, 40%);
		max-width: 42%;
	}

	.paezan-qty-wrap {
		width: auto;
		flex: 0 1 auto;
		min-width: 0;
		justify-content: center;
	}

	.paezan-qty-input {
		flex: 1 1 0;
		min-width: 32px;
		max-width: 56px;
	}
}

/* پل مخفی تایپوگرافی پاپ‌آپ مشاهده سریع (کنترل‌های المنتور روی این نودها اعمال می‌شود) */
.paezan-product-grid-root .paezan-qk-style-source {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	pointer-events: none;
	inset-inline-start: 0;
	top: 0;
}

.paezan-product-grid-root .paezan-floating-cart-style-source {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	pointer-events: none;
	inset-inline-start: 0;
	top: 0;
}

/* مشاهده سریع: استایل از متغیرهایی که JS روی #paezan-quick-view ست می‌کند */
#paezan-quick-view .paezan-qk-body,
#paezan-quick-view .paezan-qk-code,
#paezan-quick-view .paezan-qk-meta .paezan-card-sku-row {
	font-family: var(--paezan-qk-body-font-family, inherit);
	font-size: var(--paezan-qk-body-font-size, inherit);
	font-weight: var(--paezan-qk-body-font-weight, inherit);
	font-style: var(--paezan-qk-body-font-style, inherit);
	line-height: var(--paezan-qk-body-line-height, inherit);
	letter-spacing: var(--paezan-qk-body-letter-spacing, inherit);
	text-transform: var(--paezan-qk-body-text-transform, inherit);
	text-decoration: var(--paezan-qk-body-text-decoration, inherit);
}

#paezan-quick-view .paezan-qk-title {
	font-family: var(--paezan-qk-title-font-family, inherit);
	font-size: var(--paezan-qk-title-font-size, inherit);
	font-weight: var(--paezan-qk-title-font-weight, inherit);
	font-style: var(--paezan-qk-title-font-style, inherit);
	line-height: var(--paezan-qk-title-line-height, inherit);
	letter-spacing: var(--paezan-qk-title-letter-spacing, inherit);
	text-transform: var(--paezan-qk-title-text-transform, inherit);
	text-decoration: var(--paezan-qk-title-text-decoration, inherit);
}

#paezan-quick-view .paezan-qk-spec-item {
	font-family: var(--paezan-qk-spec-font-family, inherit);
	font-size: var(--paezan-qk-spec-font-size, inherit);
	font-weight: var(--paezan-qk-spec-font-weight, inherit);
	font-style: var(--paezan-qk-spec-font-style, inherit);
	line-height: var(--paezan-qk-spec-line-height, inherit);
	letter-spacing: var(--paezan-qk-spec-letter-spacing, inherit);
	text-transform: var(--paezan-qk-spec-text-transform, inherit);
	text-decoration: var(--paezan-qk-spec-text-decoration, inherit);
}

#paezan-quick-view .paezan-card-sku {
	font-family: var(--paezan-qk-card-sku-font-family, inherit);
	font-size: var(--paezan-qk-card-sku-font-size, inherit);
	font-weight: var(--paezan-qk-card-sku-font-weight, inherit);
	font-style: var(--paezan-qk-card-sku-font-style, inherit);
	line-height: var(--paezan-qk-card-sku-line-height, inherit);
	letter-spacing: var(--paezan-qk-card-sku-letter-spacing, inherit);
	text-transform: var(--paezan-qk-card-sku-text-transform, inherit);
	text-decoration: var(--paezan-qk-card-sku-text-decoration, inherit);
}

#paezan-quick-view .paezan-card-cart .paezan-atc-button,
#paezan-quick-view .paezan-card-cart .paezan-atc-label {
	font-family: var(--paezan-qk-atc-label-font-family, inherit);
	font-size: var(--paezan-qk-atc-label-font-size, inherit);
	font-weight: var(--paezan-qk-atc-label-font-weight, inherit);
	font-style: var(--paezan-qk-atc-label-font-style, inherit);
	line-height: var(--paezan-qk-atc-label-line-height, inherit);
	letter-spacing: var(--paezan-qk-atc-label-letter-spacing, inherit);
	text-transform: var(--paezan-qk-atc-label-text-transform, inherit);
	text-decoration: var(--paezan-qk-atc-label-text-decoration, inherit);
}

/* شکل دکمه مشابه ویجت «لیست محصولات» (پوستهٔ دکمه، بعد از تایپوگرافی المنتور) */
#paezan-quick-view .paezan-card-cart .paezan-atc-button,
#paezan-quick-view .paezan-card-cart a.paezan-atc-button.button,
#paezan-quick-view .paezan-qk-footer .paezan-atc-button,
#paezan-quick-view .paezan-qk-footer a.paezan-atc-button.button,
#paezan-quick-view .paezan-qk-footer-slot .paezan-atc-button,
#paezan-quick-view .paezan-qk-footer-slot a.paezan-atc-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 22px;
	border: none;
	border-radius: 999px;
	background: var(--paezan-accent);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 1.35;
	transition: background 0.18s ease, color 0.18s ease, filter 0.15s ease, transform 0.1s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

#paezan-quick-view .paezan-card-cart .paezan-qty-input {
	font-family: var(--paezan-qk-qty-input-font-family, inherit);
	font-size: var(--paezan-qk-qty-input-font-size, inherit);
	font-weight: var(--paezan-qk-qty-input-font-weight, inherit);
	font-style: var(--paezan-qk-qty-input-font-style, inherit);
	line-height: var(--paezan-qk-qty-input-line-height, inherit);
	letter-spacing: var(--paezan-qk-qty-input-letter-spacing, inherit);
}

#paezan-quick-view .paezan-card-cart .paezan-qty-btn {
	font-family: var(--paezan-qk-qty-btn-font-family, inherit);
	font-size: var(--paezan-qk-qty-btn-font-size, inherit);
	font-weight: var(--paezan-qk-qty-btn-font-weight, inherit);
	font-style: var(--paezan-qk-qty-btn-font-style, inherit);
	line-height: var(--paezan-qk-qty-btn-line-height, inherit);
	letter-spacing: var(--paezan-qk-qty-btn-letter-spacing, inherit);
}

#paezan-quick-view .paezan-qk-footer-price,
#paezan-quick-view .paezan-qk-footer-price * {
	font-family: var(--paezan-qk-price-font-family, inherit);
	font-size: var(--paezan-qk-price-font-size, inherit);
	font-weight: var(--paezan-qk-price-font-weight, inherit);
	font-style: var(--paezan-qk-price-font-style, inherit);
	line-height: var(--paezan-qk-price-line-height, inherit);
	letter-spacing: var(--paezan-qk-price-letter-spacing, inherit);
	text-transform: var(--paezan-qk-price-text-transform, inherit);
	text-decoration: var(--paezan-qk-price-text-decoration, inherit);
}

#paezan-quick-view .paezan-atc-button .paezan-atc-icon,
#paezan-quick-view .paezan-atc-button .paezan-atc-icon i {
	color: var(--paezan-qk-atc-icon-color, var(--paezan-atc-icon-color, #fff)) !important;
}

#paezan-quick-view .paezan-atc-button .paezan-atc-icon i {
	font-size: var(--paezan-qk-atc-icon-font-size, 18px);
}

#paezan-quick-view .paezan-atc-button .paezan-atc-icon svg,
#paezan-quick-view .paezan-atc-button .paezan-atc-icon svg * {
	fill: var(--paezan-qk-atc-icon-color, var(--paezan-atc-icon-color, #fff)) !important;
	stroke: var(--paezan-qk-atc-icon-color, var(--paezan-atc-icon-color, #fff)) !important;
}

#paezan-quick-view .paezan-atc-button .paezan-atc-icon svg {
	width: var(--paezan-qk-atc-icon-svg-width, 18px);
	height: var(--paezan-qk-atc-icon-svg-height, 18px);
}

#paezan-quick-view .paezan-atc-button:hover .paezan-atc-icon,
#paezan-quick-view .paezan-atc-button:hover .paezan-atc-icon i {
	color: var(
			--paezan-qk-atc-icon-hover-color,
			var(--paezan-atc-icon-hover-color, var(--paezan-qk-atc-icon-color, var(--paezan-atc-icon-color, #fff)))
		)
		!important;
}

#paezan-quick-view .paezan-atc-button:hover .paezan-atc-icon svg,
#paezan-quick-view .paezan-atc-button:hover .paezan-atc-icon svg * {
	fill: var(
			--paezan-qk-atc-icon-hover-color,
			var(--paezan-atc-icon-hover-color, var(--paezan-qk-atc-icon-color, var(--paezan-atc-icon-color, #fff)))
		)
		!important;
	stroke: var(
			--paezan-qk-atc-icon-hover-color,
			var(--paezan-atc-icon-hover-color, var(--paezan-qk-atc-icon-color, var(--paezan-atc-icon-color, #fff)))
		)
		!important;
}

/* ——— مشاهده سریع (آیکن چشم) ——— */
body.paezan-qk-open {
	overflow: hidden;
}

.paezan-qk {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	padding: 0;
	box-sizing: border-box;
	min-height: 100vh;
	min-height: 100dvh;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	/* بدون transition تا لایه بلافاصله دیده شود */
	transition: none;
	direction: rtl;
	font-family: inherit;
}

.paezan-qk.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.paezan-qk-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.paezan-qk-dialog {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 0;
	max-height: none;
	display: flex;
	flex-direction: column;
	background: var(--paezan-qk-dialog-bg, #fff);
	border-radius: var(--paezan-qk-dialog-radius, 0);
	box-shadow: none;
	overflow: hidden;
	animation: paezan-qk-slideUp 0.52s cubic-bezier(0.18, 0.89, 0.32, 1) both;
	font-family: inherit;
}

.paezan-qk-dialog.paezan-qk-dialog--closing {
	animation: paezan-qk-slideDown 0.42s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes paezan-qk-slideUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes paezan-qk-slideDown {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.paezan-qk .paezan-qk-close,
.paezan-qk button.paezan-qk-close {
	position: absolute;
	top: max(12px, env(safe-area-inset-top, 0px));
	inset-inline-end: max(12px, env(safe-area-inset-left, 0px));
	z-index: 3;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: #ffffff !important;
	color: #334155 !important;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		transform 0.12s ease;
	-webkit-tap-highlight-color: rgba(148, 163, 184, 0.35);
}

.paezan-qk .paezan-qk-close:hover,
.paezan-qk .paezan-qk-close:focus,
.paezan-qk .paezan-qk-close:focus-visible {
	background: #eef2f6 !important;
	color: #0f172a !important;
	border-color: #cbd5e1 !important;
}

.paezan-qk .paezan-qk-close:active {
	transform: scale(0.94);
}

.paezan-qk button.paezan-qk-close[type='button']:hover,
.paezan-qk button.paezan-qk-close[type='button']:focus,
.paezan-qk button.paezan-qk-close[type='button']:focus-visible,
.paezan-qk button.paezan-qk-close[type='button']:active {
	background: #eef2f6 !important;
	color: #0f172a !important;
	border-color: #cbd5e1 !important;
	text-decoration: none !important;
}

.paezan-qk .paezan-qk-footer-slot button.paezan-atc-button[type='submit']:hover,
.paezan-qk .paezan-qk-footer-slot button.paezan-atc-button[type='button']:hover {
	background: #178a03 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.paezan-qk .paezan-qk-footer-slot button.paezan-atc-button[type='submit']:focus,
.paezan-qk .paezan-qk-footer-slot button.paezan-atc-button[type='submit']:focus-visible,
.paezan-qk .paezan-qk-footer-slot button.paezan-atc-button[type='button']:focus,
.paezan-qk .paezan-qk-footer-slot button.paezan-atc-button[type='button']:focus-visible {
	background: #e8ecf0 !important;
	color: #334155 !important;
	text-decoration: none !important;
}

.paezan-qk-scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	max-height: none;
	border-radius: 0;
	-webkit-overflow-scrolling: touch;
}

.paezan-qk-footer-slot {
	flex: 0 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px calc(14px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #e8ecf0;
	background: #f8fafc;
	border-radius: 0;
}

.paezan-qk-footer {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
}

.paezan-qk-footer-price {
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	padding: 0 2px 2px;
}

.paezan-qk-footer-price .paezan-card-price-row {
	justify-content: flex-start;
	margin-top: 0;
	direction: rtl;
}

.paezan-qk-footer-slot .paezan-card-cart {
	width: 100%;
	max-width: none;
	margin: 0;
	justify-content: center;
	flex-wrap: wrap;
}

.paezan-qk-footer-slot .paezan-card-cart--no-qty {
	justify-content: center;
}

.paezan-qk-footer-slot .paezan-atc-button {
	flex: 1 1 auto;
	min-width: 0;
}

.paezan-qk-inner {
	display: flex;
	flex-direction: column;
}

.paezan-qk-footer-colors {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2px;
	direction: rtl;
}

.paezan-qk-footer-colors .paezan-card-colors {
	justify-content: flex-end;
	width: auto;
}

.paezan-qk-gallery {
	width: 100%;
	flex-shrink: 0;
}

.paezan-qk-gallery-viewport {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #f1f5f9;
	touch-action: pan-y;
}

.paezan-qk-gallery-track {
	display: flex;
	flex-direction: row;
	width: 100%;
	will-change: transform;
	transition: transform 0.38s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.paezan-qk-gallery-slide {
	flex: 0 0 100%;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 12px 14px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(42dvh, 420px);
	max-height: min(56dvh, 560px);
	overflow: hidden;
}

.paezan-qk-gallery .paezan-qk-img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: min(54dvh, 520px);
	object-fit: contain;
	margin: 0 auto;
	border-radius: 14px;
}

.paezan-qk-gallery .paezan-qk-img--placeholder {
	object-fit: contain;
	padding: 24px;
	max-height: min(40vh, 280px);
	border-radius: 14px;
}

.paezan-qk-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #334155;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.1);
	transition:
		background 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease;
	-webkit-tap-highlight-color: rgba(148, 163, 184, 0.35);
}

.paezan-qk-gallery-nav:hover,
.paezan-qk-gallery-nav:focus-visible {
	background: #fff;
	color: #0f172a;
	border-color: #cbd5e1;
}

#paezan-quick-view button.paezan-qk-gallery-nav[type='button']:hover,
#paezan-quick-view button.paezan-qk-gallery-nav[type='button']:focus,
#paezan-quick-view button.paezan-qk-gallery-nav[type='button']:focus-visible,
#paezan-quick-view button.paezan-qk-gallery-nav[type='button']:active {
	background: rgba(255, 255, 255, 0.98) !important;
	color: #0f172a !important;
	border-color: #cbd5e1 !important;
	text-decoration: none !important;
}

.paezan-qk-gallery-prev {
	left: 10px;
}

.paezan-qk-gallery-next {
	right: 10px;
}

.paezan-qk-gallery-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	z-index: 2;
	pointer-events: auto;
}

.paezan-qk-gallery-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	background: rgba(148, 163, 184, 0.55);
	cursor: pointer;
	transition:
		background 0.2s ease,
		transform 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.paezan-qk-gallery-dot:hover,
.paezan-qk-gallery-dot:focus-visible {
	background: rgba(100, 116, 139, 0.85);
	outline: none;
}

.paezan-qk-gallery-dot.is-active {
	background: var(--paezan-accent, #ff7a1a);
	transform: scale(1.15);
}

.paezan-qk-star {
	position: absolute;
	bottom: 36px;
	inset-inline-end: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
	pointer-events: none;
	z-index: 1;
}

.paezan-qk-body {
	padding: 14px 20px 18px;
	text-align: right;
}

/* بلوک عنوان + کد + قیمت — چین از راست با کمی فاصله از لبه */
.paezan-qk-meta {
	position: relative;
	margin-bottom: 2px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
	padding-inline-start: 8px;
	padding-inline-end: 10px;
}

.paezan-qk-meta .paezan-qk-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.45;
	color: #0f172a;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
}

.paezan-qk-meta .paezan-card-sku-row {
	margin-bottom: 6px;
	justify-content: flex-start;
	width: 100%;
}

.paezan-qk-title {
	margin: 0 0 12px;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.45;
	color: #0f172a;
	text-align: right;
}

.paezan-qk-code-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	flex-wrap: wrap;
	width: 100%;
}

.paezan-qk-code-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: var(--paezan-accent, #ff7a1a);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.paezan-qk-code {
	font-size: 14px;
	font-weight: 600;
	color: #475569;
}

.paezan-qk-rule {
	border: none;
	border-top: 1px dashed #cbd5e1;
	margin: 0 6px 14px 10px;
}

.paezan-qk-specs {
	margin: 8px 0 4px;
	padding-block: 8px 12px;
	padding-inline-start: 1.35em;
	padding-inline-end: 16px;
	max-width: 100%;
	list-style: disc;
	list-style-position: outside;
	color: #1e293b;
	font-size: 13px;
	line-height: 1.7;
	box-sizing: border-box;
	text-align: right;
}

.paezan-qk-spec-item {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e8ecf0;
	list-style-position: outside;
	text-align: right;
}

.paezan-qk-spec-item:last-child {
	margin-bottom: 0;
}

/* اسکلتون لود مشاهدهٔ سریع (نمایش فوری) */
.paezan-qk-skeleton {
	padding: 16px 14px 20px;
	direction: rtl;
}

.paezan-qk-sk-img {
	height: 170px;
	border-radius: 16px;
	background: linear-gradient(110deg, #e8ecf1 0%, #f4f6f9 45%, #e8ecf1 90%);
	background-size: 200% 100%;
	animation: paezan-qk-shimmer 0.85s ease-in-out infinite;
	margin-bottom: 18px;
}

.paezan-qk-sk-line {
	height: 13px;
	border-radius: 7px;
	background: linear-gradient(110deg, #e8ecf1 0%, #f1f4f8 50%, #e8ecf1 100%);
	background-size: 200% 100%;
	animation: paezan-qk-shimmer 0.85s ease-in-out infinite;
	margin-bottom: 10px;
}

.paezan-qk-sk-line--lg {
	height: 20px;
	width: 92%;
}

.paezan-qk-sk-line--short {
	width: 42%;
	margin-bottom: 0;
}

@keyframes paezan-qk-shimmer {
	0%,
	100% {
		background-position: 0% 50%;
		opacity: 0.72;
	}
	50% {
		background-position: 100% 50%;
		opacity: 1;
	}
}

/* موبایل: همان تمام‌صفحه + safe area */
@media (max-width: 600px) {
	.paezan-qk {
		padding: 0;
		align-items: stretch;
		justify-content: stretch;
		min-height: 100vh;
		min-height: 100dvh;
	}

	.paezan-qk-backdrop {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		background: rgba(15, 23, 42, 0.45);
	}

	.paezan-qk-dialog {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		height: 100%;
		max-height: none;
		border-radius: 0;
		box-shadow: none;
		margin: 0;
	}

	.paezan-qk-scroll {
		flex: 1 1 auto;
		min-height: 0;
		max-height: none;
		border-radius: 0;
		height: auto;
		padding-bottom: 0;
	}

	.paezan-qk-footer-slot {
		border-radius: 0;
		padding: 12px 14px calc(14px + env(safe-area-inset-bottom, 0px));
		background: #f8fafc;
		border-top: 1px solid #e2e8f0;
	}

	.paezan-qk .paezan-qk-close,
	.paezan-qk button.paezan-qk-close {
		top: max(14px, calc(env(safe-area-inset-top, 0px) + 10px));
		inset-inline-end: max(14px, calc(env(safe-area-inset-left, 0px) + 10px));
	}

	.paezan-qk-body {
		padding-inline: 18px;
	}

	.paezan-qk-meta {
		padding-inline-start: 10px;
		padding-inline-end: 12px;
	}

	.paezan-qk-specs {
		padding-inline-start: 1.65em;
		padding-inline-end: 18px;
		margin-inline: 2px;
	}

	.paezan-qk-rule {
		margin-inline: 8px;
	}

	.paezan-qk-sk-img {
		max-height: min(40dvh, 320px);
	}

	.paezan-qk-gallery-slide {
		min-height: min(38dvh, 360px);
		max-height: min(52dvh, 480px);
		padding: 10px 12px 18px;
	}

	.paezan-qk-gallery .paezan-qk-img {
		max-height: min(50dvh, 480px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.paezan-qk-dialog {
		animation: none;
	}

	.paezan-qk-dialog.paezan-qk-dialog--closing {
		animation: none !important;
	}

	.paezan-qk {
		transition: none;
	}

	.paezan-qk-gallery-track {
		transition: none !important;
	}

	.paezan-qk-sk-img,
	.paezan-qk-sk-line {
		animation: none;
		opacity: 0.88;
	}
}

/* پاپ‌آپ سادهٔ افزودن به سبد — کلاس‌های اختصاصی (بدون کلمهٔ modal) تا کمتر با تم تداخل کند */
body.paezan-atc-popup-open {
	overflow: hidden;
}

.paezan-atc-popup-root {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: max(16px, env(safe-area-inset-top, 0px)) max(16px, env(safe-area-inset-right, 0px))
		max(16px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	direction: rtl;
}

.paezan-atc-popup-root.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.paezan-atc-popup-scrim {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(15, 23, 42, 0.45);
}

.paezan-atc-popup-extra-slot:empty {
	display: none !important;
}

.paezan-atc-popup-extra-slot:not(:empty) {
	flex-shrink: 0;
	width: 100%;
	text-align: center;
}

/* محتوای قالب المنتور داخل اسلات از قاب نزند */
.paezan-atc-popup-extra-slot:not(:empty) img,
.paezan-atc-popup-extra-slot:not(:empty) svg,
.paezan-atc-popup-extra-slot:not(:empty) video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.paezan-atc-popup-panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	width: 100%;
	max-width: 420px;
	max-height: min(92vh, 640px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	padding: 40px 22px 22px;
	box-shadow:
		0 4px 6px -1px rgba(15, 23, 42, 0.06),
		0 24px 48px -12px rgba(15, 23, 42, 0.18);
	text-align: center;
	box-sizing: border-box;
}

.paezan-atc-popup-progress {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #e2e8f0;
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}

.paezan-atc-popup-progress-bar {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
	transform-origin: right center;
}

@keyframes paezan-atc-progress-shrink {
	from {
		transform: scaleX(1);
	}
	to {
		transform: scaleX(0);
	}
}

.paezan-atc-popup-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 2px auto 2px;
	border-radius: 50%;
	background: #ecfdf3;
	color: #16a34a;
	border: 1px solid #bbf7d0;
	box-shadow: 0 8px 20px rgba(22, 163, 74, 0.12);
	overflow: hidden;
	line-height: 1;
}

.paezan-atc-popup-status-icon-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: inherit;
}

.paezan-atc-popup-status-icon-inner > svg {
	width: 30px;
	height: 30px;
	display: block;
	fill: currentColor !important;
	stroke: currentColor !important;
}

.paezan-atc-popup-status-icon-inner > i {
	font-size: 30px;
	line-height: 1;
	color: currentColor !important;
}

.paezan-atc-popup-status-icon.is-lottie .paezan-atc-popup-status-icon-inner > svg {
	width: 100%;
	height: 100%;
	fill: none !important;
	stroke: none !important;
}

.paezan-atc-popup-close {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: transparent;
	color: #64748b;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
	transition:
		background-color 0.15s ease,
		color 0.15s ease;
}

.paezan-atc-popup-close:hover {
	background: rgba(148, 163, 184, 0.15);
	color: #0f172a;
}

.paezan-atc-popup-close:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.35);
}

.paezan-atc-popup-msg {
	flex-shrink: 0;
	margin: 2px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	color: #334155;
}

.paezan-atc-popup-product-row {
	flex-shrink: 0;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	margin-top: -2px;
}

.paezan-atc-popup-product-name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	color: #0f172a;
	word-break: break-word;
}

.paezan-atc-popup-actions {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: 100%;
	margin-top: 0;
}

.paezan-atc-popup-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-family: inherit;
	border: none;
	transition:
		background-color 0.15s ease,
		color 0.15s ease;
}

.paezan-atc-popup-btn-primary {
	background: #2563eb;
	color: #fff;
}

.paezan-atc-popup-btn-primary:hover {
	background: #1d4ed8;
	color: #fff;
}

.paezan-atc-popup-btn-secondary {
	background: #f3f4f6;
	color: #374151;
	border: 1px solid #e5e7eb;
}

.paezan-atc-popup-btn-secondary:hover {
	background: #e5e7eb;
}

/* سبد شناور پایین-چپ + پنل لیست اقلام */
.paezan-floating-cart {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 2147482000;
	display: none;
	font-family: var(--paezan-fc-font-family, inherit);
	font-size: var(--paezan-fc-font-size, inherit);
	font-weight: var(--paezan-fc-font-weight, inherit);
	font-style: var(--paezan-fc-font-style, inherit);
	line-height: var(--paezan-fc-line-height, inherit);
	letter-spacing: var(--paezan-fc-letter-spacing, inherit);
	text-transform: var(--paezan-fc-text-transform, inherit);
	text-decoration: var(--paezan-fc-text-decoration, inherit);
}

.paezan-floating-cart.is-visible {
	display: block;
}

/* موبایل: سبد شناور غیرفعال (منوی موبایل جایگزین دسترسی به سبد است) */
@media (max-width: 1023px) {
	#paezan-floating-cart.paezan-floating-cart,
	.paezan-floating-cart {
		display: none !important;
		visibility: hidden;
		pointer-events: none;
	}
}

.paezan-floating-cart-fab {
	width: 56px;
	height: 56px;
	border: none;
	border-radius: 50%;
	background: var(--paezan-floating-cart-fab-bg, #0f172a);
	color: var(--paezan-floating-cart-fab-icon, #fff);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(2, 6, 23, 0.34);
	position: relative;
}

.paezan-floating-cart-fab:hover,
.paezan-floating-cart-fab:focus,
.paezan-floating-cart-fab:focus-visible,
.paezan-floating-cart-fab:active {
	background: var(--paezan-floating-cart-fab-bg, #0f172a) !important;
	color: var(--paezan-floating-cart-fab-icon, #fff) !important;
	filter: none !important;
}

.paezan-floating-cart-icon svg {
	width: 24px;
	height: 24px;
	display: block;
	fill: currentColor;
}

.paezan-floating-cart-badge {
	position: absolute;
	top: -4px;
	right: -2px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.paezan-floating-cart:not(.has-items) .paezan-floating-cart-badge {
	background: #64748b;
}

.paezan-floating-cart-drawer {
	position: fixed;
	inset: 0;
	pointer-events: none;
}

.paezan-floating-cart-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.38) !important;
	border: none;
	padding: 0;
	opacity: 0;
	transition: opacity 0.2s ease;
	appearance: none;
	-webkit-appearance: none;
	color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.paezan-floating-cart-backdrop:hover,
.paezan-floating-cart-backdrop:focus,
.paezan-floating-cart-backdrop:focus-visible,
.paezan-floating-cart-backdrop:active {
	background: rgba(15, 23, 42, 0.38) !important;
	color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.paezan-floating-cart-panel {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: min(86vw, 360px);
	background: #fff;
	box-shadow: 12px 0 30px rgba(15, 23, 42, 0.18);
	transform: translateX(-100%);
	transition: transform 0.22s ease;
	display: flex;
	flex-direction: column;
}

.paezan-floating-cart-drawer.is-open {
	pointer-events: auto;
}

.paezan-floating-cart-drawer.is-open .paezan-floating-cart-backdrop {
	opacity: 1;
}

.paezan-floating-cart-drawer.is-open .paezan-floating-cart-panel {
	transform: translateX(0);
}

.paezan-floating-cart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 14px 10px;
	border-bottom: 1px solid #e2e8f0;
}

.paezan-floating-cart-title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
}

.paezan-floating-cart-close {
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 8px;
	background: #f1f5f9;
	color: #334155;
	font-size: 22px;
	line-height: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.paezan-floating-cart-items {
	flex: 1 1 auto;
	overflow: auto;
	padding: 10px 12px;
}

.paezan-floating-cart-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px 8px;
	border-bottom: 1px dashed #e2e8f0;
}

.paezan-floating-cart-item-remove {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	border: none;
	border-radius: 7px;
	background: #fee2e2;
	color: #b91c1c !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.paezan-floating-cart-item-remove svg {
	width: 14px;
	height: 14px;
	display: block;
	fill: currentColor !important;
	stroke: currentColor !important;
}

.paezan-floating-cart-item-remove svg * {
	fill: currentColor !important;
	stroke: currentColor !important;
}

.paezan-floating-cart-item-remove i {
	font-size: 14px;
	line-height: 1;
	color: currentColor;
}

.paezan-floating-cart-item-remove .elementor-icon,
.paezan-floating-cart-item-remove .elementor-icon i,
.paezan-floating-cart-item-remove .elementor-icon svg {
	color: currentColor !important;
	fill: currentColor !important;
	stroke: currentColor !important;
	width: 14px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Fallback hard-guaranteed icon if inner markup fails */
.paezan-floating-cart-item-remove::before {
	content: '';
	position: absolute;
	inset: 6px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v8h-2V9zm4 0h2v8h-2V9zM7 9h2v8H7V9z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v8h-2V9zm4 0h2v8h-2V9zM7 9h2v8H7V9z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	pointer-events: none;
}

.paezan-floating-cart-item-thumb {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	object-fit: cover;
	flex: 0 0 42px;
	background: #f1f5f9;
}

.paezan-floating-cart-item-thumb--empty {
	display: inline-block;
}

.paezan-floating-cart-item-meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1 1 auto;
}

.paezan-floating-cart-item-name {
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.45;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.paezan-floating-cart-item-price {
	font-size: 12px;
	font-weight: 600;
	color: #475569;
	line-height: 1.4;
}

.paezan-floating-cart-item-qty {
	font-size: 12px;
	font-weight: 700;
	color: #334155;
	white-space: nowrap;
	flex: 0 0 auto;
	min-width: 18px;
	text-align: center;
}

.paezan-floating-cart-item-qty-controls {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.paezan-floating-cart-qty-btn {
	width: 26px;
	height: 26px;
	border: 1px solid #334155;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
}

.paezan-floating-cart-empty {
	margin: 0;
	padding: 14px 8px;
	font-size: 14px;
	color: #64748b;
}

.paezan-floating-cart-footer {
	padding: 12px;
	border-top: 1px solid #e2e8f0;
	background: #fff;
}

.paezan-floating-cart-checkout {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	background: var(--paezan-floating-cart-checkout-bg, #16a34a);
	color: var(--paezan-floating-cart-checkout-text, #fff);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding: 12px 14px;
	border-radius: 10px;
}
