/* ── Product Line Page ─────────────────────────────────────── */

.ps-product-line-grid-wrap {
	margin-top: 48px;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.ps-product-line-grid-title {
	font-family: "Alternate Gothic Extra Cond ATF", "Arial Narrow", "Inter", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: var(--ps-blue, #223D90);
	margin: 0 0 24px;
}

/* ── "Shop the Line" link on individual product pages ──────── */

.pm-product-line-link {
	margin: 6px 0 2px;
}

.pm-product-line-link a {
	font-size: .85rem;
	color: var(--ps-blue, #223D90);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .01em;
	opacity: .8;
	transition: opacity .15s ease;
}

@media (hover: hover) {
	.pm-product-line-link a:hover {
		opacity: 1;
		text-decoration: underline;
	}
}
