Telefoon: 079 303 00 57
Binnen NL: Gratis verzending v.a. €50,-
Op werkdagen voor 15:00 besteld is morgen in huis!
Menu
0
€22,95
Toevoegen aan winkelwagen

Labubu Blazer (Moeder & Dochter) - Verzenddatum 7 aug

Labubu Blazer (Moeder & Dochter) - Verzenddatum 7 aug
€22,95Incl. btw
Op voorraad (10)

Voor de dames: Te dragen vanaf maat 36 t/m 40. Wil je twinnen met je dochter? Voeg dan de kindermaat & de One Size apart toe aan de winkelwagen. Lees meer..

Bekijk maattabel
  • Maat 56/62 – 3 maanden – ± 60 cm
  • Maat 62/68 – 6 maanden – ± 64 cm
  • Maat 74/80 – 12 maanden – ± 78 cm
  • Maat 80/86 – 18 maanden – ± 84 cm
  • Maat 86/92 – 24 maanden – ± 88 cm
  • Maat 92/98 – 3 jaar – ± 94 cm
  • Maat 98/104 – 4 jaar – ± 102 cm
  • Maat 104/110 – 4-5 jaar – ± 108 cm
  • Maat 110/116 – 5-6 jaar – ± 112 cm
  • Maat 122/128 – 7-8 jaar – ± 124 cm
  • Maat 134/140 – 9-10 jaar – ± 138 cm
  • Maat 146/152 – 11-12 jaar – ± 150 cm
  • Maat 158/164 – 13-14 jaar – ± 160 cm

Deze Labubu blazer in zwart/paarse print met roze accenten is dé eyecatcher voor jouw outfit! De blazer is versierd met opvallende teksten zoals “Never Give Up” en “Together We Can” én een vrolijke Labubu cartoon.

Verkrijgbaar voor kinderen én dames, ideaal voor matching twinning outfits. Gemaakt van soepel en comfortabel materiaal, perfect voor zowel casual als feestelijke gelegenheden.

Beschikbare maten:

  • Kinderen: 98/104, 110/116, 122/128, 134/140, 146/152, 158/164

  • Dames: One Size

Kenmerken:

  • Opvallende Labubu cartoon

  • Motivational teksten: “Never Give Up” & “Together We Can”

  • Comfortabele pasvorm

  • Geschikt voor twinning met kinderen en dames

Specificaties

    Artikelcode: Italy (ZWART/ROZE)

    Recent toegevoegd

    U heeft geen artikelen in uw winkelwagen

    Totaal incl. btw:€0,00
    Bestel nog voor €50,00 en de verzending is gratis
    $(document).ready(function () { $("a.youtube").YouTubePopUp(); // Sticky Add-to-Cart mobiele versie if ($(window).width() < 768) { var stickyVisible = false; var elem = $('.addtocart-sticky'); var observer = new IntersectionObserver(function (entries) { if (entries[0].isIntersecting === true) { if (stickyVisible) { elem.removeClass('mobile-visible'); stickyVisible = false; } } else { if (!stickyVisible) { elem.addClass('mobile-visible'); stickyVisible = true; } } }, { threshold: [0] }); if (document.querySelector(".addtocart") !== null) { observer.observe(document.querySelector(".addtocart")); } } else { var stickyVisible = false; function checkStickyAddToCart() { if ($('.addtocart-holder').length > 1) { var distance = $('.addtocart-holder').offset().top; var elem = $('.addtocart-sticky'); if ($(window).scrollTop() >= distance) { if (!stickyVisible) { elem.addClass('visible'); elem.fadeIn(100); stickyVisible = true; } } else { if (stickyVisible) { elem.removeClass('visible'); elem.fadeOut(100); stickyVisible = false; } } setTimeout(checkStickyAddToCart, 50); } } checkStickyAddToCart(); } if ($(window).width() > 767 && theme.settings.product_mouseover_zoom) { $('.zoom').zoom({ touch: false }); } // Swipers voor productafbeeldingen var swiperProdImage = new Swiper('.swiper-productimage', { lazy: true, pagination: { el: '.swiper-pagination-image', clickable: true }, on: { lazyImageReady: function () { $('.productpage .swiper-lazy.swiper-lazy-loaded').animate({ opacity: 1 }, 300); }, } }); var swiperThumbs = new Swiper('.swiper-productthumbs', { direction: 'vertical', navigation: { nextEl: '.thumb-arrow-bottom', prevEl: '.thumb-arrow-top', }, spaceBetween: 10, slidesPerView: 5 }); $('.swiper-productthumbs img').on('click', function () { var itemIndex = $(this).parent().index(); $('.swiper-productthumbs .swiper-slide').removeClass('active'); $(this).parent().addClass('active'); swiperProdImage.slideTo(itemIndex); swiperProdImage.update(true); }); // Swiper voor kleurafbeeldingen var swiperColorImage = new Swiper('.swiper-colorimage', { slidesPerView: 5, spaceBetween: 10, navigation: { nextEl: '.swiper-color-next', prevEl: '.swiper-color-prev', }, pagination: { el: '.swiper-pagination-color', clickable: true }, breakpoints: { 640: { slidesPerView: 2 }, 768: { slidesPerView: 4 }, 1024: { slidesPerView: 5 } } }); $('.swiper-colorimage img').on('click', function () { var itemIndex = $(this).parent().index(); $('.swiper-colorimage .swiper-slide').removeClass('active'); $(this).parent().addClass('active'); swiperColorImage.slideTo(itemIndex); swiperColorImage.update(true); }); }); // === Variantwissel + geforceerde voorraadupdate === document.addEventListener('DOMContentLoaded', function () { const form = document.querySelector('.productform'); if (!form) return; const variantLinks = document.querySelectorAll('.variant-block, .variant-btn'); variantLinks.forEach(function (link) { link.addEventListener('click', function (e) { e.preventDefault(); const isOutOfStock = this.classList.contains('out-of-stock') || this.textContent.toLowerCase().includes('geef seintje'); // Haal variant ID let variantId = null; if (this.href) { const url = new URL(this.href, window.location.origin); variantId = url.searchParams.get('id'); } if (!variantId && this.getAttribute('onclick')) { const match = this.getAttribute('onclick').match(/'(\d+)'/); if (match) variantId = match[1]; } if (!variantId) return; // Schakel variant zonder reload if (!isOutOfStock && window.Theme?.Product?.switchVariant) { Theme.Product.switchVariant(variantId); history.replaceState(null, '', `${window.location.pathname}?variant=${variantId}`); } // Hidden input bijwerken const hiddenInput = form.querySelector('input[type="hidden"][name="product-variant"], #variant_id'); if (hiddenInput) hiddenInput.value = variantId; // Actieve knop styling document.querySelectorAll('.variant-block, .variant-btn').forEach(btn => btn.classList.remove('active')); this.classList.add('active'); //