Hi jeffe91107,
The numbers of Page Views and Product Views would depend on the implementation. Page Views are counted when there is a s.t() call triggering to Analytics. Product Views, on the other hand, are counted whenever s.prodView is triggered as an event in s.event variable.
If s.prodView is always fired with the page view call on the Product Details page, the numbers would be same. However, it doesn't seem to be the case here.
Hope this clarifies! Thanks!