/* --------------------------------------------------------------------------
 * GRZ Gaming — compact product hero rhythm (v1.9.2)
 *
 * Keep the approved product artwork, title and purchase surfaces unchanged,
 * but remove the oversized empty bands above and below the hero content.
 * Desktop and tablet now use one balanced transition into the decision area;
 * the already-compact mobile composition remains untouched.
 * ----------------------------------------------------------------------- */

@media (min-width: 721px) {
	body.single-product.grz-product-immersive .grz-tp-hero,
	body.single-product.grz-product-immersive .grz-tp-hero.has-custom-atmosphere {
		margin-bottom: 14px;
		padding: 32px 0 30px;
	}
}

