LEGO 76205 Marvel Gargantos Showdown (2023)

" ).insertAfter( "#ymm_searchbox .formFields ul.dropdowns li."+current_field); }} function hideLoader(){ jQuery('#ymm_loader').remove();} //Reset YMM dropdowns. - 786function resetYMMDropdowns(){ disableSearch(); var c = 0; jQuery("#ymm_searchbox .formFields .dropdowns select[id^=dropdown]").each(function(i, e) { c++; var dropdown_id = jQuery(this).attr("id"); if(c == 1) { jQuery("#"+dropdown_id).val("-1"); } else { jQuery("#"+dropdown_id).val("-1"); jQuery("#"+dropdown_id).prop('disabled',true); } });} function getDropdownsOnload(){ //786 //Empty fitment block is required if it's set - 786 jQuery(".ymm_fitment_block").hide(); jQuery(".ymm_fitment_block").find(".item_fits").html(""); jQuery(".ymm_fitment_block").find(".item_unfits").html(""); //Show YMMbox if it's hidden. jQuery("#ymm_label").css("display","block"); jQuery("#ymm_searchbox").css("display","block"); jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&action=onload&load=all&version=updated&ver_no=2",success: function(res) { if(res.html != null) { jQuery(".formFields ul.dropdowns").show().append(res.html); var $dropdowns = jQuery(res.html).find('.ymm-filter'); $dropdowns.find('option:first').each(function () { var curr_drop_id = jQuery(this).parent().attr("id"); var curr_text = jQuery(this).text(); var final_lbl = curr_text.replace('Select',select_lbl); var final_lbl_arr = final_lbl.split("--"); jQuery("#"+curr_drop_id+" option:first").text(final_lbl_arr[0]+" "+final_lbl_arr[1]); }); jQuery(".ymm-filter").find("option[value*='none']").html(none_lbl); var li_element = jQuery(".formFields ul.dropdowns").find('li.ymm_bttns'); if (!li_element.length) { jQuery(".formFields ul.dropdowns").append('
  • ');} }}});} //YMM Product Fitment Function - 786.function getYMMFitmentData(tags){ jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&product_id="+ymm_product_id+"&action=get_fitment_data&version=updated&tags="+encodeURIComponent(tags),beforeSend: function() {jQuery('.ymm-fitment-loading').html('LEGO 76205 Marvel Gargantos Showdown (1)').show(); }, success: function(res) { //786 if(typeof res.product_page_response != "undefined") { //Hide YMMbox and show fitments data- 786. jQuery('.ymm-fitment-loading').fadeOut("fast"); jQuery("#ymm_searchbox").hide(); jQuery("#ymm_searchbox").find(".dropdowns").html(""); jQuery(".ymm_fitment_block").show(); //If Item Fits if(res.product_page_response.status == "yes") { jQuery(".ymm_fitment_block").find(".item_unfits").html(""); if(res.product_page_response.fit_type == "exact_fit") { jQuery(".ymm_fitment_block").find(".item_fits").html('

    LEGO 76205 Marvel Gargantos Showdown (2)'+res.product_page_response.ymm_fit_title+'

    '+res.product_page_response.ymm_fit_desc+': '+res.searched_ymm+'

    '); } if(res.product_page_response.fit_type == "universal_fit") { jQuery(".ymm_fitment_block").find(".item_fits").html('

    LEGO 76205 Marvel Gargantos Showdown (3)'+res.product_page_response.ymm_uni_fit_title+'

    '+res.product_page_response.ymm_fit_desc+': '+res.searched_ymm+'

    '); } } //If Item Does Not Fits if(res.product_page_response.status == "no"){ jQuery(".ymm_fitment_block").find(".item_fits").html(""); jQuery(".ymm_fitment_block").find(".item_unfits").html('

    LEGO 76205 Marvel Gargantos Showdown (4)'+res.product_page_response.ymm_unfit_title+'

    '+res.product_page_response.ymm_unfit_desc+': '+res.searched_ymm+'

    '); } } } });} //YMM Init. - 786function ymmInit(){ (function($){var tags = window.getYMMParameter('rq'); //786 if(tags != null) { tags = tags.toString().split("~"); } else { tags = ""; } if(search_bttn == "") { search_bttn = "Search"; } if(reset_bttn == "") { reset_bttn = "Reset"; } if(none_lbl == "") { none_lbl = "None"; } if(tags == "") { jQuery("#ymm_label").css("display","block"); jQuery(".formFields ul.dropdowns").show(); } //Get First Dropdown onload //Get Next Dropdowns on change in Sequencial order jQuery(document).on('change','select[id^=dropdown]:not(:last)',function() { var arr = jQuery(this).attr("id").split("-"); var current_field = arr[1]; var dropdown_val = jQuery(this).val(); var field_val_Arr = []; var next_all = jQuery("li."+current_field).nextAll().find("select"); next_all.prop("disabled", true); next_all.val("-1"); jQuery("#ymm_searchbox .formFields .dropdowns select[id^=dropdown]:visible").each(function(i, e) { if(e.value != -1){ var dropval = e.value; field_val_Arr.push(dropval); } var first_field = jQuery('#ymm_searchbox .formFields .dropdowns > li:nth-child(1) select[id^=dropdown]').val(); var second_field = jQuery('#ymm_searchbox .formFields .dropdowns > li:nth-child(2) select[id^=dropdown]').val(); if(first_field==-1 || second_field==-1) { disableSearch(); } else { enableSearch(); } }); if(dropdown_val != "-1") { showLoader(current_field); jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&load=all&data_filter=updated&action=onchange&version=updated&ver_no=2&current_field="+current_field+"&prev_val="+encodeURIComponent(field_val_Arr)+"&current_val="+encodeURIComponent(dropdown_val),success: function(res) { if(res.html != "last_element~"){ var returned_fieldname = res.html.split("~"); jQuery(".formFields ul.dropdowns ."+returned_fieldname[1]).remove(); jQuery(returned_fieldname[0]).insertAfter(".formFields ul.dropdowns ."+current_field); var $dropdowns = jQuery(res.html).find('.ymm-filter'); $dropdowns.find('option:first').each(function () { var curr_drop_id = jQuery(this).parent().attr("id"); var curr_text = jQuery(this).text(); var final_lbl = curr_text.replace('Select',select_lbl); var final_lbl_arr = final_lbl.split("--"); jQuery("#"+curr_drop_id+" option:first").text(final_lbl_arr[0]+" "+final_lbl_arr[1]); }); jQuery(".ymm-filter").find("option[value*='none']").html(none_lbl); var li_element = jQuery(".formFields ul.dropdowns").find('li.ymm_bttns'); if (!li_element.length) { jQuery(".formFields ul.dropdowns").append('
  • ');} } hideLoader();} }); } }); //After Search Filter performs show selected dropdowns values if(tags != "") { if(template_name != "product") { jQuery.ajax({type: "GET", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&load=all&subaction=show_all&action=getdropdowns&version=updated&ver_no=2&tags="+encodeURIComponent(tags), success: function(res) { jQuery(".formFields ul.dropdowns").html(res.html); jQuery("#ymm_label").show(); jQuery(".formFields ul.dropdowns").show(); var $dropdowns = jQuery(res.html).find('.ymm-filter'); $dropdowns.find('option:first').each(function () { var curr_drop_id = jQuery(this).parent().attr("id"); var curr_text = jQuery(this).text(); var final_lbl = curr_text.replace('Select',select_lbl); var final_lbl_arr = final_lbl.split("--"); jQuery("#"+curr_drop_id+" option:first").text(final_lbl_arr[0]+" "+final_lbl_arr[1]); }); jQuery(".ymm-filter").find("option[value*='none']").html(none_lbl); var li_element = jQuery(".formFields ul.dropdowns").find('li.ymm_bttns'); if (!li_element.length) { jQuery(".formFields ul.dropdowns").append('
  • ');} enableSearch();} }); } else { //786/92 - get ymm product fitment data and display it on the product details page. getYMMFitmentData(tags); } } //On click of Search button build search filter URL jQuery(document).on('click','#ymm_search',function() { var dropval = ""; var loop_cnt = 0; var append_tag = ""; jQuery("#ymm_searchbox .formFields .dropdowns select[id^=dropdown]:visible").each(function(i, e) { dropval = e.value; loop_cnt++; if(dropval != "-1") { if(loop_cnt >= 1) { if(dropval != "") { if(dropval.indexOf("_none")== -1) { append_tag += dropval+"~"; } } } } }); append_tag = removeLastSign(append_tag); if(template_name != "product") { //Redirect to shopify Product for this searched ymm entry jQuery.ajax({type: "GET", jsonp: "callback", dataType: 'jsonp', url: data_url,data: "domain="+shop_domain+"&front_domain="+front_domain+"&action=get_single_product&tags="+encodeURIComponent(append_tag), success: function(res) { window.location.href = res.prd_handle;//786} }); } else { //Hide YMMbox and show fitments data- 786. jQuery("#ymm_searchbox").hide(); jQuery("#ymm_searchbox").find(".dropdowns").html(""); //If search button clicked on product page then show product fitments data. - 786 tags = append_tag.toString().replace(/~/g, ","); //Update ymm query parameter value in URL without page reload. const ymm_new_url = new URL(window.location);ymm_new_url.searchParams.set("rq", append_tag);window.history.replaceState({}, '', ymm_new_url); //Get YMM fitment data on page load of product details page for this searched ymm entry. - 786 getYMMFitmentData(tags); } }); //Reset function jQuery(document).on('click','#ymm_reset',function() { resetYMMDropdowns(); }); //Reset YMM product fitment means clicked on "check diff. vehicle" btn on product page. - 786 jQuery(document).on('click','#reset_ymm_fitment',function(e) { getDropdownsOnload(); //786 }); //On Click of view other fitments data - 786/92/313/ASM jQuery(document).on('click','#view_fitments',function() { tags = tags.toString().replace(/,/g, "~"); window.location.href = searchURL+"?rq="+tags; });//When back/forward button is pressed and coming to the page where ymmbox exists then first dropdown value will be resetted not on ymm result page. - 786 jQuery(window).bind("pageshow", function() { if(tags == "") { var form = jQuery('#ymm_form'); form.trigger("reset"); form.find("select.ymm-filter:first").val("-1").trigger('change'); }});})(jQuery); } //Check jquery lib. is already included or not and if version is less then call jquery lib through our App.if ((typeof jQuery === "undefined") || (jQuery.fn.jquery.replace(/\.(\d)/g,".0$1").replace(/\.0(\d{2})/g,".$1") < "1.08.01")) { removeYMMJS("https://code.jquery.com/jquery-1.12.4.min.js"); //!IMPORTANT window.ymmLoadScript("https://code.jquery.com/jquery-1.12.4.min.js","ymm_script", function (){ jQuery.noConflict(); ymmInit(); }); } else {ymmInit();}

    Description

    • Description

    Description

    Grab LEGO® Marvel Gargantos Showdown (76205) before the green fiend inside gets its tentacles on you! Monster fun from Marvel Studios’ Doctor Strange in the Multiverse of Madness for kids aged 8 and up.

    Doctor Strange vs. the tentacled monster
    Anything can happen when a cast of Marvel Super Heroes encounter a massive, angry, one-eyed creature with long, green tentacles. This versatile set features 3 popular LEGO Marvel minifigures: Doctor Strange with a removable cape, Wong and America Chavez. The one-eyed, green monster has long, jointed limbs that allow kids to position and pose the creature for maximum effect. When the monster battle action is over for the day, the tentacled terror looks terrific displayed in kids’ rooms. The free LEGO Building Instructions app contains an additional digital guide which kids can use to zoom, rotate and visualize their model. There’s also a guided real-life building process that allows young builders to construct with confidence.

    Features
    Stand-out set – LEGO® Marvel Gargantos Showdown (76205) is a mega-monster, play-and-display set designed to take Marvel movie fans into a world of imaginative action and adventure
    Popular characters – Includes 3 minifigures: Doctor Strange with a removable cape, Wong and America Chavez; and a buildable monster with jointed tentacles
    Monster fun – The large, one-eyed creature has long, jointed tentacles which kids can position and pose as they play out endless imaginative adventures
    Gift for kids – Young Super Heroes and fans of cool monsters aged 8 and up are sure to love this amazing playset for their birthday, holiday or as a special treat
    Many ways to play – The set measures over 4.5 in. (12 cm) high, 12 in. (31 cm) wide and 10 in. (26 cm) deep, and combines with other LEGO® Marvel building toys for even more fun
    Additional in-app features – With the LEGO® Building Instructions app, kids can zoom, rotate and visualize a digital version of their model as they build
    Iconic sets – All LEGO® Marvel building toys provide young Super Heroes with premium-quality playsets designed to deliver endless imaginative play possibilities
    Quality guaranteed – LEGO® components fulfil stringent industry quality standards to ensure they are consistent, compatible and connect and pull apart perfectly every time
    Safety assured – LEGO® components are dropped, heated, crushed, twisted and analysed to make sure they satisfy rigorous global safety standards

    Specifications
    8+ Ages
    264 Pieces

    Payment & Security

    Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

    Estimate shipping

    Refund Policy

    Returns
    Our policy lasts 30 days. If 30 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.

    To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

    All returns are subject to a 10% restocking and admin fee.

    Several types of goods are exempt from being returned - Fuel, Batteries & Books / Magazines.
    Additional non-returnable items:
    - Gift cards
    - Discounted or Sale Items

    To complete your return, we require a receipt or proof of purchase.
    Please do not send your purchase back to the manufacturer.

    Refunds (if applicable)
    Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.
    If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within5 business of days.

    Late or missing refunds (if applicable)
    If you haven’t received a refund yet, first check your bank account again.
    Then contact your credit card company, it may take some time before your refund is officially posted.
    Next contact your bank. There is often some processing time before a refund is posted.
    If you’ve done all of this and you still have not received your refund yet, please contact us at info@hobbytechtoys.com.au.

    Sale items (if applicable)
    Only regular priced items may be refunded, unfortunately sale/clearance items cannot be refunded.

    Exchanges (if applicable)
    We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at info@hobbytechtoys.com.au and send your item to: Hobbytech International Pty Ltd, Leach Highway, Unit 18 / 276, Myaree WA 6154, Australia.

    Shipping
    To return your product, you should mail your product to: Hobbytech International Pty Ltd, Leach Highway, Unit 18 / 276, Myaree WA 6154, Australia

    You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

    Depending on where you live, the time it may take for your exchanged product to reach you, may vary.

    If you are shipping an item over $75, you should consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.

    Recently viewed

    Affordable Delivery Options

    Free shipping on most orders over $75.00 (WA) $150.00 (Eastern States)

    Click Here For T&C

    Fast Dispatch!

    Orders dispatched daily - Most shipped same day!

    Customer Support

    Phone or E-mail customer support available 7 days! 08 9331 2266

    Secure payments

    Our store uses the latest technology to keep YOU safe!

    Top Articles
    Latest Posts
    Article information

    Author: Kieth Sipes

    Last Updated: 06/07/2023

    Views: 5529

    Rating: 4.7 / 5 (47 voted)

    Reviews: 86% 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.