/* Store-wide PDP chrome while PWP is on (enqueue is dark-gated per request):
   mobile shops through the floating Buy Now ONLY - hiding the in-page button
   makes snippet #7's IntersectionObserver report it out of view once at load,
   so the bar stays permanently visible on every product - and the Points &
   Rewards "Earn up to N Shopping Credits" line goes on all viewports. */
@media (max-width:991px){
  .woocommerce div.product form.cart div.quantity,
  .woocommerce div.product form.cart .quantity,
  .woocommerce div.product form.cart .single_add_to_cart_button{display:none!important}
}
/* The earn line renders inside form.cart on variable products but can land
   elsewhere in the summary (member renders, simple products) - hide it
   wherever Points & Rewards puts it on a product page (owner r18). */
.single-product p.points,
.single-product .wc_points_rewards_product_message{display:none!important}
