/* Kitchenu — Advanced Price List (full-width, no theme chrome) */

body.ku-pricelist-page #header,
body.ku-pricelist-page #footer,
body.ku-pricelist-page .page-title,
body.ku-pricelist-page footer.footer,
body.ku-pricelist-page .footer-wrapper,
body.ku-pricelist-page .absolute-footer,
body.ku-pricelist-page #bottom-bar {
	display: none !important;
}

body.ku-pricelist-page #wrapper,
body.ku-pricelist-page #main,
body.ku-pricelist-page .page-wrapper,
body.ku-pricelist-page .container,
body.ku-pricelist-page .row-main,
body.ku-pricelist-page .col,
body.ku-pricelist-page .large-12 {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.ku-pricelist-page {
	background: #eef2f7 !important;
	overflow-x: hidden;
}

.ku-pricelist-app,
.ku-pl {
	min-height: 100dvh;
	font-family: 'Vazirmatn', Tahoma, sans-serif;
	color: #0f172a;
	direction: rtl;
}

.ku-pl {
	display: flex;
	flex-direction: column;
	background:
		radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.08) 0%, transparent 42%),
		radial-gradient(circle at 0% 100%, rgba(59, 130, 246, 0.05) 0%, transparent 38%),
		linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

/* Top bar */
.ku-pl-topbar {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(226, 232, 240, 0.95);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(16px) saturate(1.3);
	-webkit-backdrop-filter: blur(16px) saturate(1.3);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ku-pl-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

.ku-pl-brand__logo {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 900;
	box-shadow: 0 8px 20px rgba(249, 115, 22, 0.28);
	flex-shrink: 0;
}

.ku-pl-brand__text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ku-pl-brand__text strong {
	font-size: 15px;
	font-weight: 900;
	color: #0f172a;
}

.ku-pl-brand__text span {
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
}

.ku-pl-topbar__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.ku-pl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 14px;
	background: #fff;
	color: #0f172a;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.ku-pl-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.ku-pl-btn--primary {
	border-color: rgba(249, 115, 22, 0.35);
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	color: #fff;
	box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
}

.ku-pl-btn--ghost {
	background: rgba(255, 255, 255, 0.65);
}

.ku-pl-btn__badge {
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	font-size: 11px;
	font-weight: 900;
}

.ku-pl-btn--primary .ku-pl-btn__badge {
	background: rgba(255, 255, 255, 0.25);
}

/* Layout — view tabs + table toolbar */
.ku-pl-view-wrap {
	padding: 14px 16px 0;
}

.ku-pl-view-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ku-pl-view-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 10px 18px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.88);
	color: #475569;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
	transition: all 0.18s ease;
}

.ku-pl-view-tab em {
	font-style: normal;
	min-width: 28px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
}

.ku-pl-view-tab.is-active {
	border-color: rgba(249, 115, 22, 0.45);
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
	color: #9a3412;
	box-shadow: 0 10px 24px rgba(249, 115, 22, 0.14);
}

.ku-pl-view-tab.is-active em {
	background: rgba(249, 115, 22, 0.14);
	color: #c2410c;
}

.ku-pl-toolbar--table {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 18px;
	background: linear-gradient(145deg, #ffffff 0%, #fffdf8 55%, #fff7ed 100%);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 10px 28px rgba(15, 23, 42, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ku-pl-toolbar__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.ku-pl-toolbar__row--primary {
	justify-content: space-between;
}

.ku-pl-toolbar__row--sort {
	align-items: stretch;
}

.ku-pl-toolbar__row--advanced {
	padding-top: 12px;
	border-top: 1px dashed #e2e8f0;
}

.ku-pl-btn--filters.is-open {
	border-color: rgba(249, 115, 22, 0.45);
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
	color: #c2410c;
	box-shadow: 0 8px 20px rgba(249, 115, 22, 0.12);
}

.ku-pl-btn--filters__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
}

.ku-pl-btn--filters__icon svg {
	width: 18px;
	height: 18px;
}

