Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Meanings of Tree of Life| Growth| Deep Grounding| Fertility; Meanings of Rose Quartz| Unconditional Love Friendship| Romance
Crystal Energy Map
Steps to set up a Crystal Tree of Life|Olivenorma
Sizes of Awaken Intuition Amethyst Stone Feng Shui Tree
Functions of Rose Quartz| Love| Healing| Connection
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Love Harmony - Rose Quartz Feng Shui Tree
Meanings of Tree of Life| Growth| Deep Grounding| Fertility; Meanings of Rose Quartz| Unconditional Love Friendship| Romance
Crystal Energy Map
Steps to set up a Crystal Tree of Life|Olivenorma
Sizes of Awaken Intuition Amethyst Stone Feng Shui Tree
Functions of Rose Quartz| Love| Healing| Connection

Olivenorma Love Harmony - Rose Quartz Feng Shui Tree

This tree is perfect for those looking to create a calming and loving atmosphere in their home or office. Rose quartz is known as the stone of love and harmony, making it the perfect crystal to use in a Feng Shui tree.
Price
$161.16
$109.59
Save  $51.57
material
Please select a material
size
Please select a size
Quantity
Note: All Feng Shui Trees are handmade after ordering, and the processing time is 15 days. Since each Feng Shui tree is handmade and made of natural agate pieces and crystals, the shape and color of the agate at the bottom are not fixed, and the color and number of crystals decorated at the bottom are also random.

MADE OF REAL NATURAL CRYSTAL 

💗Rose Quartz

The Rose Quartz stone is strongly attached to both the heart chakra and the throat chakra. But it’s not a stone that simply rests in romance. Rose Quartz speaks softly to all kinds of love; from healing communication with family to developing a deeper bond with spouses and friends, and even bringing sweeter notes of self-care into your own world. One of the most stunning Rose Quartz healing properties is its ability to crack open the heart and put you back in alignment so you feel connected, comforted, and open to all the possibilities that a joyous life can bring.Rose Quartz is connected with the feminine divine, meaning that it carries the aura of compassion and peace and the warmth of mothering – all with the superior strength of spirit. If you feel you need to learn how to self soothe, to be healed by your own hands, and to uplift your own potential into the goddess sphere, then Rose Quartz is a path that will take you there.

WHAT IS A CRYSTAL FENG SHUI TREE?  

The tree of life has become an archetype, appearing across various cultures as a spiritual and philosophical symbol. It is symbolic of new life, growth, abundance, stability, long life, strength, togetherness, ancestry, fertility and the interconnectedness of everything in the universe.

Crystal Feng Shui Trees are considered to have healing and cleansing energies and are said to attract positive energy in abundance and are believed to give us love, happiness and protection from the evil spirits around us.

WHERE DO I PUT THE FENG SHUI TREE? 

According to feng shui, gemstones home decor will bring positive energy and prosperity when placed in the following places:

  • Crystal Feng Shui Tree is used in the Northwest home furnishing to increase money luck and opportunities from helpful people in your business pursuits or career
  • Place the Feng Shui Crystal Tree in the Southwest sector of your living rooms or bedroom to enhance your Love and Romance, luck
  • Those who want to improve their studies can display the Feng Shui Tree in the north east corner of the study table or study room.
  • To enhance your health, you should keep it in the East sector of your home or office as the East sector of your home deals with Health, the Tree works best in this sector.
  • If you suffer from nightmares or anxiety, place the gemstone tree by the side of your bed to help you have a good night’s sleep.
  • your memory and attention to your research. The Northeast corner of the student’s bedroom for educational luck and success luck in their studies
  • Positioning a crystal tree in the earth center of the house will enhance compassion and energetic harmony between family members
  • Keeping the chakra stone tree at home or workplace removes the imbalances in our life.

SPECIFICATIONS 

  • Name: Olivenorma Love Harmony - Rose Quartz Feng Shui Tree
  • Tree of Life Symbol: growth, deep grounding, fertility.
  • Rose Quartz Leaves: unconditional love, friendship, romance.
  • Size: Small - 6, Large - 8~10 Inches Tall.
  • Hand-wrapped Copper Wire.
  • Agate Base: balance, grounding, harmony, stability.
  • Placement suggestion: Keep a turquoise Feng Shui Tree in the north side of the house or bedroom. Turquoise has the effect of warding off evil spirits and protecting wealth. Turquoise can be used as a talisman to protect your safety and smoothness, turn evil into good fortune, and be healthy.
  • Since it is all about natural material when it comes to the tree base, each and every one is unique in terms of shape, color and size.

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.