Description
Price: [price_with_discount]
(as of [price_update_date] – Details)
Recommended uses: these are perfect party decorations. Depending on the theme you will find use for them. They make great gifts for any occasion. These are perfect for: Christmas, Birthday gifts, wedding party, your best selling Beverage, Valentine’s day, Anniversary, Father’s Day, Mother’s Day, housewarming, Cyber Monday and Black Friday sale gifts, New Years, College Graduation, St. Patrick’s day, Congratulations, Job Promotion, Stocking Stuffers and Secret Santa Gifts!
Shaped to Perfection: these glasses are shaped to perfection with breakthrough styling and unmatched brand value. The unique glass shape enhances the liquors aromas and flavors. Has an elegant look in a wine cabinet and adds to any table’s aesthetics with its contemporary design.
The base of the glass provides maximum stability. Ideal for all beverages as well. Breakthrough styling and unmatched brand value. Unique Glass shape enhances the Juices aromas and flavors. Preserves and presents flavor exactly as intended. Made of clear glass enabling the color of the liquor to shine. An elegant look in a wine cabinet and adds to any table’s aesthetics with their contemporary design. Increase the overall drinking experience and is strongly recommended by experts around the globe.
Shaped to Be an All-Purpose Glass the base of this glass provides maximum stability. Ideal for Juice and all beverages as well. Breakthrough styling and unmatched brand value. Unique Glass shape enhances the Juices aromas and flavors. Preserves and presents flavor exactly as intended. Made of clear glass enabling the color of the beverage to shine. Elegant look in a wine cabinet and adds to any table’s aesthetics with their contemporary design. Increase the overall drinking experience and is strongly recommended by experts around the globe.
Brand | Circleware |
---|---|
Color | Clear |
Style | Modern |
Theme | Wine |
Recommended Uses For Product | Home |
Occasion | Party,Home |
Included Components | Circleware Set |
Shape | Round |
Pattern | Solid |
Product Care Instructions | Hand Wash Only |
Age Range (Description) | Adult |
Material Feature | Recyclable |
Reusability | Reusable |
Unit Count | 6.0 Count |
Number of Items | 1 |
Package Dimensions | 9.21 x 6.54 x 6.18 inches |
Item Weight | 4.36 pounds |
Manufacturer | Circleware |
ASIN | B09NCGTJQS |
Country of Origin | China |
Item model number | 43871 |
Customer Reviews | 3.8 out of 5 stars |
Best Sellers Rank | #235,178 in Kitchen & Dining (See Top 100 in Kitchen & Dining) #443 in Highball Glasses |
Date First Available | December 9, 2021 |
Warranty & Support
Feedback
Circleware Bentley Heavy Base Highball Tumbler Drinking Glasses, Set of 6, Home Party Entertainment Beverage Glassware Ice Tea Cups for Water, Juice, Milk, Beer and Kitchen Décor, 15.75oz, Clear
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
);
}
});