/* developed by web-premium.ir */

.hmyt-kit-shop {
	--hmyt-shop-accent: #0d59f1;
	direction: rtl;
	font-family: inherit;
	position: relative;
}

.hmyt-kit-shop-layout {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.hmyt-kit-shop-main {
	flex: 1;
	min-width: 0;
}

.hmyt-kit-shop-sidebar {
	width: 240px;
	flex-shrink: 0;
	position: sticky;
	top: 20px;
}

.hmyt-kit-shop-filters {
	background: #fff;
	border: 1px solid #eef1f5;
	border-radius: 16px;
	padding: 16px 18px;
}

.hmyt-kit-shop-fil-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #9ca3af;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

.hmyt-kit-shop-fil-group {
	border-top: 1px solid #f0f2f5;
	padding-top: 12px;
	margin-top: 12px;
}

.hmyt-kit-shop-fil-head {
	font-size: 13px;
	font-weight: 700;
	color: #1c1c25;
	margin-bottom: 10px;
}

.hmyt-kit-shop-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	cursor: pointer;
	user-select: none;
	padding: 9px 0;
	border-top: 1px solid #f0f2f5;
}

.hmyt-kit-shop-toggle:first-of-type {
	border-top: none;
	padding-top: 0;
}

.hmyt-kit-shop-toggle-label {
	font-size: 13px;
	font-weight: 500;
	color: #374151;
}

.hmyt-kit-shop-sw {
	width: 32px;
	height: 18px;
	background: transparent;
	border: 2px solid #c5cad3;
	border-radius: 99px;
	position: relative;
	flex-shrink: 0;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.hmyt-kit-shop-sw::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #c5cad3;
	border-radius: 50%;
	top: 3px;
	right: calc(100% - 12px);
	transition: right 0.24s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease;
}

.hmyt-kit-shop-toggle input:checked + .hmyt-kit-shop-sw {
	background: var(--hmyt-shop-accent);
	border-color: var(--hmyt-shop-accent);
}

.hmyt-kit-shop-toggle input:checked + .hmyt-kit-shop-sw::after {
	right: 3px;
	background: #fff;
}

.hmyt-kit-shop-price-inputs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.hmyt-kit-shop-acc-body .hmyt-kit-shop-price-inputs input {
	width: 100%;
	min-width: 0;
	height: 36px;
	border: 1px solid #e3e8ee;
	border-radius: 9px;
	padding: 0 10px;
	font-family: inherit;
	font-size: 13px;
	color: #374151;
	background: #fafcff;
	outline: none;
	-moz-appearance: textfield;
}

.hmyt-kit-shop-price-inputs input::-webkit-outer-spin-button,
.hmyt-kit-shop-price-inputs input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.hmyt-kit-shop-price-inputs input:focus { border-color: var(--hmyt-shop-accent); }

