/**
 * Hoker — zoom próbek desktop (≥769px).
 * Tkanina: kwadrat 15 cm na linijce (render ~17,15 cm).
 * Drewno: kwadrat 8 cm na linijce (render ~9,14 cm) — słabsza jakość zdjęć próbek.
 * Wyłącznie CSS — bez JS (płynność hover). Mobile (≤768px) bez zmian.
 */

@media (min-width: 769px) {
	body.single-product .hoker-seat-fabric-zoom,
	body.single-product .hoker-seat-wood-zoom,
	.hoker-seat-fabric-zoom,
	.hoker-seat-wood-zoom {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		padding: 8px !important;
		box-sizing: border-box !important;
	}

	body.single-product .hoker-seat-fabric-zoom img,
	.hoker-seat-fabric-zoom img {
		width: 17.15cm !important;
		height: 17.15cm !important;
		max-width: 17.15cm !important;
		max-height: 17.15cm !important;
		min-width: 17.15cm !important;
		min-height: 17.15cm !important;
		aspect-ratio: 1 / 1 !important;
		object-fit: cover !important;
		box-sizing: border-box !important;
	}

	body.single-product .hoker-seat-wood-zoom img,
	.hoker-seat-wood-zoom img {
		width: 9.14cm !important;
		height: 9.14cm !important;
		max-width: 9.14cm !important;
		max-height: 9.14cm !important;
		min-width: 9.14cm !important;
		min-height: 9.14cm !important;
		aspect-ratio: 1 / 1 !important;
		object-fit: cover !important;
		box-sizing: border-box !important;
	}
}
