top of page

Become A Retail Partner

Retail Store Owners

10 Degrees Cooler has partnered with Faire, an online wholesale platform, for easy wholesale ordering of our organic skin care products.

We love the interface & ease of ordering & hope you will too!

Faire makes it easier for privately-owned retail businesses around the world to access a global network of more than 250,000 retailers and 30,000 brands.

bottom of page
$(document).ready(function() { $('[data-product-sku]').click(function() { const productSku = $(this).attr('data-product-sku'); const productName = $(this).attr('data-product-name'); const productPrice = $(this).attr('data-product-price'); const productData = { 'id': productSku, 'name': productName, 'price': productPrice }; window._learnq.push(['track', 'Add to Cart', productData]); }); });