/* --------------------------------------------------------------------------
 * GRZ Gaming — complete responsive product header (v1.8.9)
 *
 * Product pages keep their image-driven main navigation while restoring the
 * global marketplace and utility rows. The atmosphere offset tracks the full
 * visible header, so the compositor still starts behind the header without a
 * detached band or a gap above the product hero.
 * ----------------------------------------------------------------------- */

body.single-product.grz-product-immersive {
	--grz-atmo-header-height: 140px;
}

body.single-product.grz-product-immersive .grz-top-strip {
	display: block;
}

body.single-product.grz-product-immersive .grz-main-header__inner {
	min-height: 76px;
}

@media (min-width: 1121px) {
	body.single-product.grz-product-immersive .grz-utility {
		display: block;
	}
}

@media (max-width: 1120px) {
	body.single-product.grz-product-immersive {
		--grz-atmo-header-height: 86px;
	}

	body.single-product.grz-product-immersive .grz-main-header__inner {
		min-height: 58px;
	}
}

@media (max-width: 720px) {
	body.single-product.grz-product-immersive {
		--grz-atmo-header-height: 88px;
	}

	body.single-product.grz-product-immersive .grz-main-header__inner {
		min-height: 56px;
	}
}
