/*--------------------------------------------------------------
# Shop-Specific Styles
--------------------------------------------------------------*/

.dm-shop {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dm-shop .dm-shell {
	padding: var(--s8) 0 var(--s9);
}

/* Blog section in shop: no gap to footer */
.dm-shop .dm-shop-layout-hhv .dm-shop-blog-posts:last-child {
	margin-bottom: 0;
}

/* Page Header (Category, Tag, Shop ohne TopBanner) */
.dm-page-header {
	position: relative;
	width: 100%;
	padding: var(--s9) 0 var(--s8);
	background: linear-gradient(180deg, var(--soft) 0%, var(--bg) 100%);
	border-bottom: 1px solid var(--border);
}

.dm-page-header-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.dm-page-header-title {
	font-size: clamp(36px, 6vw, 64px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0 0 var(--s4);
	color: var(--text);
}

.dm-page-header-description {
	font-size: 17px;
	line-height: 1.6;
	color: var(--muted);
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.dm-page-header-description p {
	margin: 0 0 var(--s3);
}

.dm-page-header-description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.dm-page-header {
		padding: var(--s7) 0 var(--s6);
	}
	
	.dm-shop .dm-shell {
		padding: var(--s6) 0 var(--s8);
	}
}

/* ──────────────────────────────────────────────────────────────
   Category Banner Hero
   ────────────────────────────────────────────────────────────── */
.dm-cat-banner {
	position: relative;
	padding: 56px 0 48px;
	background: var(--soft, #f8f7f5);
	overflow: hidden;
}

.dm-cat-banner--has-image {
	padding: 80px 0 64px;
	min-height: 280px;
	display: flex;
	align-items: flex-end;
}

.dm-cat-banner__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.dm-cat-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.05) 100%);
	z-index: 1;
}

.dm-cat-banner__inner {
	position: relative;
	z-index: 2;
}

.dm-cat-banner--has-image .dm-cat-banner__inner {
	color: #fff;
}

.dm-cat-banner--has-image .dm-breadcrumbs,
.dm-cat-banner--has-image .dm-breadcrumbs a {
	color: rgba(255,255,255,0.7);
}

.dm-cat-banner--has-image .dm-breadcrumbs__current {
	color: #fff;
}

.dm-cat-banner--has-image .dm-breadcrumbs a:hover {
	color: #fff;
}

.dm-cat-banner__title {
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 12px 0 0;
}

.dm-cat-banner--has-image .dm-cat-banner__title {
	color: #fff;
	text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

.dm-cat-banner__desc {
	font-size: 15px;
	line-height: 1.65;
	margin-top: 12px;
	max-width: 600px;
	opacity: 0.85;
}

.dm-cat-banner__desc p {
	margin: 0;
}

.dm-cat-banner__count {
	display: inline-block;
	margin-top: 16px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.7;
}

/* ──────────────────────────────────────────────────────────────
   Subcategory Strip
   ────────────────────────────────────────────────────────────── */
.dm-subcat-strip {
	border-bottom: 1px solid var(--border);
	background: var(--bg, #fff);
}

.dm-subcat-strip__scroll {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 12px 0;
}

.dm-subcat-strip__scroll::-webkit-scrollbar {
	display: none;
}

.dm-subcat-strip__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 20px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text);
	text-decoration: none;
	white-space: nowrap;
	border-radius: 999px;
	border: 1.5px solid var(--border);
	transition: all 0.2s ease;
}

.dm-subcat-strip__item:hover {
	border-color: var(--text);
	text-decoration: none;
}

.dm-subcat-strip__item.is-active {
	background: var(--text);
	color: #fff;
	border-color: var(--text);
}

.dm-subcat-strip__count {
	font-size: 11px;
	font-weight: 400;
	opacity: 0.6;
}

/* ──────────────────────────────────────────────────────────────
   Shop Toolbar (count + filter toggle + sort)
   ────────────────────────────────────────────────────────────── */
.dm-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid var(--border);
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.dm-shop-toolbar__count {
	font-size: 14px;
	color: var(--muted);
}

.dm-shop-toolbar__count .woocommerce-result-count {
	margin: 0;
	padding: 0;
}

