Your shopping cart is empty.

John Derian

13 Products
Special Collection
Eclectic & fashionable dealer of upscale home-decor items & an unusual assortment of gifts. Handmade decoupage in NY.
18c Fan Detail Plate
$75.00
John Derian's decoupage is handmade in his New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. 5" RoundDo not immerse in water, wipe clean.
Amboina Mini Tray
$85.00
This decoupage is handmade in John Derian's New York studio using reproduced imagery from Derian's vast collection of antique and vintage prints. Trained artisans cut and collage these designs onto handblown glass. 3.5 X 5" tiny rectangle tray Collaged paper under handblown glass Do not immerse in water, wipe clean...
Blue Green Butterfly Tiny Tray
$60.00
This decoupage is handmade in John Derian's New York studio using reproduced imagery from Derian's vast collection of antique and vintage prints. Trained artisans cut and collage these designs onto handblown glass. 3.5 X 5" tiny rectangle tray collaged paper under handblown glass Do not immerse in water, wipe clean...
Caterpillar Rectangular Tray
$90.00
This decoupage is handmade in John Derian's New York studio using reproduced imagery from Derian's vast collection of antique and vintage prints. Trained artisans cut and collage these designs onto handblown glass. 3.5 X 12" rectangular tray Collaged paper under handblown glass Do not immerse in water, wipe clean Signed...
John Derian Auto Tray
$110.00
John Derian's decoupage is handmade in his New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. 8"x10.5"Do not immerse in water, wipe clean.
John Derian Coffee Table Picture Book
$75.00
Now, for the first time ever, comes the book John Derian fans have been waiting for. Culled from the thousands of images that have appeared in his biannual collections, here is an astoundingly beautiful assortment of more than 400 full-bleed images in their original form. From intensely colored flowers and...
John Derian Flower Basket Tray
$106.00
John Derian's decoupage is handmade in his New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. 7"x11.5"Do not immerse in water, wipe clean.
John Derian From A Friend Tray
$66.00
John Derian's decoupage is handmade in his New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. 4.5"x6.5"Do not immerse in water, wipe clean.
John Derian Heavenly Bodies Notepad
$10.95
John Derian is an artist and designer whose work with printed images of the past transports the viewer to another time and place. Take the journey with him, in this notepad perfect for jotting down lists, ideas, and important notes with colorful style. 80 easy tear-off pages 4 different designs...
SALE
John Derian Peacock Tray
$106.00 $176.00
This piece was handmade in John Derian's New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. Do not immerse in water, wipe clean. 10" x 13", concave shape Stained Glass Sketches, England, c....
John Derian Tea Room Tray
$165.00
John Derian's decoupage is handmade in his New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. Do not immerse in water, wipe clean. 9 x 14" Letter Tray
Lady With Owls 6
$72.00
Un Vide Poche (6" Square) Our decoupage is handmade in our New York studio using reproduced imagery from John Derian's vast collection of antique and vintage prints. Trained artisans cut and collage our designs onto handblown glass. Do not immerse in water, wipe clean.
Romantic Empire Tray 6XT30E
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });