/* Decorative, short-lived hottest-sauce effect; never intercepts a tap. */
.product-heat {
	position: fixed;
	inset: auto 0 0;
	z-index: 1600;
	width: 100%;
	height: min(38dvh, 300px);
	overflow: hidden;
	pointer-events: none;
	user-select: none;
	contain: layout paint style;
}
.product-heat canvas { display: block; width: 100%; height: 100%; pointer-events: none; filter: drop-shadow(0 -2px 7px rgba(255, 91, 16, .24)); }
@media (prefers-reduced-motion: reduce) {
	.product-heat { display: none; }
}