.dm-shop-toolbar__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Filter Toggle Button */
.dm-filter-toggle {
	display: none; /* Shown on mobile only */
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
	background: transparent;
	border: 1.5px solid var(--border);
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.dm-filter-toggle:hover {
	border-color: var(--text);
}

.dm-filter-toggle svg {
	flex-shrink: 0;
}

/* Sort dropdown override */
.dm-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.dm-shop-toolbar .woocommerce-ordering select {
	padding: 10px 36px 10px 14px;
	border: 1.5px solid var(--border);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text);
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.dm-shop-toolbar .woocommerce-ordering select:focus {
	outline: none;
	border-color: var(--text);
}

/* ──────────────────────────────────────────────────────────────
   Shop Layout with Sidebar
   ────────────────────────────────────────────────────────────── */
.dm-shop-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: start;
}

@media (min-width: 1024px) {
	.dm-shop-layout {
		grid-template-columns: 260px 1fr;
		gap: 48px;
	}
}

/* ── Sidebar ────────────────────────────────── */
.dm-shop-sidebar {
	position: sticky;
	top: 24px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 24px;
}

.dm-sidebar-header {
	display: none; /* Visible only in mobile drawer */
}

.dm-sidebar-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Filter Widget */
.dm-filter-widget {
	border-bottom: 1px solid var(--border);
	padding-bottom: 20px;
}

.dm-filter-widget:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.dm-filter-title,
.dm-filter-widget > h4,
.dm-filter-widget .widget-title,
.dm-filter-widget .widgettitle {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	color: var(--text);
}

/* Filter Lists */
.dm-filter-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dm-filter-widget li {
	margin: 0 0 2px;
}

.dm-filter-widget li:last-child {
	margin-bottom: 0;
}