.ku-pl-toolbar__search-wrap {
	display: flex;
	flex: 1 1 320px;
	gap: 8px;
	min-width: 0;
}

/* Advanced filters — Win11 cards, no inner scroll */
.ku-pl-advanced {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.2fr);
	gap: 12px;
	width: 100%;
}

.ku-pl-advanced__card {
	padding: 14px 16px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px) saturate(160%);
	-webkit-backdrop-filter: blur(12px) saturate(160%);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 8px 22px rgba(15, 23, 42, 0.05);
}

.ku-pl-advanced__card--price {
	grid-column: 1 / -1;
}

.ku-pl-advanced__card--brands,
.ku-pl-advanced__card--cats {
	min-width: 0;
}

.ku-pl-advanced__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.ku-pl-advanced__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
	border: 1px solid #fed7aa;
	color: #ea580c;
}

.ku-pl-advanced__icon--brand {
	background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
	border-color: #bfdbfe;
	color: #2563eb;
}

.ku-pl-advanced__icon--cat {
	background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
	border-color: #bbf7d0;
	color: #16a34a;
}

.ku-pl-advanced__icon svg {
	width: 20px;
	height: 20px;
}

.ku-pl-advanced__title {
	display: block;
	font-size: 14px;
	font-weight: 900;
	color: #0f172a;
	line-height: 1.4;
}

.ku-pl-advanced__sub {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 700;
	color: #94a3b8;
}

.ku-pl-price-range {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 12px;
}

.ku-pl-price-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 160px;
	min-width: 0;
}

.ku-pl-price-field span {
	font-size: 11px;
	font-weight: 800;
	color: #64748b;
}

.ku-pl-price-field input {
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	color: #0f172a;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.ku-pl-price-field input:focus {
	outline: none;
	border-color: #fdba74;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}

.ku-pl-price-field em {
	font-style: normal;
	font-size: 10px;
	font-weight: 800;
	color: #94a3b8;
}

.ku-pl-price-range__sep {
	align-self: center;
	padding-bottom: 10px;
	color: #cbd5e1;
	font-weight: 900;
}

.ku-pl-chips--price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	max-height: none;
	overflow: visible;
}

.ku-pl-chip--price {
	font-size: 11px;
	padding: 7px 11px;
	min-height: 34px;
}

.ku-pl-price-hint {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
}

.ku-pl-chips--flat {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-height: none;
	overflow: visible;
}

.ku-pl-toolbar .ku-pl-chips,
.ku-pl-toolbar .ku-pl-chips--wide,
.ku-pl-toolbar .ku-pl-chips--inline,
.ku-pl-advanced .ku-pl-chips {
	max-height: none;
	overflow: visible;
}

.ku-pl-toolbar__price {
	display: none;
}

.ku-pl-chips--inline {
	max-height: none;
}

.ku-pl-search--toolbar {
	flex: 1 1 auto;
	min-width: 0;
}

.ku-pl-toolbar__section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}

.ku-pl-toolbar__quick {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.ku-pl-toolbar__label {
	flex: 0 0 auto;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #fde68a;
	color: #b45309;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.ku-pl-sort-bar__track {
	display: flex;
	flex: 1 1 auto;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: thin;
}

.ku-pl-sort-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
	transition: all 0.16s ease;
}

.ku-pl-sort-chip__icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #f8fafc;
}

.ku-pl-sort-chip__icon svg {
	width: 16px;
	height: 16px;
}

.ku-pl-sort-chip.is-active {
	border-color: rgba(249, 115, 22, 0.45);
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
	color: #c2410c;
	box-shadow: 0 8px 20px rgba(249, 115, 22, 0.14);
}

.ku-pl-sort-chip.is-active .ku-pl-sort-chip__icon {
	background: rgba(249, 115, 22, 0.12);
	color: #ea580c;
}

.ku-pl-btn--sm {
	min-height: 40px;
	padding: 8px 14px;
	font-size: 12px;
}

.ku-pl-switch--compact {
	min-height: 40px;
	padding: 8px 12px;
	font-size: 12px;
}

.ku-pl-chips--inline {
	max-height: none;
}

