/* V2 fireplace/service archive shell */

.hh-v2-fireplace-archive__shell {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem;
}

.hh-v2-fireplace-archive__chips {
	padding: 0.75rem 0 1.25rem;
	background: #fafaf8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-v2-fireplace-archive__chips-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem;
}

.hh-v2-fireplace-archive__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	border: 1px solid #d8d0c8;
	background: #fff;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 0.86rem;
	font-weight: 600;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hh-v2-fireplace-archive__chip:hover {
	border-color: #c41e3a;
	color: #c41e3a;
}

.hh-v2-fireplace-archive__chip.is-active {
	border-color: #c41e3a;
	background: #c41e3a;
	color: #fff;
}

.hh-v2-fireplace-archive__chip-count {
	font-size: 0.78rem;
	font-weight: 500;
	opacity: 0.85;
}

.hh-v2-fireplace-archive__empty {
	padding: 1rem 0 2rem;
	color: #666;
}

.hh-v2-fireplace-archive__catalog .hh-loop-card .woocommerce-loop-product__title,
.hh-v2-fireplace-archive__catalog .hh-showcase-card__title {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 0.35rem;
}

.hh-v2-fireplace-archive__catalog .hh-showcase-card__excerpt,
.hh-v2-fireplace-archive__catalog .woocommerce-loop-product__short-description {
	font-size: 0.88rem;
	line-height: 1.55;
	color: #555;
	margin: 0 0 0.75rem;
}

body.hh-v2-fireplace-archive-shell .woocommerce-products-header {
	display: none;
}
