Red Kangaroo Australian Organic Christmas Tree Decoration - 10cm | Christmas Decorations (2025)

Join for Instant Discounts

Low Price Guarantee

Open All Year

14 Day Change of Mind

Australia's Most Amazing Range

home » christmas Decorations » christmas Tree Decorations » christmas Tree Ornaments » Red Kangaroo Australian Organic Christmas Tree Decoration - 10cm »

This endearing little kangaroo showcases lifelike details, perfectly capturing the essence of these marsupials. Its fur texture, facial features, and other charming features are meticulously crafted, and it's adorned with an adorable red Christmas Santa hat featuring white trim and a pom-pom. What's even better? This ornament is delightfully lightweight, ensuring it won't burden your tree branches.

This exquisitely designed Christmas tree decoration embodies the authentic Aussie Christmas spirit, becoming a cherished part of your holiday traditions. Beyond its place on your Christmas tree, this hanging ornament can grace a fireplace mantel, serve as a standout piece on a magnetic board, or bring a touch of magic to a child's nursery wall. Hanging it is effortless, thanks to the black string at the top, making it a breeze to infuse your holiday celebrations with a dose of Australian wildlife. Its adorable design and timeless charm make it a versatile and captivating addition for any wildlife enthusiast. In addition to its perfect fit for your Christmas tree, it offers flexibility, suitable for hanging on door knobs, hooks, wreaths, and more.

  • Customers Also Bought
  • Freight

    You\'ve added ' + prodname + ' to the compare list!

    go to my compare listclose

    ');}});}function getCompareCount() {var url = "/my_ajax/ajax_add_to_compare_list";$.get(url, function(data) {if (document.getElementById("compare_total")) {document.getElementById("compare_total").innerHTML = data;}});}function addToWishlist(prodid) {var url = "/my_ajax/ajax_add_to_wishlist?prodid=" + prodid;$.get(url, function(data) {display_wishlist_count();$.growlUI('

    Red Kangaroo Australian Organic Christmas Tree Decoration - 10cm | Christmas Decorations (16)

    You\'ve added ' + data + ' to the wish list!

    go to my wish listclose

    ');});}function display_wishlist_count() {var url = '/my_ajax/ajax_get_wishlist_count';$.get(url, function(data) {document.getElementById('wishlist_count').innerHTML = data;});}getCompareCount();display_recentview_count();display_recentview_list();$(document).ready(function() {$("#cmtx_comment").click(function() {$(".comment_hide").slideDown();});$("#content_show").click(function() {$("#content_hide").slideDown();});$("#show_signin").click(function() {$(".hiding").slideDown();$(".signin").addClass("well");$(".h3_text").addClass("hidden");$(".h3_user").removeClass("hidden");});$('body').on('click', '.ajax_cart_submit', function(e) {var dataid = $(this).attr('data-id');var idvar = 'id[' + dataid + ']';var qtyvar = 'qty[' + dataid + ']';var data = {};data[idvar] = dataid;data[qtyvar] = 1;$.ajax({url: '/shopping/add_to_cart_bulk',data: data,success: function(response) {$('#my_cart').html(response);show_mashup();show_cart_items_in_tabarea();rename_btn_name();return false;}});e.preventDefault();});$("#catgprodlist_option").on("click", function() {var popt = $("#catgprodlist_option_start").val();if (popt == '1') {$("#catgprodlist_option_start").val(4);var chk = $("#catgprodlist_option:checked").length;var url = "/my_ajax/save_catgprod_list_option?opt=" + chk;$.get(url, function() {window.location.href = category_firstpage_url;});}});$('#frm_cart').ajaxForm({target: '#my_cart',beforeSubmit: validate_bulkform,success: showResponse_flyoutcart});/*$('#frm_cart_freight_flyout').ajaxForm({target:'#my_cart',success:showResponse_flyoutcart});*/});function submit_ajax_cart(e) {var dataid = $(this).attr('data-id');var idvar = 'id[' + dataid + ']';var qtyvar = 'qty[' + dataid + ']';var data = {};data[idvar] = dataid;data[qtyvar] = 1;$.ajax({url: '/shopping/add_to_cart_bulk',data: data,success: function(response) {$('#my_cart').html(response);$(".panel").addClass("fast");$(".panel").show(400);$("#trigger_id").addClass("active");return false;}});return true;e.preventDefault;}function ajax_addtocart_fn_frm_popup(autoid) {var url = "/shopping/add_to_cart_bulk?tts=" + Math.random();prod_id_var = 'prod_id' + autoid;prod_id = document.getElementById(prod_id_var).value;parent_id_var = 'parent_id' + autoid;parent_id = document.getElementById(parent_id_var).value;var idvar = 'id[' + prod_id + ']';var qtyvar = 'qty[' + prod_id + ']';var data = {};data[idvar] = prod_id;data['prod_id'] = prod_id;data['parent_id'] = parent_id;qtyidvar = "qty" + prod_id;data[qtyvar] = document.getElementById(qtyidvar).value;if (document.getElementById(qtyidvar).value < 1) {alert('Enter Quantity');return false;}var spec1 = "specification_id1[" + prod_id + "]";var spec2 = "specification_id2[" + prod_id + "]";var spec3 = "specification_id3[" + prod_id + "]";data[spec1] = data[spec2] = data[spec3] = '';if (document.getElementById(spec1)) {data[spec1] = document.getElementById(spec1).value;if (document.getElementById(spec1).value <= 0) {alert("Please Choose all specifications");return false;}}if (document.getElementById(spec2)) {data[spec2] = document.getElementById(spec2).value;if (document.getElementById(spec2).value <= 0) {alert("Please Choose all specifications");return false;}}if (document.getElementById(spec3)) {data[spec3] = document.getElementById(spec3).value;if (document.getElementById(spec3).value <= 0) {alert("Please Choose all specifications");return false;}}has_spec_var = 'has_spec' + autoid;has_spec = document.getElementById(has_spec_var).value;data['has_spec'] = has_spec;//data['extra_options_tot']=document.getElementById('extra_options_tot').value;//alert(data);$.ajax({url: '/shopping/add_to_cart_bulk',method: "get",data: data,success: function(data) {responseText = data;//alert(responseText);if (responseText == '11111') {alert("Qty adjusted for stock in hand"); //if user orders more than available... (back order not enabled) //return false;} else if (responseText == '00000') {alert("Minimum Qty Requirements not met for this product group"); //for parent product...//return false;} else if (responseText == -1) {alert("Selected Product Combination does not exist");return false;} else if (responseText < -1) {var howmany = -1 * responseText;alert("Minimum Order Quantity for this Product is " + howmany);return false;}$('#my_cart').html(data);show_mashup();show_cart_items_in_tabarea();return false;}});parent.window.hs.close();//show_cart_items_in_tabarea();//show_mashup();return false;}function show_price_ajax_popup(prodid) {var url = "/my_ajax/ajax_show_price?tts=" + Math.random();var spec1 = "specification_id1[" + prodid + "]";var spec2 = "specification_id2[" + prodid + "]";var spec3 = "specification_id3[" + prodid + "]";url += "&prodid=" + prodid;qtyidvar = "qty" + prodid;qty = document.getElementById(qtyidvar).value;url += "&qty=" + qty;if (document.getElementById(spec1) && !isNaN(document.getElementById(spec1).value)) url += "&spec1=" + document.getElementById(spec1).value;if (document.getElementById(spec2) && !isNaN(document.getElementById(spec2).value)) url += "&spec2=" + document.getElementById(spec2).value;if (document.getElementById(spec3) && !isNaN(document.getElementById(spec3).value)) url += "&spec3=" + document.getElementById(spec3).value;$.get(url, function(data) {//alert(data);price_area_str = "price_area" + prodid;document.getElementById(price_area_str).innerHTML = data;});}function popup_addcart(dataid, dataname) {var idvar = 'id[' + dataid + ']';var qtyvar = 'qty[' + dataid + ']';var data = {};data[idvar] = dataid;qtyidvar = "qty" + dataid;data[qtyvar] = document.getElementById(qtyidvar).value;$.ajax({url: '/shopping/add_to_cart_bulk',method: "get",data: data,success: function(data) {$('#my_cart').html(data);show_mashup();show_cart_items_in_tabarea();return false;}});parent.window.hs.close();show_cart_items_in_tabarea();show_mashup();return false;}function showResponse_flyoutcart(responseText, statusText, xhr, $form) {if (responseText == '11111') {alert("Qty adjusted for stock in hand"); //if user orders more than available... (back order not enabled) //return false;} else if (responseText == '00000') {alert("Minimum Qty Requirements not met for this product group"); //for parent product...//return false;} else if (responseText == -1) {alert("Selected Product Combination does not exist");return false;} else if (responseText < -1) {var howmany = -1 * responseText;alert("Minimum Order Quantity for this Product is " + howmany);return false;}rename_btn_name();show_cart_items_in_tabarea(0);show_mashup();}function show_cart_items_in_tabarea(where) {var url = "/my_ajax/ajax_display_totalitems_cart";$.get(url, function(data) {if (document.getElementById("total_items_incart")) {document.getElementById("total_items_incart").innerHTML = data;}});}show_cart_items_in_tabarea();$(document).ready(function() {$('#minimise-writing').hide();$('.slick-slidetoggle').click(function() {$('#minimise-writing').slideToggle(400);return false;});$('#slick-up').click(function() {$('#minimise-writing').hide('fast');return false;});$('#secure-toggle').click(function() {$('#securebox').toggle(400);return false;});});

    Red Kangaroo Australian Organic Christmas Tree Decoration - 10cm | Christmas Decorations (2025)
    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Tuan Roob DDS

    Last Updated:

    Views: 5975

    Rating: 4.1 / 5 (42 voted)

    Reviews: 81% of readers found this page helpful

    Author information

    Name: Tuan Roob DDS

    Birthday: 1999-11-20

    Address: Suite 592 642 Pfannerstill Island, South Keila, LA 74970-3076

    Phone: +9617721773649

    Job: Marketing Producer

    Hobby: Skydiving, Flag Football, Knitting, Running, Lego building, Hunting, Juggling

    Introduction: My name is Tuan Roob DDS, I am a friendly, good, energetic, faithful, fantastic, gentle, enchanting person who loves writing and wants to share my knowledge and understanding with you.