VIEW PRODUCT CATEGORIES

Gucci by Tom Ford Limited Edition Purple Leather Dragon Shoulder Bag

SKU: 149272 Categories: ,

$1,850.00

1 in stock

Gucci by Tom Ford Limited Edition Purple Leather Dragon Shoulder Bag

12.5" Width x 8" Length x 1.5" Depth

This bag is done in purple leather with gold hardware,

featuring a bamboo-shaped chain shoulder strap and a flap top with a pearl and

Crystal dragon embellishment and a snap closure.

The interior is lined with brown canvas and features one slip pocket.

There are some markings that are shown in photograph, mainly noticeable on the interior.

The ones on the exterior are hard to notice but if looking for the blemish you can find it..

Additional information

Bag Depth

1.5 in

Bag Height

8 in

Bag Width

12.5 in

Brand

Gucci

Color

Purple

Handle Style

Shoulder Strap

Material

Leather

Style

Shoulder Bag

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); }); });