7 MOON RED BLEND 750ML
$11.27
In stock
Add More
Add to Bag
Go to Checkout
Save this product for later
Favorite
Favorited
View Favorites
Share this product with your friends
Share
Share
Pin it
7 MOON RED BLEND 750ML
Product Details
750ML
7 Moons Red Blend combines seven different grape varietals and opens with aromas of chocolate-covered cherries, baking spices, and vanilla bean. This red wine pairs well with barbecued chicken.
Show More
Skip to main content
Menu
Home
Allocations
Wine
Spirits
Seltzers/Teas
Contacts
518-853-2010
Fonda0051@gmail.com
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