Magnifying Lamp With Light- Online Shopping for Magnifying Lamp With Light (2025)

APP Only! Get Up To 60% Off
  • EN
  • JPY

    Ship to

    United States

    Currency

    ¥ JPY

    • $ USD

    • CNY

    • EUR

    • £ GBP

    • $ CAD

    • $ AUD

    • CHF

    • $ HKD

    • ¥ JPY

    • p. RUB

    • R$ BRL

    • $ CLP

    • kr. NOK

    • kr. DKK

    • ريال SAR

    • Kr. SEK

    • KRW

    • ILS

    • $ MXN

    • S$ SGD

    • $ NZD

    • $ ARS

    • $ COP

    • درهم‎ AED

    • CZK

    • PLN

    • ريال OMR

    • د.ب BHD

    • د.ك KWD

    • ريال QAR

    • £ EGP

    • JD JOD

    • Rp IDR

    • ฿ THB

    • Ft HUF

    • lei RON

    • TRY

    • KZT

    • лв BGN

    • R ZAR

    Language

    English
    • English
    • Français
    • Español
    • Deutsch
    • Italiano
    • Português
    • 日本語
    • Русский
    • Nederlands
    • العربية
    • Norsk
    • Svenska
    • Suomi
    • עברית
    • Polski
    • Čeština
    • Ελληνικά
    • Română
    • Magyar

    Save

SIGN IN

Welcome to LightInTheBox

Register / Sign In

My Orders My Favorites Service Record My Coupons

CART
Your shopping cart is empty.

Cart Total:

View My Cart

Categories

Women's Clothing

Men's Clothing

Consumer Electronics

Shop by Collection

Shop by Holiday

Men's Selection New Arrivals Best Sellers Women's Chic Cotton Linen Summer Holiday Beach Wedding Graphic Shop Personalized Gifts

'; } } _str +='

'; for(var t=0;t

'; if(data[t]["text"]!=false){ var _nofollow = data[t]["nofollow"]==true?'rel="nofollow"':''; var _target = data[t]['tab_target']==true?' target="_blank"':''; var _number = ''; if(tab=='right') { _str +='
'+data[t]['text']+'
'; }else{ _str +='

'+data[t]['text']+''+_number+'

'; } } if (data[t]['children'] && data[t]['children'] != '') { var _data = data[t]['children']; _str += '
'; for (var p = 0; p < _data.length; p++) { var __nofollow = _data[p]["nofollow"] == true ? 'rel="nofollow"' : ''; var __lClass = _data[p]['point'] ? ' class="red"' : ''; var __href = _data[p]['url'] == false ? '' : _data[p]['url']; var _target = _data[p]['tab_target'] == true ? ' target="_blank"' : ''; if (tab == 'right') { _str += '

' + _data[p]['text'] + '

'; } else { _str += '' + _data[p]['text'] + ''; } } _str += '
'; } _str += ''; } _str += navbarVhtml + '

'; } return _str; }; this.init = function () { var _data = me.options.data['menu']; for (var i = 0; i < _data.length; i++) { var html = ''; html += me.getHtml(_data[i], 'cate-menu-sub change-menu', 'left'); $('.cate-menu-in').eq(i).html(html); } me.show(); me.setNewsletterHeight(me.options.height); }; me.init(); $(window).on('resize.resizeMenuLine',function(){ if(!isHomeIndex){ calculateMenuLineNum(); me.init(); } resetIndexCateMenuStyle(); }); if ($('.litb-cate-menu h2').length > 12) { $('.litb-cate-menu').addClass('line-' + $('.litb-cate-menu h2').length); } $this.parent('dl').mouseenter(function () { if ($this.is(':hidden')) { $this.fadeIn('fast') } $this.parents().find('.page-content').addClass('has-cover-black'); $this.parents().find('.whole-wrapper').addClass('has-cover-black'); $this.parents().find('.whole-wrapper-no-bg').addClass('has-cover-black'); $this.parents().find('.outer-wrap').addClass('has-cover-black'); $('.new-pagelet-footer').addClass('has-cover-black'); }); $this.parent('dl').mouseleave(function () { if(!isHomeIndex){ $this.fadeOut('fast'); } $this.parents().find('.page-content').removeClass('has-cover-black'); $this.parents().find('.whole-wrapper').removeClass('has-cover-black'); $this.parents().find('.whole-wrapper-no-bg').removeClass('has-cover-black'); $this.parents().find('.outer-wrap').removeClass('has-cover-black'); $('.new-pagelet-footer').removeClass('has-cover-black'); }); }; $('.nav-revision').litbMenuShowRevision({'data': litb["category_menu"]}); // 首页处理category menu 位置 function resetIndexCateMenuStyle(){ if(isHomeIndex){ var cateMenu = $('.allCates'); var indexBannerWrap = $('.flash-banner'); if(indexBannerWrap.length > 0){ var menuLeft = indexBannerWrap.offset().left - 200; var menuTop = indexBannerWrap.offset().top; cateMenu.css({'left':menuLeft,'top':menuTop}); } $('#litb-cate-menu').addClass('visible'); } } setTimeout(function(){ resetIndexCateMenuStyle(); },100); function item2Html(item, isFirst) { var attrs = ''; if (item.attributes) { for (attrName in item.attributes) { attrs += '

' + attrName + ': ' + item.attributes[attrName] + '

'; } } return '

\
\ \
\
\

' + (item.name ? item.name : '') + '

' + attrs + '
\

'; } litb.gwBaseURL=litb.gwBaseURL||"https://gw.lightinthebox.com/"; // header优化 var OrderQuantityObj = { init: function () { this.bindEvents(); // this.checkMaxMin($(".quantity-select")); this.triggerChange($(".quantity-select")); }, bindEvents: function () { var _this = this; var isClick = true; var gwURLHead = litb.gwBaseURL; if (gwURLHead && !gwURLHead.endsWith('/')) { gwURLHead += '/'; } $('#navCartProductList').off('click.increase').on('click.increase','.num_increase',function () { var $this = $(this); var $container = $this.parent(); var miniCart_old_quantity; var is_item_checked = $container.attr("data-checked"); var product_key = $container.find('.quantity-num').attr('data-key'); var now = Number($container.find(".quantity-num").val()); var max = $container.attr("data-max-quantity"); var min = Number($container.attr("data-min-quantity")) || 1; var arrow_dom ='

