/* Default theme (دنا) — پس‌زمینه مستقیم از تنظیمات (بدون لایه سفید/شفافیت) */

html:has(body.theme-default) {
	background: var(--default-page-bg, #f8fafc);
}

.theme-default {
	--default-page-bg-color1: #f8fafc;
	--default-page-bg-color2: #f1f5f9;
	--default-page-bg-type: gradient;
	--default-page-bg-opacity: 1;
	--default-page-bg-strength: 1;
	--default-page-bg: linear-gradient(180deg, var(--default-page-bg-color1) 0%, var(--default-page-bg-color2) 100%);
	background: var(--default-page-bg) !important;
	background-attachment: fixed !important;
	min-height: 100%;
	position: relative;
}

.theme-default.theme-default-custom-bg {
	background: var(--default-page-bg) !important;
	background-attachment: fixed !important;
}

/* هر لایه تزئینی قدیمی (::after) را خنثی کن */
.theme-default.theme-default-custom-bg::after {
	content: none !important;
	display: none !important;
}

.collection-section {
	margin-bottom: 2.5rem;
}

.collection-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.collection-title {
	font-weight: 700;
	color: var(--t3);
}

.collection-nav button {
	flex-shrink: 0;
}

.collection-swiper {
	overflow: hidden;
	padding-bottom: 0.5rem;
}

.collection-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.collection-swiper .product-card {
	width: 100%;
}

/* کارت مجموعه ویژه — دکمه‌های روی تصویر */
.collection-card .product-gallery-main {
	margin-bottom: 0.75rem;
}

.product-gallery-link-btn {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: none;
	border-radius: 0.55rem;
	background: var(--store-btn-bg-alt);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s ease, filter 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.product-gallery-link-btn:hover {
	transform: scale(1.06);
	filter: brightness(1.06);
}

.product-gallery-link-btn:active {
	transform: scale(0.95);
}

.theme-default .default-product-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
	width: 100%;
}

.theme-default .default-product-action-slot {
	min-width: 0;
}

.theme-default .default-product-action-btn {
	width: 100% !important;
	margin-top: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.45rem 0.5rem;
	min-height: 2.35rem;
	border-radius: 0.625rem;
	font-size: 0.8125rem;
	font-weight: 600;
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.1);
}

.theme-default .default-action-icon {
	width: 1.125rem;
	height: 1.125rem;
	flex-shrink: 0;
	display: block;
}

.theme-default .default-product-action-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* لایک دنا — قلب و تعداد جدا، مربع لبه گرد */
.theme-default .product-like-wrap {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 6;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.35rem;
	pointer-events: none;
}

.theme-default .product-like-wrap .product-like-btn,
.theme-default .product-like-wrap .product-like-btn__count {
	pointer-events: auto;
}

.theme-default .product-like-wrap .product-like-btn {
	position: static;
	width: 2.25rem;
	height: 2.25rem;
	min-height: 0;
	padding: 0;
	border-radius: 0.55rem;
	justify-content: center;
	gap: 0;
}

.theme-default .product-like-wrap .product-like-btn__icon {
	width: 1.15rem;
	height: 1.15rem;
}

.theme-default .product-like-wrap .product-like-btn__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.45rem;
	border-radius: 0.55rem;
	background: rgba(15, 23, 42, 0.55);
	color: #fff;
	backdrop-filter: blur(8px);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.theme-default .product-like-wrap .product-like-btn__count[hidden] {
	display: none !important;
}

.theme-default .product-like-wrap .product-like-btn.is-liked + .product-like-btn__count,
.theme-default .product-like-wrap:has(.product-like-btn.is-liked) .product-like-btn__count {
	background: rgba(255, 255, 255, 0.92);
	color: #e11d48;
}

/* توضیحات / دایرکت / پرداخت روی تصویر — هم‌اندازه، مربع لبه گرد */
.theme-default .product-gallery-link-btn,
.theme-default .collection-action-icon,
.theme-default .collection-action-icon.store-direct-fab,
.theme-default .btn-product-direct.store-direct-fab.collection-action-icon {
	width: 2.25rem !important;
	height: 2.25rem !important;
	min-width: 2.25rem;
	min-height: 2.25rem !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0.55rem !important;
}

