/**
 * ELREDA GROUP — Category / Brand archive + filters
 */

.elreda-catalog-archive {
	--er-navy: #061A36;
	--er-deep: #031329;
	--er-blue: #0A55A2;
	--er-red: #ED0029;
	--er-border: #E2E7ED;
	--er-soft: #F5F7FA;
	--er-text: #172033;
	padding: 26px 0 64px;
	background: #fff;
	color: var(--er-text);
}

.elreda-catalog-archive *,
.elreda-catalog-archive *::before,
.elreda-catalog-archive *::after { box-sizing: border-box; }

.elreda-catalog-breadcrumb { margin-bottom: 18px; }
.elreda-catalog-breadcrumb .woocommerce-breadcrumb { margin: 0; color: #7A8494; font-size: 12px; }
.elreda-catalog-breadcrumb .woocommerce-breadcrumb span { margin-inline: 7px; color: #B5BDC8; }

.elreda-catalog-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding: 22px 24px;
	border: 1px solid var(--er-border);
	border-radius: 18px;
	background: linear-gradient(135deg, #F7F9FC 0%, #FFFFFF 100%);
}

.elreda-catalog-kicker { display: block; margin-bottom: 4px; color: var(--er-blue); font-size: 12px; font-weight: 700; }
.elreda-catalog-head h1 { margin: 0; color: var(--er-navy); font-size: clamp(26px, 3vw, 38px); line-height: 1.25; }
.elreda-catalog-description { max-width: 850px; margin-top: 9px; color: #657084; font-size: 14px; line-height: 1.8; }
.elreda-catalog-description p:last-child { margin-bottom: 0; }

.elreda-catalog-chips {
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	padding-bottom: 4px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.elreda-catalog-chips a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 14px;
	border: 1px solid var(--er-border);
	border-radius: 999px;
	background: #fff;
	color: var(--er-navy);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.elreda-catalog-chips a:hover,
.elreda-catalog-chips a.is-active { border-color: var(--er-blue); background: var(--er-blue); color: #fff; }

.elreda-catalog-toolbar {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.elreda-catalog-count { color: #667085; font-size: 13px; }
.elreda-catalog-count .woocommerce-result-count,
.elreda-catalog-ordering .woocommerce-ordering { margin: 0; float: none; }

.elreda-catalog-ordering select {
	min-height: 42px;
	padding: 7px 12px;
	border: 1px solid var(--er-border);
	border-radius: 10px;
	background: #fff;
	color: var(--er-navy);
	font-family: inherit;
}

.elreda-mobile-filter-btn { display: none; }

.elreda-catalog-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: start;
	gap: 24px;
}

.elreda-filter-sidebar {
	position: sticky;
	top: 96px;
	border: 1px solid var(--er-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(6, 26, 54, .05);
	overflow: hidden;
}

.elreda-filter-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--er-border);
}

.elreda-filter-drawer__head strong { color: var(--er-navy); font-size: 16px; }

.elreda-filter-close {
	display: none;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: var(--er-soft);
	color: var(--er-navy);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.elreda-filter-form { margin: 0; }

.elreda-filter-group {
	margin: 0;
	padding: 16px 18px;
	border: 0;
	border-bottom: 1px solid var(--er-border);
}

.elreda-filter-group legend {
	width: 100%;
	margin: 0 0 11px;
	padding: 0;
	color: var(--er-navy);
	font-size: 13px;
	font-weight: 800;
}

.elreda-filter-options {
	display: grid;
	gap: 8px;
	max-height: 220px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.elreda-filter-option { display: flex; align-items: center; gap: 9px; margin: 0; color: #414B5E; font-size: 12px; cursor: pointer; }
.elreda-filter-option input { width: 17px; height: 17px; margin: 0; accent-color: var(--er-red); }

.elreda-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.elreda-price-fields label { display: grid; gap: 5px; color: #697386; font-size: 11px; }
.elreda-price-fields input {
	width: 100%;
	min-width: 0;
	height: 40px;
	padding: 6px 9px;
	border: 1px solid var(--er-border);
	border-radius: 8px;
	background: #fff;
	font-family: inherit;
}

.elreda-filter-actions { display: grid; gap: 8px; padding: 16px 18px 18px; }

.elreda-filter-apply,
.elreda-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 9px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.elreda-filter-apply { border: 0; background: var(--er-red); color: #fff; cursor: pointer; }
.elreda-filter-apply:hover { background: #C90023; }
.elreda-filter-reset { border: 1px solid var(--er-border); background: #fff; color: var(--er-navy); }

.elreda-catalog-products { min-width: 0; }

.elreda-catalog-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	margin: 0 !important;
}

.elreda-catalog-products ul.products::before,
.elreda-catalog-products ul.products::after { display: none !important; }

.elreda-catalog-products ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }

.elreda-catalog-pagination { margin-top: 28px; }
.elreda-catalog-pagination .woocommerce-pagination ul { display: flex; justify-content: center; gap: 7px; border: 0; }
.elreda-catalog-pagination .woocommerce-pagination ul li { border: 0; }
.elreda-catalog-pagination .woocommerce-pagination a,
.elreda-catalog-pagination .woocommerce-pagination span {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	border: 1px solid var(--er-border);
	border-radius: 9px;
	background: #fff;
	color: var(--er-navy);
}
.elreda-catalog-pagination .woocommerce-pagination .current { border-color: var(--er-blue); background: var(--er-blue); color: #fff; }

.elreda-filter-overlay { display: none; }

@media (max-width: 1100px) and (min-width: 901px) {
	.elreda-catalog-layout { grid-template-columns: 245px minmax(0, 1fr); gap: 18px; }
	.elreda-catalog-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 900px) {
	.elreda-catalog-archive { padding-top: 16px; padding-bottom: 92px; }
	.elreda-catalog-head { padding: 17px; border-radius: 14px; }
	.elreda-catalog-head h1 { font-size: 26px; }
	.elreda-catalog-description { font-size: 12px; }

	.elreda-catalog-toolbar { grid-template-columns: auto 1fr; gap: 9px; }

	.elreda-mobile-filter-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-height: 42px;
		padding: 7px 13px;
		border: 1px solid var(--er-border);
		border-radius: 10px;
		background: #fff;
		color: var(--er-navy);
		font-family: inherit;
		font-weight: 800;
		cursor: pointer;
	}

	.elreda-mobile-filter-btn em {
		display: grid;
		place-items: center;
		min-width: 20px;
		height: 20px;
		padding: 0 4px;
		border-radius: 999px;
		background: var(--er-red);
		color: #fff;
		font-size: 10px;
		font-style: normal;
	}

	.elreda-catalog-count { grid-column: 1 / -1; order: 3; }
	.elreda-catalog-ordering { justify-self: stretch; }
	.elreda-catalog-ordering select { width: 100%; }
	.elreda-catalog-layout { display: block; }

	.elreda-filter-sidebar {
		position: fixed;
		z-index: 10050;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(88vw, 360px);
		border: 0;
		border-radius: 0;
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform .22s ease;
	}

	body.elreda-filter-open { overflow: hidden; }
	body.elreda-filter-open .elreda-filter-sidebar { transform: translateX(0); }

	.elreda-filter-close { display: grid; place-items: center; }

	.elreda-filter-overlay {
		position: fixed;
		z-index: 10040;
		inset: 0;
		background: rgba(3, 19, 41, .48);
		backdrop-filter: blur(2px);
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s ease, visibility .2s ease;
	}

	body.elreda-filter-open .elreda-filter-overlay {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.elreda-catalog-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}
}

@media (max-width: 390px) {
	.elreda-catalog-products ul.products { gap: 8px !important; }
	.elreda-catalog-head { padding: 14px; }
	.elreda-catalog-chips a { min-height: 35px; padding: 6px 11px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
	.elreda-filter-sidebar,
	.elreda-filter-overlay { transition: none; }
}
