iTi Metallic Gold Balloons Garland - 120 Pcs 18/10/12/5 Inch Gold Balloon Difference Size Hight Quality Latex Balloons As Party Decorations for Bachelorette Party Graduation Wedding Baby Shower
iTi Metallic Gold Balloons Garland - 120 Pcs 18/10/12/5 Inch Gold Balloon Difference Size Hight Quality Latex Balloons As Party Decorations for Bachelorette Party Graduation Wedding Baby Shower
iTi Metallic Gold Balloons Garland - 120 Pcs 18/10/12/5 Inch Gold Balloon Difference Size Hight Quality Latex Balloons As Party Decorations for Bachelorette Party Graduation Wedding Baby Shower
iTi Metallic Gold Balloons Garland - 120 Pcs 18/10/12/5 Inch Gold Balloon Difference Size Hight Quality Latex Balloons As Party Decorations for Bachelorette Party Graduation Wedding Baby Shower
iTi Metallic Gold Balloons Garland - 120 Pcs 18/10/12/5 Inch Gold Balloon Difference Size Hight Quality Latex Balloons As Party Decorations for Bachelorette Party Graduation Wedding Baby Shower

iTi Metallic Gold Balloons Garland - 120 Pcs 18/10/12/5 Inch Gold Balloon Difference Size Hight Quality Latex Balloons As Party Decorations for Bachelorette Party Graduation Wedding Baby Shower

$14.99
$0.00
-$-14.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: iTi Direct
SKU: iTi-WMHK- 120 PCS Balloon-A013-White

For every moment big or small, Ponamfo has got balloons to help you celebrate. Just step into the balloon's wonderland with us. Pick the balloons with your favorite color and create fun! Create a balloon arch, balloon garland, balloon centerpiece, balloon column and more for your next event!

iTi Direct Party Balloons
Bang-for-the-buck

Gold balloons arch kit is made of pure 100% natural rubber latex with a strict manufacturing process. Green balloons are safe and non-toxic, suitable for kids and adults to use. Each green ballon is durable and thick enough, not easy to pop. Birthday balloons can remain a good shape for a long time after inflation.

Durable & Thick & Elastic
These gold balloons are perfect as

  • Birthday Balloons
    Party Balloons
    Gender Reveal Balloons
    Graduation Balloons
    Baby Shower Balloons
    Wedding Balloons
    Christmas Balloons
    New Year Balloons

Package Inclued: 120 Pcs Gold Balloons
Size: 18 in (4 pcs) + 12 in (20 pcs) + 10 in (46 pcs ) + 5 in (50 pcs)
Material: High-end Latex
Freebie: A Matching Color Ribbon
Helium-supported: 5-8 hours
WARNING - CHOKING HAZARD - Children under 8 years can choke or suffocate on uninflated or broken balloons. Adult supervision is required. Keep uninflated balloons from children.

Choose from 7+ colors to match your theme. It's now available in colors such as green balloons, red balloons, hot pink balloons, gold balloons, black balloons, white balloons and royal blue balloons. And we are trying to add more colors to meet your needs.

iTi Direct balloon arch kits are great party decorations for all ages. Pick your favorite color to sweeten the day. Gold balloons, white balloons, pink balloons, red balloons, blue balloons, black balloons and green balloons, all fit. Use them as graduation balloons, gender reveal balloons, birthday balloons, baby shower balloons, Christmas balloons as you like. Perfect for Thanksgiving, New Year, Mother's Day, Children's Day, Father's Day, Valentine's Day.

  • METALLIC GOLD PARTY BALLOONS KIT: You will get 120 metallic gold balloons, including 4 18" Balloons + 20 12" Balloons + 46 10" Balloons + 50 5" balloons, and one roll of ribbon of the same color. Metallic gold balloons of different sizes can meet your needs for other party styles. Metallic gold balloons are ideal for any party. Add these pretty and unique gold balloons to your party, and they can create a mysterious and noble atmosphere.
  • PREMIUM QUALITY PARTY BALLOON: Metallic gold balloons of different sizes are made of natural latex, harmless and non-toxic, and safe to be used as balloon decor for all parties. These gold balloons are much more durable and thicker than regular balloons. Whether it is filled with ordinary air or Helium, which can remain in good shape for a long time after inflation, so you don't have to worry about them popping before the party ends, adults and children can use it safely.
  • IDEAL FOR ANY PARTY: 120-pack metallic gold party balloons are incredible party decorations in party supplies. The metallic gold balloon arch is perfect for Baby Showers, Bridal Showers, Wedding Decorations, Happy Birthday parties, Gender Reveal parties, bachelorette parties, Graduation parties, and other celebrations. You can use it alone or mix it with different colors of balloons to make a balloon arch or balloon garland to create good memories.
  • EASY TO USE: This metallic gold balloon set features 120 mixed sizes of gold balloons. We will offer ribbon as a freebie, making the balloon kit easy to use, and using it will save time and effort, which can help you make party decorations easier. You can fully use your imagination and make balloon decorations of different shapes. You can even make a perfect gold balloon garland arch from balloons of various sizes, Just let them make your party even more unique, and it will be unforgettable.
  • SAFETY AND WARNING: Do not worry about the quality of the metallic gold balloons. Our balloons support Helium, air, and water, but please note that keep the balloons intact to maintain a perfect shape for a longer time. The small amount of dust on the metallic gold balloon in different sizes pack is a safe material to prevent the balloon from sticking, So you don't have to worry about its safety and hygiene. In addition, we suggest using a balloon pump to blow up balloons, which is more efficien
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.