VIEW PRODUCT CATEGORIES

Tiffany & Co. 925 Sterling Silver Breadbasket

SKU: 168074 Categories: ,

$2,250.00

1 in stock

Elegant Tiffany & Co. Sterling Breadbasket

With a heritage dating back to 1837, Tiffany & Co. carries a legacy of excellence and innovation in jewelry and silverware.  This breadbasket is made from genuine, 925-marked sterling silver, a testament to Tiffany & Co.'s enduring quality and style. Designed for practicality: This breadbasket can be used for bread and dinner rolls, or simply presentation. Liven up your living room and enhance your table presentation with this sterling silver breadbasket.

Why do Tiffany products have a price premium? You may ask. Well, Tiffany & Co's rich heritage and legacy as well as its promise of creating strong, durable, quality products creates a price premium a bit higher than average. These are nice, heavy, vintage pieces that will certainly be more durable and of quality than your average brand's breadbasket. Get this before it's gone!

Weight: 20.8ozt or 696.95 grams

Height: Approximately 3.5" tall

Length: Approximately 10.5" long

Material: 925 (Marked) Sterling Silver.

Additional information

Brand

Tiffany & Co.

Composition

Sterling Silver

Style

Art Deco

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });