.neon-cat-hero {
	background-color: #0c8c46;
	background-image: url(../../img/backgrounds/hero.webp);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 72px 0 56px;
}

.neon-cat-hero .section_wrapper,
.neon-pad .section_wrapper,
.section .section_wrapper {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
}

.neon-cat-grid,
.neon-product-grid,
.neon-product,
.neon-cat-toolbar,
.neon-shop {
	width: 100%;
	flex: 1 1 100%;
}

.neon-cat-crumb {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.85;
}

.neon-cat-crumb a {
	color: #fff;
}

.neon-cat-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
}

.neon-cat-hero p.neon-cat-lead {
	margin: 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.6;
}

.neon-cat-toolbar {
	padding: 28px 0 8px;
}

.neon-cat-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.neon-cat-nav a {
	display: inline-flex;
	align-items: center;
	padding: 9px 16px;
	border-radius: 999px;
	background: #edf2f4;
	color: #313133;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.neon-cat-nav a:hover,
.neon-cat-nav a.is-active {
	background: #0c8c46;
	color: #fff;
}

.neon-cat-count {
	margin: 18px 0 0;
	color: #6b716f;
	font-size: 14px;
}

.neon-shop {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	flex: 1 1 100%;
	gap: 32px;
	padding: 32px 0 0;
}

.neon-filter {
	flex: 0 0 260px;
	width: 260px;
	max-width: 260px;
	box-sizing: border-box;
	padding: 20px 18px 18px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 40, 28, 0.06);
}

.neon-filter form {
	margin: 0;
}

.neon-filter__title {
	margin: 0;
	color: #161922;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.neon-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 16px;
}

.neon-filter__close {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #edf2f4;
	color: #161922;
	cursor: pointer;
}

.neon-filter__close svg {
	width: 18px;
	height: 18px;
}

.neon-filter__body {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.neon-filter__group {
	margin: 0;
	padding: 0;
	border: 0;
}

.neon-filter__group legend {
	margin: 0 0 10px;
	padding: 0;
	color: #161922;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.neon-filter__group-toggle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.neon-filter__group-body {
	display: block;
}

.neon-filter__option {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	color: #313133;
	font-size: 14px;
	line-height: 1.35;
	cursor: pointer;
}

.neon-filter__option input {
	flex: 0 0 auto;
	margin: 0;
	accent-color: #0c8c46;
}

.neon-filter__option span {
	flex: 1;
}

.neon-filter__option em {
	color: #6b716f;
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
}

.neon-filter__clear {
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.neon-filter__clear:hover {
	text-decoration: underline;
}

.neon-shop__results {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}

.neon-shop__toolbar {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
}

.neon-filter-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid #dce4e1;
	border-radius: 999px;
	background: #fff;
	color: #161922;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.neon-filter-toggle i {
	color: #0c8c46;
	font-size: 14px;
}

.neon-filter-toggle__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #0c8c46;
	color: #fff;
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.neon-filter-toggle__clear {
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.neon-filter-toggle__clear:hover {
	text-decoration: underline;
}

.neon-shop__results .neon-cat-count {
	margin: 0 0 8px;
}

.neon-product-grid--shop {
	padding: 8px 0 24px;
}

.neon-pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 8px 0 40px;
}

.neon-pager a,
.neon-pager span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #dce4e1;
	border-radius: 8px;
	background: #fff;
	color: #161922;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.neon-pager a:hover {
	border-color: #0c8c46;
	color: #0c8c46;
}

.neon-pager__nav {
	width: 40px;
	padding: 0;
}

.neon-pager__nav svg {
	display: block;
	width: 18px;
	height: 18px;
}

.neon-pager .is-current {
	border-color: #0c8c46;
	background: #0c8c46;
	color: #fff;
}

.neon-pager .is-disabled {
	opacity: 0.4;
	pointer-events: none;
}

.neon-shop__results .neon-cat-empty {
	padding: 24px 0 56px;
}

.neon-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding: 16px 0 80px;
}

.neon-product-spotlight h2 {
	margin: 8px 0 4px;
	font-family: "DM Sans", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #161922;
}

.neon-product-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 16px 0 48px;
}

.neon-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 40, 28, 0.06);
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neon-product-card:hover {
	box-shadow: 0 16px 32px rgba(15, 40, 28, 0.12);
	color: inherit;
	transform: translateY(-4px);
}

.neon-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	padding: 22px;
	background: #f6f8f7;
}

.neon-product-card__media img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.neon-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 22px 24px;
}

.neon-product-card__brand {
	color: #0c8c46;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.neon-product-card h3 {
	margin: 6px 0 10px;
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.neon-product-card p {
	margin: 0 0 16px;
	color: #5b6160;
	font-size: 14px;
	line-height: 1.55;
}

.neon-product-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
}

.neon-product-card__more i {
	font-size: 12px;
}

.neon-cat-empty {
	padding: 40px 0 80px;
	color: #5b6160;
}

.neon-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	padding: 28px 0 40px;
}

.neon-cat-card {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	height: 100%;
	padding: 28px 26px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 40, 28, 0.06);
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neon-cat-card:hover {
	box-shadow: 0 16px 32px rgba(15, 40, 28, 0.12);
	color: inherit;
	transform: translateY(-4px);
}

.neon-cat-card__icon {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
}