.theme-default .product-gallery-link-btn .default-action-icon {
	width: 1.15rem;
	height: 1.15rem;
}

@media (min-width: 1024px) {
	.theme-default .default-product-action-btn {
		gap: 0.4rem;
		padding: 0.5rem 0.625rem;
		min-height: 2.6rem;
		font-size: 0.875rem;
	}

	.theme-default .default-product-action-btn .default-action-icon {
		width: 1.25rem;
		height: 1.25rem;
	}

	.theme-default .product-like-wrap .product-like-btn,
	.theme-default .product-like-wrap .product-like-btn__count,
	.theme-default .product-gallery-link-btn,
	.theme-default .collection-action-icon,
	.theme-default .collection-action-icon.store-direct-fab,
	.theme-default .btn-product-direct.store-direct-fab.collection-action-icon {
		width: 2.5rem !important;
		height: 2.5rem !important;
		min-width: 2.5rem;
		min-height: 2.5rem !important;
	}

	.theme-default .product-like-wrap .product-like-btn__icon,
	.theme-default .product-gallery-link-btn .default-action-icon,
	.theme-default .collection-action-icon .default-action-icon,
	.theme-default .collection-action-icon .store-direct-fab-icon {
		width: 1.35rem;
		height: 1.35rem;
	}

	.theme-default .collection-card .has-gallery-link .collection-image-actions {
		top: 3.25rem;
	}
}