.ku-pl-meta-bar {
	margin-bottom: 8px;
}

.ku-pl-set-pill,
.ku-pl-cat-pill {
	display: inline-flex;
	margin: 2px 0 2px 4px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.ku-pl-set-pill {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #c2410c;
}

.ku-pl-cat-pill {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #475569;
}

.ku-pl-td--set,
.ku-pl-td--cats {
	min-width: 120px;
}

.ku-pl-filters-card {
	display: none;
}

.ku-pl-layout {
	display: none;
}

.ku-pl-filters-card__head {
	padding: 16px 18px;
	border-bottom: 1px solid #eef2f7;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.ku-pl-filters-card__head h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	color: #9a3412;
}

.ku-pl-filters-card__body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ku-pl-filters-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(120px, 1fr));
	gap: 12px;
	align-items: end;
}

.ku-pl-field--search {
	grid-column: span 1;
}

.ku-pl-filters-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ku-pl-filters-actions .ku-pl-btn {
	min-width: 140px;
}

.ku-pl-chips--wide {
	max-height: 120px;
}

.ku-pl-muted {
	color: #94a3b8;
	font-size: 12px;
	font-weight: 700;
}

.ku-pl-main {
	padding: 16px;
}

.ku-pl-sidebar {
	position: sticky;
	top: 84px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ku-pl-panel {
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 12px 32px rgba(15, 23, 42, 0.07);
	overflow: hidden;
}

.ku-pl-panel__head {
	padding: 16px 18px;
	border-bottom: 1px solid #eef2f7;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.ku-pl-panel__head h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	color: #9a3412;
}

.ku-pl-panel__body {
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: calc(100dvh - 220px);
	overflow: auto;
}

.ku-pl-search {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	box-sizing: border-box;
}

.ku-pl-search:focus {
	outline: none;
	border-color: #fdba74;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}

.ku-pl-field label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 800;
	color: #64748b;
}

.ku-pl-field input[type="text"],
.ku-pl-field select {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
	box-sizing: border-box;
}

.ku-pl-range-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.ku-pl-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-height: 160px;
	overflow: auto;
}

.ku-pl-chip {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #fff;
	font-size: 12px;
	font-weight: 800;
	color: #475569;
	cursor: pointer;
	transition: all 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.ku-pl-chip.is-active,
.ku-pl-chip:hover {
	border-color: #fdba74;
	background: #fffbeb;
	color: #b45309;
	box-shadow: 0 6px 16px rgba(245, 158, 11, 0.12);
}

.ku-pl-switch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.ku-pl-switch input {
	width: 44px;
	height: 26px;
	accent-color: #f59e0b;
}

/* Main */
.ku-pl-main {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.ku-pl-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ku-pl-toolbar__meta {
	font-size: 14px;
	font-weight: 800;
	color: #334155;
}

.ku-pl-toolbar__meta strong {
	color: #0f172a;
}

.ku-pl-toolbar__controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.ku-pl-sort {
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
}

.ku-pl-active {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ku-pl-active:empty {
	display: none;
}

.ku-pl-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #fde68a;
	font-size: 12px;
	font-weight: 800;
	color: #92400e;
}

.ku-pl-tag button {
	border: 0;
	background: transparent;
	color: #b45309;
	font-size: 16px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

/* Table */
.ku-pl-table-wrap {
	overflow: auto;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ku-pl-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 980px;
	font-size: 13px;
}

.ku-pl-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 14px 12px;
	background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
	border-bottom: 1px solid #e2e8f0;
	font-size: 12px;
	font-weight: 900;
	color: #9a3412;
	text-align: right;
	white-space: nowrap;
}

.ku-pl-table tbody td {
	padding: 12px;
	border-bottom: 1px solid #f1f5f9;
	vertical-align: middle;
}

.ku-pl-row:hover {
	background: rgba(255, 251, 235, 0.55);
}

.ku-pl-row.is-oos {
	opacity: 0.72;
}

.ku-pl-td--idx {
	width: 42px;
	text-align: center;
	font-weight: 800;
	color: #64748b;
}

.ku-pl-td--img {
	width: 72px;
}

.ku-pl-td--img img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	border-radius: 10px;
	background: #f8fafc;
}

.ku-pl-td--name {
	min-width: 220px;
	font-weight: 800;
	line-height: 1.6;
}

.ku-pl-td--name a {
	color: #0f172a;
	text-decoration: none;
}

.ku-pl-td--guarantee,
.ku-pl-td--color {
	min-width: 120px;
	font-weight: 700;
	color: #334155;
}

.ku-pl-td--price {
	min-width: 140px;
	white-space: nowrap;
}

.ku-pl-price-current {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.ku-pl-price-current small {
	font-size: 10px;
	font-weight: 700;
	opacity: 0.85;
}

.ku-pl-price-old {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	color: #94a3b8;
	text-decoration: line-through;
}

.ku-pl-stock {
	display: inline-flex;
	margin-top: 6px;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
}

.ku-pl-stock--in {
	background: #ecfdf5;
	color: #047857;
}

.ku-pl-stock--out {
	background: #fef2f2;
	color: #b91c1c;
}

.ku-pl-color-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-size: 12px;
	font-weight: 800;
}

.ku-pl-color-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #cbd5e1, #94a3b8);
	flex-shrink: 0;
}

