Your Cart ({{ cart.length ? `${cart.reduce((acc, currentItem) => acc + currentItem.quantity, 0)}` : '0' }} items)

Your cart is empty

Looks like you haven't added any items yet!

Continue Shopping
Product Image
{{ item.name }} x{{ item.quantity }}
Color: {{ item.selectedOptions.color }} {{ item.optionPrices?.color ? `(+$${item.optionPrices?.color})` : '' }}
Size: {{ item.selectedOptions.size }} {{ getSizePriceDisplay(item) }}
Name: {{ item.selectedOptions.name }} {{ item.optionPrices?.name ? `(+$${item.optionPrices?.name})` : '' }}
Number: {{ item.selectedOptions.number }} {{ item.optionPrices?.number ? `(+$${item.optionPrices?.number})` : '' }}
Team: {{ getTeamDisplayName(item.selectedOptions.team) }}
Price: ${{ getCurrentPrice(item) }}
You ordered {{ oldCart.length }} items!
Thanks! Here's how to pay.

Orders will NOT be placed until payment is received.

Your total amount owed: ${{ oldCartTotal }}
Pay Now
Product Image
{{ item.name }} x{{ item.quantity }}
Color: {{ item.selectedOptions.color }} {{ item.optionPrices?.color ? `(+$${item.optionPrices?.color})` : '' }}
Size: {{ item.selectedOptions.size }} {{ getSizePriceDisplay(item) }}
Name: {{ item.selectedOptions.name }} {{ item.optionPrices?.name ? `(+$${item.optionPrices?.name})` : '' }}
Number: {{ item.selectedOptions.number }} {{ item.optionPrices?.number ? `(+$${item.optionPrices?.number})` : '' }}
Team: {{ getTeamDisplayName(item.selectedOptions.team) }}
Price: ${{ getCurrentPrice(item) }}
{{ toastMessage }}
Almost there!

Please sign in with Google in the pop-up window that just opened.

If you don't see it, check your pop-up blocker and try again.