.collection-card .collection-image-actions {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.375rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.collection-card .has-gallery-link .collection-image-actions {
	top: 3rem;
}

@media (hover: hover) {
	.collection-card:hover .collection-image-actions {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media (hover: none) {
	.collection-card .collection-image-actions {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

.collection-card .collection-action-icon,
.collection-card .product-gallery-link-btn {
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: none;
	border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s ease, filter 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.collection-card .collection-action-icon.store-direct-fab {
	width: 2rem;
	height: 2rem;
	min-height: 0;
	margin: 0;
	border-radius: 0.5rem;
}

.collection-card .collection-action-icon:hover,
.collection-card .product-gallery-link-btn:hover {
	transform: scale(1.06);
	filter: brightness(1.06);
}

.collection-card .collection-action-icon:active,
.collection-card .product-gallery-link-btn:active {
	transform: scale(0.95);
}

.collection-card .collection-action-details {
	background: var(--store-btn-bg);
}

.collection-card .collection-action-direct {
	background: var(--store-direct-bg);
}

.theme-default .default-store-hero {
	margin-bottom: 1.5rem;
}

.theme-default .default-store-title {
	font-size: 1.125rem;
	line-height: 1.45;
	margin-bottom: 0.5rem;
	letter-spacing: -0.01em;
	padding-inline: 0.25rem;
}

.theme-default .default-store-desc {
	font-size: 0.8125rem;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 36rem;
	padding-inline: 0.25rem;
}

@media (min-width: 640px) {
	.theme-default .default-store-hero {
		margin-bottom: 3rem;
	}

	.theme-default .default-store-title {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 0.75rem;
	}

	.theme-default .default-store-desc {
		font-size: 1.0625rem;
		line-height: 1.7;
	}
}

@media (min-width: 1024px) {
	.theme-default .default-store-title {
		font-size: 2.25rem;
	}

	.theme-default .default-store-desc {
		font-size: 1.125rem;
	}
}

.theme-default .default-contact-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin: 0 auto 1.35rem;
}

.theme-default .default-contact-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.15rem;
	height: 3.15rem;
	border-radius: 9999px;
	text-decoration: none;
	box-shadow: 0 10px 22px -14px rgba(15, 23, 42, 0.5);
	transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.theme-default .default-contact-icon-link:hover {
	transform: translateY(-2px) scale(1.03);
	filter: brightness(1.05);
	box-shadow: 0 14px 26px -16px rgba(15, 23, 42, 0.6);
}

.theme-default .default-contact-icon {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.18);
	color: #111827;
}

.theme-default .default-contact-icon svg {
	width: 1.65rem;
	height: 1.65rem;
	stroke: currentColor;
	fill: none;
}

.theme-default .default-contact-icon-img {
	width: 1.7rem;
	height: 1.7rem;
	display: block;
	object-fit: contain;
	filter: brightness(0) saturate(100%);
}
.theme-default .default-contact-icon-img--native {
	filter: none;
}

.theme-default .default-contact-icon-link--telegram .default-contact-icon { background: rgba(14, 165, 233, 0.12); color: #0284c7; }
.theme-default .default-contact-icon-link--whatsapp .default-contact-icon { background: rgba(16, 185, 129, 0.12); color: #059669; }
.theme-default .default-contact-icon-link--youtube .default-contact-icon { background: rgba(239, 68, 68, 0.12); color: #dc2626; }
.theme-default .default-contact-icon-link--mobile .default-contact-icon { background: rgba(114, 11, 161, 0.12); color: #720ba1; }
.theme-default .default-contact-icon-link--phone .default-contact-icon { background: rgba(249, 115, 22, 0.12); color: #ea580c; }
.theme-default .default-contact-icon-link--instagram .default-contact-icon { background: rgba(236, 72, 153, 0.12); color: #db2777; }
.theme-default .default-contact-icon-link--x .default-contact-icon { background: rgba(30, 41, 59, 0.12); color: #334155; }
.theme-default .default-contact-icon-link--website .default-contact-icon { background: rgba(59, 130, 246, 0.12); color: #2563eb; }
.theme-default .default-contact-icon-link--eitaa .default-contact-icon,
.theme-default .default-contact-icon-link--bale .default-contact-icon,
.theme-default .default-contact-icon-link--gap .default-contact-icon,
.theme-default .default-contact-icon-link--soroush .default-contact-icon,
.theme-default .default-contact-icon-link--rubika .default-contact-icon,
.theme-default .default-contact-icon-link--generic .default-contact-icon {
	background: rgba(71, 85, 105, 0.12);
	color: #475569;
}

.theme-default .default-contact-icon-link--eitaa .default-contact-icon { background: rgba(249, 115, 22, 0.13); }
.theme-default .default-contact-icon-link--bale .default-contact-icon { background: rgba(59, 130, 246, 0.13); }
.theme-default .default-contact-icon-link--gap .default-contact-icon { background: rgba(16, 185, 129, 0.13); }
.theme-default .default-contact-icon-link--soroush .default-contact-icon { background: rgba(14, 165, 233, 0.13); }
.theme-default .default-contact-icon-link--rubika .default-contact-icon { background: rgba(124, 58, 237, 0.13); }
.theme-default .default-contact-icon-link--generic .default-contact-icon { background: rgba(100, 116, 139, 0.12); }

.theme-default .default-contact-link-icon {
	width: 2.1rem;
	height: 2.1rem;
	min-width: 2.1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 640px) {
	.theme-default .default-contact-icons {
		gap: 0.45rem;
		margin-bottom: 0.85rem;
		max-width: 20rem;
	}

	.theme-default .default-contact-icon-link {
		width: 2.35rem;
		height: 2.35rem;
		box-shadow: 0 6px 14px -10px rgba(15, 23, 42, 0.45);
	}

	.theme-default .default-contact-icon svg {
		width: 1.1rem;
		height: 1.1rem;
	}

	.theme-default .default-contact-icon-img {
		width: 1.1rem;
		height: 1.1rem;
	}
}

/* ——— هدر موبایل ——— */
.theme-default .default-header-mobile { display: none; }

@media (max-width: 1023px) {
	.theme-default.has-mobile-header { padding-top: 3.5rem; }

	.theme-default .default-header-mobile {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 40;
		background: linear-gradient(180deg,
			color-mix(in srgb, var(--default-page-bg-color1) 68%, transparent) 0%,
			color-mix(in srgb, var(--default-page-bg-color2) 78%, transparent) 100%);
		backdrop-filter: blur(18px) saturate(130%);
		-webkit-backdrop-filter: blur(18px) saturate(130%);
		border-bottom: 1px solid color-mix(in srgb, #64748b 8%, rgba(148, 163, 184, 0.18));
		box-shadow: 0 6px 18px -10px rgba(15, 23, 42, 0.14);
	}

	.theme-default .default-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		padding: 0 1rem;
		height: 3.5rem;
	}

	.theme-default .default-header-brand {
		flex: 1;
		min-width: 0;
		display: flex;
		align-items: center;
	}

	.theme-default .default-header-title {
		font-weight: 700;
		font-size: 1rem;
		color: var(--store-heading-section);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
	}

	.theme-default .default-header-logo {
		width: 2.25rem;
		height: 2.25rem;
		border-radius: 0.5rem;
		object-fit: cover;
		border: 1px solid #e2e8f0;
	}

	.theme-default .default-header-cat-btn {
		display: inline-flex;
		align-items: center;
		gap: 0.375rem;
		flex-shrink: 0;
		padding: 0.5rem 0.75rem;
		min-height: 2.5rem;
		border-radius: 0.5rem;
		border: 1px solid #e2e8f0;
		background: #fff;
		color: var(--t1);
		font-size: 0.8125rem;
		font-weight: 600;
		cursor: pointer;
		transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
		-webkit-tap-highlight-color: transparent;
	}

	.theme-default .default-header-cat-btn:active { opacity: 0.9; }

	.theme-default .default-header-cat-btn.is-open,
	.theme-default .default-header-cat-btn.is-active-cat {
		color: #fff;
		border-color: var(--t1);
		background: var(--t1);
	}
}

/* ——— فیلتر دسته‌بندی دسکتاپ — تب با خط زیرین ——— */
.theme-default .default-cat-nav {
	display: none;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	gap: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.theme-default .default-cat-nav::-webkit-scrollbar { display: none; }

.theme-default .default-cat-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.75rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #64748b;
	background: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
	white-space: nowrap;
}

.theme-default .default-cat-btn:hover {
	color: var(--t1);
}

.theme-default .default-cat-btn.is-active {
	color: var(--t1);
	border-bottom-color: var(--t1);
}

.theme-default .default-cat-btn-chevron {
	opacity: 0.55;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.theme-default .default-cat-btn.has-children:hover .default-cat-btn-chevron,
.theme-default .default-cat-btn.has-children.is-active .default-cat-btn-chevron {
	opacity: 1;
}

.theme-default .default-cat-nav.is-drilled {
	gap: 0.35rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: none;
	padding: 0.35rem;
	border-radius: 1rem;
	background: color-mix(in srgb, #fff 88%, var(--default-page-bg-color1) 12%);
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 24px -18px rgba(15, 23, 42, 0.28);
}

.theme-default .default-cat-nav.is-drilled .default-cat-btn {
	border-bottom: none;
	margin-bottom: 0;
	padding: 0.55rem 0.95rem;
	border-radius: 0.75rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	color: #475569;
}

.theme-default .default-cat-nav.is-drilled .default-cat-btn:hover {
	border-color: color-mix(in srgb, var(--t1) 35%, #e2e8f0);
	color: var(--t1);
}

.theme-default .default-cat-nav.is-drilled .default-cat-btn.is-active {
	background: color-mix(in srgb, var(--t1) 10%, #fff);
	border-color: color-mix(in srgb, var(--t1) 45%, #e2e8f0);
	color: var(--t1);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--t1) 18%, transparent);
}

.theme-default .default-cat-btn--back {
	color: #64748b !important;
	background: #f8fafc !important;
}

.theme-default .default-cat-btn--parent {
	font-weight: 700;
}

.theme-default .default-cat-btn--sub {
	font-weight: 500;
}

.theme-default .store-product-item.default-filter-hidden {
	display: none !important;
}

.theme-default .default-cat-empty.hidden { display: none; }

@media (min-width: 1024px) {
	.theme-default .default-cat-nav {
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
	}
}

/* ——— شیت موبایل ——— */
.theme-default .default-cat-sheet {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9990;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

@media (max-width: 1023px) {
	.theme-default .default-cat-sheet { display: block; }
}

.theme-default .default-cat-sheet.is-open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.theme-default .default-cat-sheet-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.theme-default .default-cat-sheet-panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 70vh;
	padding: 1rem 1rem calc(1.25rem + env(safe-area-inset-bottom));
	background: #fff;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
	transform: translateY(100%);
	transition: transform 0.3s ease;
	overflow-x: hidden;
	overflow-y: auto;
}

.theme-default .default-cat-sheet.is-open .default-cat-sheet-panel {
	transform: translateY(0);
}

.theme-default .default-cat-sheet-handle {
	width: 2.5rem;
	height: 0.25rem;
	border-radius: 9999px;
	background: #e2e8f0;
	margin: 0 auto 0.75rem;
}

.theme-default .default-cat-sheet-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	position: relative;
	margin-bottom: 1rem;
	min-height: 2.25rem;
	transition: opacity 0.2s ease, transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.theme-default .default-cat-sheet-back {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	min-width: 2.25rem;
	min-height: 2.25rem;
	max-width: 2.25rem;
	max-height: 2.25rem;
	padding: 0;
	margin: 0;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	overflow: hidden;
	flex-shrink: 0;
	background: #f8fafc;
	color: #64748b;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
@media (pointer: coarse) {
	.theme-default .default-cat-sheet-back {
		width: 2.5rem;
		height: 2.5rem;
		min-width: 2.5rem;
		min-height: 2.5rem;
		max-width: 2.5rem;
		max-height: 2.5rem;
		border-radius: 50%;
		padding: 0;
	}
}
.theme-default .default-cat-sheet-back svg {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
	flex-shrink: 0;
}

.theme-default .default-cat-sheet-back:active {
	background: #f1f5f9;
	color: var(--t1);
	border-color: color-mix(in srgb, var(--t1) 30%, #e2e8f0);
}

.theme-default .default-cat-sheet-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--t3);
	text-align: center;
	margin: 0;
	padding: 0 2.5rem;
}

.theme-default .default-cat-sheet-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.22s ease;
	will-change: transform, opacity;
}

.theme-default .default-cat-sheet-list.is-sheet-leave-forward {
	transform: translate3d(30%, 0, 0);
	opacity: 0;
}

.theme-default .default-cat-sheet-list.is-sheet-leave-back {
	transform: translate3d(-30%, 0, 0);
	opacity: 0;
}

.theme-default .default-cat-sheet-list.is-sheet-enter-forward {
	transform: translate3d(-28%, 0, 0);
	opacity: 0;
	transition: none;
}

.theme-default .default-cat-sheet-list.is-sheet-enter-back {
	transform: translate3d(28%, 0, 0);
	opacity: 0;
	transition: none;
}

.theme-default .default-cat-sheet-list.is-sheet-enter-active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.theme-default .default-cat-sheet-head.is-sheet-head-leave {
	opacity: 0;
	transform: translate3d(12%, 0, 0);
}

.theme-default .default-cat-sheet-head.is-sheet-head-enter {
	opacity: 0;
	transform: translate3d(-12%, 0, 0);
	transition: none;
}

.theme-default .default-cat-sheet-head.is-sheet-head-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.theme-default .default-cat-sheet-list,
	.theme-default .default-cat-sheet-head {
		transition: none !important;
	}
}

.theme-default .default-cat-sheet-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	padding: 0.875rem 1rem;
	border: 1px solid transparent;
	border-radius: 0.85rem;
	background: transparent;
	color: #334155;
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.theme-default .default-cat-sheet-item:active {
	background: #f8fafc;
}

.theme-default .default-cat-sheet-item.is-active {
	background: #f8fafc;
	color: var(--t1);
	font-weight: 700;
	box-shadow: inset 3px 0 0 var(--t1);
}

.theme-default .default-cat-sheet-item.has-children {
	border-color: #eef2f7;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.theme-default .default-cat-sheet-item--parent {
	border: 1px solid color-mix(in srgb, var(--t1) 18%, #e2e8f0);
	background: color-mix(in srgb, var(--t1) 6%, #fff);
	margin-bottom: 0.25rem;
	box-shadow: none;
}

.theme-default .default-cat-sheet-item--sub {
	font-weight: 500;
	padding-right: 1.15rem;
	border-right: 2px solid #e2e8f0;
	border-radius: 0.75rem;
}

.theme-default .default-cat-sheet-item--sub.is-active {
	border-right-color: var(--t1);
	background: color-mix(in srgb, var(--t1) 8%, #fff);
}

.theme-default .default-cat-sheet-name {
	flex: 1;
	min-width: 0;
}

.theme-default .default-cat-sheet-meta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	flex-shrink: 0;
	color: #94a3b8;
}

.theme-default .default-cat-sheet-count {
	min-width: 1.25rem;
	height: 1.25rem;
	padding: 0 0.35rem;
	border-radius: 9999px;
	background: #f1f5f9;
	color: #64748b;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-align: center;
}

.theme-default .default-cat-sheet-item.is-active .default-cat-sheet-meta,
.theme-default .default-cat-sheet-item.is-active .default-cat-sheet-count {
	color: var(--t1);
}

.theme-default .default-cat-sheet-item.is-active .default-cat-sheet-count {
	background: color-mix(in srgb, var(--t1) 12%, #fff);
}

.theme-default .default-load-more-wrap {
	padding: 2rem 0 2.5rem;
	text-align: center;
}

.theme-default .default-load-more-wrap.hidden {
	display: none;
}

.theme-default .default-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.875rem 1.75rem;
	min-height: 3rem;
	border-radius: 9999px;
	border: none;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 600;
	font-family: inherit;
	color: #fff;
	background: linear-gradient(135deg, var(--t1) 0%, var(--t2) 100%);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.theme-default .default-load-more-btn:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.theme-default .default-load-more-btn:active:not(:disabled) {
	transform: translateY(0);
}

.theme-default .default-load-more-btn:disabled {
	opacity: 0.75;
	cursor: wait;
}

.theme-default .default-load-more-wrap.is-loading .default-load-more-icon {
	opacity: 0;
	width: 0;
	margin: 0;
	overflow: hidden;
}

.theme-default .default-load-more-btn .default-load-spinner {
	width: 1.125rem;
	height: 1.125rem;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: default-spin 0.7s linear infinite;
	flex-shrink: 0;
}

.theme-default .default-load-more-wrap.is-loading .default-load-spinner {
	display: block !important;
}

.theme-default .default-load-more-status {
	margin-top: 0.875rem;
	min-height: 1.5rem;
	color: #64748b;
	font-size: 0.875rem;
}

.theme-default .default-load-done {
	color: #64748b;
}

.theme-default .default-load-text {
	color: #dc2626;
}

@keyframes default-spin {
	to { transform: rotate(360deg); }
}

.theme-default .store-footer {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg,
		color-mix(in srgb, var(--default-page-bg-color1) 66%, transparent) 0%,
		color-mix(in srgb, var(--default-page-bg-color2) 76%, transparent) 100%) !important;
	border-top-color: color-mix(in srgb, #64748b 8%, rgba(148, 163, 184, 0.18)) !important;
	backdrop-filter: blur(18px) saturate(130%);
	-webkit-backdrop-filter: blur(18px) saturate(130%);
	box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.07);
}

.theme-default .store-footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.06));
	pointer-events: none;
}

.theme-default .store-footer > div {
	max-width: 1400px;
	position: relative;
	z-index: 1;
	min-height: 2.75rem;
}

.theme-default .store-footer .store-footer-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	white-space: nowrap;
	line-height: 1.1;
}

.theme-default .store-footer .store-footer-brand,
.theme-default .store-footer .store-footer-copy {
	display: inline-flex;
	align-items: center;
	line-height: 1.1;
	margin: 0;
}

.theme-default .store-footer .store-heading-section,
.theme-default .store-footer .store-product-title {
	color: var(--store-heading-section) !important;
}

.theme-default .store-footer .store-product-title {
	color: var(--store-title) !important;
}

@media (max-width: 768px) {
	.theme-default .store-footer > div {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		min-height: 2.5rem;
	}

	.theme-default .store-footer .store-footer-inner {
		gap: 0.3rem;
		font-size: 0.7rem;
	}
}
