/**
 * Seria ławki #14 (+ klony bench_width, w tym USC mount) — laptop: relacja kolumn jak #12072.
 * Tylko min-width 1025px; tablet/mobile bez zmian. Poza #12072 (moduły).
 */

@media (min-width: 1025px) {
	body.hoker-bench14-laptop-column-rel-active.hoker-seat-fabric-standard.single-product div.product {
		grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
		gap: 14px 1cm !important;
	}

	body.hoker-bench14-laptop-column-rel-active.single-product div.product > .summary.entry-summary,
	body.hoker-bench14-laptop-column-rel-active.single-product div.product > .summary {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	/* Klony USC mount — float zamiast grid; szczelina = margin-right */
	body.hoker-bench14-laptop-column-rel-active.hoker-bench14-usc-mount-active.single-product div.product > .hoker-usc-mixed-left-column {
		margin-right: 1cm !important;
		width: min(520px, calc(50% - 0.5cm)) !important;
	}
}
