/* ============================================================
   Routine Wellness Styles — coupon-gated product visibility
   ============================================================

   Hides individual products from the free-gift / scent choosers while a
   specific coupon is applied. Scoped by body class only, so a rule reaches
   every surface where that chooser renders.

   New rules of this kind belong in this file. See the repository README for
   how the earlier ones were handled.

   !important is required, not decorative: the chooser's own rules are
   themselves !important, and among !important rules the more specific
   selector wins.
   ============================================================ */

/* LABOR — the free serum chooser offers Scalp Serum only. */
body.has-coupon-labor li.menu-revive-eo-product-item[data-product-title="hair-serum"] {
	display: none !important;
}

/* LABOR — with Scalp Serum the only option left, the chooser has nothing to
   offer, so it is hidden rather than opening onto an empty list. The heading
   sits inside this wrapper and is hidden with it; the line item, its price and
   its remove control sit outside and are unaffected. */
body.has-coupon-labor .nav-edit-revive-eo-shop-actions-wrapper {
	display: none !important;
}
