Camel Artist Acrylic Colours Individual Tube | ArtCity
Camel Artist Acrylic Colours Individual Tube | ArtCity
Camel Artist Acrylic Colours Individual Tube | ArtCity
Camel Artist Acrylic Colours Individual Tube | ArtCity
Camel Artist Acrylic Colours Individual Tube | ArtCity
General

Camel Artist Acrylic Colours Individual Tube | ArtCity

No reviews yet

Availability

500 Units In Stock

Estimated Delivery

09 Jun - 13 Jun

Colour

Red

Size

12 ml

Quantity

MOQ: 1 units/set

sets

You can add up to 500 sets (500 units allowed on this page).

Free Shipping
Easy Returns
Secure Payment
24/7 Support

Description

Customer Reviews

0.0

based on 0 reviews

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Share your thoughts!

Only registered customers can write a review. Log in to your account to review this product.

Sign In to Review

Reviews (0)

No reviews yet

Have you bought this product? Be the first to share your thoughts!

Related Products

if (rating === 0) { e.preventDefault(); document.getElementById('ratingError').classList.remove('hidden'); return false; } }); } }); // Image preview handling function previewReviewImage(input) { if (input.files && input.files[0]) { const reader = new FileReader(); reader.onload = function(e) { document.getElementById('imagePreview').src = e.target.result; document.getElementById('imagePreviewContainer').classList.remove('hidden'); document.getElementById('uploadZoneContent').classList.add('opacity-40'); } reader.readAsDataURL(input.files[0]); } } function removePreviewImage() { const input = document.getElementById('reviewImageInput'); input.value = ""; document.getElementById('imagePreviewContainer').classList.add('hidden'); document.getElementById('imagePreview').src = ""; document.getElementById('uploadZoneContent').classList.remove('opacity-40'); } // Lightbox modal functionality function openLightbox(src) { const lightbox = document.getElementById('reviewLightbox'); const img = document.getElementById('lightboxImg'); img.src = src; lightbox.classList.remove('hidden'); setTimeout(() => { lightbox.classList.add('opacity-100'); lightbox.querySelector('div').style.transform = 'scale(1)'; }, 10); } function closeLightbox() { const lightbox = document.getElementById('reviewLightbox'); lightbox.classList.remove('opacity-100'); lightbox.querySelector('div').style.transform = 'scale(0.95)'; setTimeout(() => { lightbox.classList.add('hidden'); }, 300); }