124 Pack Boho Neutral DIY Balloon Garland Arch Kit, Rustic Double Layer Latex Balloons Party Kit

$11.99 $19.99 Save $8.00
Quantity
Share the love
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

[About]

Quantity: 124 Balloon Garland Kit

18" Balloon Packs:

  • Brown-Red: 1pc
  • Nude-White: 1pc
  • Nude-Brown: 1pc
  • White: 1pc

10" Balloon Packs:

  • Brown-Red: 20pcs
  • Nude-White: 20pcs
  • Nude-Brown: 20pcs
  • White: 30pcs

5" Balloon Packs:

  • Brown-Red: 10pcs
  • Nude-White: 10pcs
  • Nude-Brown: 10pcs

Balloon Garland Kit:

  • Clear Plastic Chain: 5m
  • Balloon Dots: Roll of 100
  • Balloon Tying Tool: 1 Qty
Material: Latex
Color: Brown-Red | Nude-White | Nude-Brown | White
Shape: Sphere Balloon
Perfect for party decoration, Pair with Balloon Stand and Arch

[Information]

Additional Information:

    • Float time is about 10hrs for the 10" balloons. Blow balloons up with helium closer to the time of event for it to last.
    • The 5" balloons will likely not float due to the size of the balloon and the amount of helium it occupies.
    • Uses: Perfect for balloon arch decoration, baby shower, weddings, graduations, anniversaries, corporate events, engagements, BBQs, photo shoots and more!
    • High Quality: These balloons are made of latex material, strong and durable enough to inflate for decoration, safe to use.
    • WARNING: CHOKING HAZARD -- Children under 8 yrs. can choke or suffocate on uninflated or broken balloons. Adult supervision required. Keep uninflated balloons from children. Discard broken balloons at once.

How To Make Balloon Garland:

    • Inflate all balloons with air and tie a knot using Balloon Tying Tool.
    • Insert balloon lips into decorating strip holes and gently pull balloon knots through the holes to secure. Alternate balloon colors and sizes and skip holes as needed on decorating strip as you attach balloons.
    • Use the dot glue makes it easy to fill the gap of balloons with smaller balloons.
    • Tie a long piece of ribbon to an empty hole at each end of the decorating strip and hang garland against a wall or from the ceiling.
  • NOTE: Total length depends on the setting of balloons. DIY item, total length may vary!
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.