/* [product_display_title] */
.tech-specs-product-title {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	margin: 0 0 1.25rem;
}

.tech-specs-product-title__heading {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 400;
	line-height: 1.3;
	color: #111;
}

.tech-specs-product-title__make-model {
	display: inline;
}

.tech-specs-product-title__make-model strong {
	font-weight: 700;
}

.tech-specs-product-title__edition {
	display: inline;
	margin-left: 0.35em;
	font-weight: 300;
	color: #4b5563;
}

.tech-specs-product-title__sku {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: #6b7280;
}

.tech-specs-product-title__sku-value {
	font-weight: 400;
	color: #6b7280;
}

.tech-specs-product-title__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.tech-specs-label-chip {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	box-sizing: border-box;
}
.tech-specs-product-title {
	z-index: 2;
	position: relative;
  }