Your shopping cart is empty.

SALE
Old Fashioned Camp Craft Cocktail Kit

Old Fashioned Camp Craft Cocktail Kit

$25.00

Tasting notes: SMOOTH | BITTER | COMPLEX

Home bar enthusiasts and gift-givers are passionate about these DIY infusion kits! Fill with 12 ounces of alcohol, refrigerate 3 days, and enjoy for the next 30 days as the basis for craft cocktails. Serves 8, can be infused twice for a total of 16 servings.

INGREDIENTS: Cherries, Oranges, and Bitters Infused Non-GMO Vegan Cane Sugar

INFUSE WITH: Vodka, Gin, Tequila, Rum, Bourbon, or Hot Water for zero-proof recipe.

  • Shelf life: 1-2 years
  • Made in United States of America

RECIPES:

Mix it Cold-

Pour a strained 2 oz shot into a rocks glass over the biggest ice cube you can make. Twist an orange peel over your glass and rub it along the rim, then drop in your glass.

Mix it Hot-

Add a 1.5 oz strained shot to your favorite mug of hot tea. Garnish with a cinnamon stick for stirring.

Zero Proof - Mocktail-

Fill your Old Fashioned Camp Kit with hot water, shake, and allow it to cool. Pour 1.5 oz. strained shot into a shaker cup of ice and 3.5 oz orange juice. Shake for 20 seconds and pour into a chilled coupe glass.

 

 

is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });