/* Jahan Shoofazh product filters — Digikala-inspired, independent — 1.25.0 */

.widget_jspanel_product_filters{
	margin:0!important;
	padding:0!important;
	background:transparent!important;
	border:0!important;
}
.jspanel-product-filters{
	--jhf-border:#e5e7eb;
	--jhf-muted:#81858c;
	width:100%;
	overflow:hidden;
	border:1px solid var(--jhf-border);
	border-radius:14px;
	background:var(--jspanel-surface,#fff);
	color:var(--jspanel-ink,#17181b);
}
.jspanel-product-filters__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	min-height:52px;
	padding:0 15px;
	border-bottom:1px solid var(--jhf-border);
}
.jspanel-product-filters__head>div{
	display:flex;
	align-items:center;
	gap:7px;
}
.jspanel-product-filters__head strong{
	font-size:13px;
	font-weight:900;
}
.jspanel-product-filters__head span{
	display:grid;
	place-items:center;
	min-width:19px;
	height:19px;
	padding:0 5px;
	border-radius:999px;
	background:rgba(var(--jspanel-primary-rgb,230,57,70),.09);
	color:var(--jspanel-primary,#e63946);
	font-size:8px;
	font-weight:800;
}
.jspanel-product-filters__head a{
	color:var(--jspanel-primary,#e63946)!important;
	font-size:9px;
	font-weight:750;
	text-decoration:none!important;
}
.jspanel-product-filters__form{
	display:block;
	margin:0!important;
}
.jspanel-product-filter{
	margin:0;
	padding:0 15px;
	border:0;
	border-bottom:1px solid var(--jhf-border);
	background:transparent;
}
.jspanel-product-filter summary{
	position:relative;
	display:flex;
	align-items:center;
	gap:7px;
	min-height:50px;
	margin:0;
	padding:0 0 0 19px;
	color:var(--jspanel-ink,#282a2e);
	font-size:11px;
	font-weight:800;
	cursor:pointer;
	list-style:none;
}
.jspanel-product-filter summary::-webkit-details-marker{display:none}
.jspanel-product-filter summary>b{
	display:grid;
	place-items:center;
	min-width:18px;
	height:18px;
	padding:0 5px;
	margin-right:auto;
	border-radius:999px;
	background:#f2f3f5;
	color:#777b81;
	font-size:8px;
	font-weight:800;
}
.jspanel-product-filter summary>i{
	position:absolute;
	left:1px;
	width:8px;
	height:8px;
	border-left:1.5px solid #7c8086;
	border-bottom:1.5px solid #7c8086;
	transform:rotate(-45deg);
	transition:transform .18s ease;
}
.jspanel-product-filter[open] summary>i{
	transform:rotate(135deg);
}
.jspanel-product-filter__body{
	padding:0 0 13px;
}
.jspanel-price-slider{
	--jhf-price-from:0%;
	--jhf-price-to:100%;
	padding-top:2px;
}
.jspanel-price-slider__values{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px;
	margin-bottom:17px;
}
.jspanel-price-slider__values>div{
	display:grid;
	grid-template-columns:auto 1fr;
	align-items:baseline;
	column-gap:5px;
	min-width:0;
	padding:8px 9px;
	border:1px solid #e4e6e9;
	border-radius:9px;
	background:#fafafa;
}
.jspanel-price-slider__values>div:last-child{
	text-align:left;
}
.jspanel-price-slider__values span{
	color:#9a9da2;
	font-size:8px;
}
.jspanel-price-slider__values strong{
	min-width:0;
	overflow:hidden;
	color:#3f4247;
	font-size:10px;
	font-weight:800;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.jspanel-price-slider__values small{
	grid-column:1/-1;
	margin-top:1px;
	color:#aaaeb3;
	font-size:7.5px;
}
.jspanel-price-slider__rail{
	position:relative;
	height:4px;
	margin:0 8px;
	border-radius:999px;
	background:#e5e7ea;
	direction:rtl;
}
.jspanel-price-slider__rail span{
	position:absolute;
	top:0;
	bottom:0;
	inset-inline-start:var(--jhf-price-from);
	inset-inline-end:calc(100% - var(--jhf-price-to));
	border-radius:inherit;
	background:var(--jspanel-primary,#e63946);
}
.jspanel-price-slider__inputs{
	position:relative;
	height:0;
	margin:0 8px;
}
.jspanel-price-slider__inputs input[type=range]{
	position:absolute;
	z-index:2;
	top:-12px;
	left:0;
	width:100%;
	height:20px;
	margin:0!important;
	padding:0!important;
	border:0!important;
	outline:0!important;
	background:transparent!important;
	direction:rtl!important;
	pointer-events:none;
	-webkit-appearance:none;
	appearance:none;
	box-shadow:none!important;
}
.jspanel-price-slider__inputs input[type=range]::-webkit-slider-runnable-track{
	height:4px;
	background:transparent;
}
.jspanel-price-slider__inputs input[type=range]::-webkit-slider-thumb{
	width:17px;
	height:17px;
	margin-top:-6.5px;
	border:2px solid var(--jspanel-primary,#e63946);
	border-radius:50%;
	background:#fff;
	box-shadow:0 1px 5px rgba(0,0,0,.15);
	pointer-events:auto;
	-webkit-appearance:none;
	appearance:none;
	cursor:grab;
}
.jspanel-price-slider__inputs input[type=range]::-moz-range-track{
	height:4px;
	background:transparent;
}
.jspanel-price-slider__inputs input[type=range]::-moz-range-thumb{
	width:13px;
	height:13px;
	border:2px solid var(--jspanel-primary,#e63946);
	border-radius:50%;
	background:#fff;
	box-shadow:0 1px 5px rgba(0,0,0,.15);
	pointer-events:auto;
	cursor:grab;
}
.jspanel-price-slider__inputs input[type=range]:active::-webkit-slider-thumb{
	cursor:grabbing;
	box-shadow:0 0 0 5px rgba(var(--jspanel-primary-rgb,230,57,70),.10);
}
.jspanel-price-slider__inputs input[type=range]:active::-moz-range-thumb{
	cursor:grabbing;
	box-shadow:0 0 0 5px rgba(var(--jspanel-primary-rgb,230,57,70),.10);
}
.jspanel-price-slider__bounds{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-top:13px;
	color:#a1a5aa;
	font-size:7.5px;
	direction:rtl;
}
.jspanel-price-slider__single{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	padding:9px 10px;
	border:1px solid #e4e6e9;
	border-radius:9px;
	background:#fafafa;
}
.jspanel-price-slider__single span{
	color:#8d9197;
	font-size:8.5px;
}
.jspanel-price-slider__single strong{
	color:#42464b;
	font-size:9.5px;
	font-weight:800;
}
.jspanel-product-filter--switch{
	padding-top:0;
	padding-bottom:0;
}
.jspanel-product-filter--switch>label{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	min-height:50px;
	cursor:pointer;
}
.jspanel-product-filter--switch span{
	color:var(--jspanel-ink,#34373b);
	font-size:10.5px;
	font-weight:750;
}
.jspanel-product-filter--switch input{
	position:absolute;
	opacity:0;
	pointer-events:none;
}
.jspanel-product-filter--switch i{
	position:relative;
	width:36px;
	height:20px;
	flex:0 0 36px;
	border:1px solid #cfd2d6;
	border-radius:999px;
	background:#e7e8ea;
	transition:background .18s ease,border-color .18s ease;
}
.jspanel-product-filter--switch i::after{
	content:"";
	position:absolute;
	top:2px;
	right:2px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,.16);
	transition:transform .18s ease;
}
.jspanel-product-filter--switch input:checked+i{
	border-color:var(--jspanel-primary,#e63946);
	background:var(--jspanel-primary,#e63946);
}
.jspanel-product-filter--switch input:checked+i::after{
	transform:translateX(-16px);
}
.jspanel-product-filter__search{
	position:relative;
	margin-bottom:8px;
}
.jspanel-product-filter__search svg{
	position:absolute;
	top:50%;
	right:9px;
	width:15px;
	height:15px;
	fill:none;
	stroke:#9da1a7;
	stroke-width:1.6;
	transform:translateY(-50%);
}
.jspanel-product-filter__search input{
	width:100%;
	height:35px!important;
	margin:0!important;
	padding:0 31px 0 9px!important;
	border:1px solid #e3e5e8!important;
	border-radius:9px!important;
	background:#fafafa!important;
	color:#45494e!important;
	font:inherit!important;
	font-size:9.5px!important;
	box-shadow:none!important;
}
.jspanel-product-filter__terms{
	display:flex;
	flex-direction:column;
	max-height:235px;
	overflow:auto;
	scrollbar-width:thin;
}
.jspanel-product-filter__terms label{
	display:flex;
	align-items:center;
	gap:8px;
	min-height:31px;
	color:#50545a;
	font-size:10px;
	cursor:pointer;
}
.jspanel-product-filter__terms label[hidden]{display:none!important}
.jspanel-product-filter__terms input{
	position:absolute;
	opacity:0;
	pointer-events:none;
}
.jspanel-filter-checkbox{
	position:relative;
	width:16px;
	height:16px;
	flex:0 0 16px;
	border:1.4px solid #c8cbd0;
	border-radius:4px;
	background:#fff;
}
.jspanel-product-filter__terms input:checked+.jspanel-filter-checkbox{
	border-color:var(--jspanel-primary,#e63946);
	background:var(--jspanel-primary,#e63946);
}
.jspanel-product-filter__terms input:checked+.jspanel-filter-checkbox::after{
	content:"";
	position:absolute;
	top:2px;
	right:4px;
	width:5px;
	height:8px;
	border-right:1.7px solid #fff;
	border-bottom:1.7px solid #fff;
	transform:rotate(45deg);
}
.jspanel-product-filter__terms strong{
	min-width:0;
	overflow:hidden;
	font-weight:600;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.jspanel-product-filter__terms small{
	margin-right:auto;
	color:#aaaeb4;
	font-size:8px;
	font-weight:500;
}
.jspanel-product-filter__terms label.is-brand{
	min-height:36px;
}
.jspanel-product-filter__brand-thumb{
	display:grid;
	place-items:center;
	width:44px;
	height:26px;
	flex:0 0 44px;
	overflow:hidden;
	border:1px solid #eceef0;
	border-radius:6px;
	background:#fff;
}
.jspanel-product-filter__brand-image{
	display:block!important;
	width:38px!important;
	height:20px!important;
	max-width:38px!important;
	max-height:20px!important;
	margin:0!important;
	object-fit:contain;
}
html.jspanel-theme-dark .jspanel-product-filter__brand-thumb{
	border-color:#343940;
	background:#fff;
}
.jspanel-product-filters__actions{
	display:grid;
	grid-template-columns:1fr auto;
	gap:7px;
	padding:12px 15px 14px;
}
.jspanel-product-filters__actions button{
	min-height:38px;
	margin:0!important;
	padding:7px 12px!important;
	border:1px solid var(--jspanel-primary,#e63946)!important;
	border-radius:9px!important;
	background:var(--jspanel-primary,#e63946)!important;
	color:#fff!important;
	font:inherit!important;
	font-size:10.5px!important;
	font-weight:850!important;
	box-shadow:none!important;
	cursor:pointer;
}
.jspanel-product-filters__actions button:hover{
	border-color:var(--jspanel-primary-strong,#c92f3b)!important;
	background:var(--jspanel-primary-strong,#c92f3b)!important;
}
.jspanel-product-filters__actions a{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:0 7px;
	color:#777b81!important;
	font-size:9px;
	font-weight:700;
	text-decoration:none!important;
}

/* Dark mode */
html.jspanel-theme-dark .jspanel-product-filters{
	--jhf-border:#2d3238;
	background:#171a1e!important;
	color:#eef1f4!important;
}
html.jspanel-theme-dark .jspanel-product-filter summary,
html.jspanel-theme-dark .jspanel-product-filter--switch span{
	color:#e4e8eb!important;
}
html.jspanel-theme-dark .jspanel-product-filter summary>b{
	background:#22262b!important;
	color:#aab0b7!important;
}
html.jspanel-theme-dark .jspanel-product-filter__price label,
html.jspanel-theme-dark .jspanel-product-filter__search input{
	border-color:#32373d!important;
	background:#1d2025!important;
}
html.jspanel-theme-dark .jspanel-product-filter__price input,
html.jspanel-theme-dark .jspanel-product-filter__search input{
	color:#e5e8eb!important;
}
html.jspanel-theme-dark .jspanel-filter-checkbox{
	border-color:#555b62;
	background:#1d2025;
}
html.jspanel-theme-dark .jspanel-product-filter__terms label{
	color:#c7ccd1;
}
html.jspanel-theme-dark .jspanel-product-filter--switch i{
	border-color:#50565d;
	background:#30353b;
}

@media(max-width:767px){
	.jspanel-product-filters{
		border-radius:12px;
	}
	.jspanel-product-filters__head{
		min-height:48px;
		padding-inline:13px;
	}
	.jspanel-product-filter{
		padding-inline:13px;
	}
	.jspanel-product-filters__actions{
		position:sticky;
		bottom:0;
		z-index:4;
		background:var(--jspanel-surface,#fff);
	}
	html.jspanel-theme-dark .jspanel-product-filters__actions{
		background:#171a1e;
	}
}


/* 1.25.1 - dynamic dual price slider. */
html.jspanel-theme-dark .jspanel-price-slider__values>div,
html.jspanel-theme-dark .jspanel-price-slider__single{
	border-color:#32373d!important;
	background:#1d2025!important;
}
html.jspanel-theme-dark .jspanel-price-slider__values strong,
html.jspanel-theme-dark .jspanel-price-slider__single strong{
	color:#e6eaed!important;
}
html.jspanel-theme-dark .jspanel-price-slider__rail{
	background:#343940;
}
html.jspanel-theme-dark .jspanel-price-slider__inputs input[type=range]::-webkit-slider-thumb{
	background:#171a1e;
}
html.jspanel-theme-dark .jspanel-price-slider__inputs input[type=range]::-moz-range-thumb{
	background:#171a1e;
}


/* 1.26.2 — the entire price control follows the Persian RTL layout.
   Minimum (از) is on the right, maximum (تا) is on the left.
   The active rail uses logical inline offsets so it fills between the two RTL thumbs. */
.jspanel-price-slider__inputs,
.jspanel-price-slider__rail,
.jspanel-price-slider__inputs input[type=range]{
	direction:rtl!important;
}


.jspanel-filter-replacement-launcher{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	margin:0 0 13px;
}
.jspanel-filter-replacement-button{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:7px;
	min-height:38px!important;
	margin:0!important;
	padding:7px 12px!important;
	border:1px solid var(--jspanel-line,#e5e7eb)!important;
	border-radius:10px!important;
	background:var(--jspanel-surface,#fff)!important;
	color:var(--jspanel-ink,#3f4349)!important;
	font:inherit!important;
	font-size:10.5px!important;
	font-weight:800!important;
	line-height:1!important;
	cursor:pointer;
	box-shadow:none!important;
	transition:border-color .18s ease,color .18s ease,background .18s ease!important;
}
.jspanel-filter-replacement-button:hover{
	border-color:rgba(var(--jspanel-primary-rgb,230,57,70),.35)!important;
	color:var(--jspanel-primary,#e63946)!important;
}
.jspanel-filter-replacement-button svg{
	width:17px;
	height:17px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.7;
	stroke-linecap:round;
}
.jspanel-filter-replacement-button b{
	display:grid;
	place-items:center;
	min-width:19px;
	height:19px;
	padding:0 5px;
	border-radius:999px;
	background:var(--jspanel-primary,#e63946);
	color:#fff;
	font-size:8px;
	font-weight:850;
}

.jspanel-filter-replacement{
	position:relative;
	z-index:100040;
}
.jspanel-filter-replacement__backdrop{
	position:fixed!important;
	z-index:100040!important;
	inset:0!important;
	display:block!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:0!important;
	background:rgba(17,19,22,.34)!important;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:opacity .22s ease,visibility .22s ease;
}
.jspanel-filter-replacement__drawer{
	position:fixed;
	z-index:100041;
	top:0;
	right:0;
	display:flex;
	flex-direction:column;
	width:min(390px,92vw);
	height:100dvh;
	margin:0;
	padding:0;
	overflow:hidden;
	border:0;
	border-left:1px solid var(--jspanel-line,#e5e7eb);
	background:var(--jspanel-surface,#fff);
	box-shadow:-18px 0 55px rgba(0,0,0,.14);
	transform:translateX(105%);
	transition:transform .28s cubic-bezier(.2,.7,.2,1);
}
body.jspanel-filter-drawer-open{
	overflow:hidden!important;
}
body.jspanel-filter-drawer-open .jspanel-filter-replacement__backdrop{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}
body.jspanel-filter-drawer-open .jspanel-filter-replacement__drawer{
	transform:translateX(0);
}
.jspanel-filter-replacement__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	min-height:64px;
	flex:none;
	padding:10px 16px;
	border-bottom:1px solid var(--jspanel-line,#e5e7eb);
}
.jspanel-filter-replacement__head>div{
	display:flex;
	flex-direction:column;
	gap:2px;
}
.jspanel-filter-replacement__head strong{
	color:var(--jspanel-ink,#17181b);
	font-size:12px;
	font-weight:900;
}
.jspanel-filter-replacement__head span{
	color:var(--jspanel-muted,#8b9096);
	font-size:8px;
}
.jspanel-filter-replacement__close{
	display:grid!important;
	place-items:center!important;
	width:34px!important;
	height:34px!important;
	flex:0 0 34px;
	margin:0!important;
	padding:0!important;
	border:1px solid var(--jspanel-line,#e5e7eb)!important;
	border-radius:9px!important;
	background:var(--jspanel-soft,#f5f6f7)!important;
	color:var(--jspanel-ink,#555)!important;
	cursor:pointer;
	box-shadow:none!important;
}
.jspanel-filter-replacement__close svg{
	width:17px;
	height:17px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.7;
	stroke-linecap:round;
}
.jspanel-filter-replacement__body{
	flex:1 1 auto;
	min-height:0;
	padding:14px;
	overflow-y:auto;
	overscroll-behavior:contain;
}
.jspanel-filter-replacement__body .jspanel-product-filters{
	border:0;
	border-radius:0;
	box-shadow:none;
}
.jspanel-filter-replacement__body .jspanel-product-filters__actions{
	position:sticky;
	bottom:-14px;
	z-index:5;
	margin:8px -14px -14px;
	padding:12px 14px max(14px,env(safe-area-inset-bottom));
	border-top:1px solid var(--jspanel-line,#e5e7eb);
	background:var(--jspanel-surface,#fff);
}

html.jspanel-theme-dark .jspanel-filter-replacement__drawer{
	border-color:#2c3035;
	background:#171a1e;
}
html.jspanel-theme-dark .jspanel-filter-replacement-button{
	border-color:#30353b!important;
	background:#171a1e!important;
	color:#dce0e4!important;
}
html.jspanel-theme-dark .jspanel-filter-replacement__head{
	border-color:#2c3035;
}
html.jspanel-theme-dark .jspanel-filter-replacement__close{
	border-color:#343940!important;
	background:#22262b!important;
	color:#d5dade!important;
}
html.jspanel-theme-dark .jspanel-filter-replacement__body .jspanel-product-filters__actions{
	border-color:#2c3035;
	background:#171a1e;
}

@media(max-width:767px){
	.jspanel-filter-replacement-launcher{
		margin-bottom:10px;
	}
	.jspanel-filter-replacement-button{
		min-height:36px!important;
		padding-inline:10px!important;
	}
	.jspanel-filter-replacement__drawer{
		width:min(360px,94vw);
	}
}


/* 1.31.0 — generic WooCommerce controls are owned by our AJAX toolbar.
   Theme-specific selectors live in the compatibility layer. */
body.jspanel-independent-product-filters .woocommerce-ordering:not(.jspanel-ordering),
body.jspanel-independent-product-filters .woocommerce-result-count,
body.jspanel-independent-product-filters .shop-loop-head .woocommerce-ordering{
	display:none!important;
}

.jspanel-shop-ajax-toolbar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	width:100%;
	min-height:52px;
	margin:0 0 15px;
	padding:7px 9px;
	border:1px solid var(--jspanel-line,#e5e7eb);
	border-radius:12px;
	background:var(--jspanel-surface,#fff);
	transition:opacity .18s ease;
}
.jspanel-shop-ajax-toolbar__start,
.jspanel-shop-ajax-toolbar__controls{
	display:flex;
	align-items:center;
	gap:9px;
	min-width:0;
}
.jspanel-shop-ajax-count{
	color:var(--jspanel-muted,#7e8389);
	font-size:9.5px;
	font-weight:650;
	white-space:nowrap;
}
.jspanel-shop-ajax-select{
	display:flex;
	align-items:center;
	gap:5px;
	color:var(--jspanel-muted,#7e8389);
	font-size:8px;
	white-space:nowrap;
}
.jspanel-shop-ajax-select select{
	min-width:122px;
	height:35px;
	margin:0!important;
	padding:0 9px!important;
	border:1px solid var(--jspanel-line,#e5e7eb)!important;
	border-radius:8px!important;
	background:var(--jspanel-surface,#fff)!important;
	color:var(--jspanel-ink,#4b5056)!important;
	font:inherit!important;
	font-size:9.5px!important;
	font-weight:700!important;
	outline:none!important;
	box-shadow:none!important;
}
.jspanel-shop-ajax-select--per-page select{
	min-width:70px;
}
.jspanel-shop-view-switcher{
	display:flex;
	align-items:center;
	gap:3px;
	padding:3px;
	border:1px solid var(--jspanel-line,#e5e7eb);
	border-radius:8px;
	background:var(--jspanel-soft,#f6f7f8);
}
.jspanel-shop-view-switcher button{
	display:grid!important;
	grid-auto-flow:column;
	grid-auto-columns:3px;
	align-items:center;
	justify-content:center;
	gap:2px;
	width:31px!important;
	height:29px!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:6px!important;
	background:transparent!important;
	color:#9aa0a6!important;
	box-shadow:none!important;
	cursor:pointer;
}
.jspanel-shop-view-switcher button i{
	display:block;
	width:3px;
	height:13px;
	border-radius:2px;
	background:currentColor;
}
.jspanel-shop-view-switcher button.is-active{
	background:var(--jspanel-surface,#fff)!important;
	color:var(--jspanel-primary,#e63946)!important;
	box-shadow:0 1px 4px rgba(17,24,39,.07)!important;
}

/* Theme-independent product grid columns. */
body.jspanel-independent-product-filters .products.jspanel-ajax-columns-2{
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
body.jspanel-independent-product-filters .products.jspanel-ajax-columns-3{
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body.jspanel-independent-product-filters .products.jspanel-ajax-columns-4{
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body.jspanel-shop-ajax-loading .jspanel-shop-ajax-toolbar,
body.jspanel-shop-ajax-loading .products{
	opacity:.48!important;
	pointer-events:none!important;
}
body.jspanel-shop-ajax-loading .jspanel-shop-ajax-toolbar::after{
	content:"";
	width:16px;
	height:16px;
	flex:0 0 16px;
	border:2px solid var(--jspanel-line,#dedfe2);
	border-top-color:var(--jspanel-primary,#e63946);
	border-radius:50%;
	animation:jspanel-shop-ajax-spin .6s linear infinite;
}
@keyframes jspanel-shop-ajax-spin{to{transform:rotate(360deg)}}

html.jspanel-theme-dark .jspanel-shop-ajax-toolbar{
	border-color:#30353b;
	background:#171a1e;
}
html.jspanel-theme-dark .jspanel-shop-ajax-select select{
	border-color:#343940!important;
	background:#20242a!important;
	color:#e0e4e8!important;
}
html.jspanel-theme-dark .jspanel-shop-view-switcher{
	border-color:#343940;
	background:#20242a;
}
html.jspanel-theme-dark .jspanel-shop-view-switcher button.is-active{
	background:#171a1e!important;
}

@media(max-width:900px){
	.jspanel-shop-ajax-toolbar{
		align-items:stretch;
		flex-direction:column;
	}
	.jspanel-shop-ajax-toolbar__start,
	.jspanel-shop-ajax-toolbar__controls{
		justify-content:space-between;
		width:100%;
	}
}
@media(max-width:767px){
	.jspanel-shop-ajax-toolbar{
		gap:8px;
		min-height:0;
		padding:7px;
		border-radius:10px;
	}
	.jspanel-shop-ajax-count{font-size:8.5px}
	.jspanel-shop-ajax-select>span{display:none}
	.jspanel-shop-ajax-select select{min-width:102px}
	.jspanel-shop-ajax-select--per-page select{min-width:64px}
	.jspanel-shop-view-switcher button[data-jspanel-shop-columns="4"]{display:none!important}
	body.jspanel-independent-product-filters .products.jspanel-ajax-columns-3,
	body.jspanel-independent-product-filters .products.jspanel-ajax-columns-4{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}
