window.addEventListener("CookieConsentProvided", function() {}, false);
window.addEventListener("CookieConsentDeclined", function() {}, false);
$(window).on("CookieConsentProvided", function() {
console.log('CookieConsentProvided jquery')
});
$(window).on("CookieConsentDeclined", function() {
console.log('CookieConsentProvided jquery')
});
function isShowCookieConsentRevokeButton() {
return $(document).height() <= ($(window).height() + $(window).scrollTop());
}
function hideAndShowCookieConsentRevokeButtonBasedOnScroll() {
$(window).scroll(function() {
if (isShowCookieConsentRevokeButton()) {
$('.cc-revoke').css('opacity', '1');
}
else {
$('.cc-revoke').css('opacity', '0');
}
});
}
function loadCookieConsentBar() {
var cookieConsentEvent = new CustomEvent("CookieConsentProvided");
var cookieDeclinedEvent = new CustomEvent("CookieConsentDeclined");
var hardApproach = $('#cookie_consent_content').attr('data-cookie-consent-approach') == 'hard';
var updateCookieConsentStatus = function(value) {
$.ajax({
type : 'GET',
url : "/update_cookie_consent_status",
data : { consent: value }
});
}
window.addEventListener("load", function(){
var privacyPolicyURL = $('#cookie_consent_content').data('cookie-consent-privacy-policy-url');
var privacyPolicyLinkText = privacyPolicyURL && "Learn More";
window.cookieconsent.initialise({
"container": document.getElementById('cookie_consent_container'),
"palette": {
"popup": {
"background": "#000"
},
"button": {
"background": "#ffffff"
}
},
"revokable": true,
"content": {
"link": privacyPolicyLinkText,
"dismiss": "Got it!",
"message": $('#cookie_consent_content').text(),
"href": privacyPolicyURL
},
onInitialise: function (status) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
window.dispatchEvent(cookieConsentEvent);
$('.body-container').css('opacity', 1);
$(window).trigger('resize');
$('.cookie-declined-content').hide();
}
if (type == 'opt-out' && !didConsent) {
window.dispatchEvent(cookieDeclinedEvent);
$('.body-container').css('opacity', 0.1);
$('.cookie-declined-content').show();
}
},
onStatusChange: function(status, chosenBefore) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (status == 'dismiss' && didConsent) {
window.dispatchEvent(cookieConsentEvent);
updateCookieConsentStatus(true)
$('.body-container').css('opacity', 1);
$('.cookie-declined-content').hide();
window.addEventListener('orientationchange', doOnOrientationChange);
}
if (type == 'opt-out' && !didConsent) {
window.dispatchEvent(cookieDeclinedEvent);
updateCookieConsentStatus(false);
$('.body-container').css('opacity', 0.1);
$('.cookie-declined-content').show();
}
},
onRevokeChoice: function() {
var type = this.options.type;
if (type == 'opt-in') {
window.dispatchEvent(cookieDeclinedEvent);
updateCookieConsentStatus(false);
$('.body-container').css('opacity', 0.1);
$('.cookie-declined-content').show();
}
if (type == 'opt-out') {
window.dispatchEvent(cookieConsentEvent);
updateCookieConsentStatus(true);
$('.body-container').css('opacity', 1);
$('.cookie-declined-content').hide();
}
},
onPopupOpen: function() {
adjustLctFormPosition();
},
onPopupClose: function() {
setTimeout(() => {
adjustLctFormPosition();
}, 1500);
}
})
if (hardApproach) {
$('div[aria-label="cookieconsent"]').addClass('approach-hard');
appendLogoToCookieConsentContainers();
if (Cookies.get('cookieconsent_status') === undefined) {
$('.body-container').css('opacity', 0.1);
}
}
prettyPositionsofFixedElementsAroundARBadge();
hideAndShowCookieConsentRevokeButtonBasedOnScroll();
});
}
Trusted Art Seller
The presence of this badge signifies that this business has officially registered with the Art Storefronts Organization and has an established track record of selling art.
It also means that buyers can trust that they are buying from a legitimate business. Art sellers that conduct fraudulent activity or that receive numerous complaints from buyers will have this badge revoked. If you would like to file a complaint about this seller, please do so here .
Verified Secure Website with Safe Checkout
This website provides a secure checkout with SSL encryption.
Your cart is currently empty.
Saved Successfully.
This is only visible to you because you are logged in and are authorized to manage this website. This message is not visible to other website visitors.
×
Import From Instagram
Click on any Image to continue
Create a New Favorite List
×
This Website Supports Augmented Reality to Live Preview Art
This means you can use the camera on your phone or tablet and superimpose any piece of art onto a wall inside of your home or business.
To use this feature, Just look for the "Live Preview AR" button when viewing any piece of art on this website!
×
Manage Favorites
Below, select which favorite lists you would like to save this product into.
×
This Website Supports Augmented Reality to Live Preview Art
This means you can use the camera on your phone or tablet and superimpose any piece of art onto a wall inside of your home or business.
To use this feature, Just look for the "Live Preview AR" button when viewing any piece of art on this website!
<p>This website uses cookies to ensure you get the best experience on our website.</p>