/**
 * V2 heating materials WooCommerce archives — warm light catalog (V3.17.5).
 */

body.tax-product_cat.hh-v2-heating-archive-page {
	background: #f7f4f1;
	color: #1f1a17;
}

body.tax-product_cat.hh-v2-heating-archive-page .site-main,
body.tax-product_cat.hh-v2-heating-archive-page .content-area,
body.tax-product_cat.hh-v2-heating-archive-page .woocommerce {
	background: transparent;
	padding: 0;
	margin: 0;
	max-width: none;
}

.hh-v2-heating-archive {
	padding-bottom: 0;
}

/* Hero — black veil blends image into text panel (see hh-v2-inner-hero-polish.css) */

.hh-v2-heating-archive .hh-v2-inner-values {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-v2-heating-archive .hh-v2-inner-values__item strong {
	color: #1f1a17;
}

.hh-v2-heating-archive .hh-v2-inner-values__item p {
	color: rgba(31, 26, 23, 0.68);
}

.hh-v2-heating-archive__catalog {
	padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(2rem, 5vw, 3.5rem);
	background: linear-gradient(180deg, #fff 0%, #f7f4f1 100%);
}

.hh-v2-heating-archive__catalog-shell {
	max-width: var(--hh-max, 1180px);
	margin: 0 auto;
	padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.hh-v2-heating-archive__catalog-head {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	text-align: center;
}

.hh-v2-heating-archive__catalog-head h2 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.35rem, 3.2vw, 1.85rem);
	font-weight: 700;
	color: #1f1a17;
}

.hh-v2-heating-archive__catalog-head p {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 0.92rem;
	line-height: 1.65;
	color: rgba(31, 26, 23, 0.72);
}

.hh-v2-heating-archive__subcats {
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.hh-v2-heating-archive__subcats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: clamp(0.85rem, 2vw, 1.15rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hh-v2-heating-archive__subcat a {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	overflow: hidden;
	color: #1f1a17;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hh-v2-heating-archive__subcat a:hover {
	border-color: rgba(196, 30, 58, 0.25);
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.hh-v2-heating-archive__subcat-media {
	aspect-ratio: 16 / 10;
	background: #ece7e2;
	overflow: hidden;
}

.hh-v2-heating-archive__subcat-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hh-v2-heating-archive__subcat-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #ece7e2, #e8ddd4);
}

.hh-v2-heating-archive__subcat-body {
	padding: 1rem 1rem 1.1rem;
}

.hh-v2-heating-archive__subcat-tag {
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	font-size: 0.72rem;
	background: rgba(196, 30, 58, 0.08);
	color: rgba(196, 30, 58, 0.9);
}

.hh-v2-heating-archive__subcat-body strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

.hh-v2-heating-archive__subcat-body p {
	margin: 0 0 0.65rem;
	font-size: 0.86rem;
	line-height: 1.55;
	color: rgba(31, 26, 23, 0.68);
}

.hh-v2-heating-archive__subcat-cta {
	font-size: 0.82rem;
	color: rgba(31, 26, 23, 0.55);
}

.hh-v2-heating-archive .hh-v2-catalog-toolbar {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.07);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.hh-v2-heating-archive .hh-v2-catalog-toolbar__chip {
	background: rgba(0, 0, 0, 0.05);
	color: inherit;
}

.hh-v2-heating-archive .hh-v2-catalog-toolbar__chip.is-active {
	background: #c41e3a;
	border-color: #c41e3a;
	color: #fff;
}

.hh-v2-heating-archive__grid-wrap .products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: clamp(1rem, 2.5vw, 1.35rem);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.hh-v2-heating-archive__grid-wrap .products::before,
.hh-v2-heating-archive__grid-wrap .products::after {
	display: none !important;
}

.hh-v2-heating-archive__grid-wrap .products > li.product {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
	min-width: 0;
	height: 100%;
}

.hh-v2-heating-archive__grid-wrap .products > li.product > .hh-product-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 100%;
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-product-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-product-card:hover {
	border-color: rgba(196, 30, 58, 0.25);
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-product-card__title a,
body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-product-card__price {
	color: #1f1a17;
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-product-card__benefit {
	margin: 0 0 0.55rem;
	font-size: 0.84rem;
	line-height: 1.55;
	color: rgba(31, 26, 23, 0.68);
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-product-card__badge {
	background: rgba(0, 0, 0, 0.05);
	color: rgba(31, 26, 23, 0.78);
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-link-arrow {
	color: rgba(196, 30, 58, 0.9);
}

body.hh-v2-heating-archive-page .hh-v2-heating-archive .hh-btn--ghost {
	border-color: rgba(31, 26, 23, 0.16);
	color: #1f1a17;
}

.hh-v2-heating-archive__pagination {
	margin-top: 1.5rem;
	text-align: center;
}

.hh-v2-heating-archive__catalog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1rem, 2.5vw, 1.5rem);
}

.hh-v2-heating-archive__catalog-main {
	min-width: 0;
}

.hh-v2-heating-archive__all-products-head {
	margin: clamp(1.25rem, 3vw, 2rem) 0 clamp(0.85rem, 2vw, 1.25rem);
	padding-top: clamp(0.75rem, 2vw, 1rem);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hh-v2-heating-archive__all-products-head h3 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.1rem, 2.4vw, 1.35rem);
	color: #1f1a17;
}

.hh-v2-heating-archive__all-products-head p {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(31, 26, 23, 0.72);
}

.hh-v2-catalog-sidebar {
	display: none;
}

.hh-v2-catalog-sidebar__title {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(31, 26, 23, 0.55);
}

.hh-v2-catalog-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.hh-v2-catalog-sidebar__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.65rem 0.85rem;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	color: #1f1a17;
	text-decoration: none;
	font-size: 0.92rem;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.hh-v2-catalog-sidebar__link:hover,
.hh-v2-catalog-sidebar__link.is-active {
	border-color: rgba(196, 30, 58, 0.35);
	background: rgba(196, 30, 58, 0.06);
}

.hh-v2-catalog-sidebar__count {
	font-size: 0.78rem;
	color: rgba(31, 26, 23, 0.55);
}

.hh-v2-outdoor-hub-catalog {
	padding: clamp(1.5rem, 4vw, 2.75rem) 0;
	background: linear-gradient(180deg, #fff 0%, #f7f4f1 100%);
}

.hh-v2-outdoor-hub-catalog__shell {
	max-width: var(--hh-max, 1180px);
	margin: 0 auto;
	padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.hh-v2-outdoor-hub-catalog__head {
	margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
	text-align: center;
}

.hh-v2-outdoor-hub-catalog__head h2 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.35rem, 3.2vw, 1.85rem);
}

.hh-v2-outdoor-hub-catalog__head p {
	margin: 0 auto;
	max-width: 36rem;
	color: rgba(31, 26, 23, 0.72);
}

@media (min-width: 1024px) {
	.hh-v2-heating-archive__catalog-layout {
		grid-template-columns: 240px minmax(0, 1fr);
		align-items: start;
	}

	.hh-v2-catalog-sidebar {
		display: block;
		position: sticky;
		top: 96px;
	}

	.hh-v2-catalog-toolbar__chips {
		display: none;
	}
}

@media (max-width: 640px) {
	.hh-v2-heating-archive__grid-wrap .products,
	.hh-v2-heating-archive__subcats-grid {
		grid-template-columns: 1fr;
	}
}
