/* ==========================================================================
   商品分類頁的標題區
   取代 Elementor 的 17 個 product-archive 樣板。
   ========================================================================== */

.tz-archive-hero {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0 0 44px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e4e6e9;
}

.tz-archive-hero__title {
	margin: 0;
	font-size: 34px;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: .5px;
	color: #1c1e21;
}

.tz-archive-hero__title::after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin-top: 16px;
	background: #d3b574;
}

.tz-archive-hero__sub {
	margin: 0;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.95;
	font-weight: 300;
	color: #5a5f66;
}

@media (max-width: 767px) {
	.tz-archive-hero { margin-bottom: 30px; padding-bottom: 22px; }
	.tz-archive-hero__title { font-size: 25px; }
	.tz-archive-hero__sub { font-size: 15px; }
}
