Order Now & get 15% off

Dark Wood Study Table

Regular price Rs.4025.00Rs.3500.00 |Save: Rs. 525
Color:- Teak Wood Colour

Key Features: Rich dark wood finish Spacious working surface Strong and durable construction Stable and sturdy design Ideal for study and work use Modern and practical design Easy to clean and maintain

${popupContent} `); // Close the document after writing to complete page load popup.document.close(); } else { // Alert if the popup was blocked alert("Popup blocked! Please allow popups in your browser."); } }); function copyLink(e) { e.preventDefault(); const url = window.location.href; navigator.clipboard.writeText(url); alert("Link copied successfully!"); } $(document).ready(function(){ // Thumbnail click → main image update $(document).on('click', '#gallery a', function(e){ e.preventDefault(); let newImg = $(this).data('image'); $('.zoompro-wrap img').attr('src', newImg); $('.zoom-btn').attr('href', newImg); }); // Zoom button click → open current image in new tab $(document).on('click', '.zoom-btn', function(e){ e.preventDefault(); let img = $('.zoompro-wrap img').attr('src'); window.open(img, '_blank'); }); });