.dm-filter-widget a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
	color: var(--text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.dm-filter-widget a:hover {
	color: var(--accent);
}

.dm-filter-widget .count {
	color: var(--muted);
	font-size: 12px;
	font-weight: 400;
}

/* Active Filter */
.dm-filter-widget li.chosen a,
.dm-filter-widget li.is-active a,
.dm-filter-widget li.wc-layered-nav-term a.chosen {
	color: var(--accent);
	font-weight: 600;
}

/* Price Filter */
.price_slider_wrapper {
	padding: 8px 0 0;
}

.price_slider {
	margin-bottom: 16px;
}

.price_slider_amount {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.price_slider_amount input {
	padding: 8px 12px;
	border: 1px solid var(--border);
	border-radius: 4px;
	font-size: 13px;
	width: 80px;
}

.price_slider_amount button {
	padding: 8px 16px;
	background: var(--text);
	color: #fff;
	border: 1px solid var(--text);
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.price_slider_amount button:hover {
	background: transparent;
	color: var(--text);
}

/* ── Mobile: Sidebar → Drawer ───────────────── */
@media (max-width: 1023px) {
	.dm-filter-toggle {
		display: inline-flex;
	}

	.dm-shop-layout {
		grid-template-columns: 1fr;
	}

	.dm-shop-sidebar {
		position: fixed;
		top: 0;
		left: -100%;
		width: 320px;
		max-width: 85vw;
		height: 100vh;
		z-index: 9999;
		border-radius: 0;
		border: none;
		padding: 0;
		background: #fff;
		transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-shadow: none;
	}

	.dm-shop-sidebar.is-open {
		left: 0;
		box-shadow: 8px 0 32px rgba(0, 0, 0, 0.15);
	}

	.dm-sidebar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 24px;
		border-bottom: 1px solid var(--border);
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 1;
	}

	.dm-sidebar-header__title {
		font-size: 16px;
		font-weight: 700;
		color: var(--text);
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	.dm-sidebar-close {
		background: none;
		border: none;
		font-size: 28px;
		line-height: 1;
		color: var(--text);
		cursor: pointer;
		padding: 4px;
	}

	.dm-sidebar-inner {
		padding: 24px;
		gap: 24px;
	}
}

/* Filter Backdrop */
.dm-filter-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9998;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.dm-filter-backdrop.is-visible {
	display: block;
	opacity: 1;
}

/* Shop Hero Slider */
.dm-shop-hero-slider {
	position: relative;
	width: 100vw;
	max-width: none;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	min-height: 600px;
	height: 70vh;
	overflow: hidden;
	background: transparent;
}

.dm-shop-hero-slides {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
}

.dm-shop-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.6s ease;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding-bottom: 120px;
}

.dm-shop-hero-slide.active {
	opacity: 1;
	z-index: 2;
}

.dm-shop-hero-slide-image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.dm-shop-hero-slide-content {
	position: relative;
	z-index: 3;
	text-align: left;
	width: 100%;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	padding: 0;
}

.dm-shop-hero-slide-inner {
	max-width: 600px;
	margin: 0 auto;
	padding-left: 24px;
}

.dm-shop-hero-slide-title {
	font-size: clamp(48px, 6vw, 96px);
	font-weight: 700;
	margin: 0 0 16px 0;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
}

.dm-shop-hero-slide-subtitle {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	font-weight: 400;
	line-height: 1.6;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.dm-shop-hero-slide-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	padding: 12px 24px;
	background: #f5f5f5;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.2s;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.dm-shop-hero-slide-cta::after {
	content: "→";
	font-size: 16px;
	line-height: 1;
}

.dm-shop-hero-slide-cta:hover {
	background: #e8e8e8;
	transform: translateY(-1px);
}

.dm-shop-hero-nav-container {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 20;
}

.dm-shop-hero-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 25;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dm-shop-hero-nav:hover {
	background: rgba(255, 255, 255, 1);
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.dm-shop-hero-nav:active {
	transform: translateY(-50%) scale(0.98);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.dm-shop-hero-prev {
	left: 40px;
}

.dm-shop-hero-next {
	right: 40px;
}

.dm-shop-hero-nav::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
}

.dm-shop-hero-prev::before {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #000000;
	left: 20px;
}

.dm-shop-hero-next::before {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #000000;
	right: 20px;
}

.dm-shop-hero-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.dm-shop-hero-dot {
	position: relative;
	width: 40px;
	height: 3px;
	border-radius: 0;
	border: none;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	padding: 0;
	transition: all 0.2s;
	overflow: hidden;
}

.dm-shop-hero-dot.active {
	background: rgba(255, 255, 255, 0.4);
}

.dm-shop-hero-dot.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: rgba(255, 255, 255, 0.9);
	animation: progressBar 5.5s linear;
	animation-play-state: running;
}

.dm-shop-hero-dot.active.paused::before {
	animation-play-state: paused;
}

@keyframes progressBar {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

.dm-shop-hero-dot:hover {
	background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
	.dm-shop-hero-slider {
		min-height: 400px;
		height: 50vh;
	}
	
	.dm-shop-hero-slide-title {
		font-size: clamp(36px, 8vw, 64px);
	}
	
	.dm-shop-hero-slide-subtitle {
		font-size: 14px;
	}
	
	.dm-shop-hero-slide {
		padding-bottom: 100px;
	}
	
	.dm-shop-hero-slide-inner {
		max-width: 100%;
		padding: 0 20px;
		padding-left: 32px;
	}
	
	.dm-shop-hero-dots {
		bottom: 20px;
		gap: 6px;
	}
	
	.dm-shop-hero-dot {
		width: 30px;
		height: 2px;
	}
	
	.dm-shop-hero-nav {
		width: 48px;
		height: 48px;
	}
	
	.dm-shop-hero-prev {
		left: 20px;
	}
	
	.dm-shop-hero-next {
		right: 20px;
	}
	
	.dm-shop-hero-prev::before {
		border-top-width: 7px;
		border-bottom-width: 7px;
		border-right-width: 10px;
		left: 17px;
	}
	
	.dm-shop-hero-next::before {
		border-top-width: 7px;
		border-bottom-width: 7px;
		border-left-width: 10px;
		right: 17px;
	}
}

/* Fallback: Simple Hero if no Slides */
.dm-shop-hero {
	position: relative;
	width: 100vw;
	max-width: none;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	color: #ffffff;
	margin-bottom: 0;
}

.dm-shop-hero-image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.15;
}

.dm-shop-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
}

.dm-shop-hero-title {
	font-size: clamp(56px, 8vw, 120px);
	font-weight: 700;
	margin: 0;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.dm-shop-hero-subtitle {
	font-size: 20px;
	color: #cccccc;
	margin: 24px 0 0 0;
	font-weight: 400;
}

/* ══════════════════════════════════════════════════════════════
   PRODUCT FILTERS
   ══════════════════════════════════════════════════════════════ */

/* ── Collapsible Sections ─────────────────────────────────── */
.dm-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 0 0 14px;
	border: none;
	background: none;
	cursor: pointer;
	color: var(--text);
}

.dm-filter-header .dm-filter-title {
	margin: 0;
}

.dm-filter-chevron {
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

.dm-filter-collapsible:not(.is-open) .dm-filter-chevron {
	transform: rotate(-90deg);
}

.dm-filter-body {
	overflow: hidden;
	max-height: 400px;
	transition: max-height 0.3s ease, opacity 0.25s ease;
	opacity: 1;
}

.dm-filter-collapsible:not(.is-open) .dm-filter-body {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
}

/* ── Filter List (category links) ─────────────────────────── */
.dm-filter-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dm-filter-list li {
	margin: 0;
}

.dm-filter-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
	color: var(--text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.dm-filter-link:hover {
	color: var(--accent);
}

.dm-filter-link__count {
	color: var(--muted);
	font-size: 12px;
	font-weight: 400;
}

/* ── Checkbox Filters ─────────────────────────────────────── */
.dm-filter-options {
	display: flex;
	flex-direction: column;
	gap: 2px;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--border) transparent;
}

.dm-filter-options::-webkit-scrollbar {
	width: 4px;
}

.dm-filter-options::-webkit-scrollbar-thumb {
	background: var(--border);
	border-radius: 2px;
}

.dm-filter-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7px 0;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	color: var(--text);
	transition: color 0.15s ease;
}

.dm-filter-checkbox:hover {
	color: var(--accent);
}

.dm-filter-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.dm-filter-checkbox__box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	border: 1.5px solid var(--border);
	border-radius: 3px;
	background: #fff;
	transition: all 0.2s ease;
}

