Fraud Blocker

Referral Sign-Up Form

Sign up to join our referral program!

Join the Referral Program

Sign up through the form above! You will be sent an email with your own personalized referral link you can send to your friends and colleagues!

Share Your Link

Once you’ve gotten your referral link, send it to your friends and colleagues! After 3 of your friends have signed up to the program, you will be rewarded with a $30 discount code and your friends will be rewarded a $10 discount code for joining the program!

Enjoy the Rewards!

Once you’ve shared your referral link to 3 people, you and your friends/colleague will be rewarded a discount codes! In total, that’s a combined total of $60 that you and your friends can spend on our shop!

Select your currency
USD United States (US) dollar
//This is for custom sticky header, in combination with css jQuery(window).scroll(function() { var scroll = jQuery(window).scrollTop(); if (scroll >= 30) { jQuery("header.et-l--header").addClass("custom-fixed-header"); } else { jQuery("header.et-l--header").removeClass("custom-fixed-header"); } }); //This wraps the speakers grid title and meta into one container for easier styling jQuery(document).ready(function() { jQuery('.custom-portfolio-grid .et_pb_portfolio_grid_items .project a').each(function() { jQuery(this).nextAll().wrapAll('
'); jQuery(this).next().prepend('View'); }); jQuery('.portfolio-custom-button').each(function() { var portfolioBtn = jQuery(this).parent().prev().attr('href'); jQuery(this).attr('href', portfolioBtn); }); }); jQuery(document).ajaxComplete(function() { jQuery('.custom-portfolio-grid .et_pb_portfolio_grid_items .project a').each(function() { jQuery(this).nextAll().wrapAll('
'); jQuery(this).next().prepend('View'); }); jQuery('.portfolio-custom-button').each(function() { var portfolioBtn = jQuery(this).parent().prev().attr('href'); jQuery(this).attr('href', portfolioBtn); }); }); //This removes the scrset from portfolio grid, so the images are not blurry jQuery(document).ready(function() { jQuery('.custom-portfolio-grid .et_portfolio_image img').attr('src', function(i, src) { return src.replace( '-400x284', '' ); }); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('srcset sizes width height'); }); jQuery(document).ajaxComplete(function() { jQuery('.custom-portfolio-grid .et_portfolio_image img').attr('src', function(i, src) { return src.replace( '-400x284', '' ); }); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('srcset'); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('sizes'); }); //This code is to clear text from search box labels on the sidebar, so the icon can be injected with css jQuery(document).ready(function() { jQuery('.custom-search-bar .screen-reader-text').text(''); });