Carribean Blue

Carribean Blue

$250

Acrylic on Canvas

20 x 16

*Tax and local delivery included in price. If shipping is required, there may be additional costs. Please contact Mary to discuss your location and needs.

Review Your Cart
0
Add Coupon Code
Subtotal

 
jQuery(document).ready(function($) { // Add class to thumbnails with sold tag $('.ngg-gallery-thumbnail-box').each(function() { if ($(this).find('.wp-tag-sold').length) { $(this).find('.ngg-gallery-thumbnail').addClass('has-sold-tag'); } }); // Initialize SimpleLightbox with custom options var lightbox = new SimpleLightbox('.ngg-gallery-thumbnail-box a', { fadeSpeed: 200, animationSlide: true, onShow: function() { // Check if the clicked image has the sold tag var currentElement = $('.sl-image'); var originalElement = $(this.element); if (originalElement.closest('.ngg-gallery-thumbnail-box').find('.wp-tag-sold').length) { // Add sold overlay to lightbox image if (!currentElement.find('.sold-overlay').length) { currentElement.append('
SOLD
'); } } } }); });