/* Дубль сетки подкатегорий WoodMart/Elementor на родительских категориях */
body.tax-product_cat:has(.lc-subcats) .elementor-widget-wd_product_categories {
	display: none !important;
}

.lc-subcats {
	margin: 12px 0 28px;
	padding: 0;
}

.lc-subcats__title {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3e3333;
	opacity: 0.75;
}

.lc-subcats__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lc-subcats__item {
	margin: 0;
	padding: 0;
}

.lc-subcats__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 8px 16px;
	border: 1px solid #e8dede;
	border-radius: 0;
	background: #fff;
	color: #3e3333 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lc-subcats__link:hover {
	border-color: #d4c4c4;
	background: #faf7f7;
	color: #3e3333 !important;
	box-shadow: 0 4px 14px rgba(62, 51, 51, 0.08);
}

.lc-subcats__thumb {
	display: flex;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 0;
	background: #f5f0f0;
}

.lc-subcats__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lc-subcats__name {
	color: #3e3333;
}

.lc-subcats__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 0;
	background: #f3eaea;
	color: #3e3333;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

@media (max-width: 767px) {
	.lc-subcats__list {
		gap: 8px;
	}

	.lc-subcats__link {
		width: 100%;
	}
}