.ku-pl-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.ku-pl-qty__btn {
	width: 34px;
	height: 38px;
	border: 0;
	background: #f8fafc;
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;
	color: #334155;
}

.ku-pl-qty__input {
	width: 44px;
	height: 38px;
	border: 0;
	border-left: 1px solid #e2e8f0;
	border-right: 1px solid #e2e8f0;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	-moz-appearance: textfield;
}

.ku-pl-qty__input::-webkit-outer-spin-button,
.ku-pl-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ku-pl-btn--cart {
	min-width: 118px;
	min-height: 40px;
	padding: 8px 12px;
	font-size: 12px;
}

.ku-pl-btn--cart.is-added,
.ku-pl-btn.is-added {
	background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
	border-color: rgba(22, 163, 74, 0.35);
}

/* Grid (legacy hidden) */
.ku-pl-grid {
	display: none;
}

.ku-pl-card {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 10px 28px rgba(15, 23, 42, 0.07);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ku-pl-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 18px 40px rgba(245, 158, 11, 0.12);
}

.ku-pl-card__image {
	position: relative;
	padding: 14px;
	background:
		radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.92) 70%),
		linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ku-pl-card__image img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	border-radius: 12px;
}

.ku-pl-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
	flex: 1;
}

.ku-pl-card__title {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.65;
	min-height: 42px;
}

.ku-pl-card__title a {
	color: #0f172a;
	text-decoration: none;
}

.ku-pl-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ku-pl-card__cat {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	font-size: 10px;
	font-weight: 800;
	color: #64748b;
}

.ku-pl-card__price {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.ku-pl-card__price-current {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.ku-pl-card__price-old {
	font-size: 12px;
	font-weight: 700;
	color: #94a3b8;
	text-decoration: line-through;
}

.ku-pl-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.ku-pl-card__actions .ku-pl-btn {
	width: 100%;
	min-height: 44px;
	padding: 10px 8px;
	font-size: 12px;
}

.ku-pl-card__actions .ku-pl-btn--primary {
	grid-column: span 2;
}

.ku-pl-card.is-added .ku-pl-btn--primary {
	background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
	border-color: rgba(22, 163, 74, 0.35);
}

/* Brand bubble — Win11 card */
.ku-brand-bubble {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: calc(100% - 16px);
	padding: 7px 12px 7px 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.82) 100%);
	backdrop-filter: blur(14px) saturate(1.35);
	-webkit-backdrop-filter: blur(14px) saturate(1.35);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
	pointer-events: none;
}

.ku-brand-bubble__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	flex-shrink: 0;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

