1 / of 6
Swipe for more
Regular price $29.97
Regular price Sale price $29.97
Unit price / per
Sale Sold out
GUARANTEED SAFE CHECKOUT
Try it risk-free for 30 days. If you are
not satisfied, we'll refund your money.
Free U.S.
Shipping $60+
Safe & Secure Checkout
Easy & Free Returns
Money-Back Guarantee
See every detail clearly, with light that moves with you
Struggling to focus on fine details? This magnifying LED desk lamp offers bright, adjustable light and flexible positioning, perfect for precise crafting and close-up work.
Why Crafters Love This Magnifying LED Desk Lamp
✅ Powerful magnification for intricate work
Brings tiny details into clear, sharp focus
✅ Three adjustable light colors
Choose from warm, cool, or natural light for perfect visibility
✅ Flexible, bendable arm
Easily position the lamp exactly where you need it
✅ Sturdy clip-on base
Attaches securely to desks, tables, or workbenches
✅ Compact lamp size and long bracket
4.33in lamp with 15.75in flexible arm for versatile use
What Makes This Magnifying LED Desk Lamp Better?
✅ High-quality LED lighting
Bright and even illumination reduces eye strain
✅ Durable, flexible gooseneck design
Adjusts smoothly without losing position
✅ Easy-to-use touch controls
Switch light colors and brightness effortlessly
✅ Lightweight and portable
Move and clip it anywhere for your crafting needs
✅ Multipurpose for all close-up hobbies
Ideal for soap making, model building, sewing, and more
Feel the Focus and Flow in Every Crafting Moment
Watch your workspace brighten as the lamp’s LED ring lights your project with soft, clear glow. The magnifier sharpens every detail while the flexible arm moves with you—helping you create with confidence and ease.
Product Details
Includes: 1 x Magnifying LED Desk Lamp
Color: Black
Lamp Size: 4.33in
Bracket Length: 15.75in
Features: Flexible arm, 3 light colors, clip-on base
Bonus Tip
Use the warm light setting for relaxing evening projects and natural light for color accuracy during the day.
Ready to bring every tiny detail into perfect view?
Loved by makers who demand precision and comfort, this magnifying LED desk lamp is your essential crafting companion.
Shipping & Handling
Order Processing: All orders ship within 1–2 business days.
Subscription Boxes: Arrive within 2 to 6 business days.
Non-Subscription Items: Arrive within 8 to 14 business days.
Shipping price: $5.97
Note: Your cart displays estimated arrival times for every product before you complete your purchase.
Damages and issues
Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item so that we can evaluate the issue and make it right.
Returns
You can either be completely delighted and happy with your new purchase, or you can simply return it within30 daysof the item's receipt.
Send us an email or give us a call, and we'll send you a prepaid return label to make sure your return goes smoothly.
Contact us:
This Month's Craft
Returns Department
1720 Pleasant Street, Noblesville, IN 46060, United States
support@thismonthscraft.com
Email Support (Available 24/7):
support@thismonthscraft.com
Phone Support:
Call us at+1 888-605-4081
Available: Tuesday – Saturday
Hours:5:00 PM – 9:00 PM (EST)

`; document.body.appendChild(quizContainer); // Add event listener for close button const closeButton = quizContainer.querySelector('.close-btn'); closeButton.addEventListener('click', function () { // delete the element quizContainer.remove(); }); // Add event listener for clicks outside quiz-content quizContainer.addEventListener('click', function (event) { if (event.target === quizContainer) { // delete the element quizContainer.remove(); } }); } function openQuizPopup(target) { /*console.log('openQuizPopup ==== target', target);*/ createQuizContainer(target); } // Handle automatic popup opening based on URL if (currentUrl.includes('#quiz') || currentUrl.includes('#response')) { const target = currentUrl.split('#')[1]; openQuizPopup(target); } // Handle quiz link clicks if (quizLinks) { quizLinks.forEach(quizLink => { quizLink.addEventListener('click', function(event) { const target = event.currentTarget.hash.split('#')[1]; openQuizPopup(target); }); }); if(window.addEventListener) { window.addEventListener('message', function(event) { const isResultPage = event.data === 'isResult'; const quizContent = document.querySelector('.quiz-content'); if(!quizContent) return; quizContent.style.width = `${quizWidth}%`; quizContent.style.height = `${quizHeight}%`; }); } } });