Your cart is currently empty
Free shipping on all orders in the US
100% Secure Checkout
Happy Disney 100th
Officially licensed by Walt Disney
Free shipping & easy returns
Happy Disney 100th
Officially licensed by Walt Disney
Free shipping & easy returns
Home / Lilo and Stitch Inspired Jewelry
Filter By
Collection Stylish Friends Its So You
Price $100 - $200 $200 - $300 $300 and Above Clear all Show 101 results
Filter by
Collection Stylish Friends Its So You
Price $100 - $200 $200 - $300 $300 and Above
'; }); selectedFiltersHtml += ''; $('#applied__filter').html(selectedFiltersHtml); $('.applied__filter_wrapper').show(); if($('.filter-item.filter-selected').length < 1) { $('.applied__filter_wrapper').hide(); } $(document).on('click', '.js-content-popup', function(e){ e.preventDefault(); $(this).magnificPopup({ type: 'inline', closeBtnInside: true, preloader: false, midClick: true, callbacks: { open: function() { $('body').css("overflow","hidden"); }, close: function() { $('body').css("overflow","auto"); } } }).magnificPopup('open'); }); }); /*-------------------------------------------------------- Reset filters - Uncheck all inputs - Hide active filers container - Trigger change to reset products ---------------------------------------------------------*/ $(document).on('click', '.reset-filter', function(){ $($('[data-tag]').find('input')).prop('checked',false); $('.filter-selected', $sidebarFilter).removeClass('filter-selected'); $sidebarFilter.trigger('filterChange', [$(this)]); $('#applied__filter').html(''); $('.applied__filter_wrapper').hide(); //Show and hide custom filters $('#Product-loop').show(); $('#sortWrapper, #customPagination').hide(); }); /*-------------------------------------------------------- Remove Active filters - Hide active one - If there's none hide active filters container - Trigger change to reset products ---------------------------------------------------------*/ $(document).on('click', '.filter-active', function() { var filterToRemove = $(this).attr('data-remove'), $self = $('.filter-list .filter-item[data-tag="' + filterToRemove + '"]'); $self.toggleClass('filter-selected'); $self.find('input').prop('checked', false); $sidebarFilter.trigger('filterChange', [$self, filterToRemove]); $(this).remove(); if($('.filter-item.filter-selected').length < 1) { $('.applied__filter_wrapper').hide(); } }); /* favorite character filter on collection all page */ $(document).on('click', '.coll_custom_filter a', function(e) { e.preventDefault() $(this).toggleClass('active'); const tag_filter = $(this).data("movie"); if($(window).width()>767){ $('.filter-nav_favorite-film .filter-item[data-tag="' + tag_filter + '"]').trigger('click'); }else{ $('.tag-index-2 .filter-item[data-tag="' + tag_filter + '"]').trigger('click'); } }); /* Reset filters */ $(document).on('click', '.reset-all', function() { $(this).parent().find(".filter-item").removeClass('filter-selected'); $sidebarFilter.trigger('filterChange', [$(this)]); }); function _basicSearch(ortags, classes) { let or = false; $.each("object"==typeof ortags?ortags:[ortags],function(o,t){if(classes.indexOf(t)>-1)return or=!0,!1}); return or; }; function _basicTagSearch(ortags, object) { return object.tags ? _basicSearch(ortags, object.tags) : false; } function _prodFilter(filters, object){ let and = true; $.each(filters, function (i, ortags) { if(and && ortags && ortags.length) { and = and && ($customFilters[i]||_basicTagSearch)(ortags, object); } return and; }); return and; } return { filterProducts:function(data, filters) { let output = []; if(filters&&Object.keys(filters).length)for(var i=0;i=0&&$(this).addClass("filter-selected")})}); } } } const $productPerAjax = 100; const page_handle = "lilo-stitch-jewelry"; // console.log(page_handle); var sortOption = "best-selling"; function marmetoFilter($collectionName, $productPerPage, $productRenderer, $customFilters) { let $allProducts = [], $sortParam = '', $getTotalPage = '', $filterOptions = filterOptions($('.sidebar-filter'), $customFilters); let $params = { page: 1, q: undefined, filterOptions: undefined, sortOption: sortOption }; //Helper function for pagination function _pushState(){let a={},p=!1;1!=$params.page&&(a.page=$params.page,p=1),$params.q&&(a.q=$params.q,p=1);let t=location.pathname;p&&(t="?"+$.param(a)),history.pushState({filterOptions:$params.filterOptions}," ",t)} //Create Pagination function _createPagination($currentPage) { if ($getTotalPage <= 1) { $('#mm-pagination-holder').html('').hide(); return; } let $paginationHtml = ""; if ($currentPage !== '999') { $paginationHtml += (($currentPage - 1 >= 1) ? ' ' : '') + (($currentPage !== 1) ? '1 ' : '' ) + (($currentPage >= 4) ? '…' : '') + (($currentPage - 2 > 1) ? '' + ($currentPage - 2) + ' ' : '' ) + (($currentPage - 1 > 1) ? '' + ($currentPage - 1) + ' ' : '' ) + '' + $currentPage + ' ' + (($currentPage + 1 < $getTotalPage) ? '' + ($currentPage + 1) + ' ' : '' ) + (($currentPage + 2 < $getTotalPage) ? '' + ($currentPage + 2) + ' ' : '' ) + (($currentPage <= $getTotalPage - 4) ? '…' : '') + (($currentPage !== $getTotalPage) ? '' + $getTotalPage + ' ' : '' ) + (($currentPage + 1 <= $getTotalPage) ? ' ' : ''); } $paginationHtml += '' + ($currentPage === '999' ? 'View Less' : 'View All' ) + ' '; $paginationHtml += ''; $('#mm-pagination-holder').html($paginationHtml).show(); const sentinel=document.querySelector(".sentinel"),io=new IntersectionObserver(function(e){e[0].intersectionRatio<=0||$getTotalPage<=$currentPage||_getProducts($currentPage+1)});io.observe(sentinel); } //On click of Pagination function _paginationConfig() { $("#mm-pagination-holder").on("click","a",function(a){a.preventDefault();var t=$(this).attr("title");""===t&&(t="999"),"999"!==t&&(t=parseInt(t)),t!=$params.page&&($params.page=t,_pushState()),_getProducts(t)}); // console.log("page",$params.page); } function _getPage($pageNumber) { $params.page = $pageNumber; _pushState(); _getProducts($pageNumber); } //Setting Filters?? function $setFilterOption(t){null!=t.filterOptions&&$filterOptions.setFilterOptions(t.filterOptions)} //Helper function for _filterProducts function searchText(i, n) { return !i.find || void 0 !== i.find(function (i) { return n.title.includes(i); }) && (void 0 !== i.find(function (i) { return n.description.includes(i); }))(n.variants && n.variants.length && i.find(function (i) { return void 0 !== n.variants.find(function (n) { return n.title.includes(i); }); }) && n.tags && n.tags.length && i.find(function (i) { return void 0 !== n.tags.find(function (n) { return tincludes(i); }); })); } //Function for filtering the products let _filterProducts = function($data) { let $filters = $params.filterOptions, $dataOutput = $filterOptions.filterProducts($data, $filters); if (false && $params.q) { let $secondaryOutput = [], qs = $params.q.split(/\W+|,/); for (var i = 0; i < $dataOutput.length; i++) { if (searchText($filters, $dataOutput[i])) { $secondaryOutput.push(qs, $dataOutput[i]); } } } return $dataOutput; } function _sortProducts(t){ let e = 0; "title-descending" == $params.sortOption ? e = function(t, e) { return e.title.localeCompare(t.title) } : "title-ascending" == $params.sortOption ? e = function(t, e) { return t.title.localeCompare(e.title) } : "price-ascending" == $params.sortOption ? e = function(t, e) { return t.price - e.price } : "price-descending" == $params.sortOption ? e = function(t, e) { return e.price - t.price } : "percentange-off" == $params.sortOption ? e = function(t, e) { return ((e.compare_at_price-e.price)/e.compare_at_price) < ((t.compare_at_price-t.price)/t.compare_at_price) ? -1 : 1; } : "created-ascending" == $params.sortOption ? e = function(t, e) { return t.published_at > e.published_at ? 1 : t.published_at == e.published_at ? t.title.localeCompare(e.title) : -1 }: "available-first" == $params.sortOption ? e = function(t, e) { var boolen = (t.available === e.available && (t.price < 20000)) ? 0 : (t.available) ? -1 : 1; return boolen; }: "manual" == $params.sortOption ? e = function(t, e) { var boolen = (t.available === e.available) ? 0 : 1; return boolen; }: "best-selling" == $params.sortOption ? e = function(t, e) { var boolen = (t.available === e.available) ? 0 : (t.available) ? -1 : 1; return boolen; } : "created-descending" == $params.sortOption && (e = function(t, e) { return e.published_at > t.published_at ? 1 : e.published_at == t.published_at ? e.title.localeCompare(t.title) : -1 }), e && t.sort(e) } $('select#ajaxSort').on('change', function(){ $params.sortOption = $(this).val(); _getProducts($params.page); }); $('.view_products .plp-product-view').on('click', function(){ $('.plp-product-view').removeClass('active'); $(this).addClass('active'); // console.log(theme.showProductInRow); theme.showProductInRow = parseInt($(this).data('count')); _getProducts($params.page); }); //Window resize function to help sticky sidebar function resizeWindow(){var e;"function"==typeof Event?e=new Event("resize"):(e=document.createEvent("Event")).initEvent("resize",!0,!0),window.dispatchEvent(e)} function _getProducts ($pageNumber) { let priceRangeLimits = [], areaRangeLimits = [] ; let $filteredProducts = _filterProducts($allProducts), $getProducts = []; //Get the price filter values from filter menu let $priceFilter = $('[data-tag="Price"] .filter-selected'); if($priceFilter.hasClass('filter-selected')) { priceRangeLimits = []; $.each($priceFilter, function(i, e) { let $ptag = $(this).attr('data-tag'), $splitPtag = $ptag.split('-'); priceRangeLimits.push($splitPtag); }); } //Loop through the products to get variants for( var i=0; i < $filteredProducts.length ; i++) { let v = $filteredProducts[i]; if(priceRangeLimits.length > 0) {if(compareRanges(v.price/100, priceRangeLimits)) {$getProducts.push(v);}} else {$getProducts.push(v);} } //Variants counter text let $totalProductsCount = []; $.each($allProducts, function(i, p) { $totalProductsCount.push(p); }); $('.mm-product-header p').html('Showing ' + $totalProductsCount.length + ' products.'); _sortProducts($getProducts); //Calculate Page $getTotalPage = Math.ceil($getProducts.length / $productPerPage); if($getProducts.length > 0 && $pageNumber) { if ($pageNumber !== '999' && $pageNumber > $getTotalPage) { $pageNumber = 1; } let $productContainer = "", $endIndex = ( ($getProducts.length < ($pageNumber * $productPerPage)) || ($pageNumber === '999') ) ? $getProducts.length : $pageNumber * $productPerPage, $startIndex = ($pageNumber === '999' || ($endIndex < $productPerPage)) ? 0 : ($pageNumber - 1) * $productPerPage; var count = 0; for (var i = $startIndex; i < $endIndex; i++) { count += 1; $productContainer += $productRenderer.renderProduct(i, $getProducts[i]); } console.log('total page-',$getTotalPage,'product per page -',count,'total page-',$pageNumber,'total product',$getProducts.length); $(".page-count").text(parseInt((18*($params.page-1))+count)); $(".intial-count").text(parseInt((18*($params.page-1))+1)); $(".total-count").text(parseInt($getProducts.length)); $('.mm-filter-footer .btn-results span').text(parseInt($getProducts.length)); if($pageNumber === 1) {$('#product-loop').html($productContainer)} else {$('#product-loop').append($productContainer)} _createPagination($pageNumber); $('#empty-products').hide(); //Wishlist /*function addToWishlistListener(elem, item){ elem.onclick = function(e){ e.preventDefault(); var productId = $(elem).data("product-id"); var productLevel = window._swat.retailerSettings.General.ProductLevel; var variantId = $(elem).data("variant-id"); var productData = {epi: parseInt(variantId), empi: parseInt(productId), type: productLevel}; productData.et = SwymTracker.EventTypes.addToWishList; _swat.addToWishList(productData, function(){ addToWishlistListener(elem, item); }); $(elem).addClass("swym-added"); }; }*/ //will be called every time it creates the new product items. /*function attachSwymWishlistClickListener(){ $(".swym-custom-add-to-wishlist").addClass("swym-loaded"); window._swat.fetch(function(products){ $(".swym-custom-add-to-wishlist").each(function(i){ var productId = $(this).data("product-id"); var items = products.filter(function(x){ return x.et == window._swat.EventTypes.addToWishList && x.empi == productId; }); if(items.length > 0){ $(this).addClass("swym-added"); } else{ addToWishlistListener(this, items[0]); } }); }); } if(!window._swat){ if(!window.SwymCallbacks){ window.SwymCallbacks = []; } window.SwymCallbacks.push(attachSwymWishlistClickListener); } else { attachSwymWishlistClickListener(); }*/ $(document).on('mouseenter','.mm-product-grid-wrapper',function(){ var $this = $(this); var slickElement = $(this).find('.product-image-wrapper'); if(!slickElement.hasClass('slick-initialized')){ slickElement.slick({ arrows: true, infinite: true, speed: 800, slidesToShow: 1, slidesToScroll: 1, rows:0, autoplay: false, autoplaySpeed: 500, prevArrow:'', nextArrow:'', responsive: [ { breakpoint: 768, settings: { dots: true, arrows: false } } ] }); //slickElement.mouseover(function () { // $(this).slick("play"); //}); //slickElement.mouseout(function () { // $(this).slick("pause"); // $(this).slick('slickGoTo', 0); //}); } }) } else { $('#product-loop').html(''); $('#empty-products').show(); $("#mm-pagination-holder").hide(); } if($pageNumber == 1) { var $set = $('#product-loop').children(); if(theme.showProductInRow == 3){ var sliceStart = 6; var sliceEnd = 7; $set.slice(sliceStart, sliceEnd).wrapAll(''); var grid_fix = ''; var sliceStart2 = 14; var sliceEnd2 = 16; // $set.slice(sliceStart2, sliceEnd2).wrapAll('
'); var grid_fix2 = '
'; }else{ var sliceStart = 8; var sliceEnd = 9; $set.slice(sliceStart, sliceEnd).wrapAll('
'); var grid_fix = '
'; var sliceStart2 = 20; var sliceEnd2 = 24; // $set.slice(sliceStart2, sliceEnd2).wrapAll('
'); var grid_fix2 = '
'; } grid_fix += '
' grid_fix += '
' grid_fix += '' grid_fix += '' grid_fix += '' grid_fix += '' grid_fix += 'Shop now' grid_fix += '' grid_fix += ' ' grid_fix += '
' grid_fix += '
' grid_fix2 += '
' grid_fix2 += '
' grid_fix2 += '
' grid_fix2 += '
' grid_fix2 += '
' grid_fix2 += '' grid_fix2 += '
' grid_fix2 += '
' $('.editorial__grid_fix').before(grid_fix); // $('.editorial__grid_fix2').before(grid_fix2); } } //Function for ajax finish. Decide what to do after ajax call function _finishAjaxLoad() { _getProducts($params.page); _paginationConfig(); } function _loadJsonData(t,a){let e=Math.ceil(t/$productPerAjax),o="";a&&(o="view=json&q="+escape(a)+"&type=product&");let l=location.pathname+"?"+o+"view=json&page=",r=[];$getTotalPage=Math.ceil(t/$productPerPage);for(var n=1;n<=e;n++){let t=n;r.push($.get(l+t+$sortParam,function(a){let e=JSON.parse(a);for(var o=0;o
' + filterName + ' '; }) selectedFiltersHtml += '
'; $('#applied__filter').html(selectedFiltersHtml); $('.applied__filter_wrapper').show(); $(document).trigger('filterChange'); $(document).on('click', '.js-content-popup', function(e){ e.preventDefault(); $(this).magnificPopup({ type: 'inline', closeBtnInside: true, preloader: false, midClick: true, callbacks: { open: function() { $('body').css("overflow","hidden"); }, close: function() { $('body').css("overflow","auto"); } } }).magnificPopup('open'); }); } $setFilterOption($params); } _getQueryFromUrl(); return { 'preload': function ($items, $page) { for (var j = 0; j < $items.length; j++) { $allProducts[(($page - 1) * $productPerPage) + j] = $items[j]; } $params.page = parseInt($page); $params.filterOptions = $params.filterOptions||{}; _finishAjaxLoad(); }, 'postload': function ($pageNumber) { _getProducts($pageNumber); }, 'loadRemotely': function($productCount) { _loadJsonData(parseInt($productCount), $params.q); }, 'setFiltering':function(tags, search){ if (tags) { if (!(tags instanceof Array)) { $params.filterOptions = tags; } else { setTimeout(function(){ $filterOptions.searchToFilter(tags); },3); } } if (search) { setTimeout(function(){ $filterOptions.searchToFilter(search.split(/\W+/)); },3); } $params.q = search||$params.q; } } }
'; productImageHtml += ''; productImageHtml += ' '; }else{ productHtml += '
'; } }else{ if(index == 6){ productHtml += '
'; }else{ productHtml += '
'; } } productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; if(stingifyProduct.indexOf('Engraving')>-1 ){ productHtml += 'Engravable '; } productHtml += '
'; productHtml += '
'; if(product.available == false) { productHtml += ''+ soldout_badge_text +' '; } productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += productImageHtml; productHtml += '
'; productHtml += '
'; if(product.available){ if(product.variants.length > 1){ productHtml += 'Select size ' }else if(productType == 'Charms'){ productHtml += 'Customize now ' }else{ productHtml += '
' } }else{ productHtml += 'Sold out ' } productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += ''+ product_title +' '; productHtml += '
' productHtml += '
'; if(product.compare_at_price > product.price) { productHtml += '
'+ Shopify.formatMoney(product_sale_price, money_format) +'
'; productHtml += '
'+ Shopify.formatMoney(product_original_price, money_format) +'
'; var discountOff = 100 - ((product.price / product.compare_at_price) * 100); discountOff = Math.round(discountOff); productHtml += '
('+ discountOff +'% OFF)
'; } else { productHtml += '
' + Shopify.formatMoney(product_sale_price, money_format) +'
'; } productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; productHtml += '
'; } _gererateProductHtml(); return productHtml; } } } let product_per_page = parseInt('19'); let $filter = marmetoFilter('lilo-stitch-jewelry', product_per_page, _productRenderer(), $customFilters); if ($products.length < 14) { $filter.loadRemotely(14); var current_tags = null || []; current_tags.push('lilo-stitch-jewelry'); $filter.setFiltering(current_tags, null); $filter.preload($products, $currentPage); } else { $filter.preload($products, $currentPage); $filter.postload($currentPage); } });
Maximum 3 charms allowed
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
FAQs
Welcome to EnchantedFineJewelry.com, manufactured and fulfilled by Renaissance Global, an official licensee of Disney Consumer Products, Inc. Enchanted Disney Fine Jewelry is a collection of diamond, gold and gemstone jewelry inspired by the romance of Disney fairy tales.
Does Disney sell real gold? ›
There are many locations in Walt Disney World which sell 14k gold earrings , but my absolute favorite location for jewelry shopping in WDW is at the World of Disney Store in Downtown Disney!
What is the phone number for enchanted fine jewelry? ›
Please contact our customer care at (929) 552-3335 or enchantedfinejewelry@renaissanceglobal.com for any further enquiries.
What metal is Disney jewelry made of? ›
Crafted from sterling silver , their faces are detailed with black enamel and accented with cubic zirconia with Minnie sporting her signature bow finished in rose gold.
What brands does Disney not own? ›
Here are just some of the many things Disney doesn't own:
Alvin & the Chipmunks franchise. Amazon Prime. American Idol franchise. An American Tale franchise. Angry Birds franchise. Back To The Future franchise. Barbie franchise. Batman franchise.
Does 18k plated gold tarnish? ›
Like every plated item, 18k gold plated jewellery will tarnish with time and expose the metal underneath . You may think a higher value of gold plating will prevent tarnish, but that's not true. It may take a while before your 18k gold plated jewellery starts tarnishing, but it will tarnish eventually.
Do gold chains tarnish? ›
Gold does tarnish and scratch over time . To preserve the luster of your gold jewelry, avoid exposure to household bleach and other cleaning products, which will quickly cause gold to discolor and possibly disintegrate.
Will solid 18k gold tarnish? ›
Regarding durability, 18K is softer than other metals, which may cause it to scratch or dent more easily. However, it still shines and does not tarnish like other metals. For maintenance, gold jewellery requires gentle cleaning with a soft cloth and soapy water to maintain its appearance.
Where is the best place to sell fine jewelry online? ›
Below are the best places to sell jewelry online through selling apps and online marketplaces, as well as in person near you.
eBay. ... Consignment shops. ... Yard sales. ... 8. Facebook Marketplace. ... Local craft fairs or markets. ... TheRealReal. ... Sotheby's. ... Cash for Gold USA.
Where is most fine jewelry made? ›
If you are into jewelry you know that Thailand has earned its reputation as the gemstone capital of the world. Moreover, the country is a hub for cutting, polishing, and setting colorful gemstones into breathtaking jewelry pieces. This includes the high in demand gemstones like sapphires, rubies, and emeralds.
The Walt Disney Company is a massive corporate enterprise and media empire. ESPN, ABC, Lifetime, History, A&E, and FX are owned by Disney. Marvel Studios and Lucasfilm are both Disney-owned, as well. Visit Insider's homepage for more stories.
What companies is Disney partnered with? ›
Partner List
Company Partnerbase Score Type SiriusXM View Company 93 Channel Unilever View Company 84 Channel A Million Ads View Company 78 Technology Shopkick View Company 89 Channel
21 more rows
What brands are on Disneyplus? ›
Disney+ is the dedicated streaming home for movies and shows from Disney, Pixar, Marvel, Star Wars, and National Geographic , along with The Simpsons and much more.
What is the brand image of Disney? ›
The brand's image demonstrates its dedication to being unique, embracing the digital age, protecting children on-property and online, and maintaining family values . Through licensing as well as flawless brand management, Disney has been able to evolve while staying true to tradition.