Exclusive Offers & Deals
Apply these codes at checkout for instant savings. Limited time offers — grab them before they’re gone!
⏰ Sale ends soon
Save Big on Every Order
Tap any code to copy — then paste at checkout
20% OFF First Order
Welcome to the Contablue family — get a flat 20% off your very first purchase.
TAP TO COPY
* No minimum order. New users only. Single-use.
10% OFF Above ₹999
Pick anything from our collection and get an automatic 10% off.
TAP TO COPY
* Min order ₹999. Excludes combo packs.
₹500 OFF Above ₹2,999
Big savings on big orders — instant flat ₹500 off on every order above ₹2,999.
TAP TO COPY
* Min order ₹2,999. Cannot be combined with other codes.
30% OFF Bulk Orders
Enterprise & B2B special — flat 30% off when you order above ₹9,999.
TAP TO COPY
* Min order ₹9,999. Perfect for enterprises.
Free Shipping
No minimum, no maximum — free Pan-India shipping on every order.
TAP TO COPY
* Valid on all orders. Standard delivery 3-5 days.
Flat ₹100 OFF
Trying us for the first time? Get an instant ₹100 off your order.
TAP TO COPY
* Min order ₹499. First-time buyers only.
function copyCode(code, el) {
navigator.clipboard.writeText(code).then(function() {
const original = el.innerHTML;
el.innerHTML = ‘✓ COPIED!USE AT CHECKOUT‘;
el.style.background = ‘#10b981’;
setTimeout(function() {
el.innerHTML = original;
el.style.background = ”;
}, 2000);
if (typeof showToast === ‘function’) showToast(‘✓ Code ‘ + code + ‘ copied!’);
});
}