BH Balsam Fir Flip Tree

$46.80
Height:  6.5′
Light Type:  Candlelight Clear LED - Easy Plug
Quantity

Description

OUR NAMESAKE IN A FLIP TREE

Make holiday decorating a more convenient and enjoyable experience with the BH Balsam Fir Flip Tree. Admired for its rich color and lifelike needles, one of the world’s most beautiful Christmas trees is now also one of the easiest to set up.

Natural Characteristics

Found throughout North America, the Abies balsamea is among the most popular Christmas tree species with its attractive shape and hardy nature. Abundant light green True Needle tips molded from real branch cuttings capture its realism, while Classic Needles create a full, dense look.

Details

  • With our innovative Flip Tree design, simply rotate the base of the tree into place and attach the top portion. The sturdy stand has improved rolling and locking capabilities for effortless assembly and storage.
  • Our exclusive True Needle foliage mimics the color and texture of real evergreen branches to bring outstanding realism down to the smallest details.
  • Easy Plug system incorporates light connections in the trunk, so lighting your tree is as simple as plugging it into a socket.
  • Trees pre-lit with innovative Twinkly LED lights allow you to create and control different light colors, light shows, or choose from a pre-programmed selection of patterns and colors, all from your phone using the mobile app.

BH Balsam Fir Flip Tree

 
HeightWidthLight TypeLight CountBranch TipsWeight
6.5′49″Twinkly Light Show - Easy Plug600515094 lbs
6.5′49″Candlelight Clear LED - Easy Plug750514762 lbs
6.5′49″Color + Clear LED - Easy Plug1000514762 lbs
7.5′56″Twinkly Light Show - Easy Plug750637932 lbs
7.5′56″Candlelight Clear LED - Easy Plug1150637675 lbs
7.5′56″Color + Clear LED - Easy Plug1440637678 lbs
9′64″Twinkly Light Show - Easy Plug1080846445 lbs
9′64″Candlelight Clear LED - Easy Plug15508461108 lbs
9′64″Color + Clear LED - Easy Plug1880846197 lbs

What's In the Box

✅Updated built-in rolling metal stand to easily move your tree from room to room:Tree rolls easily out of the shipping box, no need to do heavy lifting

Durable, premium wheels will not scratch floors

✅All 4 wheels feature 360-degree rotation for easy steering

✅Each wheel has a locking pedal that safely secures the tree where placed

✅Premium heavy-duty off-season canvas storage bags with reinforced stitching and handles for effortless storageStorage bags slip on and off easily and cinches

✅Protective gloves for use while shaping your tree

✅Extra bulbs and fuses

✅Remote control included on trees with Color+Clear® Lights to adjust light colors and switch lights on and off

Comes in 1 boxes & weighs 79 lbs

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.