Description
Price: $29.95 - $21.95
(as of May 01, 2024 20:30:13 UTC – Details)
Product Description
Add to Cart
Add to Cart
Customer Reviews
4.5 out of 5 stars
96
4.6 out of 5 stars
164
4.8 out of 5 stars
3,644
4.7 out of 5 stars
584
Price
$21.95$21.95
—
$26.95$26.95
—
Material
Glass
Glass
Glass
Glass
Dishwasher safe
✓
✓
✓
✓
Freezer safe
✓
✓
✓
✓
Qty
Set of 6
Set of 6
Set of 8
Set of 8
Capacity
14 oz
4 oz
10.5 oz
7.5 oz
✔️ Durable Glass: Made from premium crystal for maximum clarity and stability
✔️ Comfort Grip: Crafted with a wobble-free, weighted base that’s satisfying to hold and easy to sip from
✔️ Easy Clean: Each tumbler in this set holds 12 ounce of your favorite cocktail and is dishwasher safe for maximum convenience
✔️ The Kook Promise: We’ve carefully packaged this set of Whiskey Glasses with custom shipping protection to ensure it arrives in perfect shape
Brand | KooK |
---|---|
Color | Clear |
Special Feature | insulated, break_resistant, Dishwasher Safe |
Style | Modern |
Theme | Classic |
Recommended Uses For Product | Home |
Included Components | Box |
Specific Uses For Product | Cold Drinks |
Shape | Round |
Pattern | Solid |
Product Care Instructions | Machine Wash, Hand Wash Only |
Age Range (Description) | Adult |
Material Feature | Durable |
Reusability | Reusable |
Unit Count | 6 Count |
Number of Items | 1 |
Package Dimensions | 14.13 x 9.69 x 7.4 inches |
Item Weight | 4.76 pounds |
ASIN | B08LDXPR5B |
Customer Reviews | 4.5 out of 5 stars |
Best Sellers Rank | #62,778 in Kitchen & Dining (See Top 100 in Kitchen & Dining) #251 in Old Fashioned Glasses |
Date First Available | October 19, 2020 |
Warranty & Support
Feedback
KooK Classic Whiskey Glasses, Old Fashioned Glass Cups, Set of 6, 12 Oz, Drinking Glasses, Durable Glassware, Perfect for Bar or Home Use, Great for Bourbon, Scotch, Cocktails
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});