www.davinciarts.com.au
Open in
urlscan Pro
23.227.38.74
Public Scan
Submitted URL: https://www.davinciarts.shop/
Effective URL: https://www.davinciarts.com.au/
Submission: On September 22 via api from US — Scanned from CA
Effective URL: https://www.davinciarts.com.au/
Submission: On September 22 via api from US — Scanned from CA
Form analysis
7 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
<span class="text-start">Canada (CAD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (CAD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
<div class="localization__selector">
<input type="hidden" name="locale_code" value="en">
<custom-select id="nav-localization-language"><label class="label visually-hidden no-js-hidden" for="nav-localization-language-button">Language</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-language-button"
style="--custom-select-button-width: -32px;">
<span class="text-start">English</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-language-opt-0">
<li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-0" role="option" data-value="en" aria-selected="true">
<span class="pointer-events-none">English</span>
</li>
<li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-1" role="option" data-value="de">
<span class="pointer-events-none">Deutsch</span>
</li>
<li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-2" role="option" data-value="ja">
<span class="pointer-events-none">日本語</span>
</li>
</ul>
</div>
</custom-select>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('nav-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="search relative search--speech search--product-types" role="search" action="/search" method="get">
<label class="label visually-hidden" for="header-search">Search</label>
<script src="//www.davinciarts.com.au/cdn/shop/t/4/assets/search-form.js?v=43677551656194261111726898307" defer="defer"></script>
<search-form class="search__form block">
<input type="hidden" name="options[prefix]" value="last">
<input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for articles" data-placeholder-one="Search for products" data-placeholder-two="Search for articles"
data-placeholder-three="Search for collections" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
<custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" for="product_types-button">Product type</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="product_types-button" style="--custom-select-button-width: 13px;">
<span class="text-start">All</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="">
<li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
<span class="pointer-events-none">All</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Print Material">
<span class="pointer-events-none">Print Material</span>
</li>
</ul>
</div>
</custom-select>
<input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
<span class="visually-hidden">Reset</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M5 19 19 5M5 5l14 14"></path>
</svg>
</button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path fill="currentColor"
d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
</path>
</svg>
</speech-search-button>
<link href="//www.davinciarts.com.au/cdn/shop/t/4/assets/speech-search.css?v=47207760375520952331726898307" rel="stylesheet" type="text/css" media="all">
<script src="//www.davinciarts.com.au/cdn/shop/t/4/assets/speech-search.js?v=106462966657620737681726898307" defer="defer"></script>
</search-form>
<div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
<span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>
POST /cart/add
<form method="post" action="/cart/add" id="instalments-form-template--22466029584418__featured-product" accept-charset="UTF-8" class="js-instalments-form text-sm mt-2" enctype="multipart/form-data"><input type="hidden" name="form_type"
value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="43043017490466">
<input type="hidden" name="product-id" value="7781656985634"><input type="hidden" name="section-id" value="template--22466029584418__featured-product">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="product-form-template--22466029584418__featured-product" accept-charset="UTF-8" class="js-product-form js-product-form-main" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden"
name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
<div class="alert mb-8 bg-error-bg text-error-text js-form-error text-start" role="alert" hidden=""></div>
<input type="hidden" name="id" value="43043017490466">
<div class="product-info__add-to-cart flex qty-input--secondary-btn">
<quantity-input class="inline-block">
<label class="label visually-hidden" for="quantity-template--22466029584418__featured-product">Qty</label>
<div class="qty-input qty-input--combined inline-flex items-center w-full">
<button type="button" class="qty-input__btn btn btn--minus no-js-hidden" name="minus">
<span class="visually-hidden">-</span>
</button>
<input type="number" class="qty-input__input input" id="quantity-template--22466029584418__featured-product" name="quantity" min="1" value="1">
<button type="button" class="qty-input__btn btn btn--plus no-js-hidden" name="plus">
<span class="visually-hidden">+</span>
</button>
</div>
</quantity-input>
<div class="product-info__add-button"><button type="submit" data-add-to-cart-text="Add to cart" class="btn btn--secondary w-full" name="add">Add to cart</button>
</div>
</div>
<div class="product-info__dynamic-checkout-button mt-4">
<div data-shopify="payment-button" class="shopify-payment-button"> <shopify-accelerated-checkout
recommended="{"name":"shop_pay","wallet_params":{"shopId":74912137250,"merchantName":"Da Vinci Arts"}}"
fallback="{"name":"buy_it_now","wallet_params":{}}" access-token="734e090e4ff4863752e1b3652e083f1a" buyer-country="CA" buyer-locale="en" buyer-currency="CAD"
variant-params="[{"id":43043017490466,"requiresShipping":true},{"id":43043017719842,"requiresShipping":true},{"id":43043017949218,"requiresShipping":true},{"id":43043018178594,"requiresShipping":true},{"id":43043018407970,"requiresShipping":true},{"id":43043017523234,"requiresShipping":true},{"id":43043017752610,"requiresShipping":true},{"id":43043017981986,"requiresShipping":true},{"id":43043018211362,"requiresShipping":true},{"id":43043018440738,"requiresShipping":true},{"id":43043017556002,"requiresShipping":true},{"id":43043017785378,"requiresShipping":true},{"id":43043018014754,"requiresShipping":true},{"id":43043018244130,"requiresShipping":true},{"id":43043018473506,"requiresShipping":true},{"id":43043017588770,"requiresShipping":true},{"id":43043017621538,"requiresShipping":true},{"id":43043017818146,"requiresShipping":true},{"id":43043017850914,"requiresShipping":true},{"id":43043018047522,"requiresShipping":true},{"id":43043018080290,"requiresShipping":true},{"id":43043018276898,"requiresShipping":true},{"id":43043018309666,"requiresShipping":true},{"id":43043018506274,"requiresShipping":true},{"id":43043018539042,"requiresShipping":true},{"id":43043017654306,"requiresShipping":true},{"id":43043017687074,"requiresShipping":true},{"id":43043017883682,"requiresShipping":true},{"id":43043017916450,"requiresShipping":true},{"id":43043018113058,"requiresShipping":true},{"id":43043018145826,"requiresShipping":true},{"id":43043018342434,"requiresShipping":true},{"id":43043018375202,"requiresShipping":true},{"id":43043018571810,"requiresShipping":true},{"id":43043018604578,"requiresShipping":true}]"
shop-id="74912137250" requires-shipping=""><shop-pay-wallet-button access-token="734e090e4ff4863752e1b3652e083f1a" buyer-country="CA" buyer-currency="CAD"
wallet-params="{"shopId":74912137250,"merchantName":"Da Vinci Arts"}" page-type="product" slot="button" requires-shipping="" call-to-action=""></shop-pay-wallet-button><more-payment-options-link
buyer-country="CA" access-token="734e090e4ff4863752e1b3652e083f1a" recommended-instrument="ShopPay" slot="more-options"><a class="shopify-payment-button__more-options" id="more-payment-options-link" href="#">More payment options</a>
<style>
#more-payment-options-link {
cursor: pointer
}
</style>
</more-payment-options-link></shopify-accelerated-checkout> </div>
</div><input type="hidden" name="product-id" value="7781656985634"><input type="hidden" name="section-id" value="template--22466029584418__featured-product">
</form>
POST /cart
<form class="form" id="cart-drawer-form" action="/cart" method="post">
<cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
<div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" class="icon icon--cart" aria-hidden="true" focusable="false" role="presentation">
<path fill="currentColor"
d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z">
</path>
</svg>
<p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
</div>
<p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 CAD </p>
<p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
<div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
</cart-items>
</form>
POST /contact#footer-signup_form
<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect, newsletter">
<div class="form__field">
<label class="label visually-hidden" for="footer-signup">Email</label>
<div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
class="btn focus-inset has-ltr-icon">
<span class="visually-hidden">Subscribe</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
</svg>
</button></div>
</div>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">Canada (CAD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (CAD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
<div class="localization__selector">
<input type="hidden" name="locale_code" value="en">
<custom-select id="footer-localization-language"><label class="label visually-hidden no-js-hidden" for="footer-localization-language-button">Language</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-language-button"
style="--custom-select-button-width: 18px;">
<span class="text-start">English</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-language-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-0" role="option" data-value="en" aria-selected="true">
<span class="pointer-events-none">English</span>
</li>
<li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-1" role="option" data-value="de">
<span class="pointer-events-none">Deutsch</span>
</li>
<li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-2" role="option" data-value="ja">
<span class="pointer-events-none">日本語</span>
</li>
</ul>
</div>
</custom-select>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
Text Content
👋 Free shipping on orders over $94.19 Skip to content Welcome to Da Vinci Arts! Country/Region Canada (CAD $) * Canada (CAD $) Language English * English * Deutsch * 日本語 Search Product type All * All * Print Material Reset Search Log in Cart Menu * Home * Collections * Back * Collections * Hot Picks! * Cubism * Abstract * Modern * Minimalist * Contemporary * Pop Art * Motivational Art * Vintage * Urban & Natural Beauty * City & Scenic Views * Animal Kingdom * Travel * Go to Urban & Natural Beauty * Geometric * Eclectic Expressions * All Products * About Us * Back * About Us * Contact Us * FAQ * Sustainability * Blog Limited time offer 10% off on your first order DaVinci First Copy code Copied ABSTRACT Explore Now VINTAGE ART Explore Now POP ART Explore Now CUBISM Explore Now NATURE AND SCENERY Explore Now Load slide 1 of 5 Load slide 2 of 5 Load slide 3 of 5 Load slide 4 of 5 Load slide 5 of 5 Pause slideshow Play slideshow COLLECTIONS View all Next Previous * Abstract View collection * Minimalism View collection * Modernism View collection * Cubism View collection * Contemporary View collection * Pop Art View collection * Vintage View collection * Urban & Natural Beauty View collection * Geometric View collection FREE SHIPPING ENDS SOON! grab your bargain while it lasts! 7 Days 2 Hours 44 Minutes 0 Seconds Ends September 30, 2024 at 12:00 am FEATURED COLLECTION View all TRANSFORM YOUR SPACE WITH STUNNING ART Check out our customers' favorite wall art here! Explore Now! * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * New arrival Modern Wall art Print | Da Vinci Abstract Wall art Print From $114.00 Unit price / Unavailable In stock (1036 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * New arrival Da Vinci Pop Art Wall art Print | Squid Game From $114.00 Unit price / Unavailable In stock (1036 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * New arrival Da Vinci Pop Art Wall art Print | Captain America | Avengers From $114.00 Unit price / Unavailable In stock (1036 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * New arrival Da Vinci Pop Art Wall art Print | Joker From $114.00 Unit price / Unavailable In stock (952 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * New arrival Da Vinci Abstract Wall art Print From $114.00 Unit price / Unavailable In stock (1036 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * New arrival Da Vinci Abstract Wall art Print | Color Waves From $109.00 Unit price / Unavailable In stock (1008 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * Da Vinci Wall art Print | Pop art wall art print collection | Batman | black and white From $114.00 Unit price / Unavailable In stock (700 units) Choose options Choose options View details * Previous Next * * * * * * * * * * * * * * * * * * * * * * * * * Da Vinci Wall art Print | Pop art wall art print collection | Joker From $114.00 Unit price / Unavailable In stock (700 units) Choose options Choose options View details Next Previous FEATURES DESIGNED TO HARMONIZE PERFECTLY WITH YOUR SPACE Hanging kit included with all prints; varies by country View details CANVAS PRINTS For a more traditional, textured feel, our canvas prints provide an immersive art experience with responsibly sourced materials. View details ACRYLIC PRINTS Sophisticated and durable prints are made from crystal-clear acrylic, offering vibrant colors and sharp details. Perfect for a sleek, modern look. View details BRUSHED ALUMINUM PRINTS Offering a unique metallic finish, these prints add depth and texture, especially for high-saturation and black-and-white images. View details ALUMINUM PRINTS | METAL PRINTS These striking prints feature a matte, glare-free finish on a white aluminum DIBOND® panel, highlighting color accuracy and durability. View details WOOD PRINTS Our Wood Prints are crafted from FSC-certified birch wood with a natural grain, featuring seamless edges and unprinted white areas to highlight the wood's authentic texture. Each print showcases vibrant art that beautifully complements the wood’s unique surface. ENHANCE YOUR SPACE Discover how our exclusive modern art collection can transform your home, find the perfect match for your space now. Show Me More Image 30 is now available in gallery view * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Previous Next Loading... METAMORPHOSIS BY PICASSO | DA VINCI’S EXCLUSIVE DESIGNER PICK OF THE WEEK $176.00 Unit price / Unavailable Shipping calculated at checkout. Discover the perfect blend of texture and timeless beauty with this premium abstract wall art print. -------------------------------------------------------------------------------- Product Acrylic Print * Acrylic Print Unavailable * Aluminum Print Unavailable * Brushed Aluminum Print Unavailable * Canvas Unavailable * Wood Prints Unavailable Size 30x45 cm / 12x18″ * 30x45 cm / 12x18″ Unavailable * 40x60 cm / 16x24″ Unavailable * 50x75 cm / 20x30″ Unavailable * 60x90 cm / 24x36″ Unavailable * 70x100 cm / 28x40″ Unavailable Style - * - Unavailable * Slim Unavailable * Thick Unavailable * 10 mm Unavailable * 20 mm Unavailable Product variants Acrylic Print / 30x45 cm / 12x18″ / - - $176.00 Acrylic Print / 40x60 cm / 16x24″ / - - $228.00 Acrylic Print / 50x75 cm / 20x30″ / - - $343.00 Acrylic Print / 60x90 cm / 24x36″ / - - $374.00 Acrylic Print / 70x100 cm / 28x40″ / - - $430.00 Aluminum Print / 30x45 cm / 12x18″ / - - $126.00 Aluminum Print / 40x60 cm / 16x24″ / - - $174.00 Aluminum Print / 50x75 cm / 20x30″ / - - $260.00 Aluminum Print / 60x90 cm / 24x36″ / - - $300.00 Aluminum Print / 70x100 cm / 28x40″ / - - $325.00 Brushed Aluminum Print / 30x45 cm / 12x18″ / - - $178.00 Brushed Aluminum Print / 40x60 cm / 16x24″ / - - $233.00 Brushed Aluminum Print / 50x75 cm / 20x30″ / - - $341.00 Brushed Aluminum Print / 60x90 cm / 24x36″ / - - $406.00 Brushed Aluminum Print / 70x100 cm / 28x40″ / - - $446.00 Canvas / 30x45 cm / 12x18″ / Slim - $114.00 Canvas / 30x45 cm / 12x18″ / Thick - $162.00 Canvas / 40x60 cm / 16x24″ / Slim - $143.00 Canvas / 40x60 cm / 16x24″ / Thick - $192.00 Canvas / 50x75 cm / 20x30″ / Slim - $216.00 Canvas / 50x75 cm / 20x30″ / Thick - $275.00 Canvas / 60x90 cm / 24x36″ / Slim - $254.00 Canvas / 60x90 cm / 24x36″ / Thick - $309.00 Canvas / 70x100 cm / 28x40″ / Slim - $312.00 Canvas / 70x100 cm / 28x40″ / Thick - $384.00 Wood Prints / 30x45 cm / 12x18″ / 10 mm - $142.00 Wood Prints / 30x45 cm / 12x18″ / 20 mm - $191.00 Wood Prints / 40x60 cm / 16x24″ / 10 mm - $190.00 Wood Prints / 40x60 cm / 16x24″ / 20 mm - $255.00 Wood Prints / 50x75 cm / 20x30″ / 10 mm - $226.00 Wood Prints / 50x75 cm / 20x30″ / 20 mm - $303.00 Wood Prints / 60x90 cm / 24x36″ / 10 mm - $249.00 Wood Prints / 60x90 cm / 24x36″ / 20 mm - $338.00 Wood Prints / 70x100 cm / 28x40″ / 10 mm - $280.00 Wood Prints / 70x100 cm / 28x40″ / 20 mm - $384.00 Metamorphosis by Picasso | Da Vinci’s Exclusive Designer Pick Of The Week - Acrylic Print / 30x45 cm / 12x18″ / - is backordered and will ship as soon as it is back in stock. Qty - + Add to cart More payment options -------------------------------------------------------------------------------- LITTLE BIT OF HISTORY View All * MODERN ART Modern art, spanning from the late 19th to the mid-20th century, represents a radical departure from traditional artistic styles. Emerging with movements like Impressionism and Expressionism, it reflects the rapid changes in society, technology, and culture. Modern artists explored new techniques and forms to capture the complexities of the modern experience, leading to a diverse range of styles including Abstract Art, Surrealism, and Futurism. * VINTAGE ART Vintage art typically refers to art from the late 19th to early 20th century, often characterized by its nostalgic, classical, or antique appeal. This category includes art from periods such as the Art Nouveau movement, known for its intricate and ornamental designs, and early 20th-century works that highlight the aesthetic qualities of past eras. Vintage art evokes a sense of historical charm and often features traditional themes and techniques. * CUBISM Cubism, pioneered by Pablo Picasso and Georges Braque in the early 20th century, is an avant-garde art movement that deconstructs objects into geometric shapes and fragmented forms. Emerging around 1907, Cubism challenges traditional perspectives and representations by depicting subjects from multiple viewpoints simultaneously. This innovative approach laid the groundwork for further abstract and modern art movements. * POP ART Pop Art emerged in the 1950s as a response to the growing consumer culture and mass media. Artists like Andy Warhol and Roy Lichtenstein drew inspiration from everyday objects, advertising, and comic strips, blurring the boundaries between high art and popular culture. This movement is known for its bold colors, graphic styles, and ironic commentary on consumerism and media. Next Previous YOUR CART Close Your cart is empty Start shopping Subtotal:$0.00 CAD Loading... Previous Next * Frequently Asked Questions Expert help & advice * Contact Us Have any questions? * Shipping & Returns All you need to know * Quality Guarantee Our promise to you Back to top QUICK LINKS * Search * FAQ * Privacy Policy * Shipping and Return Policy * Terms of Service * Refund Policy * Contact Us * Do not sell or share my personal information NEWSLETTER Sign up for exclusive offers, original stories, events and more. Email Subscribe ABOUT DA VINCI ARTS Discover Da Vinci Arts, where exclusive, limited edition wall art transforms your space. Handpicked by our global team, each piece is a rare gem, available in premium materials like acrylic, canvas, aluminum (metal) and wood. Read More SOCIAL MEDIA * Facebook * Instagram * TikTok * Snapchat * Pinterest * Twitter Payment methods accepted * American Express * Apple Pay * Google Pay * Mastercard * PayPal * Shop Pay * Union Pay * Visa Country/Region Canada (CAD $) * Canada (CAD $) Language English * English * Deutsch * 日本語 -------------------------------------------------------------------------------- © 2024 Da Vinci Arts. Back CHOOSE OPTIONS Close Close Item added to your cart. View cart