Our best selling Linen Spray is the perfect way to bring our scents into your area! Use anywhere you would use "Febreeze". Couches, curtains, clothing, closets, pillows, car interiors.
Thanks for contacting us! We'll get back to you shortly.
Thanks for subscribing
Thanks! We will notify you when it becomes available!
The max number of items have already been added
There is only one item left to add to the cart
There are only [num_items] items left to add to the cart
$(document).ready(function() {
$('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() {
if ($('#agree').is(':checked')) {
$(this).submit();
}
else {
alert("You must agree with the terms and conditions of sales to check out.");
return false;
}
});
});