﻿.product-taxonomy-modern {
	--product-dark: #101820;
	--product-ink: #1f2933;
	--product-muted: #6b7682;
	--product-soft: #f5f7fa;
	--product-line: rgba(16, 24, 32, 0.1);
	--product-accent: #f4a024;
	--product-accent-dark: #d98612;
	--product-radius: 26px;
	color: var(--product-ink);
}

.product-taxonomy-modern a {
	text-decoration: none;
}

.product-hero {
	position: relative;
	min-height: 470px;
	padding: 126px 0 96px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--product-dark);
}

.product-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.product-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.62;
	filter: saturate(0.92) contrast(1.06);
}

.product-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(12, 18, 24, 0.92) 0%, rgba(12, 18, 24, 0.72) 48%, rgba(12, 18, 24, 0.2) 100%);
}

.product-hero::after {
	content: "";
	position: absolute;
	right: -160px;
	bottom: -220px;
	z-index: 1;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(244, 160, 36, 0.23);
}

.product-hero__content {
	position: relative;
	z-index: 2;
	max-width: 780px;
	color: #fff;
}

.product-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ffd18a;
}

.product-kicker::before {
	content: "";
	width: 44px;
	height: 2px;
	background: var(--product-accent);
}

.product-hero h1 {
	margin: 0;
	font-size: clamp(42px, 5.6vw, 76px);
	line-height: 0.98;
	font-weight: 800;
	letter-spacing: -0.055em;
}

.product-hero__lead {
	max-width: 650px;
	margin-top: 24px;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
}

.product-taxonomy-modern .breadcrumbs {
	background: #fff;
	border-bottom: 1px solid var(--product-line);
}

.product-list-section {
	padding: 88px 0 96px;
	background: var(--product-soft);
}

.product-section-head {
	margin-bottom: 34px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.product-section-head__text span {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--product-accent-dark);
}

.product-section-head h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--product-dark);
}

.product-section-head p {
	max-width: 560px;
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.75;
	color: var(--product-muted);
}

.product-layout {
	display: block;
}

.product-filter-card {
	margin-bottom: 42px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.product-filter-card h3 {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--product-accent-dark);
}

.product-taxonomy-modern .menu-list {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid var(--product-line);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(16, 24, 32, 0.06);
}

.product-taxonomy-modern .menu-list li {
	position: relative;
	min-height: 58px;
	padding: 15px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-right: 1px solid var(--product-line);
	border-radius: 0;
	background: #fff;
	font-size: 13.5px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	color: var(--product-muted);
	cursor: pointer;
	transition: color 0.25s ease, background-color 0.25s ease;
}

.product-taxonomy-modern .menu-list li:last-child {
	border-right: 0;
}

.product-taxonomy-modern .menu-list li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: var(--product-accent);
	transform: scaleX(0);
	transition: transform 0.25s ease;
}

.product-taxonomy-modern .menu-list li:hover {
	background: #fafbfc;
	color: var(--product-dark);
}

.product-taxonomy-modern .menu-list li.menu-active {
	background: var(--product-dark);
	color: #fff;
}

.product-taxonomy-modern .menu-list li:hover::after,
.product-taxonomy-modern .menu-list li.menu-active::after {
	transform: scaleX(1);
}

.product-taxonomy-modern .menu-list li.menu-active::after {
	background: var(--product-accent);
}

.product-taxonomy-modern .proList {
	row-gap: 34px;
	padding: 0;
	margin: 0 -15px;
	list-style: none;
}

.product-taxonomy-modern .proList > li {
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
}

.product-taxonomy-modern .proList > li > a {
	display: flex;
	width: 100%;
	color: inherit;
}

.product-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	border: 1px solid rgba(16, 24, 32, 0.08);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 14px 40px rgba(16, 24, 32, 0.075);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
	transform: translateY(-6px);
	border-color: rgba(244, 160, 36, 0.38);
	box-shadow: 0 24px 60px rgba(16, 24, 32, 0.12);
}

.product-card__image {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	display: block;
	background: #f3f5f8;
	overflow: hidden;
}

.product-card__image img {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 0;
	transition: opacity 0.3s ease, transform 0.45s ease;
}

.product-card__image .img_hover {
	opacity: 0;
}

