/* Opis pod nagłówkiem — spójny z sekcją DODATKI (.hoker-equipment-section-lead). */
.single-product .hoker-thickness-config-lead,
.single-product .hoker-equipment-section-lead {
	margin: 0.35em 0 0.85em;
	padding: 0;
	font-size: 0.92em;
	line-height: 1.45;
	font-weight: 400;
	max-width: 42em;
	color: #5c6573;
}

/*
 * Układ przycisków GRUBOŚĆ CAŁKOWITA — jak .hoker-seat-equipment-compact (DODATKI).
 * Osobny moduł — bez edycji hoker-seat-configurator.css (STOLARZ).
 */
.single-product .hoker-seat-configurator .hoker-seat-thickness-compact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.single-product .hoker-seat-configurator .hoker-seat-thickness-compact .hoker-seat-choice-card {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #d9cbc3;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.single-product .hoker-seat-configurator .hoker-seat-thickness-compact .hoker-seat-choice-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.single-product .hoker-seat-configurator .hoker-seat-thickness-compact .hoker-seat-choice-card.is-selected {
	border-color: #8d1c2f;
	box-shadow: inset 0 0 0 1px rgba(141, 28, 47, 0.12);
	background: #fffafa;
}

.single-product .hoker-seat-configurator .hoker-seat-thickness-compact .hoker-seat-choice-card > span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

@media (max-width: 768px) {
	.single-product .hoker-seat-configurator .hoker-seat-thickness-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 769px) {
	.single-product .hoker-seat-configurator .hoker-seat-thickness-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
