SHOPPING EXPERIENCE

-MASKS ARE WELCOME in our retail space.  All customers and employees entering our retail space can feel comfortable if they choose to wear a masks.  

-Respect social distancing and remain 6 feet away from other shoppers and our staff.

-If you are sick or coughing, please stay home and Come visit us when you are feeling better.

-We reserve the right to limit the number of people on our property.

In our Garden Center, we have placed directional arrows on the floor to allow for a more comfortable shopping experience. For both our safety and yours, we have placed plexiglass dividers at our potting station & cash registers. Please remember to give our employees the space need to repot, your plant. 

$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });