';var X = _this.offset().left; var Y = _this.offset().top;$("body").append(iframe_html);$('#video_iframe').css({left:X+"px",top:Y+"px"});}function removeVideoIframe(){$('#video_iframe').remove();}$(document).on('click','.mobile_close_icon',function() {removeVideoIframe();})function getSelectedPropertys(){var propertys = [];$('.sale_property_box').each(function(){var s =parseInt($(this).find("option:selected").val()) ;if(s>0 && s!=undefined){var property = {};property.prop_name = $(this).attr('property_name');property.prop_value = $(this).find("option:selected").attr('data_name') ? $(this).find("option:selected").attr('data_name') : $(this).find("option:selected").text();;console.log(property);propertys.push(property);}});return propertys;}var mySwiper2; $(function(){ mySwiper2 = new Swiper('.wap_bigimgbox_container', { observer:true, observeParents:true, loop : true, pagination :{el: '.swiper-pagination',clickable :true,type: 'fraction',}}); $("#product_table > ul > li > a").click(function(){ if($(this).siblings('.product_table_content').is(':hidden')){ $(this).siblings('.product_table_content').slideDown(); $(this).children('.product_table_icon').addClass('on'); }else{ $(this).siblings('.product_table_content').slideUp(); $(this).children('.product_table_icon').removeClass('on'); } }); $('.write-a-review').click(function(){ $("#product_table a").removeClass("cur"); $("#product_table").find('.review_tab').addClass('cur'); $(".tabfont").each(function(){ var _this = $(this); if(_this.hasClass('write-a-review_form')){ _this.show(); }else{_this.hide()} }); }); $('#goodsimagelist').children('li:visible').each(function(index){ var _this = $(this); if(_this.attr('class') == 'cur'){ var middleimage = _this.children('a').attr('data_pic'); if(!middleimage){ return false; }$('#middleimag').attr('src', middleimage);$('#middleimag').css('opacity','1');var alt_text = _this.children('a').children('img').attr('alt');if(alt_text){$('#middleimag').attr('alt', alt_text);}if(_this.attr('data_type')=="video"){createVideoIframe(_this.attr('data_json'));}else{removeVideoIframe();} return false; } });if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{$('a.btn_prev').hide();$('a.btn_next').hide();} $('.smallimage').live('click', function(){ var _this = $(this); var pic = _this.attr('data_pic'); var data_img = _this.attr('data_img'); if(!pic){ return false; } var middleimage = pic; var data_id = _this.attr('data_id'); if(_this.hasClass('cur')){ data_id =0 ;middleimage = "https://us03-imgcdn.ymcart.com/72701/2023/03/08/3/d/3d960b4a0ace0893.jpg?x-oss-process=image/quality,Q_90/auto-orient,1/resize,m_lfit,w_650,h_975"; } if(data_id || data_id===0){ $('#goodsimagelist').children('li').each(function(){ $(this).attr('data_id')==data_id?$(this).show():$(this).hide(); }); }if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{$('a.btn_prev').hide();$('a.btn_next').hide();} $('.viewimg-list').children('.viewimg-item').removeClass('cur'); _this.parent('.viewimg-item').addClass('cur'); $('#middleimag').attr('src',middleimage ); $('#middleimag').css('opacity','1');var alt_text = _this.children('img').attr('alt');if(alt_text && !_this.hasClass('sale_property')){$('#middleimag').attr('alt', alt_text);} $(".viewpic").attr("title","LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800") $('.viewpic').attr('download', data_img);$('.jqzoom').attr('rel', data_img);$('.bigimgbox').css('height','auto');if(_this.attr('data_type')=="video"){createVideoIframe(_this.attr('data_json'));return false;}else{removeVideoIframe();}return false; }); $('.sale_property').live('click',function(){var _this = $(this); var data_pic = $(this).attr('data_pic'); if(data_pic!=''&&data_pic!=undefined){ var container = $('#goodsimagelist'); container.children('li').removeClass('cur'); container.find('li').each(function(){ var data_pic_li = $(this).find('a').attr('data_pic'); if(data_pic==data_pic_li){ var _first = $(this).clone(); //$(this).remove(); //container.find('li:first').before(_first); $(this).addClass('cur'); } });$('#goodsimagelist').css("top","0px"); } var value_id = $(this).attr('data_id'); var sale_property_nums = '169999952';sale_property_nums = Math.floor(sale_property_nums); //如果当前属性已经选中 if($(this).hasClass('cur')) { $(this).parent().parent().find(".select_value").text(''); //删除选中样式 $(this).removeClass('cur'); //去除选中值$(this).parent().attr('value_id',''); $('#goods_stock_num').html('169999952');$(this).siblings(".sale_property").removeClass('disable');$('#goodsimagelist').children('li:visible').eq(0).addClass("cur").find('a').click();if($(this).parent().attr('select_id')!=""){$("#"+$(this).parent().attr('select_id')).find('select').val(0);$("#"+$(this).parent().attr('select_id')).find('select').change();} } else if(!$(this).hasClass('disable')) {if($(this).find('img').length>0){$(this).parent().parent().find(".select_value").text(": "+$(this).attr('data_name'));}else{$(this).parent().parent().find(".select_value").text(": "+$(this).attr('data_name'));}$(this).parent().attr('value_id',value_id); $(this).siblings(".sale_property").removeClass('cur'); $(this).addClass('cur');if($(this).parent().attr('select_id')!=""){$("#"+$(this).parent().attr('select_id')).find('select').val(value_id);$("#"+$(this).parent().attr('select_id')).find('select').change();} } //customattr if(typeof check_diy_extra_box === "function") { var selected_propertys = getSelectedPropertys(); console.log(JSON.stringify(selected_propertys)); check_diy_extra_box(selected_propertys); }//$('#goodsimagelist').css("top","0px");var finnal_sku_group = new Array();$('.sale_property_box').each(function(index,property_box){ if($(property_box).attr('value_id')) { finnal_sku_group.push($(property_box).attr('value_id')); }});if(finnal_sku_group.length ==0){$('a.sale_property').removeClass('disable');}if(finnal_sku_group.length ==1){$('.sale_property_box[value_id="'+finnal_sku_group[0]+'"]').find('a.sale_property').removeClass('disable');}if ((finnal_sku_group.length+1) >= $('.sale_property_box').length) {$('.sale_property_box').each(function(index,property_box){if (!$(property_box).attr('value_id') || $(property_box).attr('value_id') != value_id) {$(property_box).find('a.sale_property').each(function(){var value_item = $(this);var temp_sku_group2 = new Array();$.each(finnal_sku_group,function(k,v){if (v != $(property_box).attr('value_id') || !$(property_box).attr('value_id')) {temp_sku_group2.push(v);}});temp_sku_group2.push($(this).attr('data_id'));var in_stock = false;$.each(skulist,function(key,item){var temp_property_arr=item.sku_code.split('_');var value_id_in = true;for(var i = 0; i < temp_sku_group2.length; i++) {if (temp_property_arr.indexOf(temp_sku_group2[i]) == -1){value_id_in = false;}}if(value_id_in){in_stock = true;return false;}});if(in_stock){value_item.removeClass('disable');}else{value_item.addClass('disable');}if(value_item.hasClass('disable') && value_item.hasClass('cur')){value_item.removeClass('cur');$(property_box).attr('value_id','');}});}});}else{$('.sale_property_box').each(function(index,property_box){if (!$(property_box).attr('value_id')) {$(property_box).find('a.sale_property').each(function(){$(this).removeClass('disable');});}});}finnal_sku_group.sort(sortNumber);var sku_code = finnal_sku_group.join("_");document.body.ymcart_event_sku_change={'sku_code':sku_code}; document.querySelector('body').dispatchEvent(ymcart_event_sku_change); var change_addtocart = true;$.each(skulist,function(index,item){if(sku_code==item.sku_code){sale_property_nums = Math.floor(item.stock_nums);// 处理价格var sku_price_rate ;sku_price_rate = item.price * 1.00000000; var variant = (item.barcode?item.barcode:(item.codeno?item.codeno:item.sku_code)); if(window.history){window.history.replaceState({variant: variant},'',(location.href.search(/variant=/i)>=0?location.href.replace(/variant=[^=]+/i,'variant='+variant):(location.href.search(/\?/i)>=0?location.href+'&variant='+variant:location.href+'?variant='+variant)));}changeSkuPrice(sku_price_rate,item.weight,item.volume); if(item.stock_nums<1 && is_bookable!="1"){ $('#addskutocart,.wap_addtocart').html("Out Of Stock");$('#addskutocart,.wap_addtocart').addClass('btn_outstock');if($('.btn_outstock').length == 0){$('.seckill_addskutocart_btn').before('Out Of Stock');}$('#addskutocart_buynow').parent().hide();$('#addskutocart,.wap_addtocart').removeClass("common_style_black_border"); change_addtocart= false; }else if(item.stock_nums<1 && is_bookable=="1"){$('#addskutocart,.wap_addtocart').html("Pre-Order");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('#addskutocart_buynow').parent().show();$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");change_addtocart= false;}}}); if(change_addtocart){ $('#addskutocart,.wap_addtocart').html("Add to Cart");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");//$('#qty_box').show(); }else{//$('#qty_box').hide();}$('#goods_stock_num').html(sale_property_nums);if(sale_property_nums<1 && is_bookable=="1"){$('#addskutocart,.wap_addtocart').html("Pre-Order");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");}//属性图片处理if(_this.hasClass('property_image') && !_this.hasClass('disable')){if(_this.hasClass('diy_property') && _this.parent().attr('property_name')!=""){if(typeof(diy_property_image_thumb_white_setting)!="undefined" && diy_property_image_thumb_white_setting.length>0){var in_white_list = false;for(var i in diy_property_image_thumb_white_setting){if(diy_property_image_thumb_white_setting[i]==_this.parent().attr('property_name')){in_white_list = true;break;}}if(!in_white_list){return false;}}if(typeof(diy_property_image_thumb_black_setting)!="undefined" && diy_property_image_thumb_black_setting.length>0){var in_black_list = false;for(var i in diy_property_image_thumb_black_setting){if(diy_property_image_thumb_black_setting[i]==_this.parent().attr('property_name')){in_black_list = true;break;}}if(in_black_list){return false;}}}var data_id = _this.attr('data_id');if(!_this.hasClass('cur')){ data_id = 0;}if(data_id || data_id===0){$('#goodsimagelist').children('li').each(function(){$(this).attr('data_id')==data_id?$(this).show():$(this).hide();});}$('#goodsimagelist').children('li').removeClass('cur');$('#goodsimagelist').children('li:visible').eq(0).addClass('cur'); if($('#goodsimagelist').children('li:visible').length<=1){$('#goodsimagelist').find('li.cur').children('a').click();$('#goodsimagelist').children('li').show();var dgindex = 0;$('#goodsimagelist').children('li').each(function(){$(this).attr('data_id')!='0'?$(this).hide():$(this).show();});$('.wap_viewimg li').addClass('swiper-slide');$('.wap_viewimg li a').removeAttr('style');$('.wap_viewimg li').each(function(idx,val){if(idx == 0){$(this).find('img').attr('src',data_pic);}else{$(this).remove();}});mySwiper2.updateSlides();mySwiper2.pagination.update();mySwiper2.slideTo(dgindex);$('#goodsimagelist').find('li.cur').children('a').click();return false; }}if (!_this.hasClass('disable')) {$('#goodsimagelist').find('li.cur').children('a').click();}//customattr// if(typeof check_diy_extra_box === "function") {// var selected_propertys = getSelectedPropertys();// console.log(JSON.stringify(selected_propertys));// check_diy_extra_box(selected_propertys);// }$('.wap_viewimg').html($('#goodsimagelist').children('li:visible').clone());$('.wap_viewimg li').addClass('swiper-slide');$('.wap_viewimg li a').removeAttr('style');$('.wap_viewimg li').each(function(idx,val){var data_pic = $(this).find('a').attr('data_pic');$(this).find('img').attr('src',data_pic);});mySwiper2.slideTo(0); }); $('select.sku_option,select.sku_option1').change(function(){ var value_id = $(this).val(); var diy_change_money_finnal_sku_group = new Array(); $('.sale_property_box').each(function(){ var s =parseInt($(this).find("option:selected").val()) ; if(s>0 && s!=undefined){ diy_change_money_finnal_sku_group.push(s); $(this).attr('value_id',s); }else{ $(this).attr('value_id','');$('#goods_stock_num').html('169999952'); // return false; } }); diy_change_money_finnal_sku_group.sort(sortNumber); var diy_sku_code = diy_change_money_finnal_sku_group.join("_"); document.body.ymcart_event_sku_change={'sku_code':diy_sku_code}; document.querySelector('body').dispatchEvent(ymcart_event_sku_change); var change_addtocart = true;var sale_property_nums = '169999952';sale_property_nums = Math.floor(sale_property_nums);if ((diy_change_money_finnal_sku_group.length+1) >= $('.sale_property_box').length) {$('.sale_property_box').each(function(index,property_box){if (!$(property_box).attr('value_id') || $(property_box).attr('value_id') != value_id) {$(property_box).find('select').find('option').each(function(){if ($(this).val() == 0) {return true;}var value_item = $(this);var temp_sku_group2 = new Array();$.each(diy_change_money_finnal_sku_group,function(k,v){if (v != $(property_box).attr('value_id') || !$(property_box).attr('value_id')) {temp_sku_group2.push(String(v));}});temp_sku_group2.push($(this).val());console.log(temp_sku_group2)var in_stock = false;$.each(skulist,function(key,item){var temp_property_arr=item.sku_code.split('_');var value_id_in = true;for(var i = 0; i < temp_sku_group2.length; i++) {if (temp_property_arr.indexOf(temp_sku_group2[i]) == -1){value_id_in = false;}}if(value_id_in){in_stock = true;return false;}});if(in_stock){value_item.attr('disabled',false);$('.sale_property[data_id='+value_item.val()+']').removeClass('disable');}else{value_item.attr('disabled',true);$('.sale_property[data_id='+value_item.val()+']').addClass('disable');}});}});}else{$('.sale_property_box').each(function(index,property_box){if (!$(property_box).attr('value_id')) {$(property_box).find('select').find('option').each(function(){$(this).attr('disabled',false);});}});}$.each(skulist,function(index,item){ if(diy_sku_code==item.sku_code){ // 处理价格sale_property_nums = Math.floor(item.stock_nums); var variant = (item.barcode?item.barcode:(item.codeno?item.codeno:item.sku_code)); if(window.history){window.history.replaceState({variant: variant},'',(location.href.search(/variant=/i)>=0?location.href.replace(/variant=[^=]+/i,'variant='+variant):(location.href.search(/\?/i)>=0?location.href+'&variant='+variant:location.href+'?variant='+variant)));} changeSkuPrice(item.price * 1.00000000,item.weight,item.volume) ;if(item.stock_nums<1 && is_bookable!="1"){ $('#addskutocart,.wap_addtocart').html("Out Of Stock");$('#addskutocart,.wap_addtocart').addClass('btn_outstock');if($('.btn_outstock').length == 0){$('.seckill_addskutocart_btn').before('Out Of Stock');}$('#addskutocart_buynow').parent().hide();$('#addskutocart,.wap_addtocart').removeClass("common_style_black_border"); change_addtocart= false; }else if(item.stock_nums<1 && is_bookable=="1"){$('#addskutocart,.wap_addtocart').html("Pre-Order");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");change_addtocart= false;} } });if(change_addtocart){ $('#addskutocart,.wap_addtocart').html("Add to Cart");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");//$('#qty_box').show();}else{//$('#qty_box').hide();}$('#goods_stock_num').html(sale_property_nums);if(sale_property_nums<1 && is_bookable=="1"){$('#addskutocart,.wap_addtocart').html("Pre-Order");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");} //customattr if(typeof check_diy_extra_box === "function") { var selected_propertys = getSelectedPropertys(); console.log(JSON.stringify(selected_propertys)); check_diy_extra_box(selected_propertys); } }); /*这边是radio的 $('.input_radio_sku_option').change(function(){ var diy_change_money_finnal_sku_group = new Array(); $('.sale_property_box').each(function(){ var s =parseInt($(this).find("input[name='input_radio_"+$(this).attr('data_id')+"']:checked").val()) ; if(s>0 && s!=undefined){ diy_change_money_finnal_sku_group.push(s); }else{ return false; } }); diy_change_money_finnal_sku_group.sort(sortNumber); var diy_sku_code = diy_change_money_finnal_sku_group.join("_"); $.each(skulist,function(index,item){ if(diy_sku_code==item.sku_code){ // 处理价格 var variant = (item.barcode?item.barcode:(item.codeno?item.codeno:item.sku_code)); if(window.history){window.history.replaceState({variant: variant},'',(location.href.search(/variant=/i)>=0?location.href.replace(/variant=[^=]+/i,'variant='+variant):(location.href.search(/\?/i)>=0?location.href+'&variant='+variant:location.href+'?variant='+variant)));} changeSkuPrice(item.price * 1.00000000) ; } }); }); $(".input_radio_sku_option").trigger('change'); */ $('#addskutocart, .wap_addtocart').click(function(e){ var goods_id = '21517009'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(){ var s =parseInt($(this).find("option:selected").val()) ; if(s>0 && s!=undefined){ finnal_sku_group.push(s); }else{ is_submit = false; $(this).tip("Please Select "+$(this).attr('property_name'), 15, 0, 2000); return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}var bookable_delivery_time = ""; if ('0' == '1' && bookable_delivery_time != '') { var is_tips_bookable_delivery_time = false; $.each(skulist,function(index,item){ if (sku_code == item.sku_code && qty > parseInt(item.stock_nums)) { is_tips_bookable_delivery_time = true; return false; } }); if (is_tips_bookable_delivery_time) { var tips_bookable_delivery_time = 'Estimated delivery time {0}'; if (!confirm(tips_bookable_delivery_time.replace('{0}',bookable_delivery_time))) { return false; } } } $.ajax({ url :'/h-cart-add.html', type:'POST', data:{ goods_id : goods_id, qty : qty, sku_code : sku_code, remark : remark }, dataType: 'json', cache: false, success: function(res) { if(res.status == 1){ var event_sku = res.sku;// Ymcart Event[AddToCart]if(typeof(ytag)=='function'){ ytag("add_to_cart","LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",ymcart_user_id,'21517009','875497',''); } var ymcart_event_param_goods = {goods_id:"21517009",goods_name:"LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",goods_codeno:"21517009",spec_mode:"1",qty:qty,goods_price:"128.00"}; $('#shopping_cart_count').text(res.totalnum);if(res.totalnum>9){$('#shopping_cart_count_float').text("9+");}else {$('#shopping_cart_count_float').text(res.totalnum);} $('#cart_total_qty').text(res.totalnum); $('#cart_subtotal').text(price_currency(formatnumber((res.totalprice*exchange_rate).toFixed(2),2))); if(res.sku.sku_value.replace(/
/g,' , ')!=''){ $('.add_cart_tip_product_sku').text(res.sku.sku_value.replace(/
/g,' , ')); }else{ $('.add_cart_tip_product_sku').remove(); } $('.add_cart_tip').addClass('add_cart_tip_on'); }else{ $('#addskutocart,.wap_addtocart').tip(res.msg, 15, 0, 2000); } }, error: function(XMLHttpRequest, textStatus, errorThrown){// alert(XMLHttpRequest.readyState + XMLHttpRequest.status + XMLHttpRequest.responseText); var re = XMLHttpRequest.responseText; var rs = JSON.parse(re); if(rs.status == 1){ $('#shopping_cart_count').text(parseInt(cart_count) + parseInt(rs.offset)); $('#cart_total_qty').text(rs.totalqty); $('#cart_subtotal').text('$'+ rs.totalprice); $('.add_cart_tip').show().delay(3000).fadeOut(1000); }else{ $('#addskutocart,.wap_addtocart').tip(rs.msg, 15, 0, 2000); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); });$(document).on('click','.add_cart_tip',function(){$('.add_cart_tip').removeClass('add_cart_tip_on');})$('.add_cart_tip_close').click(function(){$('.add_cart_tip').removeClass('add_cart_tip_on');});$('.add_cart_tip_wapper').click(function(e){e.stopPropagation();}) $('#addskutocart_buynow').click(function(e){ var goods_id = '21517009'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(){ var s =parseInt($(this).find("option:selected").val()) ; if(s>0 && s!=undefined){ finnal_sku_group.push(s); }else{ is_submit = false; $(this).tip("Please Select "+$(this).attr('property_name'), 15, 0, 2000); return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}var bookable_delivery_time = ""; if ('0' == '1' && bookable_delivery_time != '') { var is_tips_bookable_delivery_time = false; $.each(skulist,function(index,item){ if (sku_code == item.sku_code && qty > parseInt(item.stock_nums)) { is_tips_bookable_delivery_time = true; return false; } }); if (is_tips_bookable_delivery_time) { var tips_bookable_delivery_time = 'Estimated delivery time {0}'; if (!confirm(tips_bookable_delivery_time.replace('{0}',bookable_delivery_time))) { return false; } } }if(remark){remark=encodeURIComponent(remark.replace(/,/g,'||'));}else{remark = '';} if(typeof(skulist)=='object') { for (z in skulist){ var for_obj = skulist[z]; if(sku_code == for_obj.sku_code){ var event_sku = for_obj; break; } } }// Ymcart Event[AddToCart]if(typeof(ytag)=='function'){ ytag("add_to_cart","LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",ymcart_user_id,'21517009','875497',''); } var ymcart_event_param_goods = {goods_id:"21517009",goods_name:"LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",goods_codeno:"21517009",spec_mode:"1",qty:qty,goods_price:"128.00"}; var user_id = '0'; var guest_order_open = '1'; var checkout_redirect_url = '/h-order-add.html?cart_param='+encodeURIComponent('sku_code=' + sku_code +"&sku_goods_id="+goods_id+ "&sku_qty=" + qty+"&sku_remark="+ remark) + "&type=quick&ref=" + window.location.href; if(typeof(show_cod_address)=='function') { show_cod_address(checkout_redirect_url+'&cod=1');return; } if(user_id > 0) { window.location.href = checkout_redirect_url; } else { if(guest_order_open=='1') { window.location.href = checkout_redirect_url; } else { var ref = encodeURIComponent(checkout_redirect_url); window.location.href = '/h-user-loginOrRegister.html?ref='+ref; } } }); $('#addskutocart_inquiry').click(function(e){ var goods_id = '21517009'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(){ var s =parseInt($(this).find("option:selected").val()) ; if(s>0 && s!=undefined){ finnal_sku_group.push(s); }else{ is_submit = false; $(this).tip("Please Select "+$(this).attr('property_name'), 15, 0, 2000); return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}if(remark){remark=encodeURIComponent(remark.replace(/,/g,'||'));}else{remark = '';} var checkout_redirect_url = '/h-module-inquiry.html?goods_id=21517009'; if(sku_code) { checkout_redirect_url+='&sku_code='+sku_code; } window.location.href = checkout_redirect_url; }); $('#addskutocart_ecpay_buynow').click(function(e){ var goods_id = '21517009'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(){ var s =parseInt($(this).find("option:selected").val()) ; if(s>0 && s!=undefined){ finnal_sku_group.push(s); }else{ is_submit = false; $(this).tip("Please Select "+$(this).attr('property_name'), 15, 0, 2000); return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}if(remark){remark=encodeURIComponent(remark.replace(/,/g,'||'));}else{remark = '';} if(typeof(skulist)=='object') { for (z in skulist){ var for_obj = skulist[z]; if(sku_code == for_obj.sku_code){ var event_sku = for_obj; break; } } }// Ymcart Event[AddToCart]if(typeof(ytag)=='function'){ ytag("add_to_cart","LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",ymcart_user_id,'21517009','875497',''); } var ymcart_event_param_goods = {goods_id:"21517009",goods_name:"LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",goods_codeno:"21517009",spec_mode:"1",qty:qty,goods_price:"128.00"}; window.location.href = '/h-order-ECPay.html?cart_param='+encodeURIComponent('sku_code=' + sku_code +"&sku_goods_id="+goods_id+ "&sku_qty=" + qty+"&sku_remark="+ remark) + "&type=quick&ref=" + window.location.href; }); $('#go_check_order').click(function(){ var goods_id = '21517009'; var master_sale_id = $('#master_sale_property_id').val(); var sale_id = $('#sale_property_id').val(); var qty = $('#buyskunums').val(); var exist_master_sale = $('#master_sale_property_box').is(":visible") var exist_sale = $('#sale_property_box').is(":visible"); if(exist_master_sale && !master_sale_id){ $('#master_sale_property_box').tip("Please Select ", 15, 0, 2000); } else if(exist_sale && !sale_id) { $('#sale_property_box').tip("Please Select ", 15, 0, 2000); } else { $.ajax({ url :'/h-cart-add.html', type:'POST', data:{ goods_id : goods_id, sale_id : sale_id, qty : qty, master_sale_id : master_sale_id }, dataType: 'json', cache: false, success: function(res) { if(res.status == 1){ window.location.href = '/h-cart-list.html'; }else{ alert(res.msg); } }, error: function(XMLHttpRequest, textStatus, errorThrown){// alert(XMLHttpRequest.readyState + XMLHttpRequest.status + XMLHttpRequest.responseText); var re = XMLHttpRequest.responseText; var rs = JSON.parse(re); if(rs.status == 1){ window.location.href = '/h-cart-list.html'; }else{ alert(res.msg); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); } }); $('#add_favorites,#add_favorites_float').click(function(){ var _this = $(this); var _val = parseInt(_this.find('span').text()); var goods_id = _this.attr('data_id'); $.ajax({ url :'/h-user-addFavorites.html', type:'POST', data:{ goods_id : goods_id }, dataType: 'json', cache: false, success: function(res) { if(res == 1){// Ymcart Event[AddToWishlist]if(typeof(ytag)=='function'){ ytag("add_to_wishlist","LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",ymcart_user_id,'21517009','875497',''); } var ymcart_event_param_goods = {goods_id:"21517009",goods_name:"LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800",goods_codeno:"21517009"}; $('#add_favorites,#add_favorites_float').tip("Add to favorite succeed.", 15, 0, 2000); $('#add_favorites,#add_favorites_float').find('span').text(_val+1);$('#add_favorites,#add_favorites_float').addClass('add_favorites_cur'); }else if(res== 2){ $('#add_favorites,#add_favorites_float').tip("Please Login first", 15, 0, 2000); }else if(res== 3){ $('#add_favorites,#add_favorites_float').tip("Already added", 15, 0, 2000); }else{ $('#add_favorites,.#add_favorites_float').tip("Add to favorite failed.", 15, 0, 2000); } }, error:function(){ alert("Connection failed, please refresh"); }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }) }); $('.tab_title').mouseover(function(){ var _this = $(this); var _ref = _this.attr('_ref'); $('.tabtitle').find('a').removeClass('cur'); _this.addClass('cur'); $('.tablist').hide(); $('#'+_ref).show(); }); $('#validateImg').bind('click', function(){ $(this).attr('src', "/image.php?code=1&_=" + Math.random()); }); var wholesale_discount ; $('.iconright').click(function(){ var qty = parseInt($('#buyskunums').val()); var goods_id = '21517009'; var master_sale_id = $('#master_sale_property_id').val(); var sale_id = $('#sale_property_id').val(); $('#buyskunums').attr('value', qty+1); changeWholesaleDiscount(); }); $('.iconleft').click(function(){ var qty = parseInt($('#buyskunums').val()); if(qty > 1){ $('#buyskunums').attr('value', qty-1);changeWholesaleDiscount(); } }); //运费弹出计算 $('#estimate_shipping_fee').click(function(){ var goods_price = 128.00; var is_wholesale = 0; goods_price = $('#goods_price').text(); goods_price = goods_price.replace("US$","").replace("",""); var cur_weight = 2.0000; if(cur_sku_weight>0) { cur_weight = cur_sku_weight; } var cur_volume= 0.000000; if(cur_sku_volume>0) { cur_volume = cur_sku_volume; } var cur_price = 128.0000; if(cur_sku_price>0) { cur_price = cur_sku_price; } $.ajax({ url :'/h-shippingTool-product.html', type:'POST', data:{ price : cur_price, weight : cur_weight, volume : cur_volume, quantity : parseInt($('#buyskunums').val()), country_id : 0, is_wholesale : is_wholesale, moq : 1, }, dataType: 'html', cache: false, success: function(res) { if(res) { var div = $(".dropdown_estimate_shipping_fee"); div.children().remove(); $('.dropdown_estimate_shipping_fee').append(res); } else{ alert("illegal operation!"); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); $('.dropdown_estimate_shipping_fee').css('display','flex'); }); }); //评论定位 $(document).ready(function(){ re = /writeareview/i; // 创建正则表达式模式。 r = location.href.search(re); if(r>0) { $('.write-a-review').click(); }/* var maste_sale_property_id = ''; var sale_property_id = ''; var master_sale_property_nums = 1; var sale_property_nums = 1; $.each(skulist,function(index,item){ var temp_property_id1=item.sku_code.split('_')[0]; var temp_property_id2=item.sku_code.split('_')[1]; if(index==0){ maste_sale_property_id = temp_property_id1; sale_property_id = temp_property_id2; } if(temp_property_id1!=maste_sale_property_id){ master_sale_property_nums = 2; } if(temp_property_id2!=sale_property_id){ sale_property_nums = 2; } }); if(master_sale_property_nums!=2){ $('.master_sale_property ').click(); } if(sale_property_nums!=2){ $('.sale_property').click(); }*/ });$(function(){//默认选中$(".sale_property_box").each(function(){if($(this).find('a.sale_property').length==1 && !$(this).find('a.sale_property').hasClass('cur')){$(this).find('a.sale_property').click();}}); });
Hjem>LJR Nike Dunk Low>LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800
USD 128,00
- Størrelse
Tilpassede krav
Legg i handlekurv
Kjøp nå
- Detalj
- Produktnavn:LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800
- Varenr.:21517009
- Vekt:2 kg = 4,4092 lb = 70,5479 oz
- Kategori:LJR Nike Dunk Low
- Stikkord:nyankomne,Nike Dunk,Oransje Hummer
- Merke:Nike
- Opprettingstid:2023-03-08
- Navn: LJR Concepts x Nike SB Dunk Low "Orange Lobster"
- SKU : FD8776-800
- Størrelse: US5.5 - US13
- Merke: Nike
- Utgivelsesdato: 2021-03-10
- Batch: LJR
Jd fotBestillingsnotater
(Video) Nike SB Dunk Low Orange Lobster Sold outVennligst fyll inn Instagram- eller FaceBook-kontoen din i bestillingsanmerkningene, slik at når kundeservicepersonalet til Jdfoot ikke kan kontakte deg via WhatsApp, kan vi kontakte deg via Instagram eller FaceBook.
Etter at bestillingen er betalt, må Jdfoot kontakte deg for å bekrefte bestillingsinformasjonen din (størrelse, leveringsadresse.). Hvis vi ikke kan kontakte deg innen 7 virkedager etter at du betalte for bestillingen, kansellerer vi bestillingen og gir deg refusjon!
Jd FootDetails
LJR Concepts x Nike SB Dunk Low "Orange Lobster"kombinerer den ikoniske røde og gule hummerfargen. Spesielle detaljer inkluderer det karakteristiske rutemønsteret på fôret, og et elastisk bånd som vikler rundt forfoten, som ligner på hvordan hummerklørne festes.
Vi selger kun de mest fasjonable sneakers ogbeste replika joggesko. Med den troen i tankene, lag de beste joggeskoene. Ha alle skoene du vil ha.
JDFOOT SERVICE OG GARANTI:
1. Gratis fototjeneste for kvalitetsinspeksjon: gi kvalitetsinspeksjonsbilder før levering, og lever etter bekreftelse
(Kontakt oss via WhatsAPP, Instagram og e-post etter bestilling. WhatsAPP og Instagram foretrekkes.)
2. Leveringstjeneste: fra utmerkede ekspressleverandører som DHL/EMS tar det vanligvis 8-16 dager
3. Betalingsmåte: kredittkort/debetkort/Paypal/WeChat-betaling/Alipay
4. Kundeservice: Minst 14 timer i døgnet. Svartider for kundeservice: New York-tid: 19.00 til 10.00, London-tid: 1.00 til 15.00
5. Oppgi et sporingsnummer
6. Returservicen er god, vi sender joggeskoene på nytt dersom de blir stoppet av tollen.#Jd fotselger den nærmeste 1:1-replikaenLJR Nike SB Dunk Low"Oransje Hummer".
- Dele:
- >
Legging i handlekurv lykkes
LJR Concepts x Nike SB Dunk Low “Orange Lobster” FD8776-800
farge: rød, størrelse: xxl
Delsum:USD 0
Se handlekurven min
Sjekk ut
Kunde anmeldelser
Du vil kanskje også like
OG Nike Dunk SB Low Premier Northern Lights 724...
USD 99,00
OG Nike SB Dunk Low J-Pack Chicago BQ6817-600
USD 99,00
(Video) Nike dunk sb low lobsterOG Nike SB Dunk Low Concepts Purple Lobster BV1...
USD 99,00
OG Nike SB Dunk Low Supreme Stars Mean Green (2...
USD 99,00
OG Nike SB Dunk Low Supreme Stars Hyper Royal (...
USD 99,00
OG Nike SB Dunk Low Supreme Stars Barkrootbryn...
USD 99,00
OG Nike SB Dunk Low Street Hawker (2021) CV1628...
USD 99,00
OG Nike Dunk Low Retro UNLV DD1391-002
USD 99,00
(Video) Nike SB Dunk Low Orange Lobster Sneaker TROLL Release at Drift House Store? TIN FOIL HATS OMG
FAQs
How much will Orange Lobster dunks cost? ›
The sneaker won't come with special packaging and will retail for $120.
How many lobster dunks were made? ›It is said that only 36 were made, making them an incredible catch for sneakerheads globally.
How do you authenticate Nike low dunks? ›An authentic Nike Dunk should always curve slightly up near the toe box, where the tip of the sneaker is. On the fake Dunk, you can see how flat the shape of the sneaker is from the soles, midsoles and toe box. There is no noticeable curvature towards the toe box. Denoted by the green dotted line.
Why are Nike Low dunks so expensive? ›These sneakers are highly coveted, and over the past 30 days, the average SB Dunk has sold for 375% more than their average retail price. However, like all markets, it ultimately comes down to supply and demand — if a product has a community of collectors and an active market, trade will flourish.”
How rare are orange lobsters? ›Though orange lobsters are believed to be just one in 30 million, Ripley's Aquariums said it would start studying orange lobsters to learn more about the color anomaly, according to a press release from Ripley's.
Why are Nike lobster so expensive? ›Limited Releases and Collaborations
For example, the Concepts x Nike SB Dunk “White Lobster” were released exclusively as the retail store's friend and family pack. Usually, such limited models require more creative development, another reason why the Dunk is so expensive.
Your chances of pulling up a Maine lobster trap and finding a yellow lobster are roughly one in 40 million and while the odds are better of finding the Yellow Lobster Dunk Low Pro SB, they're an equally rare anomaly.
What are the oldest dunks? ›In 1944, college basketball saw its first-ever dunk, when Oklahoma A&M's Bob "Foothills" Kurland dunked by accident.
Who made dunks popular again? ›Collabs with the likes of Travis Scott, Virgil Abloh and the Grateful Dead once again propelled the Nike SB Dunk into the spotlight to become the hottest silhouette of the year.
Why are Nike Dunk Lows so hard to find? ›“The hype around NIKE Dunk releases is at an all-time high and due to popular demand, we're currently out of stock,” explained Foot Locker on its website. Even if you shop directly from NIKE, it can be hard to get your hands on a pair of Dunks because, again, most sizes sell out almost instantly.
How can I tell if my Dunks are real? ›
Take a look at the Nike swoosh. On the real Nike Dunk, the swoosh is curved naturally into the tip of the swoosh with no angularity. However, if you take a look at the swoosh logo on the replica Dunk, you can notice how abrupt the curvature is. This also makes the swoosh much thicker than on the retail pair.
Why do Dunks crease so easily? ›That's because when you wear them, you move in them. The natural movement of your foot bends your shoe, causing it to crease over time. If your shoe didn't move with your foot, you'd be pretty uncomfortable. The movement causes the material in the shoe to compress, which can cause an unsightly crease or wrinkle.
Why Dunk Low always sold out? ›This is due to scarcity, both perceived and real. With the recent influx of new fans, this scarcity has crept over into the more “common” colorways and releases. With Nike SB dunks, a majority of colorways are sold exclusively at skateshops, with some being sold at select boutiques and sites like SNKRS.
Why are panda dunks so hard to get? ›The sneaker has been earmarked as a “carry-over” colorway of the Dunk for the time being. The continued popularity of the sneaker causes them to sell out. Nike is keeping up with demand by making more.
Should I size up in Nike Dunks Low? ›In terms of size and fit, the Nike Dunk remains true to size, so we recommend you get your regular size. The silhouette has a roomy fit, with a fully cushioned interior which ensures comfort for all-day wear.
What is the rarest color of lobster? ›The rarest is an albino – one in 100 million lobsters. Dorr Lobster Seafood Market in Bangor received an unusual delivery: A 2-pound camouflage pattern lobster. A rare orange lobster is now housed at the New England Aquarium in Boston.
Which is rarer blue or orange lobster? ›The odds of catching a blue lobster are 1-in-2 million. While yellow and orange-and-black calico lobsters come in at 1-in-30 million. Split-colored varieties have been pegged at 1-in-50 million. White — the rarest of all — at 1-in-100 million.
Why are orange lobsters so rare? ›“Lobsters obtain their color through the pigments they ingest in their diet. If these orange lobsters are being harvested from the same region, perhaps their localized diet contains a pigment that, when paired with the lobster's genetics, creates the orange coloration we are seeing.”
What is the rarest most expensive Nike shoes? ›The most expensive Nike shoes ever sold were the Solid Gold Ovo Air Jordan which Drake purchased for $2 million.
What is the most expensive thing Nike sells? ›1) Drake OVO x Nike Air Jordan 12: $2 Milion
Rapper Drake collaborated with Nike's sub-brand, Jordan, for a pair of Air Jordan 10s. While a collaboration between Jordan and Drake might be common, this sneaker was more than just a collab, as it was constructed out of solid gold and was crafted by Matthew Senna.
What is the highest grade lobster? ›
The best lobsters are Grade A.
The highest grade is given to those with hard shells with the highest meat density. These Grade A lobsters, unsurprisingly, fetch the highest price.
This Gorgeous, Insanely Rare Rainbow-Coloured Lobster Is 1 in 100 Million.
What was the first color of Dunk Low lobster? ›Fifteen years ago, Boston-based retailer Concepts teamed up with Nike (NYSE:NKE -1.64%) to release a lobster-themed pair of SB Dunk Lows in red. Since then, blue, yellow, purple, green and orange looks have been delivered by the duo with last year's “Orange Lobster” as the most recent entry.
Who was the first female to dunk? ›The first women's college basketball player to dunk in a game was Georgeann Wells. The West Virginia center threw down a right-handed jam on WVU's home turf to take an 85-50 lead with just under 12 minutes to go on Dec.
What does SB stand for Nike? ›Nike Skateboarding, primarily known as Nike SB, is the Nike brand for its line of shoes, clothing, and equipment for skateboarding.
Are dunks older than Jordans? ›History of the Nike Dunk and Air Jordan 1
Before we get too deep into the weeds, it's essential to understand which shoe came first. While the two models were released to the public in 1985, the Air Jordan 1 came a few months before the Dunk.
Dunks and New Balance 550s are not the "it" shoes anymore
With so many pairs of Dunks and New Balance 550s released to the public during the pandemic, they will be easy to spot on the street in 2023, but the hype for these shoes will cool down this year.
The Panda Dunk, formally known as the Nike Dunk Low Retro White Black, is polarizing in the sneaker community. Fans have made them top sellers for Nike and for resellers such as StockX LLC, eBay Inc. and Goat Group. But that ubiquity, especially on social media, annoys other sneakerheads.
What was the first Nike Dunk? ›Nike recognized the signs of the times: A young team around designer Peter Moore, who was already responsible for the Jordan 1, created the Nike Dunk in 1985, the latest stroke of the Nike basketball family.
How many Nike dunks exist? ›If you want to get super specific, there are five kinds of Dunks: A high and low-top version of both the SB Dunk and “regular” Dunk, and a mid-top version that is exclusive to the Nike SB line.
Does Nike ever restock Dunks? ›
We don't have a set schedule to restock items—we refill our inventory as soon as stock is available, so check back frequently for updates.
Are Dunk lows uncomfortable? ›If you plan on wearing SB Dunks casually, without skating them, you may find the modern releases uncomfortable at first. However, if you stick with it for several wears, you can wind up with an adequately comfortable pair of kicks!
How long do Nike dunks last? ›If worn casually every day, most Nikes will last between 1-3 years. Hard activity like running or other sports will lower the lifespan to around a year.
Are real Nike dunks made in China? ›Where are Nike shoes manufactured? If the tag says "made in China" are the shoes fake? No. The vast majority of real Nike shoes are made in factories in China, Vietnam, and other Asian countries.
How do I stop my Dunks from creasing when I walk? ›To prevent your shoes from creasing, you have to walk properly. Avoid walking on toes because this causes creasing. Toe walking is where you walk on the balls of your feet rather than your heels touching the floor or the ground. You may walk on heels to avoid your shoes creasing.
Are Dunks hard to break in? ›The break-in period for Nike Dunks can vary depending on the fit and materials of the shoe. Some people find that they require only a few wears to break in, while others may need more time.
Do dunks go up in price? ›Update September 7, 2022: After it was reported last week that the price of Nike Dunks would increase, a senior representative for Nike has informed HYPEBEAST that the classic model would, in fact, remain stable. No sneaker has smashed sales like the Nike Dunk (and its SB sibling) in recent years.
Do dunks increase in value? ›If you've ever analyzed the market for Nike Dunks, you might've noticed that it doesn't perform quite the same as other sneaker releases. Some Dunks skyrocket in value over a few months while others tend to stay stagnant and might even decrease in resale value.
Do dunks increase in price? ›According to the account, the Nike Dunk is receiving a $10 price increase in Q4 of 2022. The low and high tops are expected to retail for $120 and $135, respectively, with the SE iterations of the models tacking on an additional $10 to their rumored price tags.
How much should I pay for Panda dunks? ›Side view of the Nike Dunk Low. The Nike Dunk Low 'Panda' is scheduled to release at 11:00 a.m. Eastern Standard Time on the Nike website. The shoes will cost $110 in adult sizes, $90 in big kids' sizes, $70 in little kids' sizes, and $55 in baby and toddler sizes.
How much do panda dunks resell for? ›
On the lower end of the price spectrum, Sykes points to the Nike Dunk in the black and white colorway — dubbed "panda" — a regular old general release shoe. They were fetching over $300 on StockX in 2021, but are now typically $150 or lower.
How many Panda Dunks were sold? ›For the last 12 months, which is measured from Nov. 1, 2021 to Oct. 31, 2022, StockX said there were more than 400,000 trade of the Nike “Panda” Dunk in both the Low and High versions.
What is the difference between SB Dunk and Dunk? ›Traditionally, SB Dunks have more padding and Zoom Air technology in the insoles. The SB Dunk low in particular generally has an extra padded “fat” tongue. Non-SB Dunks (or “regular” Dunks) tend to use very little padding. Additionally, most GRs (General Releases) tend to use a stiff, plasticky leather.
Do Dunks run like air forces? ›Do Nike Dunks Fit The Same As Air Force 1? The Air Force 1 and Nike Dunk definitely have different fits. Either will fit true to size, but Nike Dunks have more of a regular fit while Air Force 1s have a larger fit.
How much should a pair of dunks cost? ›At the retail level, Nike Dunks cost between $100 and $110 depending on which model you buy, with some collaborations demanding a fair bit more.
How many pairs of orange lobster dunks? ›Around the same time that the Blue lobsters dropped, Nike unveiled 36 pairs of the Yellow Lobster as a gift to those working on the CNCPTS x Nike collab. It never released to the public and was just a F&F release.
What is the retail price on dunks? ›The Dunk Low typically retails for $110 USD, the Dunk High retails for $120. Certain collaborations and premium makes, however, will likely sell for a small premium.
Did the Orange Lobster Dunks release? ›Release: 22 December 2022.
Can you trust StockX? ›Payment is only released when the goods are verified to be authentic. The service strives to be reliable, authentic, and transparent. Reliable – great service, every time. Authentic – every item on the StockX exchange is verified.
Which dunks are expensive? ›Off-White™ x Nike Dunk Low “Pine Green”
The pack consists of three colorways, and the “Pine Green” above is proving to be the most popular (and expensive).
Why are dunk lows so popular? ›
This simple, effective, easy to wear and speaking to the majority colorway is totally part of the success of the pair. Secondly, the silhouette of the Dunk Low is one of the most iconic at Nike. This low-top version remains understated, minimalist with a very classic swoosh branding and inserts.
What is the rarest Nike SB lobster color? ›Your chances of pulling up a Maine lobster trap and finding a yellow lobster are roughly one in 40 million and while the odds are better of finding the Yellow Lobster Dunk Low Pro SB, they're an equally rare anomaly.
Why are orange lobsters rare? ›"Lobsters obtain their color through the pigments they ingest in their diet. If these orange lobsters are being harvested from the same region, perhaps their localized diet contains a pigment that, when paired with the lobster's genetics, creates the orange coloration we are seeing."
Why are dunks so hard to get? ›“The hype around NIKE Dunk releases is at an all-time high and due to popular demand, we're currently out of stock,” explained Foot Locker on its website. Even if you shop directly from NIKE, it can be hard to get your hands on a pair of Dunks because, again, most sizes sell out almost instantly.
Do dunks run small or big? ›In terms of size and fit, the Nike Dunk remains true to size, so we recommend you get your regular size. The silhouette has a roomy fit, with a fully cushioned interior which ensures comfort for all-day wear. To protect suede Dunk styles, we recommend using a protector.
How much are Panda dunks now? ›How to Buy. Side view of the Nike Dunk Low. The Nike Dunk Low 'Panda' is scheduled to release at 11:00 a.m. Eastern Standard Time on the Nike website. The shoes will cost $110 in adult sizes, $90 in big kids' sizes, $70 in little kids' sizes, and $55 in baby and toddler sizes.
Are they still making Panda dunks? ›In 2022, Nike ramped up production of the Dunk 'Panda' to accommodate growing interest.
Where do they have Panda dunks? ›The shoes are now available on Nike.com. UPDATE (04/14/2023): A re-release date is expected on April 28th, 2023.