CAMEL ARTIST ACRYLIC SET OF 18 COLOURS X 20 ML (811191)
General

CAMEL ARTIST ACRYLIC SET OF 18 COLOURS X 20 ML (811191)

No reviews yet

Availability

12 Units In Stock

Estimated Delivery

09 Jun - 13 Jun

Quantity

MOQ: 1 units/set

sets

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

Free Shipping
Easy Returns
Secure Payment
24/7 Support

Description

Experience the vibrant world of art with the Camlin Artist Acrylic Colour Set. This set includes 18 tubes of high-quality, 20ml acrylic paint, perfect for creating dynamic and long-lasting artwork. Find endless inspiration with these versatile and professional-grade colours.

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); }