Great things are on the horizon

Something big is brewing! Our store is in the works and will be launching soon!

jQuery(document).ready(function($){ $('.read-more-btn').on('click', function(e){ e.preventDefault(); var moreText = $(this).prev('.more-text'); moreText.slideToggle(); $(this).text($(this).text() === 'Read More' ? 'Read Less' : 'Read More'); }); });