'; if (!max || now < Number(max)) { $container.find(".quantity-num").val(++now); $container.find(".quantity-num").attr('value', now); miniCart_old_quantity = Number($container.find(".quantity-num").val())- 1; if (now === Number(max)) { $this.addClass("disabled"); } else { $this.removeClass("disabled"); } if(now > min){ $container.find('.num_decrease').removeClass('disabled'); } if(isClick){ isClick = false; $(".num_increase").css('pointer-events','none'); $.ajax({ type: 'GET', url: gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shopping_cart_2020_change_products_num&hold_invalid=true&activeStatus=' + is_item_checked + '&partial_check_out=1' + '&cart_item_key=' + product_key + '&old_qty=' + miniCart_old_quantity + '&qty=' + now, success: function(){ $.getJSON( gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shippingcart&callback=?&language='+litb.lan, function(data){ if(!data.items || data.items.length == 0){ $('#navCartInfoNote').removeClass('loading').html(arrow_dom+('

')+litb.langs.emptyNavCart); $me.data('cartInfo', 'empty'); $(".navCartCount").data('count',0).text(0); $(".navCartCount").hide(); } else { var totalCount = 0, subtotalText = '', miniCartTitle = ''; //转换0为字符 data.cart_mini_num += ''; if (data.cart_mini_num!='') { totalCount = data.cart_mini_num; } $(".navCartCount").data('count',totalCount).text(formatCartNum(totalCount)); $(".navCartCount").trigger("cartNumberChange",totalCount); if(totalCount > 0){ $(".navCartCount").show(); }else{ $(".navCartCount").hide(); } if(data.addon.cartTotal!== null && data.addon.cartTotal !== '' ){ subtotalText = data.addon.cartTotal; } var currency = litb.currency == 'CHF' ? litb.currency : litb.currSymbol; $('#navCartTotal').text(currency + data.addon.cartTotal); if(data.miniCartTitle!== null && data.miniCartTitle !== '' ){ miniCartTitle = data.miniCartTitle; } $(".nav-cart-more-items").text(miniCartTitle); } } ); } }); setTimeout(function(){ isClick = true; $(".num_increase").css('pointer-events','auto'); },1000); } _this.triggerChange($container); } else return; }); $('#navCartProductList').off('click.decrease').on('click.decrease','.num_decrease',function () { var $this = $(this); var $container = $this.parent(); var miniCart_old_quantity; var is_item_checked = $container.attr("data-checked"); var product_key = $container.find('.quantity-num').attr('data-key'); var min = Number($container.attr("data-min-quantity")) || 1; var now = Number($container.find(".quantity-num").val()); var arrow_dom = '

'; if (now <= min) return; $container.find(".num_increase").removeClass("disabled"); $container.find(".quantity-num").val(--now); $container.find(".quantity-num").attr('value', now); miniCart_old_quantity = Number($container.find(".quantity-num").val())+ 1 ; if (now === min) { $this.addClass("disabled"); } else { $this.removeClass("disabled"); } if(isClick){ isClick = false; $(".num_decrease").css('pointer-events','none'); $.ajax({ type: 'GET', url: gwURLHead+ (litb.lan === 'en' ? '' : litb.lan + '/') + "index.php?main_page=info_check&action=ajax_shopping_cart_2020_change_products_num&hold_invalid=true&partial_check_out=1&activeStatus=" + is_item_checked +"&cart_item_key=" + product_key +"&old_qty=" + miniCart_old_quantity + "&qty=" + now, success: function(){ $.getJSON( gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shippingcart&callback=?&language='+litb.lan, function(data){ if(!data.items || data.items.length == 0){ $('#navCartInfoNote').removeClass('loading').html(arrow_dom+('

')+litb.langs.emptyNavCart); $me.data('cartInfo', 'empty'); $(".navCartCount").data('count',0).text(0); $(".navCartCount").hide(); } else { var totalCount = 0, subtotalText = '', miniCartTitle = ''; //转换0为字符 data.cart_mini_num += ''; if (data.cart_mini_num!='') { totalCount = data.cart_mini_num; } $(".navCartCount").data('count',totalCount).text(formatCartNum(totalCount)); $(".navCartCount").trigger("cartNumberChange",totalCount); if(totalCount > 0){ $(".navCartCount").show(); }else{ $(".navCartCount").hide(); } if(data.addon.cartTotal!== null && data.addon.cartTotal !== '' ){ subtotalText = data.addon.cartTotal; } var currency = litb.currency == 'CHF' ? litb.currency : litb.currSymbol; $('#navCartTotal').text(currency + data.addon.cartTotal); if(data.miniCartTitle!== null && data.miniCartTitle !== '' ){ miniCartTitle = data.miniCartTitle; } $(".nav-cart-more-items").text(miniCartTitle); } } ); } }); setTimeout(function(){ isClick = true; $(".num_decrease").css('pointer-events','auto'); },1000); } _this.triggerChange($container); }); $('#navCartProductList').on('blur','.quantity-num',function () { var $this = $(this); var $container = $this.parent(); var is_item_checked = $container.attr("data-checked"); var product_key = $container.find('.quantity-num').attr('data-key'); var val= $this.val(); var now; var miniCart_old_quantity = Number($container.find(".quantity-num").attr('old-value')); var arrow_dom = '

'; $container.find(".quantity-num").attr('old-value', val); $this.val(val.replace(/[^\d].*/g, "").replace(/^0+/, "")); _this.checkMaxMin($this.parent()); _this.triggerChange($container); now = Number($this.val()); $.ajax({ type: 'GET', url: gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + "index.php?main_page=info_check&action=ajax_shopping_cart_2020_change_products_num&hold_invalid=true&partial_check_out=1&activeStatus=" + is_item_checked +"&cart_item_key=" + product_key +"&old_qty=" + miniCart_old_quantity + "&qty=" + now, success: function(){ $.getJSON( gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shippingcart&callback=?&language='+litb.lan, function(data){ if(!data.items || data.items.length == 0){ $('#navCartInfoNote').removeClass('loading').html(arrow_dom+('

')+litb.langs.emptyNavCart); $me.data('cartInfo', 'empty'); $(".navCartCount").data('count',0).text(0); $(".navCartCount").hide(); } else { var totalCount = 0, subtotalText = '', miniCartTitle = ''; //转换0为字符 data.cart_mini_num += ''; if (data.cart_mini_num!='') { totalCount = data.cart_mini_num; } $(".navCartCount").data('count',totalCount).text(formatCartNum(totalCount)); $(".navCartCount").trigger("cartNumberChange",totalCount); if(totalCount > 0){ $(".navCartCount").show(); }else{ $(".navCartCount").hide(); } if(data.addon.cartTotal!== null && data.addon.cartTotal !== '' ){ subtotalText = data.addon.cartTotal; } var currency = litb.currency == 'CHF' ? litb.currency : litb.currSymbol; $('#navCartTotal').text(currency + data.addon.cartTotal); if(data.miniCartTitle!== null && data.miniCartTitle !== '' ){ miniCartTitle = data.miniCartTitle; } $(".nav-cart-more-items").text(miniCartTitle); } } ); } }); }); $(".quantity-num").on("update",function () { _this.checkMaxMin($(this).parent()); }); $("#navCartProductList").off('click.delete').on('click.delete', '.iconic_delete', function () { var $this = $(this); var $iconContainer = $this.parent(); var $productContainer = $iconContainer.parent(); var is_item_checked = $productContainer.attr("data-checked"); var product_key = $productContainer.find('.quantity-num').attr('data-key'); var now = Number($productContainer.find(".quantity-num").val()); var $me= $('.nav-c-w-l'); var arrow_dom = '

'; $.ajax({ type: 'GET', url: gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shopping_cart_2020_change_products_num&hold_invalid=true&partial_check_out=1&activeStatus=' + is_item_checked + '&cart_item_key=' + product_key + '&old_qty=' + now + '&qty=0', success: function () { $.getJSON( gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shippingcart&callback=?&language=' + litb.lan, function (data) { if (!data.items || data.items.length == 0) { $('#navCartInfoNote').removeClass('loading').html(arrow_dom + ('

') + litb.langs.emptyNavCart); $me.data('cartInfo', 'empty'); $('#navCQE').hide(); $('#navCartInfoNote').show(); $(".navCartCount").data('count',0).text(0); $(".navCartCount").hide(); } else { var items = data.items, prdListHtml = '', maxShow = 10000, totalCount = 0, moreCount = 0 ; for (var i = 0; i < items.length; i++) { totalCount += items[i].qty; if (!items[i].attachment) --maxShow; if (maxShow < 0) { moreCount += items[i].qty; } else { prdListHtml += stringifyItem(items[i], i==0); }; }; //转换0为字符 data.cart_mini_num += ''; if (data.cart_mini_num!='') { totalCount = data.cart_mini_num; } $(".navCartCount").data('count',totalCount).text(formatCartNum(totalCount)); $(".navCartCount").trigger("cartNumberChange",totalCount); if(totalCount > 0){ $(".navCartCount").show(); }else{ $(".navCartCount").hide(); } // header优化 if(litb.header_optimize){ $('#navCartProductList').html(prdListHtml); var prodDls = $('#navCartProductList').children('dl'); prodDls.each(function(){ var $this = $(this), minQty = $this.find('.quantity-select').attr('data-min-quantity'), currenttQty = $this.find('.quantity-num').attr('value'), decreaseIcon = $this.find('.order-quantity .quantity-select span.num_decrease'); if(minQty=== currenttQty){ decreaseIcon.removeClass('disabled'); } }); } else { $('#navCartProductList').html(prdListHtml).find('dl').click(function(){ jumpToUrl($(this).find('dt a').attr('href')); }); } $('#navCartProductList a').each(function(){ $(this).attr('href',$(this).attr('href')+'?prm='+litb.prm['site']+'.'+litb.prm['page']+'.180.0'); }); var currency = litb.currency == 'CHF' ? litb.currency : litb.currSymbol; $('#navCartTotal').text(currency + data.addon.cartTotal); $('#navCartMoreItems').show().text(data.miniCartTitle); if ($('#navCartInfoNote').is(':visible')) { $('#navCartInfoNote').hide(); $('#navCQE').show(); } $me.data('cartInfo', 'haveItems'); } } ); } }); _this.triggerChange($iconContainer); }); _this.updateNavCartCount(); $(".navCartCount").on("cartNumberChange", function(e, t) { _this.updateNavCartCount(); }); }, updateNavCartCount: function () { $(".navCartCount").each(function(){ if($(this).text().indexOf("+")>-1){ $(this).addClass('has-more'); }else{ $(this).removeClass('has-more'); } }); }, checkMaxMin: function ($container) { var max = $container.attr("data-max-quantity"); var min = Number($container.attr("data-min-quantity")) || 1; var $input = $container.find(".quantity-num"); var $decrease = $container.find(".num_decrease"); var $increase = $container.find(".num_increase"); var now = Number($input.val()); if (now <= min) { $input.val(min); now = min; // $input.attr('old-value', now); } else if (max && now >= Number(max)) { if (Number(max) < 0) { $container.attr("data-max-quantity", ""); } else { $input.val(max); now = Number(max); } } if (now === min) { $decrease.addClass("disabled"); } else { $decrease.removeClass("disabled"); } if (max && now === Number(max)) { $increase.addClass("disabled"); } else { $increase.removeClass("disabled"); } }, triggerChange: function ($containers, val) { $containers.each(function (i, t) { var $input = $(t).find(".quantity-num"); var now = $input.val(); if (val != now) { $input.trigger("change"); } }); } }; function stringifyItem(item) { var attrs = ''; // header优化 var quantityControlTemplate = '

' + '

'; if (!item.new_free_gift) { quantityControlTemplate += '' + '' + ''; } if (!item.new_free_gift) { quantityControlTemplate += ''; } else { quantityControlTemplate += '

x ' + item.qty + '

'; } if (!item.new_free_gift) { quantityControlTemplate += '' + '' + ''; } if (!item.new_free_gift) { quantityControlTemplate += ''; } quantityControlTemplate += '

' + '

'; var imgTemplate = 'Magnifying Lamp With Light- Online Shopping for Magnifying Lamp With Light (3)'; attrs = '

'; if(item.display_skus){ attrs += '' + item.display_skus + ''; }else if(item.attributes) { for (attrName in item.attributes) { attrs += '' + attrName + ': ' + item.attributes[attrName] + ''; } } attrs += '

'+litb.currSymbol + item.price+'

'; var template = '

' + '
' + imgTemplate + '
' + '

'+item.name+'

' + attrs + quantityControlTemplate +'

'; return template; } $('.nav-c-w-l').hover(function(){ if(litb.mainPage == 'design_product' || litb.mainPage == 'customprint' || litb.mainPage == 'customprint_jubu'){ return false; } var $me = $(this), arrow_dom = '

', gwURLHead = litb.gwBaseURL; if (gwURLHead && !gwURLHead.endsWith('/')) { gwURLHead += '/'; } // 兼容aoq加购成功了之后刷新mini购物车的 var _preTime=$me.data('time');//15s内不刷新 var now=new Date().getTime(); if (!$me.data('cartInfo')||!_preTime||(_preTime&&now-_preTime>15000)) { $me.data('cartInfo', 'loading'); $me.data('time',now); $("#navCartInfoNote").addClass('loading').html(arrow_dom+litb.langs.loading).show(); $.getJSON( gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shippingcart&callback=?&language='+litb.lan, function(data) { if (!data.items || data.items.length == 0) { $('#navCartInfoNote').removeClass('loading').html(arrow_dom+('

')+litb.langs.emptyNavCart); $me.data('cartInfo', 'empty'); $(".navCartCount").data('count',0).text(0); $(".navCartCount").hide(); } else { var items = data.items, prdListHtml = '', maxShow = 10000, totalCount = 0, moreCount = 0; var status = data.success; for (var i = 0; i < items.length; i++) { totalCount += items[i].qty; if (!items[i].attachment) --maxShow; if (maxShow < 0) { moreCount += items[i].qty; } else { prdListHtml += stringifyItem(items[i], i==0); }; }; //转换0为字符 data.cart_mini_num += ''; if (data.cart_mini_num!='') { totalCount = data.cart_mini_num; } $(".navCartCount").data('count',totalCount).text(formatCartNum(totalCount)); $(".navCartCount").trigger("cartNumberChange",totalCount); if(totalCount > 0){ $(".navCartCount").show(); }else{ $(".navCartCount").hide(); } // header优化 $('#navCartProductList').html(prdListHtml); var prodDls = $('#navCartProductList').children('dl'); prodDls.each(function(){ var $this = $(this), minQty = Number($this.find('.quantity-select').attr('data-min-quantity')), currentQty = $this.find('.quantity-num').attr('value'), decreaseIcon = $this.find('dd .order-quantity .quantity-select .num_decrease'); if(minQty == currentQty){ decreaseIcon.addClass('disabled'); } }); $('#navCartProductList a').each(function(){ $(this).attr('href',$(this).attr('href')+'?prm='+litb.prm['site']+'.'+litb.prm['page']+'.180.0'); }); var currency = litb.currency == 'CHF' ? litb.currency : litb.currSymbol; $('#navCartTotal').text(currency + data.addon.cartTotal); $('#navCartMoreItems').show().text(data.miniCartTitle); if ($('#navCartInfoNote').is(':visible')) { $('#navCartInfoNote').hide(); $('#navCQE').show(); } $me.data('cartInfo', 'haveItems'); // header优化 if(status){ OrderQuantityObj.init(); } // 加载商品下拉列表的时候,图片资源错误,展示默认图 $("#navCartProductList dt img").each(function(o,img){ if(img.src){ img = $(img); var oImg = new Image(); oImg.onerror = function(){ oImg.onerror = null; var base = litb.resourceURL || litb.resouceURL; //old is `resouceURL`! if(Math.round(img.width()/img.height()) === 1){ img.attr("src", base + '/base-images/300x300.png'); }else{ img.attr("src", base + '/base-images/185x300.png'); } }; oImg.src = img.attr('src'); } }); }; } ).fail(function(){ $('#navCartInfoNote').html(arrow_dom+litb.langs.networkErrorRetry).children('.retry').click(function() { $me.data('cartInfo', null); $me.trigger('mouseover'); }); }); } else { // Has been loading or loaded switch ($me.data('cartInfo')) { case 'loading': case 'empty': $('#navCartInfoNote').show(); break; case 'haveItems': $('#navCQE').show(); } } }, function(){ $(this).children('dd').hide(); }); // 加购使用方法 window.aoqAddToCart = function() { var gwURLHead = litb.gwBaseURL; if (gwURLHead && !gwURLHead.endsWith('/')) { gwURLHead += '/'; }$.getJSON(gwURLHead + (litb.lan === 'en' ? '' : litb.lan + '/') + 'index.php?main_page=info_check&action=ajax_shippingcart&callback=?&language='+litb.lan,function(data) {if (data.items && data.items.length > 0) {var items = data.items,prdListHtml = '',maxShow = 10000,totalCount = 0;var status = data.success;for (var i = 0; i < items.length; i++) {if (!items[i].attachment) --maxShow;if (maxShow >= 0) {prdListHtml += stringifyItem(items[i]);};};//转换0为字符data.cart_mini_num += '';if (data.cart_mini_num!='') {totalCount = data.cart_mini_num;}$(".navCartCount").data('count',totalCount).text(formatCartNum(totalCount)); $(".navCartCount").trigger("cartNumberChange",totalCount); if(totalCount > 0){ $(".navCartCount").show(); }else{ $(".navCartCount").hide(); }// header优化$('#navCartProductList').empty();$('#navCartProductList').html(prdListHtml);var prodDls = $('#navCartProductList').children('dl');prodDls.each(function(){var $this = $(this),minQty = Number($this.find('.quantity-select').attr('data-min-quantity')),currentQty = $this.find('.quantity-num').attr('value'),decreaseIcon = $this.find('dd .order-quantity .quantity-select .num_decrease');if(minQty == currentQty){decreaseIcon.addClass('disabled');}});$('#navCartProductList a').each(function(){$(this).attr('href',$(this).attr('href')+'?prm='+litb.prm['site']+'.'+litb.prm['page']+'.180.0');});$('#navCartTotal').text(litb.currSymbol + data.addon.cartTotal);$('#navCartMoreItems').show().text(data.miniCartTitle);if ($('#navCartInfoNote').is(':visible')) {$('#navCartInfoNote').hide();$('#navCQE').show();}$('.nav-c-w-l').data('cartInfo', 'haveItems');// header优化if(status){OrderQuantityObj.init();}};}); } window.aoqAddToCart();// $("#keywords").autocomplete({'parents':'#quick_find_header'});$('.searchBtnWrap').click(function(){if($('#keywords').val()!=""&&$('#keywords').val()!=$('#keywords').attr('dvalue')){jumpToUrl($('#quick_find_header').attr('action')+'&prm='+litb.prm['site']+'.'+litb.prm['page']+'.62.0&keyword='+$('#keywords').val());}});$('.checkout2Btn').click(function() { $(this).removeClass('checkout2Btn').addClass('processing2Btn');}); /** * jQuery Color Animations * @author 愚人码头 * 源自:jQuery UI jquery.effects.core.js * 更多http://www.css88.com/archives/4090 */;(function(jQuery){// 所有颜色样式jQuery.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor', 'color', 'outlineColor'], function(i,attr){jQuery.fx.step[attr] = function(fx){if ( fx.state == 0 ) {fx.start = getColor( fx.elem, attr );fx.end = getRGB( fx.end );}fx.elem.style[attr] = "rgb(" + [Math.max(Math.min( parseInt((fx.pos * (fx.end[0] - fx.start[0])) + fx.start[0]), 255), 0),Math.max(Math.min( parseInt((fx.pos * (fx.end[1] - fx.start[1])) + fx.start[1]), 255), 0),Math.max(Math.min( parseInt((fx.pos * (fx.end[2] - fx.start[2])) + fx.start[2]), 255), 0)].join(",") + ")";}});// Color Conversion functions from highlightFade// By Blair Mitchelmore// http://jquery.offput.ca/highlightFade/ //一个JavaScript 数组,其中包含 0和255之间的三个数字, (ie [255,255,255]). //An RGB 'function call syntax' string. either interger or percentage float form. (ie rgb(255,255,255) or rgb(100%,100%,100%)) //An RGB hex value. Either short or long form. (ie #FFF or #FFFFFF) //A W3C standard colour name string as defined at W3Schools. (ie 'white', 'blue', 'red', 'black', et. al)// Parse strings looking for color tuples [255,255,255]function getRGB(color) {var result;// 一个JavaScript 数组,其中包含 0和255之间的三个数字,例如: [255,255,255]if ( color && color.constructor == Array && color.length == 3 )return color;// Look for rgb(num,num,num)if (result = /rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(color))return [parseInt(result[1]), parseInt(result[2]), parseInt(result[3])];// Look for rgb(num%,num%,num%)if (result = /rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(color))return [parseFloat(result[1])*2.55, parseFloat(result[2])*2.55, parseFloat(result[3])*2.55];// Look for #a0b1c2if (result = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(color))return [parseInt(result[1],16), parseInt(result[2],16), parseInt(result[3],16)];// Look for #fffif (result = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(color))return [parseInt(result[1]+result[1],16), parseInt(result[2]+result[2],16), parseInt(result[3]+result[3],16)];// Otherwise, we're most likely dealing with a named colorreturn colors[jQuery.trim(color).toLowerCase()];}function getColor(elem, attr) {var color;do {color = jQuery.curCSS(elem, attr);// Keep going until we find an element that has color, or we hit the bodyif ( color != '' && color != 'transparent' || jQuery.nodeName(elem, "body") )break;attr = "backgroundColor";} while ( elem = elem.parentNode );return getRGB(color);};// Some named colors to work with// From Interface by Stefan Petre// http://interface.eyecon.ro/var colors = {aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]};})(jQuery);var input = $('#keywords');function animateBackgroundColor (){input.animate({'backgroundColor': '#ffbbbb' }, 200,function(){input.animate({'backgroundColor':'#fff' }, 200,function(){input.focus();});})}$('#quick_find_header').submit(function(){if(input.val()==''||(!$('.nav-keyword-show')[0]&&input.val()==input.attr('dvalue'))){input.val('');setTimeout(function(){animateBackgroundColor()},200);setTimeout(function(){animateBackgroundColor()},600);return false;}});if(!$('#nav-bar form')[0]){$('.searchBtnWrap').click(function(){if(input.val()==''||(!$('.nav-keyword-show')[0]&&input.val()==input.attr('dvalue'))){input.val('');setTimeout(function(){animateBackgroundColor()},200);setTimeout(function(){animateBackgroundColor()},600);}});input.keydown(function(e) {switch(e.keyCode) {case 13:if(input.val()==''||(!$('.nav-keyword-show')[0]&&input.val()==input.attr('dvalue'))){input.val('');setTimeout(function(){animateBackgroundColor()},200);setTimeout(function(){animateBackgroundColor()},600);}break;default:break;};});} //【ID1260819】PC导航模版配置优化 var maxWidth = $(".nav-bar-container").width(); var spaceWidth = 14; var mainNav = $(".nav-bar-ul .main-nav"); var lenNav = mainNav.length; var leftIndex = 0; var rightIndex = 0; var tanslateXMax = 0; var firstRightIndex = 0; // 初始化各个分类的长度 function initNav(){ var widthTemp = 0; for (var i = 0; i < lenNav; i++) { mainNav.eq(i).attr('data-index',i); mainNav.eq(i).attr('data-offset',widthTemp); var itemWidth = mainNav.eq(i).innerWidth(); mainNav.eq(i).attr('data-self',itemWidth); widthTemp += itemWidth; mainNav.eq(i).attr('data-width',widthTemp); if(widthTemp > maxWidth && rightIndex == 0){ firstRightIndex = rightIndex = i - 1; } // 品类之间的距离需要加上 if (i !== lenNav - 1) { widthTemp += spaceWidth; } } tanslateXMax = widthTemp - maxWidth; // 整个长度可以展示完整,不需要左右箭头分页 if(widthTemp > maxWidth){ $(".nav-bar-link .arrow-scroll").removeClass('hide'); $(".nav-bar-container").addClass('scroll'); maxWidth -= 84; // 按空出左右箭头位置来算 } } // 点击右方向箭头,计算向右移动几个 function rightArrowAction(){ var index = rightIndex + 1; // 向右点击无效 if(index >= lenNav){ return false; } var _width = mainNav.eq(index).data('offset'); var _temp = lenNav - 1; for(var i = index; i < lenNav; i++){ var _tempWidth = mainNav.eq(i).data('width'); if(_tempWidth - _width > maxWidth){ _temp = i - 1; break; } } rightIndex = _temp; // 处理当最后一页不能占满一屏的时候 if(rightIndex === lenNav - 1){ // 确定正确的 leftIndex var _index = 0; var _maxWidth = mainNav.eq(rightIndex).data('width'); for(var i = rightIndex; i >= 0; i--){ var _tempWidth = mainNav.eq(i).data('offset'); if(_maxWidth - _tempWidth <= maxWidth){ _index = i; } } leftIndex = _index; }else{ leftIndex = index; } } // 点击左方向箭头,计算向左移动几个 function leftArrowAction(index){ var index = leftIndex - 1; // 向左点击无效 if(index <= -1){ return false; } var _width = mainNav.eq(index).data('width'); var _temp = 0; for(var i = index - 1; i > -1; i--){ var _tempWidth = mainNav.eq(i).data('offset'); if(_width - _tempWidth > maxWidth){ _temp = i + 1; break; } } rightIndex = index; leftIndex = _temp; } // 操作dom的显示隐藏,达到左右移动的目的 function operateCategroryDom(){ var startIndex = leftIndex; // tansform 到 startIndex 的位置 var translateX = parseInt(mainNav.eq(startIndex).data('offset')); if ($('.nav-bar-link .arrow-scroll').hasClass('hide')) { translateX = 0; } $(".nav-bar-container .nav-bar-ul").css("transform","translateX(-" + translateX + "px)"); if(translateX <= 0){ leftIndex = 0; rightIndex = firstRightIndex; } } function arrowStateChange() { if(leftIndex == 0){ $(".arrow-left").addClass("arrow-disable"); }else{ $(".arrow-left").removeClass("arrow-disable"); } if(rightIndex == lenNav - 1){ $(".arrow-right").addClass("arrow-disable"); }else{ $(".arrow-right").removeClass("arrow-disable"); } } initNav(); operateCategroryDom(); arrowStateChange(); // 屏幕宽度改变的时候,重新计算 window.addEventListener("resize",function(){ var navContainer = $('.nav-bar-container'); maxWidth = navContainer.width(); if (navContainer.hasClass('scroll')) { maxWidth += 84; } if (mainNav.eq(lenNav - 1).data('width') <= maxWidth) { $('.nav-bar-link .arrow-scroll').addClass('hide'); navContainer.removeClass('scroll'); } else { $('.nav-bar-link .arrow-scroll').removeClass('hide'); navContainer.addClass('scroll'); maxWidth -= 84; } operateCategroryDom(); arrowStateChange(); }); $(".arrow-scroll").delegate("span", "click", function() { if($(this).hasClass('arrow-disable')) return false; var value = $(this).data("value"); if(value > 0){ rightArrowAction(); operateCategroryDom(); }else{ leftArrowAction(); operateCategroryDom(); } arrowStateChange(); });

  • Home>
  • Popular >
  • Tag List M >
  • Magnifying Lamp With Light >

Recommended Categories

Sunset Projector LampBedside LampLED Floor LampTable LampsDesk Lamps

Magnifying Lamp With LightSee All 2182 products in Magnifying Lamp With Light

Sort by: RelevanceFavoritesPrice Low To HighPrice High To Low

1 Pc multifunctional eye protection desk lamp with no flicker, anti blue light, three levels of dimming, infinite dimming, RGB ambient light, clock, three levels of adjustment, fan, USB charging JPY ¥3,059 ¥4,590 5.0 Quick LookManta Rays and Couple Diver Resin Night Light Mermaid Whale Office Desktop Art Ornaments Shipwreck Octopus Christmas Gift Solid Wood Resin Night Lamp JPY ¥16,143 ¥24,216 5.0 Quick LookRechargeable LED Cordless Table Lamp 3 Color Changing USB LED Desk Light for Restaurant Bar Bedside Lamp Decor JPY ¥4,216 ¥6,325 5.0 Hand-Wave Controlled LED Desk Lamp, Floating Rotating Light, Wireless Charging Base, RGB Colorful Atmosphere for Home Decor, Party, Office Use Rechargeable Battery Operate JPY ¥10,362 ¥13,253 4.0 USB Rechargeable Retro Aluminum Desk Lamp - Touch Control Table Night Light 1pc JPY ¥4,553 ¥6,831 5.0 LED Cordless Table Lamp Retro Bar Metal Desk Lamps Rechargeable Touch Dimming Night Light Restaurant Bedroom Home Outdoor Decor JPY ¥6,793 ¥11,769 4.8 Cordless Table Lamp Rechargeable Battery Powered LED Desk Lamp 3-Levels Brightness Stepless Dimming Outdoor Table Light for Restaurant/Home/Patio JPY ¥3,857 ¥5,783 4.3 Quick LookBedside Lamp Table Lamp, Modern Retro Table Lamp 1 PCS Nightstand Lamp for Bedside Bedroom Living Room Kids Room College Home 85-265V JPY ¥22,031 ¥35,817 5.0 Quick LookSunset Projector Lamp, USB Powered Rainbow Sunset Atmosphere Lamp, 180 Degrees Rotation for Living Room Bedroom Bedside Lamp JPY ¥1,077 ¥1,616 5.0 Quick LookLED Crystal Decorative Lamp USB Power Night Lamp Rainbow Sunset RGB Colorful Lighting For Room Decoration Unique Gift for Friends JPY ¥7,580 ¥12,228 5.0 Quick LookRetro Touch Led Charging Table Lamp Creative Dining Hotel Bar Coffee Table Lamp Outdoor Night Light Living Room Decorative Desk Dimmer Lamp JPY ¥4,429 ¥6,642 5.0 Quick LookPortable Led Foldable Desk Lamp 3 Colors Touch Dimmable Table Lamp Usb Rechargeable Bedside Reading Light for Study Office Work JPY ¥3,635 ¥5,453 4.7 Quick LookTable Lamp LED Double-headed Multifunction Foldable Touch With Calendar Clock USB Desk Lamp For Bedroom Bedside Reading Light JPY ¥2,161 ¥3,239 4.8 Resin Night Light Scuba Diving Deep Sea Exploration Colorful Wooden Lamp Free Diving Unique Decorative Gift Christmas Gift 15cm/20cm JPY ¥13,188 ¥22,920 4.7 Quick LookMushroom Modeling Small Night Light LED Atmosphere Light Small Table Lamp Christmas Decoration Halloween Atmosphere Mini Light Home Decor Bedroom Decor Wedding Decor Christmas Decor Holiday Decor Party Supplies JPY ¥1,342 ¥1,712 4.6 Quick LookLED Wooden Table Lamp USB Interface Bedroom Bedside Night Lamp Dimmable LED Lighting Creative Home Decoration and Unique Relocation Gift JPY ¥16,516 ¥38,952 5.0 Quick LookTable Lamp Creative Ceramic Bedside Table Lamp Modern Minimalist Bedside Table Lamp Bedroom Living Room Study Bedside Lamp Decorative Small Table Lamp Bedside Lamp 110-240V JPY ¥55,118 ¥71,662 5.0 Quick LookLED Cordless Table Lamp 6600mWh Rechargeable Battery Desk Lamp 3000K Stepless Dimming Night Light IP54 Waterproof Metal Outdoor Portable Lamp for Camping, Restaurant, Patio JPY ¥4,479 ¥5,892 5.0 Quick LookLed Desk Lamp for Home Office Eye-Caring Clip Lights Architect Reading Task Clamp Lamps 3 Modes 10 Brightness Flexible Gooseneck with Memory Function JPY ¥5,105 ¥7,656 5.0 Touch Dimming LED Table Lamp Bedroom Circular Desk Lamp Living Room Black/White USB Powered Dimmable Bedside Lamp Round Night Light For Bedroom Decoration Lighting JPY ¥7,248 ¥10,870 4.9 Crystal Table Lamp 16 Colors Change Touch Remote Control Modern Bedside Table Lamp USB Rechargeable Rose Desk Lamp Night Light for Valentines Bedroom Living Room Dinner Bar Decoration JPY ¥4,328 ¥6,490 4.8 Light In The Box Modern Rechargeable Table Lamp Creative Dining Touch Led Night Lamp For Hotel Bar Coffee Decor Desk Lamp Dimmer Home Lighting JPY ¥8,393 ¥12,590 5.0 Quick LookLED Cordless Rechargeable Table Lamp Retro Bar Metal Desk Lamps Touch Dimmer Night Light Tri-colors For Restaurant Bedroom Bar Hotel Home Decor Lights JPY ¥8,039 ¥12,060 5.0 Led Mushroom Table Lamp Touch Dimming Tri-color Retro Bedroom Bedside Desktop Usb Rechargeable Night Light Reading Lights for Hotel Restaurant Bar Bedroom Lamp JPY ¥5,206 ¥7,808 5.0 Modern Style LED Table Lamp, Foldable Reading Light with Touch Control, USB Desk Lamp with 3-Level Dimmable Brightness, Rechargeable Lithium Battery, Polished Plastic Finish - Portable Wireless JPY ¥1,656 ¥2,485 5.0 1pc Car Reading Light Adhesive Car Light Car Supplies Auto Ceiling Light Led Illuminating Lamp, Car Dome Ceiling Lamp Car Roof Light Adjustable Plastic Headlights JPY ¥1,955 ¥2,932 5.0 Bird's Nest Crystal Table Lamp Night Light Ambient Light 16 Color RGB Dimmable Touch Remote Control Light 1200mAh Rechargeable Decor Desk Lamp Acrylic Modern Style Romantic Bedside Lamp JPY ¥2,706 ¥3,943 5.0 Quick LookRomantic Rose Flower LED Table Lamp Valentines Style Wedding Party For Girl Bedroom Bedside Night Light Decoration Gift Holiday Lighting JPY ¥5,818 ¥8,728 5.0 Quick LookFloor Lamp Eye Protection Modern Contemporary For Indoor Metal 220-240V Blue JPY ¥56,033 ¥57,625 5.0 Quick LookUSB LED Desk Lamp Light Eye Protection Mobile phone Wireless Charger Charging Port Study Room Office DC 5V 5 Stop Brightness Adjustment JPY ¥10,496 ¥13,062 5.0 Quick LookRose Feather Table Lamp - Warm LED Atmosphere Light for Valentine's Day Elegant Wedding Decor JPY ¥6,347 ¥11,761 5.0 Quick LookRetro Night Light Dormitory Bedroom Bedside Eye Protection Small Lamp Bedside Table European Mini Ornament Decoration Home Gifts JPY ¥975 ¥1,345 4.5 Quick LookMetal Cordless Table Lamp LED Eye Protection Hotel Restaurant USB Charging Bar Atmosphere Night Light 2000mAH JPY ¥6,374 ¥7,909 5.0 Quick LookDesk Lamp Portable LED 3000-6000K Adjustable Multi-modes Wireless Charging Students Lamps Home Working Light Black JPY ¥2,212 ¥3,201 5.0 Quick LookUSB LED Table Lamp Curve Touch Control - Spiral Modern Desk Lamp Bedside Lamp with 3 Colors of LED Lights JPY ¥4,586 ¥8,065 5.0 Quick LookMushroom LED Table Lamp USB Charging with Button Switch Design Three-Color Desk Lamp Night Light Decorative Bedside Table Night Lamp Indoor Decor for Bar Coffee Shop Bedroom JPY ¥4,002 ¥5,415 5.0 Quick LookWireless LED Table Lamp, Tripod Black Metal Desk Lamp 3 Light Modes With Rechargeable Touch Control Desk Lamp with USB Bedroom Lighting Fixtures JPY ¥4,708 ¥5,650 5.0 Quick Look11" LED Cordless Table Lamp 40 LEDs Retro Restaurant Bar Night Light 3000mAh Rechargeable Battery 3-Color Level Dimming JPY ¥10,049 ¥13,107 5.0 Quick LookCordless Table Lamp Rechargeable LED Touch Lamp 3 Color Stepless Dimming Table Light Desk Lamp for Restaurant Bedroom Bar Patio Indoor Outdoor JPY ¥5,060 ¥7,277 5.0 Mushroom Table Lamp Bedroom Bedside Sleep Night Light Solid Wood Dimmable Atmosphere Light JPY ¥6,052 ¥9,585 5.0 Quick LookDesk Lamp / Reading Light Multi-shade / Eye Protection / Swing Arm Modern Contemporary / Kids and Teen USB Powered For Bedroom / Study Room / Office ABS JPY ¥4,106 ¥6,159 5.0 Quick Look1 Pc foldable and portable desktop small desk lamp reading lamp fill light JPY ¥2,831 ¥3,349 5.0 Quick Look1pc USB Charging Desk Lamp with Adjustable Clamp, LED table lamp Soft Reading Light, Bedside Book Light, Gentle Night Light, LED Touch Dimming, Eye Protection Ideal for Bedside Tables or Desks JPY ¥1,178 ¥1,767 5.0 Mini Sunset Night Light Table Lamp Creative USB Rechargeable Bedroom Bedside Light For Children Kids Birtday Gift Home Decor JPY ¥3,038 ¥4,559 5.0 Mini Desktop Sunset Night Light Creative Birthday Gift Bedroom Bedside Study Decoration Table Lamp Couple'S Gifts Night Lighting JPY ¥3,092 ¥4,640 5.0 Mushroom Lamp LED Rechargeable Table Night Light Creative Bedside Night Light Touch Switch Atmosphere Gift Light JPY ¥3,197 ¥4,794 5.0 Quick LookCordless Metal Table Lamp Touch Sensor Control LED Table Lamp Desk Light,3 Color Stepless Dimmable Battery Powered Lamp,Night Light for Kids Nursery, Bedroom, Desk and Cafe JPY ¥7,626 ¥13,536 5.0 Sunset Rainbow Projector Lights Italian Designer Home Table Night Lamp Led Crystal Eye Of The Sky Egg-shaped Lamps Living Bedroom Decor Projector Lighting USB Power JPY ¥6,014 ¥9,022 5.0 Table Lamp Portable Italian Mushroom Wireless Touch Rechargeable Night Lamp USB Desk Lamp Desktop Decoration Bedroom Night Light JPY ¥8,889 ¥12,599 4.8 Quick LookNordic Led Gold Table Lamp for Bar Hotel Decoration Mushroom Rechargeable Desktop Night Lights 3color Touch Switch Bedside Lamp JPY ¥6,902 ¥10,353 4.0 Creative Cute Pet Elephant Animal LED Desk Lamp USB Charging Plug-in Dual-use 3-color Dimmable Learning Accessories Bright Cute Bedside Lamp Learning Desk Lamp Night Light JPY ¥2,599 ¥3,899 4.7 Quick LookAll-Aluminum Table Lamp Rgb Remote Control Charging Touch I-Shaped Lamp Led Eye Protection Bar Table Lamp Bedroom Atmosphere Light Night Light JPY ¥8,183 ¥14,298 4.0

Buy good Magnifying Lamp With Light in less payout, it’s not kidding. It’s very convenient for you to search some bestselling Magnifying Lamp With Light with a minimum price. It’s really over value for you, and you don’t need to worry the quality problem of them. We create the best shopping experience for every customer. Not matter you are the first time to visit LightInTheBox.com or you’re our honest old buyer, we provide best services for you. Any question please fell free to contact us, and you will get the perfect solution.

  • Previous
  • 1 2 3 4 5 6 7 8 ... 44
  • Next

Top

Cart

Support

')$('body').prepend(pioTrackingDom);};

Magnifying Lamp With Light- Online Shopping for Magnifying Lamp With Light (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Kieth Sipes

Last Updated:

Views: 5692

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Kieth Sipes

Birthday: 2001-04-14

Address: Suite 492 62479 Champlin Loop, South Catrice, MS 57271

Phone: +9663362133320

Job: District Sales Analyst

Hobby: Digital arts, Dance, Ghost hunting, Worldbuilding, Kayaking, Table tennis, 3D printing

Introduction: My name is Kieth Sipes, I am a zany, rich, courageous, powerful, faithful, jolly, excited person who loves writing and wants to share my knowledge and understanding with you.