Description
Price: $150.85
(as of May 01, 2024 00:31:26 UTC – Details)
The Coquille flatware collections features a beautiful, highly detailed 18/10 Stainless design. Reminiscent of the sea, this pattern features a shell design at the bottom of the handle. Made of superior 18/10 stainless steel for a long-lasting luster, Coquille is polished to a mirror finish that will sparkle in candlelight. Save for special occasions, or use everyday. This 42-piece flatware set (service for eight) includes eight each: dinner fork, salad fork, dinner knife, dinner spoon; and teaspoon, plus two serving spoons. Made of 18/10 stainless steel with a satisfying heft and balance. It has the utmost in corrosion resistance and luster retention and will not rust or tarnish. Stainless steel is extremely easy to care for and is dishwasher safe. Avoid prolonged exposure to water or acidic foods to prevent spotting. Family-owned and operated since 1977, Ginkgo International designs quality products and aims to offer consumers the highest quality flatware and cutlery products at the best possible value. Ginkgo. Made for your life.
Set includes 8 each: dinner knife, dinner fork, salad fork, dinner spoon, teaspoon, PLUS 2 serving spoons
Made of 18/10 stainless steel with mirror-polished finish
An updated design based on Ginkgo best selling la thermometers pattern
Dishwasher safe; avoid prolonged exposure to water or acidic foods to prevent spotting. Additional accessories and more 5-piece place settings available separately
Brand | Ginkgo |
---|---|
Material | Stainless Steel |
Color | Silver |
Product Care Instructions | Dishwasher Safe |
Special Feature | Corrosion Resistant |
Finish Type | Polished |
Included Components | flatware |
Is Stain Resistant | Yes |
Is Dishwasher Safe | Yes |
Package Dimensions | 10.71 x 4.45 x 3.07 inches |
Item Weight | 7.45 pounds |
Manufacturer | Ginkgo International |
ASIN | B0B7KLGPWC |
Country of Origin | Vietnam |
Item model number | 58042-7 |
Best Sellers Rank | #1,167,574 in Kitchen & Dining (See Top 100 in Kitchen & Dining) #2,215 in Steak Knife Sets |
Date First Available | July 25, 2022 |
Warranty & Support
Feedback
Ginkgo International Coquille 42-Piece Flatware, 42pc set, Silver
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
);
}
});