/* Hide the initial price on all golf products. */
div.product_tag-golf p.price {
  display: none;
}

/* Hide the quantity selector on all golf sponsorships. */

div.product_tag-golf_sponsor div.quantity {
  display: none;
}

/* Hide the base price and options total on all golf sponsor products. */
div.product_tag-golf_sponsor div:has(> span.wapf-product-total) {
  display: none;
}
div.product_tag-golf_sponsor div:has(> span.wapf-options-total) {
  display: none;
}

/* Initially hide the pairing box on the individual golfer page. It will be shown with JS if the user updates the quantity to more than 2. */
#product-12143 div.field-365ceca {
  display: none;
}