100% Hand-Painted Oil Painting on Canvas

Frame Specifications

Frame details

-

Frame Width

-

Frame Thickness

-

Information

-

Choose Your Frame

(Optional)

As Seen In
NBC AP CW FOX ABC

See our process:

Painting Information

Purchase a handmade, museum-quality reproduction of “Girl with a Pearl Earring c. 1665” by Jan Vermeer Van Delft. This oil painting reproduction, meticulously hand-painted on canvas by one of our talented artists.
Popular size options

📐Different Sizes: If needed, we'll slightly adapt the painting proportions to fit standard sizes.

👌Accurate to the original: You'll get a painting in your desired size, accurate to the original artwork.

Certificate of Authenticity

Our warranty

Certificate of authenticity included

4.9

41 reviews
Frame Square
Art&See Available

Frame Square

Painted by Art&See —— Handmade Oil Painting on Canvas Art Reproduction

Art Price
Frame Price
Shipping Price
Total
Regular price
$0.00
Sale price
$0.00
Regular price
Shipping calculated at checkout.
$0
FREE
$0
$0.00
30% Off Today Ends soon!
Available FREE SHIPPING

Arrives safely at your home

LAST SLOTS TODAY Our painters are almost fully booked! Reserve your spot now to ensure a place this month.

Safe & Secured shopping with Shopify Secure Protection

20” x 16” in Unframed - Arrives Rolled on a Tube
$0.00
30% Off Today Ends soon!
`; if (!document.querySelector(".product-description-modal")) { const modalContent = document.querySelector("#modal__content"); modalContent.insertAdjacentHTML('afterbegin', htmlContent); } } function initiateSizeGuides() { } function initiateFramingInfo() { } function initiateModalAccordion() { } } function changeReviewsText() { var reviewsTextEl = document.querySelector('.jdgm-all-reviews-text__text'); if (reviewsTextEl) { var numberOfReviews = reviewsTextEl.getAttribute('data-number-of-reviews'); reviewsTextEl.textContent = numberOfReviews + ' Reviews'; } } function repositionTab() { searchElement(".custom-tab", (tabEl) => { searchElement(".installment-wrapper", (installmentWrapper) => { installmentWrapper.insertAdjacentElement('beforebegin', tabEl); }) }); } function repositionAccordion() { searchElement(".block-accordion.modal-accordion", (accordionEl) => { searchElement(".product__main", (productMainWrapper) => { productMainWrapper.insertAdjacentElement('beforeend', accordionEl); }) }); } function handleTabClick() { document.querySelectorAll('.tab__item').forEach(function(tab) { tab.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); document.querySelectorAll('.tab__item').forEach(function(t) { t.classList.remove('active'); }); document.querySelectorAll('.tab__content-item').forEach(function(t) { t.classList.remove('active'); }); this.classList.add('active'); var tabId = this.dataset.tab; document.querySelectorAll('.tab__content-wrapper').forEach(function(t) { t.classList.remove('active'); }); var target = document.querySelector('.tab__content-wrapper[data-tab="' + tabId + '"]'); if (target) target.classList.add('active'); }); }); } function handleOpenModal(sel, cb) { var el = document.querySelector(sel); if (!el) return; el.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); var modal = document.getElementById('custom-modal'); if (modal) modal.classList.add('open'); document.body.style.overflow = 'hidden'; if (cb) cb(); }); } function handleCloseModal(sel) { var el = document.querySelector(sel); if (!el) return; el.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); var modal = document.getElementById('custom-modal'); if (modal) modal.classList.remove('open'); document.querySelectorAll('.block-content').forEach(function(b) { b.classList.remove('active'); }); document.body.style.overflow = 'auto'; }); } function initiateModal() { const arrow = ``; const html = `
`; document.body.insertAdjacentHTML('beforebegin', html); } function searchElement(el, cb, all = false, to = 10, max = 9000) { let _intervalLoopContainer; // Internal States const MAX_LOOP = max; const TIMEOUT = to; let elementFound = false; let loopMSCounter = 0; _intervalLoopContainer = setInterval(() => { if (elementFound || loopMSCounter > MAX_LOOP) { clearInterval(_intervalLoopContainer); return; } loopMSCounter += TIMEOUT; // add ms to each loop let target; if (all) target = document.querySelectorAll(el); if (!all) target = document.querySelector(el); if (target) { elementFound = true; if (cb) cb(target); } }, TIMEOUT); } //accordion const accordions = document.querySelectorAll('.accordion-desktop .accordion__item'); accordions.forEach(accordion => { console.log("accordion: ",accordion); const header = accordion.querySelector('.accordion__head');   const content = accordion.querySelector('.accordion__answer');   const icons = accordion.querySelector('.accordion__arrow'); const plusIcon = icons.querySelector('.icon-plus'); const minusIcon = icons.querySelector('.iconminus'); header.addEventListener('click', () => { console.log("clicked"); content.style.display = content.style.display === 'block' ? 'none' : 'block'; if (plusIcon.style.display === 'none') { plusIcon.style.display = 'block'; minusIcon.style.display = 'none'; } else { plusIcon.style.display = 'none'; minusIcon.style.display = 'block';   } }); }); });