b2b-min-cropped

Retailers: Ready to stock and sell our products? Unlock exclusive wholesale pricing and benefits. Apply now to join our network of trusted partners. Please fill out the form below to start the process.

Please note: We do not offer wholesale pricing to trade customers.

$(document).ready(function() { $('select[name="company-business-type"]').change(function() { if ($(this).val() === "Others") { $('#business-others-input').show(); } else { $('#business-others-input').hide(); } }).trigger('change'); });