Description
Price: $29.99
(as of May 01, 2024 20:01:03 UTC – Details)
CL – Drinking Glasses Set of 6 Highball Glasses Color: Crystal-Clear CL – Highball Glasses are made from premium High Borosilicated Glass, they are heat resistant and highly durable. In fact, that’s what makes it so famous and sought-after. This set of 6 glass tumbler combine contemporary style with traditional design. With straight lines and a weighted base, these rocks and tumbler glasses are guaranteed to feel good in your hand, A real treat for the eyes and the palette. The glass tumblers designed for a wide range of drinks, Mixed beverages, Long Drinks, Whiskey or cocktails. Microwave, freezer and dishwasher safe Top Rack Only, they’re suitable for everyday use. Product Details Production size: 2.8 x 2.8 x 6.3 inches Volume: 15.5oz|460ML. (Each) Hiball Glass Tumblers (6 Pc. Set) Classic Elegant Style, Exceptional Clarity High Borosilicated Glass(No Lead and No BPA) Kitchen and Dining Room Use Thin with Heavy Base, Sturdy & Durable Trusted, Food Safe CL Housewares is an leading provider of premium homewares products like Glassware, Dinnerware set, Kitchen Storage Solutions. ***Use & Maintains*** * Caring for Glassware to Increase its Lifespan: * Before use, please confirm whether there are cracked or nicks on the glass body, if there are cracked or nicks, do not use. * Always wash new glasses before first use, Hand wash glasses individually recommended. * Do not use rough materials such as steel wool or abrasives for cleaning. * Do not soak with other glasses to reduce the chance of mechanical shock. * Be sure to use soft materials such as sponge (gauze) or a cloth with neutral detergent for cleaning. * Dispose of broken or defective glassware safely. Use a purpose-designed disposal bin that is puncture resistant and clearly labelled.
HIGH QUALITY CLASSIC STYLE DESIGN: These highball glasses design with Thin Glass and Heavy base, Feel lightweight enough to hold, Smooth touch rims on this masterfully-crafted drinking glass, yet light on the lips.
GIFTABLE, VERSATILE AND PERFECT FOR DAILY USE : A stylish clear glass design with its multi-functionality, these water tumblers have a height and volume ideally suited for your fancy cocktails, as a Water, Milk, Juice or Mixed drinking glasses.
VALUE SET PERFECT SIZE & CAPACITY: Set of 6 iced tea glasses, measures 2.8” diameter x 6.3” H, each has a 15.5oz460ml capacity.
EASY TO CLEAN, DISHWASH SAFE TOP RACK ONLY : Caring for glasses to Increase its Lifespan, Hand-Wash Recommended! Your Guide to Glassware: Always wash new glasses before first use Hand wash glasses individually Do not soak with other glasses to reduce the chance of mechanical shock Use a suitable detergent and warm water with a non abrasive sponge or cloth.
care instructions: Hand Wash Only
unit count: 6.2
Brand | FAIRCRAFT |
---|---|
Color | High borosilicate |
Special Feature | Bpa-free,Lightweight |
Style | Highball |
Recommended Uses For Product | Home |
Shape | Round |
Pattern | Solid |
Product Care Instructions | Not Machine Washable, Not Microwave Safe |
Age Range (Description) | Adult |
Material Feature | Durable |
Reusability | Reusable |
Unit Count | 6.2 Count |
Product Dimensions | 2.8″W x 6.3″H |
Material Type Free | BPA Free |
Number of Items | 6 |
Item Weight | 2.99 pounds |
ASIN | B09PMR73ZR |
Customer Reviews | 4.5 out of 5 stars |
Best Sellers Rank | #35,501 in Kitchen & Dining (See Top 100 in Kitchen & Dining) #140 in Highball Glasses |
Date First Available | August 12, 2022 |
Warranty & Support
Feedback
Heat-Resistant Drinking Glasses Set of 6 Double Fashioned Glass Lowball Tumblers 16oz Made From Premium Borosilicate All Crystal-Clear Water Cups, Mixed Drinkware For Daily Use – CL Count (Pack 1)
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
);
}
});