Products Page
Destined to be a classic!
Unique corn flavor with floral aromas; sweet without the harsh after taste. A delightful spirit on the rocks or a great Mountain Mixer.
Includes 4 750ml (85 proof) jugs and 4 shot glasses. Also available packaged in a gift-worthy custom ammunition crate bedded with cedar chips (pictured).
Please read our Spirits Purchase and Shipping Policy before completing your order.
Destined to be a classic!
Unique corn flavor with floral aromas; sweet without the harsh after taste. A delightful spirit on the rocks or a great Mountain Mixer.
85 proof and available in 375 ml and 750 ml jugs.
Please read our Spirits Purchase and Shipping Policy before completing your order.
A great gift for the Moonshine lover who has everything.
Virgina Sweetwater Moonshin combines a unique corn flavor with floral aromas. The taste is sweet without the harsh after taste. A delightful spirit on the rocks or a great Mountain Mixer.
This gift set includes:
- 2- 750 ml Virginia Sweetwater Moonshine
- 2- 375 ml Virginia Sweetwater Moonshine
- 4- Virginia Sweetwater Distillery Shot Glasses
All packaged in a golden stained custom wood crate.
Please read our Spirits Purchase and Shipping Policy before completing your order.
VSM2-750-2-375-4SG-WC
This is a War Horn full squad.
The squad includes 6 of our 750 ml “Standing Tall” bottles. All attractively packaged in a hand made Army OD green ammo crate. The troops are bedded in cedar chips for environmentally friendly packaging.
A great addition for your home bar or as a unique gift.
Please read our Spirits Purchase and Shipping Policy before completing your order.
WH6-750-WC
The War Horn Full Squad plus 6 War Horn, 3 oz ceramic shooters.
The squad includes 6 of our 750 ml “Standing Tall” bottles with a shooter for each bottle. All attractively packaged in a hand made Army OD green ammo crate. The troops and shooters are bedded in cedar chips for environmentally friendly packaging.
Great for when the team returns from a mission and proclaim the War Horn salute.
Please read our Spirits Purchase and Shipping Policy before completing your order.
War Horn Patch, Velcro hook back Full color custom patch.
It has the words “Leadership Honor Intregity” I belive my brother lived by and his 2 bronze stars.
Item # WHP001
Velcro hook back to go on breast of Army Combat Uniform shirt.
ITEM # WHNT002
This is a heavy duty 10 oz vinyl banner, approximately 18″ by 36″.
ITEM # WHB001
1.5 OUNCE SHOT GLASS
Virginia SweetWater Distillery 1.5 ounce shot glass.
Available as a single glass or as a set of 6 glasses. Choose quantity to see prices.
ITEM # SG-001
War Horn Whisky black ceramic glass with gold lettering. Holds 3 ounces.
Available as a single glass or as a set of 6 glasses. Choose quantity to see prices.
ITEM # SGWH-001
The official whisky tasting glass accepted world wide.
The shape is designed concentrate the aromas for nosing the spirit bring forth all the whisky has to offer.
ITEM # G-001
Complete with your custom name tape, War Horn Whisky Tape and American Flag. All ACUs have been worn by US Soldiers and are in excellent condition, in most cases like new.
Name Tape will be shipped later due to custom fabrication
ITEM #
");
});
};
};
function et_search_bar(){
var $searchform = jQuery('#header div#search-form'),
$searchinput = $searchform.find("input#searchinput"),
searchvalue = $searchinput.val();
$searchinput.focus(function(){
if (jQuery(this).val() === searchvalue) jQuery(this).val("");
}).blur(function(){
if (jQuery(this).val() === "") jQuery(this).val(searchvalue);
});
};
function et_cycle_integration(){
$featured_content.css('backgroundImage','none');
$featured_content.cycle({
timeout: 0,
speed: 300,
cleartypeNoBg: true
});
if ( $featured_content.find('.slide').length == 1 ){
$featured_content.find('.slide').css({'position':'absolute','top':'0','left':'0'}).show();
}
var ordernum;
var pause_scroll = false;
function gonext(this_element){
$slider_control.children(controlTabString+".active").removeClass('active');
var activeLeft = this_element.position().left+8;
$slider_control.animate({backgroundPosition: activeLeft+'px 7px'},500,function(){
this_element.addClass('active');
});
ordernum = this_element.prevAll(controlTabString).length+1;
$featured_content.cycle(ordernum - 1);
}
$slider_control_tab.click(function() {
clearInterval(interval);
gonext(jQuery(this));
return false;
});
$slider_arrows.click(function() {
clearInterval(interval);
if (jQuery(this).attr("id") === 'nextlink') {
auto_number = $slider_control.children(controlTabString+".active").prevAll(controlTabString).length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
} else {
auto_number = $slider_control.children(controlTabString+".active").prevAll(controlTabString).length-1;
if (auto_number === -1) auto_number = $slider_control_tab.length-1;
};
gonext($slider_control_tab.eq(auto_number));
return false;
});
var auto_number;
var interval;
$slider_control_tab.bind('autonext', function autonext(){
if (!pause_scroll) gonext(jQuery(this));
return false;
});
};
function et_custom_featured(){
var $slide = $featured_area.find('div.slide');
var isAnimation = false;
var ordernum;
var pause_scroll = false;
$featured_content.css('backgroundImage','none');
$slide.css('display','none').filter(':first').css({'display':'block'});
$slider_control_tab.click(function() {
clearTimeout(interval);
if (!isAnimation) gonext(jQuery(this));
return false;
});
function gonext(next_element){
isAnimation = true;
var $current_tab = $slider_control.children(controlTabString+".active"),
ordernumCurrent = $current_tab.prevAll(controlTabString).length+1,
ordernumNext = next_element.prevAll(controlTabString).length+1,
$currentElement = $slide.eq(ordernumCurrent-1),
$nextElement = $slide.eq(ordernumNext-1),
sliderSpeed = 300;
var readmoreButton = "a.readmore",
featuredImage = "img.featured_image",
descriptionDiv = "div.description",
doAnimation;
doAnimation = true;
if (ordernumCurrent === ordernumNext) { doAnimation = false; isAnimation = false; };
if (doAnimation) {
move_arrow();
$currentElement.find(readmoreButton).animate({'opacity':'hide'},sliderSpeed,function(){
$currentElement.find(featuredImage).animate({'opacity':'hide'},sliderSpeed, function(){
$currentElement.find(descriptionDiv).animate({'opacity':'hide'},sliderSpeed,function(){
$currentElement.css('display','none');
$nextElement.children().css('visibility','hidden').end().css('display','block').children(descriptionDiv).children().css({'display':'block','visibility':'hidden'}).end().css('display','block');
$nextElement.find(readmoreButton).css({'top': '-190px','display': 'block','visibility':'visible','opacity':'0'}).animate({top:0,opacity:1},1200,'easeOutBounce',function(){
$nextElement.find(featuredImage).parent('a').css({'visibility': 'visible','opacity':'0'}).animate({opacity:1},sliderSpeed, function(){
$nextElement.find(descriptionDiv).css({'visibility': 'visible','opacity':'1'}).children().filter(':not('+readmoreButton+')').css({'visibility': 'visible','opacity':'0'}).animate({opacity:1},sliderSpeed);
$currentElement.find(featuredImage).css({'opacity':'1','display':'block'});
isAnimation = false;
});
});
});
});
});
};
function move_arrow(){
$current_tab.removeClass('active');
var activeLeft = next_element.position().left+8;
$slider_control.animate({backgroundPosition: activeLeft+'px 7px'},500,function(){
next_element.addClass('active');
});
};
};
$slider_arrows.click(function() {
clearTimeout(interval);
if (jQuery(this).attr("id") === 'nextlink') {
auto_number = $slider_control.children(controlTabString+".active").prevAll(controlTabString).length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
} else {
auto_number = $slider_control.children(controlTabString+".active").prevAll(controlTabString).length-1;
if (auto_number === -1) auto_number = $slider_control_tab.length-1;
};
if (!isAnimation) gonext($slider_control_tab.eq(auto_number));
return false;
});
var auto_number;
var interval;
$slider_control_tab.bind('autonext', function autonext(){
if (!pause_scroll) gonext(jQuery(this));
return false;
});
function et_custom_slider_autonext(){
auto_number = $slider_control.children(controlTabString+".active").prevAll(controlTabString).length+1;
if (auto_number === $slider_control_tab.length) auto_number = 0;
$slider_control_tab.eq(auto_number).trigger('autonext');
}
};
//]]>