Skip Navigation Website Accessibility
 


Rainbow Kids Crystal Premier Leather

Our kids Premier Leather on a non-slip Rainbow® bottom with a single layer but no arch. The Kids Crystals add a glamorous and feminine crystal embedded 1/2" narrow strap. Your little angel will sparkle!

  • Premier Leather
  • Single Layer – No Arch
  • Non-Slip Rainbow® Bottom
  • Crystal Embedded 1/2" Narrow Strap
  • Double Stitched Leather Strap
  • Military Spec Nylon Toe Piece
  • Box X Stitch Pattern
  • Sewn with Bonded Nylon Thread
  • Original Rainbow® Woven Label
  • Contact with water can cause some leather dyes to bleed
  • It is best to avoid getting leather products wet
  • A repair by the customer can void the product warranty
  • Some people can experience a skin sensitivity to leather

Our kids are made with top grade nubuck leather for durability and comfort, they are a single layer but do not have an arch because little feet don't quite need them yet. We use a non-slip bottom sole, which is embossed with the Rainbow® name.

The 1/2" narrow strap is embedded with clear sparkly crystals for some added bling, it is double stitched with bonded nylon thread using a box X stitching pattern. We use the best so that there is no fraying, and the stitching will not pull out. The toe piece is a 2000lb military spec nylon and is triple glued inside the sole.

They are finished off with our Original Rainbow® woven label on the right toe.

(function(){ // Toggle aria-expanded for navbar toggles / dropdowns document.addEventListener('click', function(e){ var btn = e.target.closest('[data-toggle="aria"]'); if(!btn) return; var targetSelector = btn.getAttribute('data-target'); var el = targetSelector ? document.querySelector(targetSelector) : null; var expanded = btn.getAttribute('aria-expanded') === 'true'; btn.setAttribute('aria-expanded', (!expanded).toString()); if(el) el.classList.toggle('open'); }); // Keyboard close for dropdowns/overlays on ESC document.addEventListener('keydown', function(e){ if(e.key === 'Escape'){ document.querySelectorAll('.open').forEach(function(x){ x.classList.remove('open'); }); document.querySelectorAll('[aria-expanded="true"]').forEach(function(b){ b.setAttribute('aria-expanded','false'); }); } }); // Brief product-card animation on add-to-cart (use data-add-btn on button) document.addEventListener('click', function(e){ var add = e.target.closest('[data-add-btn]'); if(!add) return; var card = add.closest('.card'); if(card){ card.classList.remove('fade-added'); void card.offsetWidth; card.classList.add('fade-added'); setTimeout(function(){ card.classList.remove('fade-added'); }, 600); } }); // Lazy image fallback for images with data-src var imgs = Array.prototype.slice.call(document.querySelectorAll('img[data-src]')); if('IntersectionObserver' in window && imgs.length){ var io = new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting){ var i = e.target; i.src = i.getAttribute('data-src'); i.onload = function(){ i.classList.add('loaded'); } io.unobserve(i); } }); },{rootMargin:'120px'}); imgs.forEach(function(i){ io.observe(i); }); } else { imgs.forEach(function(i){ i.src = i.getAttribute('data-src'); i.onload = function(){ i.classList.add('loaded'); }}); } })();