/**
 * Fit Summary (variable products, konte-child).
 *
 * A single uppercase line below the size selector describing how the selected size
 * fits. Filled and toggled by js/konte-fit-summary.js; hidden until a size with
 * review data is selected. Scoped under body.konte-variable-pdp so it never leaks
 * onto other layouts. Full-width on mobile with no extra breakpoints — the PDP
 * summary column is already single-column there.
 */

body.konte-variable-pdp .konte-fit-summary {
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid #e5e5e5;
	font-size: 0.82rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink_text);
}

/* Respect the hidden attribute even against resets that set display on divs. */
body.konte-variable-pdp .konte-fit-summary[hidden] {
	display: none;
}

body.konte-variable-pdp .konte-fit-summary__lead {
	font-weight: 700;
}

body.konte-variable-pdp .konte-fit-summary__rest {
	font-weight: 400;
	color: #4a4a4a;
}
