diff --git a/src/alerts/offer-alert/OfferAlert.jsx b/src/alerts/offer-alert/OfferAlert.jsx
index 376ae293..89644ef2 100644
--- a/src/alerts/offer-alert/OfferAlert.jsx
+++ b/src/alerts/offer-alert/OfferAlert.jsx
@@ -34,14 +34,16 @@ function OfferAlert({ intl, payload }) {
{intl.formatMessage(messages.srPrices, { discountedPrice, originalPrice })}
- {discountedPrice} {originalPrice}
+ {/* the price discount and price original classes can be removed post REV-1512 experiment */}
+ {discountedPrice} {originalPrice}
>
);
return (
-
+ {/* the first-purchase-offer-banner class can be removed post REV-1512 experiment */}
+