Contact us

10650 N. Baehr Road

Suites E-F

Mequon, WI 53092. USA

We are open: Monday - Saturday 8AM - 7PM (central time) Sometimes Sunday too


We bet you have some questions, ask away!


Contact information
  •  
    10650 N. Baehr Road,

    Suites E-F

    Mequon, WI 53092

  •   866-667-2335
  •   john@betterbidders.com
  •   We are open: Like all the time

Paddle Search

Just added to your cart:
Qty:
Total:
Subtotal:
Excl. postage 
My Cart
Just added to your wishlist:
Excl. postage 
My Wishlist
This is the size chart contents
// Preserve quantity when variant options change document.addEventListener('DOMContentLoaded', function() { // Get the quantity input element const quantityInput = document.querySelector('input[name="quantity"]'); // Get all the variant option selectors const variantSelectors = document.querySelectorAll('.single-option-selector'); if (!quantityInput || !variantSelectors.length) return; // Store the current quantity value let currentQuantity = quantityInput.value || 1; // Update the stored quantity when user changes it directly quantityInput.addEventListener('change', function() { currentQuantity = this.value; }); // For each variant selector, add a listener to preserve quantity variantSelectors.forEach(selector => { selector.addEventListener('change', function() { // Set a small timeout to let the variant change process complete setTimeout(function() { // Restore the quantity value if (quantityInput.value !== currentQuantity) { quantityInput.value = currentQuantity; } }, 10); }); }); }); // New Zoho SalesIQ widget 4-21-2026