.neon-cat-card__icon img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.neon-cat-card h3 {
	margin: 0 0 8px;
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.neon-cat-card p {
	margin: 0 0 14px;
	color: #5b6160;
	font-size: 15px;
	line-height: 1.55;
}

.neon-cat-card__meta {
	color: #0c8c46;
	font-size: 14px;
	font-weight: 700;
}

.neon-cat-cta {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	gap: 18px;
	margin: 0 0 80px;
	padding: 28px 32px;
	border-radius: 12px;
	background: #edf2f4;
}

.neon-cat-cta h2 {
	margin: 0 0 6px;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
}

.neon-cat-cta p {
	margin: 0;
	color: #5b6160;
}

.neon-cat-cta a.button {
	margin: 0;
}

.neon-product {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 40px;
	align-items: start;
	padding: 40px 0 24px;
}

.neon-product__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	padding: 36px;
	border-radius: 12px;
	background: #f6f8f7;
}

.neon-product__media img {
	max-width: 100%;
	max-height: 420px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.neon-product__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.neon-product__thumbs a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	padding: 8px;
	border-radius: 10px;
	background: #f6f8f7;
}

.neon-product__thumbs img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.neon-product__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.neon-product__tags a {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #edf2f4;
	color: #313133;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.neon-product__tags a:hover {
	background: #0c8c46;
	color: #fff;
}

.neon-product__content {
	color: #3d4341;
	font-size: 16px;
	line-height: 1.7;
}

.neon-product__content p,
.neon-product__content ul,
.neon-product__content table {
	margin: 0 0 16px;
}

.neon-product__content h4,
.neon-product__content h3 {
	margin: 28px 0 10px;
	color: #222;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
}

.neon-product__content ul {
	padding-left: 20px;
}

.neon-product__content table {
	width: 100%;
	border-collapse: collapse;
}

.neon-product__content table td,
.neon-product__content table th {
	padding: 10px 12px;
	border-bottom: 1px solid #edf2f4;
	text-align: left;
}

.neon-related {
	padding: 12px 0 24px;
}

.neon-related h2 {
	margin: 0 0 8px;
	font-family: "DM Sans", sans-serif;
	font-size: 28px;
}

@media (min-width: 960px) {
	.neon-filter__group-toggle {
		padding: 0;
		pointer-events: none;
		cursor: default;
	}

	.neon-filter__group-toggle::after {
		display: none;
	}
}

@media (max-width: 959px) {
	.neon-cat-hero {
		background-position: top left;
		padding: 48px 0 40px;
	}

	.neon-cat-hero h1 {
		font-size: 32px;
	}

	.neon-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 56px;
	}

	.neon-product-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 32px;
	}

	.neon-shop {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
		padding-top: 20px;
	}

	.neon-shop__results {
		order: 1;
	}

	.neon-shop__toolbar {
		display: flex;
	}

	.neon-filter {
		position: fixed;
		inset: auto 0 0;
		z-index: 120;
		flex: none;
		width: 100%;
		max-width: none;
		max-height: min(85vh, 100%);
		margin: 0;
		padding: 0 20px 24px;
		overflow: auto;
		border-radius: 16px 16px 0 0;
		box-shadow: 0 -12px 32px rgba(15, 40, 28, 0.14);
		transform: translateY(100%);
		transition: transform 0.25s ease;
		visibility: hidden;
		pointer-events: none;
	}

	body.filter-open .neon-filter {
		transform: translateY(0);
		visibility: visible;
		pointer-events: auto;
	}

	body.filter-open {
		overflow: hidden;
	}

	body.filter-open .site-overlay {
		display: block;
	}

	.neon-filter__head {
		position: sticky;
		top: 0;
		z-index: 1;
		margin: 0 -20px 16px;
		padding: 18px 20px 14px;
		border-bottom: 1px solid #edf2f4;
		background: #fff;
	}

	.neon-filter__close {
		display: inline-flex;
	}

	.neon-filter__group legend {
		margin: 0;
	}

	.neon-filter__group-toggle {
		position: relative;
		padding: 12px 28px 12px 0;
	}

	.neon-filter__group-toggle::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2px;
		width: 8px;
		height: 8px;
		border-right: 2px solid #6b716f;
		border-bottom: 2px solid #6b716f;
		transform: translateY(-65%) rotate(45deg);
		transition: transform 0.2s ease;
	}

	.neon-filter__group.is-open .neon-filter__group-toggle::after {
		transform: translateY(-35%) rotate(-135deg);
	}

	.neon-filter__group-body {
		display: none;
		padding-bottom: 8px;
	}

	.neon-filter__group.is-open .neon-filter__group-body {
		display: block;
	}

	.neon-cat-grid {
		grid-template-columns: 1fr;
	}

	.neon-product {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 28px;
	}

	.neon-product__media {
		min-height: 260px;
		padding: 24px;
	}
}

@media (max-width: 767px) {
	.neon-cat-hero {
		background-size: contain;
		padding: 36px 0 32px;
	}

	.neon-cat-hero h1 {
		font-size: 28px;
	}

	.neon-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.neon-product-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.neon-product-card__media {
		height: 180px;
	}

	.neon-cat-grid {
		grid-template-columns: 1fr;
		padding-bottom: 16px;
	}

	.neon-cat-card {
		padding: 22px 20px;
	}

	.neon-cat-cta {
		padding: 24px 20px;
		margin-bottom: 48px;
	}
}
