/* --------------------------------------------------------------------------
 * GRZ Gaming — desktop selected-package visibility (v2.0.0)
 *
 * Desktop already exposes the selected variation in the package selector on
 * the left, so repeating it at the top of the purchase rail adds unnecessary
 * height. Mobile keeps the card as the compact return point to package choice.
 * ----------------------------------------------------------------------- */

@media (min-width: 861px) {
	body.single-product.grz-product-design .grz-tp-rail > .grz-tp-card--selected-package {
		display: none;
	}
}
