/* Touch reveal fail-safe. The class is applied only when the mobile observer
   has not revealed a text-bearing target after the first scroll. */
@media (hover: none) and (pointer: coarse) {
	#dedicated-product.dp-page .dp-reveal.is-reveal-failsafe {
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		transition-delay: 0s !important;
	}
}