.product-card:hover .product-card__image > img:first-child {
	transform: scale(1.04);
}

.product-card:hover .product-card__image .img_hover {
	transform: scale(1.04);
	opacity: 1;
}

.product-card__body {
	padding: 22px 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product-card__title {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.32;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--product-dark);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card__parameter {
	font-size: 12.5px;
	line-height: 20px;
	color: var(--product-muted);
	display: block;
	overflow: visible;
}

.product-card__parameter p {
	margin-bottom: 6px;
}

.product-card__parameter p:last-child {
	margin-bottom: 0;
}

.product-card__foot {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 3;
	display: block;
}

.product-card__badge {
	width: 58px;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card__badge img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 44px;
	object-fit: contain;
}

.product-taxonomy-modern .paginationbox {
	width: 100%;
	margin-top: 48px;
	display: flex;
	justify-content: center;
}

.product-taxonomy-modern .pagination {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.product-taxonomy-modern .pagination a,
.product-taxonomy-modern .pagination span {
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--product-line);
	border-radius: 14px;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	color: var(--product-ink);
	transition: all 0.25s ease;
}

.product-taxonomy-modern .pagination a:hover,
.product-taxonomy-modern .pagination .current {
	border-color: #182d82;
	background: #182d82;
	color: #fff;
}

.product-empty {
	padding: 34px;
	border: 1px dashed rgba(16, 24, 32, 0.2);
	border-radius: var(--product-radius);
	background: #fff;
	color: var(--product-muted);
}

@media (max-width: 991px) {
	.product-hero {
		min-height: 420px;
		padding: 108px 0 82px;
	}

	.product-list-section {
		padding: 70px 0;
	}

	.product-filter-card {
		margin-bottom: 30px;
	}

	.product-taxonomy-modern .menu-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-taxonomy-modern .menu-list li:nth-child(3n) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.product-hero {
		min-height: 320px;
		padding: 72px 0 44px;
	}

	.product-hero::before {
		background: linear-gradient(180deg, rgba(12, 18, 24, 0.86) 0%, rgba(12, 18, 24, 0.72) 52%, rgba(12, 18, 24, 0.82) 100%);
	}

	.product-hero::after {
		right: -120px;
		bottom: -150px;
		width: 300px;
		height: 300px;
	}

	.product-hero__media img {
		object-position: center;
	}

	.product-hero__content {
		max-width: 100%;
	}

	.product-kicker {
		gap: 8px;
		margin-bottom: 14px;
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.product-kicker::before {
		width: 30px;
	}

	.product-hero h1 {
		font-size: clamp(28px, 9vw, 40px);
		line-height: 1.08;
		letter-spacing: -0.03em;
	}

	.product-hero__lead {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.7;
	}

	.product-hero__lead span {
		font-size: inherit !important;
		line-height: inherit !important;
	}

	.product-list-section {
		padding: 54px 0;
	}

	.product-section-head {
		display: block;
		margin-bottom: 26px;
	}

	.product-layout {
		display: flex;
		flex-direction: column;
	}

	.product-filter-card {
		order: 2;
		margin-top: 28px;
		margin-bottom: 0;
	}

	.product-grid-wrap {
		order: 1;
	}

	.product-taxonomy-modern .proList {
		row-gap: 14px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.product-taxonomy-modern .proList > li {
		padding-left: 5px;
		padding-right: 5px;
	}

	.product-taxonomy-modern .menu-list {
		grid-template-columns: 1fr;
		border-radius: 14px;
	}

	.product-taxonomy-modern .menu-list li {
		width: 100%;
		min-height: 50px;
		padding: 13px 16px;
		justify-content: flex-start;
		text-align: left;
		border-right: 0;
		border-bottom: 1px solid var(--product-line);
	}

	.product-taxonomy-modern .menu-list li:last-child {
		border-bottom: 0;
	}

	.product-card {
		border-radius: 16px;
	}

	.product-card__image {
		aspect-ratio: 1 / 1;
	}

	.product-card__image img {
		padding: 0;
	}

	.product-card__body {
		padding: 12px 10px 14px;
	}

	.product-card__title {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.product-card__parameter {
		display: none;
	}

	.product-card__foot {
		padding-top: 12px;
	}
}
