/* Landing catalog access — show all + subcategory chips */

.hh-v2-landing-catalog-access {
	padding: 2rem 0 0;
}

.hh-v2-landing-catalog-access__shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

.hh-v2-landing-catalog-access__all {
	margin-bottom: 1.25rem;
}

.hh-v2-landing-catalog-access__subhead {
	font-size: 0.95rem;
	font-weight: 600;
	color: #5c5c5c;
	margin: 0 0 0.75rem;
}

.hh-v2-landing-catalog-access__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.hh-v2-landing-catalog-access__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid #d8d0c8;
	border-radius: 999px;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 0.9rem;
	font-weight: 500;
	background: #fff;
	transition: border-color 0.15s, background 0.15s;
}

.hh-v2-landing-catalog-access__chip:hover {
	border-color: #c41e3a;
	color: #c41e3a;
}

.hh-v2-landing-catalog-access__chip-count {
	font-size: 0.75rem;
	color: #888;
}

.hh-v2-landing-catalog-access--all-grid {
	padding: 0;
}

.hh-v2-landing-catalog-access--all-grid .hh-v2-inner-collections__shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem;
}

.hh-v2-landing-catalog-access--all-grid .hh-v2-inner-collections__head h2 {
	font-size: 1.35rem;
}

/* Full catalog grid on fireplace type pages */
#hh-v2-all-products.hh-v2-product-grid {
	background: #f7f7f5;
	padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4rem);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#hh-v2-all-products .hh-v2-product-grid__head {
	max-width: 1120px;
	margin: 0 auto 1.5rem;
	padding: 0 1rem;
}

#hh-v2-all-products .hh-v2-product-grid__head h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	font-weight: 800;
	color: #1a1a1a;
}

#hh-v2-all-products ul.products {
	max-width: 1120px;
	margin: 0 auto !important;
	padding: 0 1rem !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.25rem !important;
	list-style: none !important;
}

#hh-v2-all-products ul.products > li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

@media (max-width: 1024px) {
	#hh-v2-all-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	#hh-v2-all-products ul.products {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 767px) {
	.hh-v2-landing-catalog-access__chips {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 0.25rem;
		-webkit-overflow-scrolling: touch;
	}
}

.hh-v2-catalog-filters {
	max-width: 1120px;
	margin: 0 auto 1.25rem;
	padding: 0 1rem;
}

.hh-v2-catalog-filters__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.hh-v2-catalog-filters__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid #d8d0c8;
	border-radius: 999px;
	text-decoration: none !important;
	color: #1a1a1a;
	font-size: 0.88rem;
	font-weight: 600;
	background: #fff;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.hh-v2-catalog-filters__chip:hover,
.hh-v2-catalog-filters__chip.is-active {
	border-color: #1a1a1a;
	background: #1a1a1a;
	color: #fff;
}

.hh-v2-catalog-filters__count {
	font-size: 0.72rem;
	font-weight: 500;
	opacity: 0.75;
}

@media (max-width: 767px) {
	.hh-v2-catalog-filters__inner {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0.25rem;
		-webkit-overflow-scrolling: touch;
	}
}
