/* Remove placeholder text from the promo code input */
input[placeholder="Enter Coupon"]::placeholder {
  color: transparent;
}