.hmyt-kit-shop-price-sep { font-size: 12px; color: #9ca3af; flex-shrink: 0; }

.hmyt-kit-shop-acc-body > .hmyt-kit-shop-price-apply {
	width: 100%;
	height: 34px;
	border: none;
	border-radius: 9px;
	background: var(--hmyt-shop-accent);
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	min-height: unset;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.hmyt-kit-shop-price-apply:hover { opacity: 0.9; }

.hmyt-kit-shop-checks {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-height: 220px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.hmyt-kit-shop-check {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	padding: 5px 0;
	font-size: 13px;
	color: #374151;
}

.hmyt-kit-shop-check input { display: none; }

.hmyt-kit-shop-check-box {
	width: 18px;
	height: 18px;
	border: 2px solid #c5cad3;
	border-radius: 6px;
	flex-shrink: 0;
	position: relative;
	transition: background 0.18s ease, border-color 0.18s ease;
}

.hmyt-kit-shop-check input:checked + .hmyt-kit-shop-check-box {
	background: var(--hmyt-shop-accent);
	border-color: var(--hmyt-shop-accent);
}

.hmyt-kit-shop-check input:checked + .hmyt-kit-shop-check-box::after {
	content: '';
	position: absolute;
	inset: 0;
	background: center/11px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.hmyt-kit-shop-check-label { flex: 1; min-width: 0; }

.hmyt-kit-shop-check-count {
	font-size: 11px;
	color: #9ca3af;
	background: #f1f3f6;
	border-radius: 99px;
	padding: 1px 8px;
}

.hmyt-kit-shop-acc {
	border-top: 1px solid #f0f2f5;
}

.hmyt-kit-shop-acc > .hmyt-kit-shop-acc-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 13px 0;
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	min-height: unset;
	color: #1c1c25;
}

.hmyt-kit-shop-acc > .hmyt-kit-shop-acc-head:hover{
	background-color: unset;
	border-color: unset
}

.hmyt-kit-shop-acc-chev {
	color: #9ca3af;
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

.hmyt-kit-shop-acc:not(.is-open) .hmyt-kit-shop-acc-chev { transform: rotate(-90deg); }

.hmyt-kit-shop-acc-body { padding-bottom: 13px; }

.hmyt-kit-shop-acc:not(.is-open) .hmyt-kit-shop-acc-body { display: none; }

.hmyt-kit-shop-cat-tree,
.hmyt-kit-shop-cat-children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hmyt-kit-shop-cat-tree {
	max-height: 300px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.hmyt-kit-shop-cat-children {
	padding-right: 16px;
	display: none;
}

.hmyt-kit-shop-cat-node.is-open > .hmyt-kit-shop-cat-children { display: block; }

.hmyt-kit-shop-cat-row {
	display: flex;
	align-items: center;
	gap: 2px;
}

.hmyt-kit-shop-cat-row > .hmyt-kit-shop-check { flex: 1; min-width: 0; }

.hmyt-kit-shop-cat-row .hmyt-kit-shop-cat-expand {
	flex-shrink: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 4px;
	color: #9ca3af;
	line-height: 0;
	border-radius: 6px;
	transition: transform 0.25s ease, background 0.15s ease;
}

.hmyt-kit-shop-cat-expand:hover { background: rgba(0, 0, 0, 0.04); }

.hmyt-kit-shop-cat-node.is-open > .hmyt-kit-shop-cat-row > .hmyt-kit-shop-cat-expand { transform: rotate(180deg); }

body.dark .hmyt-kit-shop-acc-head { color: #f3f4f6; }
body.dark .hmyt-kit-shop-acc { border-color: #3a3a47; }

.hmyt-kit-shop-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.hmyt-kit-shop-swatch {
	cursor: pointer;
	line-height: 0;
}

.hmyt-kit-shop-swatch input { display: none; }

.hmyt-kit-shop-swatch-dot {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 0 2px #fff inset;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hmyt-kit-shop-swatch:hover .hmyt-kit-shop-swatch-dot { transform: scale(1.08); }

.hmyt-kit-shop-swatch input:checked + .hmyt-kit-shop-swatch-dot {
	box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px var(--hmyt-shop-accent);
}

.hmyt-kit-shop-ratings {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hmyt-kit-shop-ratings .hmyt-kit-shop-rating-row {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 6px 8px;
	background: transparent;
	border: none;
	border-radius: 9px;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease;
}

.hmyt-kit-shop-rating-row:hover { background: rgba(0, 0, 0, 0.03); }

.hmyt-kit-shop-rating-row.is-active {
	background: color-mix(in srgb, var(--hmyt-shop-accent) 10%, transparent);
}

.hmyt-kit-shop-rstar-wrap {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 0;
	flex-shrink: 0;
}

.hmyt-kit-shop-rstar-wrap .hmyt-kit-shop-rstar {
	display: block;
	width: 16px;
	height: 16px;
	color: #d3d9e2;
}

.hmyt-kit-shop-rstar-fill {
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	width: var(--fill, 0%);
	overflow: hidden;
}

.hmyt-kit-shop-rstar-fill .hmyt-kit-shop-rstar {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffb900;
}

.hmyt-kit-shop-rtext { font-size: 12px; color: #6b7280; }
.hmyt-kit-shop-rating-row.is-active .hmyt-kit-shop-rtext { color: var(--hmyt-shop-accent); font-weight: 600; }

.hmyt-kit-shop-sentinel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 16px;
}

.hmyt-kit-shop-inf-spinner {
	width: 28px;
	height: 28px;
	border: 3px solid rgba(0, 0, 0, 0.12);
	border-top-color: var(--hmyt-shop-accent);
	border-radius: 50%;
	opacity: 0;
	animation: hmyt-kit-shop-spin 0.7s linear infinite;
	transition: opacity 0.2s ease;
}

.hmyt-kit-shop-sentinel.is-loading-more .hmyt-kit-shop-inf-spinner { opacity: 1; }

.hmyt-kit-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.hmyt-kit-shop-sort {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.hmyt-kit-shop-sort-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
}

.hmyt-kit-shop-sort-opts {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	background: #fff;
	border: 1px solid #eef1f5;
	padding: 4px 6px;
	border-radius: 12px;
	flex-wrap: wrap;
}

.hmyt-kit-shop-sort-opts > .hmyt-kit-shop-sort-opt {
	display: inline-flex;
	align-items: center;
	padding: 5px 13px;
	background: transparent;
	border: none;
	border-radius: 8px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
	cursor: pointer;
	min-height: unset;
	white-space: nowrap;
	transition: color 0.18s ease, background 0.18s ease;
}

.hmyt-kit-shop-sort-opt:hover:not(.is-active) { color: #111827; background: rgba(0, 0, 0, 0.03); }

.hmyt-kit-shop-sort-opt.is-active {
	color: var(--hmyt-shop-accent);
	background: color-mix(in srgb, var(--hmyt-shop-accent) 10%, transparent);
	font-weight: 600;
}

.hmyt-kit-shop-count {
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
	white-space: nowrap;
}

.hmyt-kit-shop-count-label { display: none; }

@media (max-width: 768px) {
	.hmyt-kit-shop-count { width: 100%; display: flex; align-items: center; justify-content: space-between; }
	.hmyt-kit-shop-count-label { display: inline; font-weight: 500; color: #9ca3af; }
	.hmyt-kit-shop-count-val { font-weight: 700; color: #374151; }
}

body.dark .hmyt-kit-shop-count-val { color: #e5e7eb; }

.hmyt-kit-shop-results {
	position: relative;
	min-height: 120px;
}

@keyframes hmyt-kit-shop-spin { to { transform: rotate(360deg); } }

.hmyt-kit-shop-skel {
	background: #fff;
	border: 1px solid #f0f0f1;
	border-radius: 16px;
	overflow: hidden;
	padding: 0 0 12px;
}

.hmyt-kit-shop-skel-img {
	width: 100%;
	padding-bottom: 100%;
}

.hmyt-kit-shop-skel-line {
	height: 12px;
	border-radius: 6px;
	margin: 12px 12px 0;
}

.hmyt-kit-shop-skel-line.t { width: 80%; height: 14px; }
.hmyt-kit-shop-skel-line.p { width: 45%; margin-top: 14px; height: 16px; }

.hmyt-kit-shop-skel-img,
.hmyt-kit-shop-skel-line {
	background: linear-gradient(90deg, #eef1f5 25%, #e2e6ec 50%, #eef1f5 75%);
	background-size: 200% 100%;
	animation: hmyt-kit-shop-shimmer 1.3s infinite linear;
}

@keyframes hmyt-kit-shop-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

body.dark .hmyt-kit-shop-skel { background: #262631; border-color: #3a3a47; }
body.dark .hmyt-kit-shop-skel-img,
body.dark .hmyt-kit-shop-skel-line {
	background: linear-gradient(90deg, #2e2e3a 25%, #3a3a47 50%, #2e2e3a 75%);
	background-size: 200% 100%;
}

.hmyt-kit-shop-empty {
	grid-column: 1 / -1;
}

.hmyt-kit-shop-active {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.hmyt-kit-shop-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #eef1f5;
	border-radius: 12px;
	padding: 5px 6px 5px 10px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.hmyt-kit-shop-chip:hover { border-color: #dfe4ea; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }

.hmyt-kit-shop-chip-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: color-mix(in srgb, var(--hmyt-shop-accent) 12%, transparent);
	color: var(--hmyt-shop-accent);
	flex-shrink: 0;
}

.hmyt-kit-shop-chip-info {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
	min-width: 0;
}

.hmyt-kit-shop-chip-label { font-size: 10px; color: #9ca3af; }
.hmyt-kit-shop-chip-name { font-size: 12.5px; font-weight: 600; color: #374151; white-space: nowrap; }

.hmyt-kit-shop-chip-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: none;
	background: transparent;
	color: #a1a3a8;
	border-radius: 7px;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.15s ease, color 0.15s ease;
}

.hmyt-kit-shop-chip-clear:hover { background: #fdecef; color: #ee1844; }

.hmyt-kit-shop-fil-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
}

.hmyt-kit-shop-fil-title-row > .hmyt-kit-shop-clear-all {
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	min-height: unset;
	font-weight: 600;
	color: var(--hmyt-shop-accent);
	padding: 2px 4px;
	transition: opacity 0.15s ease;
}

.hmyt-kit-shop-clear-all:hover { opacity: 0.75; }

.hmyt-kit-shop-cur { font-size: 10px; font-weight: 400; color: #9ca3af; margin-right: 2px; }

.hmyt-kit-shop-pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 26px;
	flex-wrap: wrap;
}

.hmyt-kit-shop-page {
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e7eaef;
	border-radius: 10px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	cursor: pointer;
	transition: all 0.18s ease;
}

.hmyt-kit-shop-page:hover:not(.is-active):not(.is-disabled) {
	border-color: var(--hmyt-shop-accent);
	color: var(--hmyt-shop-accent);
}

.hmyt-kit-shop-page.is-active {
	background: var(--hmyt-shop-accent);
	border-color: var(--hmyt-shop-accent);
	color: #fff;
	cursor: default;
}

.hmyt-kit-shop-page.is-disabled { opacity: 0.4; pointer-events: none; }

.hmyt-kit-shop-page-dots { color: #9ca3af; padding: 0 4px; }

.hmyt-kit-shop-mobile-bar {
	display: none;
	gap: 8px;
	margin-bottom: 14px;
}

.hmyt-kit-shop-mobile-bar .hmyt-kit-shop-mbtn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 14px;
	background: #fff;
	border: 1px solid #e3e8ee;
	border-radius: 12px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	cursor: pointer;
}

.hmyt-kit-shop-mbtn svg { width: 16px; height: 16px; opacity: 0.8; flex-shrink: 0; }
.hmyt-kit-shop-mbtn.has-value { border-color: var(--hmyt-shop-accent); color: var(--hmyt-shop-accent); }
.hmyt-kit-shop-mbtn.has-value svg { opacity: 1; }

.hmyt-kit-shop-mbtn-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hmyt-kit-shop-mbtn-dot {
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 99px;
	background: var(--hmyt-shop-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	display: none;
	flex-shrink: 0;
}

.hmyt-kit-shop-mbtn.has-value[data-sheet="filter"] .hmyt-kit-shop-mbtn-dot { display: block; }
.hmyt-kit-shop-mbtn.has-value[data-sheet="sort"] .hmyt-kit-shop-mbtn-dot {
	display: block;
	min-width: 7px;
	width: 7px;
	height: 7px;
	padding: 0;
}

.hmyt-kit-shop-sheet-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(0, 5, 42, 0.45);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.hmyt-kit-shop-sheet-overlay.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.hmyt-kit-shop-sheet {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 14px 18px max(18px, env(safe-area-inset-bottom));
	max-height: 82vh;
	overflow-y: auto;
	transform: translateY(100%);
	transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
	direction: rtl;
}

.hmyt-kit-shop-sheet-overlay.is-open .hmyt-kit-shop-sheet { transform: translateY(0); }

.hmyt-kit-shop-sheet-handle {
	width: 40px;
	height: 4px;
	background: #d0d4dc;
	border-radius: 2px;
	margin: 0 auto 12px;
}

.hmyt-kit-shop-sheet-title {
	font-size: 15px;
	font-weight: 700;
	color: #1c1c25;
	margin: 0 0 14px;
}

.hmyt-kit-shop-sheet-opts .hmyt-kit-shop-sheet-opt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 4px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #f0f2f5;
	font-family: inherit;
	font-size: 14px;
	color: #374151;
	cursor: pointer;
}

.hmyt-kit-shop-sheet-opt .hmyt-kit-shop-check-ic { opacity: 0; color: var(--hmyt-shop-accent); }
.hmyt-kit-shop-sheet-opt.is-active { color: var(--hmyt-shop-accent); font-weight: 700; }
.hmyt-kit-shop-sheet-opt.is-active .hmyt-kit-shop-check-ic { opacity: 1; }

.hmyt-kit-shop-sheet .hmyt-kit-shop-filters {
	background: transparent;
	border: none;
	padding: 0;
}
.hmyt-kit-shop-sheet .hmyt-kit-shop-fil-title-row { display: none; }
.hmyt-kit-shop-fil-title-row .hmyt-kit-shop-fil-title { margin-bottom: 0; }

.hmyt-kit-shop-sheet-filter { padding-bottom: 0; }

.hmyt-kit-shop-sheet-footer {
	position: sticky;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px -18px 0;
	padding: 12px 18px max(14px, env(safe-area-inset-bottom));
	background: #fff;
	border-top: 1px solid #f0f2f5;
	box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.05);
}

.hmyt-kit-shop-sheet-footer .hmyt-kit-shop-sheet-apply {
	flex: 1;
	height: 46px;
	border: none;
	border-radius: 12px;
	background: var(--hmyt-shop-accent);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.18s ease;
}

.hmyt-kit-shop-sheet-apply:hover { opacity: 0.92; }

.hmyt-kit-shop-sheet-clear {
	height: 46px;
	padding: 0 14px;
	background: transparent;
	border: none;
	color: var(--hmyt-shop-accent);
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

hmyt-kit-shop-sheet-footer .hmyt-kit-shop-sheet-clear:disabled { opacity: 0.3; cursor: default; }

body.dark .hmyt-kit-shop-sheet-footer { background: #262631; border-color: #3a3a47; }

.hmyt-kit-shop-apply-loader { display: none; vertical-align: middle; line-height: 0; }

.hmyt-kit-shop-sheet-apply.is-loading .hmyt-kit-shop-apply-text { display: none; }
.hmyt-kit-shop-sheet-apply.is-loading .hmyt-kit-shop-apply-loader { display: inline-flex; }

.hmyt-kit-shop-apply-loader > div {
	width: 32px;
	height: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	color: #fff;
}

.hmyt-kit-shop-apply-loader > div > span {
	position: absolute;
	top: 13.2px;
	width: 5.2px;
	height: 5.2px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.6;
}

.hmyt-kit-shop-apply-loader > div > span:nth-child(1) { right: 3.2px; animation: hmyt-shop-ld-start 0.6s ease 0s infinite; }
.hmyt-kit-shop-apply-loader > div > span:nth-child(2) { right: 3.2px; animation: hmyt-shop-ld-between 0.6s ease 0s infinite; }
.hmyt-kit-shop-apply-loader > div > span:nth-child(3) { right: 12.8px; animation: hmyt-shop-ld-between 0.6s ease 0s infinite; }
.hmyt-kit-shop-apply-loader > div > span:nth-child(4) { right: 22.4px; animation: hmyt-shop-ld-end 0.6s ease 0s infinite; }

@keyframes hmyt-shop-ld-start { 0% { transform: scale(0); opacity: 0; } 100% { transform: scale(1); opacity: 0.6; } }
@keyframes hmyt-shop-ld-between { 0% { transform: translate(0, 0); } 100% { transform: translate(-9.6px, 0); } }
@keyframes hmyt-shop-ld-end { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(0); opacity: 0; } }

@media (max-width: 1024px) {
	.hmyt-kit-shop-sidebar { width: 210px; }
}

@media (max-width: 768px) {
	.hmyt-kit-shop-sidebar { display: none; }
	.hmyt-kit-shop-mobile-bar { display: flex; }
	.hmyt-kit-shop-toolbar .hmyt-kit-shop-sort { display: none; } 
	.hmyt-kit-shop-active { display: none; } 
	.hmyt-kit-shop-layout { gap: 0; }
}

@media (min-width: 769px) {
	.hmyt-kit-shop-sheet-overlay { display: none; }
}

body.dark .hmyt-kit-shop-filters,
body.dark .hmyt-kit-shop-sort-opts,
body.dark .hmyt-kit-shop-page,
body.dark .hmyt-kit-shop-mbtn,
body.dark .hmyt-kit-shop-chip,
body.dark .hmyt-kit-shop-sheet { background: #262631; border-color: #3a3a47; }

body.dark .hmyt-kit-shop-fil-head,
body.dark .hmyt-kit-shop-sheet-title,
body.dark .hmyt-kit-shop-toggle-label,
body.dark .hmyt-kit-shop-check,
body.dark .hmyt-kit-shop-page,
body.dark .hmyt-kit-shop-mbtn,
body.dark .hmyt-kit-shop-sheet-opt { color: #e5e7eb; }

body.dark .hmyt-kit-shop-fil-group,
body.dark .hmyt-kit-shop-toggle,
body.dark .hmyt-kit-shop-sheet-opt { border-color: #3a3a47; }

body.dark .hmyt-kit-shop-price-inputs input { background: #353542; border-color: #3a3a47; color: #fff; }
body.dark .hmyt-kit-shop-check-count { background: #3a3a47; color: #9ca3af; }