.dm-filter-checkbox input:checked + .dm-filter-checkbox__box {
	background: var(--text);
	border-color: var(--text);
}

.dm-filter-checkbox__check {
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.15s ease;
	color: #fff;
}

.dm-filter-checkbox input:checked + .dm-filter-checkbox__box .dm-filter-checkbox__check {
	opacity: 1;
	transform: scale(1);
}

.dm-filter-checkbox__label {
	flex: 1;
	font-weight: 500;
	line-height: 1.3;
}

.dm-filter-checkbox__count {
	color: var(--muted);
	font-size: 12px;
	font-weight: 400;
	margin-left: auto;
}

/* ── Sale Toggle Switch ───────────────────────────────────── */
.dm-filter-widget--sale {
	padding-bottom: 16px;
}

.dm-filter-switch {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	user-select: none;
}

.dm-filter-switch__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.dm-filter-switch__slider {
	position: relative;
	width: 44px;
	height: 24px;
	flex-shrink: 0;
	background: var(--border);
	border-radius: 12px;
	transition: background 0.25s ease;
}

.dm-filter-switch__slider::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	transition: transform 0.25s ease;
}

.dm-filter-switch__input:checked + .dm-filter-switch__slider {
	background: var(--text);
}

.dm-filter-switch__input:checked + .dm-filter-switch__slider::after {
	transform: translateX(20px);
}

.dm-filter-switch__label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
}

.dm-filter-sale-badge {
	display: inline-block;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
	background: #e53e3e;
	border-radius: 3px;
	line-height: 1.4;
}

/* ── Price Filter ─────────────────────────────────────────── */
.dm-price-filter {
	padding-top: 4px;
}

.dm-price-slider {
	position: relative;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 2px;
}

.dm-price-slider__track {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 6px;
	background: var(--border);
	border-radius: 3px;
	transform: translateY(-50%);
	overflow: visible;
}

.dm-price-slider__range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--text);
	border-radius: 3px;
	pointer-events: none;
}

.dm-price-slider__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	pointer-events: none;
	margin: 0;
	padding: 0;
	z-index: 2;
	outline: none;
}

.dm-price-slider__input--max {
	z-index: 3;
}

