WELLER SPECIAL RESERVE  WHEATED 750ML

WELLER SPECIAL RESERVE WHEATED 750ML

Home/Store/ALLOCATION
$85.99
In stock
1
Product Details
750ML
W.L. Weller Special Reserve 90 Proof 750ml The Original Wheated Bourbon Whiskey features an exceptionally smooth taste, substituting wheat for rye grain. Bottled at 90 proof, this bourbon stands out with its burnt orange color. Its softer notes make this bourbon great for sipping or making cocktails. A sweet nose with a presence of caramel. Tasting notes of honey, butterscotch and a soft woodiness. Its smooth, delicate and calm. Features a smooth finish with a honeysuckle flair.
Show More
Save this product for later
Share this product with your friends
ShareSharePin it
WELLER SPECIAL RESERVE WHEATED 750ML
Home/Store/ALLOCATION
  • Search Products
  • My Account
  • Track Orders
  • Favorites
  • Shopping Bag
Display prices in:USD
Skip to main content
Trackside wine & liquor
ENES
Menu
CATEGORIES
CONTACT US
FALL COCKTAILS
BOURBON COCKTAILS
www.trackurwine.com
Language:
ENES
Terms & ConditionsPrivacy PolicyReturn PolicyCookie settingsReport abuse
Made with Ecwid by Lightspeed
let currentSlide = 0; const slides = document.querySelectorAll('.slide'); function showSlide(index) { // Hide all slides slides.forEach((slide, i) => { slide.style.display = 'none'; }); // Show the current slide slides[index].style.display = 'block'; } function nextSlide() { currentSlide = (currentSlide + 1) % slides.length; showSlide(currentSlide); } function prevSlide() { currentSlide = (currentSlide - 1 + slides.length) % slides.length; showSlide(currentSlide); } // Show the first slide initially showSlide(currentSlide); // Auto slide (optional) setInterval(nextSlide, 5000); // Change every 2 seconds