.ku-brand-bubble__text {
	font-size: 11px;
	font-weight: 800;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ku-brand-bubble--philips .ku-brand-bubble__dot {
	background: linear-gradient(135deg, #1d6fd8 0%, #003087 100%);
}

.ku-brand-bubble--bosch .ku-brand-bubble__dot {
	background: linear-gradient(135deg, #e30613 0%, #b0000d 100%);
}

.ku-brand-bubble--kitchenaid .ku-brand-bubble__dot {
	background: linear-gradient(135deg, #c41230 0%, #8f0d23 100%);
}

/* Pagination */
.ku-pl-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 8px 0 20px;
}

.ku-pl-page-btn {
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.ku-pl-page-btn.is-active,
.ku-pl-page-btn:hover:not(:disabled) {
	border-color: #fdba74;
	background: #fffbeb;
	color: #b45309;
}

.ku-pl-page-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* States */
.ku-pl-loading,
.ku-pl-empty {
	padding: 48px 20px;
	text-align: center;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px dashed #cbd5e1;
	font-size: 15px;
	font-weight: 800;
	color: #64748b;
}

.ku-pl-spinner {
	width: 36px;
	height: 36px;
	margin: 0 auto 12px;
	border: 3px solid #fde68a;
	border-top-color: #f97316;
	border-radius: 999px;
	animation: kuPlSpin 0.8s linear infinite;
}

@keyframes kuPlSpin {
	to { transform: rotate(360deg); }
}

/* Mobile bar + drawer */
.ku-pl-mobilebar {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(12px + env(safe-area-inset-bottom));
	z-index: 120;
	gap: 10px;
}

.ku-pl-mobilebar .ku-pl-btn {
	flex: 1;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
}

.ku-pl-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 130;
	background: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(4px);
}

.ku-pl-backdrop.is-open {
	display: block;
}

.ku-pl-drawer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 140;
	max-height: min(88dvh, 760px);
	border-radius: 20px 20px 0 0;
	background: #fff;
	transform: translateY(110%);
	transition: transform 0.28s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
}

.ku-pl-drawer.is-open {
	transform: translateY(0);
}

.ku-pl-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid #eef2f7;
}

.ku-pl-drawer__head h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 900;
}

.ku-pl-drawer__body {
	padding: 14px;
	overflow: auto;
}

body.ku-pl-drawer-open {
	overflow: hidden;
}

@media (max-width: 849px) {
	.ku-pl-advanced {
		grid-template-columns: 1fr;
	}

	.ku-pl-price-range {
		flex-direction: column;
		align-items: stretch;
	}

	.ku-pl-price-range__sep {
		display: none;
	}

	.ku-pl-price-range .ku-pl-btn {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.ku-pl-filters-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ku-pl-field--search {
		grid-column: span 2;
	}

	.ku-pl-main {
		padding: 12px 12px 24px;
	}

	.ku-pl-filters-card {
		margin: 12px 12px 0;
	}
}

@media (max-width: 549px) {
	.ku-pl-filters-grid {
		grid-template-columns: 1fr;
	}

	.ku-pl-field--search {
		grid-column: span 1;
	}

	.ku-pl-topbar__actions .ku-pl-btn--ghost {
		display: none;
	}

	.ku-pl-brand__text span {
		display: none;
	}
}

@media (min-width: 992px) {
	.ku-pl-drawer,
	.ku-pl-backdrop,
	.ku-pl-mobilebar {
		display: none !important;
	}
}

/* Shop-style filter layout (matches فروشگاه) */
.ku-pl-shop-layout {
	display: grid;
	grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	max-width: 1680px;
	margin: 0 auto;
}

.ku-pl-shop-sidebar {
	position: sticky;
	top: 72px;
}

.ku-pl-shop-sidebar .ku-filter-panel {
	margin: 0;
}

.ku-pl-shop-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ku-pl-search-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.ku-pl-search-bar .ku-pl-search {
	flex: 1;
	min-height: 44px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 600;
}

body.ku-pricelist-page .ku-pl-main {
	padding: 12px 16px 28px;
}

@media (max-width: 849px) {
	.ku-pl-shop-layout {
		grid-template-columns: 1fr;
	}

	.ku-pl-shop-sidebar {
		display: none !important;
	}
}