.dm-price-slider__input::-webkit-slider-runnable-track {
	height: 6px;
	background: transparent;
	border: none;
}

.dm-price-slider__input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	margin-top: -9px;
	border-radius: 50%;
	background: #fff;
	border: 2.5px solid var(--text);
	cursor: grab;
	pointer-events: auto;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.dm-price-slider__input::-webkit-slider-thumb:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.25);
	transform: scale(1.12);
}

.dm-price-slider__input::-webkit-slider-thumb:active {
	cursor: grabbing;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	transform: scale(1.05);
}

.dm-price-slider__input::-moz-range-track {
	height: 6px;
	background: transparent;
	border: none;
}

.dm-price-slider__input::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 2.5px solid var(--text);
	cursor: grab;
	pointer-events: auto;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.dm-price-slider__input::-moz-range-thumb:active {
	cursor: grabbing;
}

.dm-price-inputs {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dm-price-inputs__field {
	display: flex;
	align-items: center;
	flex: 1;
	height: 40px;
	border: 1.5px solid var(--border);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.dm-price-inputs__field:focus-within {
	border-color: var(--text);
}

.dm-price-inputs__currency {
	padding: 0 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
	user-select: none;
	line-height: 1;
}

.dm-price-inputs__input {
	width: 100%;
	height: 100%;
	padding: 0 8px 0 4px;
	border: none;
	background: transparent;
	font-size: 13px;
	font-weight: 600;
	font-family: var(--font);
	color: var(--text);
	outline: none;
	-moz-appearance: textfield;
}

.dm-price-inputs__input::-webkit-outer-spin-button,
.dm-price-inputs__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.dm-price-inputs__sep {
	color: var(--border);
	font-size: 18px;
	font-weight: 300;
	flex-shrink: 0;
	line-height: 1;
}

.dm-price-filter__apply {
	display: block;
	width: 100%;
	margin-top: 14px;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 700;
	font-family: var(--font);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: var(--text);
	border: 1.5px solid var(--text);
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.dm-price-filter__apply:hover {
	background: transparent;
	color: var(--text);
}

/* ── Reset All ────────────────────────────────────────────── */
.dm-filter-reset {
	padding-top: 8px;
	border-top: 1px solid var(--border);
}

.dm-filter-reset__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.dm-filter-reset__link:hover {
	color: var(--text);
}

/* ── Active Filter Chips (above grid) ─────────────────────── */
.dm-active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 0;
	border-bottom: 1px solid var(--border);
	margin-bottom: 24px;
}

.dm-active-filters__label {
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-right: 4px;
}

.dm-active-filters__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.dm-active-filter__tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	color: var(--text);
	background: var(--soft);
	border: 1px solid var(--border);
	border-radius: 999px;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.dm-active-filter__tag:hover {
	background: #fff;
	border-color: var(--text);
	text-decoration: none;
}

.dm-active-filter__tag--sale {
	background: #fef2f2;
	border-color: #fca5a5;
	color: #b91c1c;
}

.dm-active-filter__tag--sale:hover {
	background: #fee2e2;
	border-color: #ef4444;
}

.dm-active-filter__remove {
	font-size: 14px;
	line-height: 1;
	opacity: 0.6;
	transition: opacity 0.15s ease;
}

.dm-active-filter__tag:hover .dm-active-filter__remove {
	opacity: 1;
}

.dm-active-filters__clear {
	font-size: 12px;
	font-weight: 600;
	color: var(--muted);
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-left: 4px;
	transition: color 0.2s ease;
}

.dm-active-filters__clear:hover {
	color: var(--text);
}

/* ── Mobile: Show Results Button ──────────────────────────── */
.dm-filter-show-results {
	display: none;
}

@media (max-width: 1023px) {
	.dm-filter-show-results {
		display: block;
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		padding: 16px 24px;
		margin-top: 16px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #fff;
		background: var(--text);
		border: none;
		cursor: pointer;
		z-index: 2;
	}

	.dm-filter-show-results:hover {
		opacity: 0.9;
	}
}

/* ── Filter Count Badge on Toolbar Toggle ─────────────────── */
.dm-filter-toggle__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: var(--text);
	border-radius: 999px;
	line-height: 1;
}
