Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
the benefits of cherry blossom agate
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
the benefits of cherry blossom agate

Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone

Cherry Blossom Agate tumbled stone promotes emotional healing and harmony. It’s known for its ability to soothe emotional trauma and encourage love, nurturing, and renewal, helping to achieve balance and serenity during meditation and spiritual practices.
Price
$16.56
$11.59
Save  $4.97
size
Please select a size
Quantity

Cherry Blossom Agate tumbled stone is a unique gemstone that brings comfort and healing energy. Its calming vibration supports emotional release and helps soothe anxiety and trauma. The stone encourages love, compassion, and renewal, promoting emotional balance. Perfect for meditation and energy work, it aids in finding inner peace, self-acceptance, and a sense of harmony within.

MADE OF REAL NATURAL CRYSTAL  

💗Cherry Blossom Agate

Cherry Blossom agate is the stone of dreamers.Cherry Blossom Agate, also known as Sakura Agate or Flower Agate, can be described as an energy that helps in "reblooming" after painful or exhausting periods in life. It has the heart-focus of pink chalcedony, but its energy is punchier.

HEALING PROPERTIES AND BENEFITS  

  • Protection From the Evil Eye. Tiger Eye Gemstone has been the guardian of the wearer. The stone keeps the ill wishes of enemies and jealousy from the close ones away.
  • Better Stability. Tiger Eye gemstone is known to bring stability to one’s head and soul. A cooler mind, clear decision-making, and staying grounded give the wearer better stability in different aspects of life.
  • Healing. Tiger Eye is a great companion to heal chronic pain, detoxify the body and improve the strength of the spine.
  • Overcoming Addiction. Addiction is usually a sign of instability. If you are trying to quit something addictive and falling, again and again, Tiger Eye Stone can be the best healing stone for you.
  • Monetary Gain. This protection stone might not be a key to gaining all the wealth in the world, but it surely can help you find the best possible way to do it.

HOW TO USE TUMBLED STONE

  • Mindfulness, Meditation, and Spiritual Healing: Tumbled stones are soothing and peaceful gems, known to calm stressful environments. They aid in decision-making and help offer clarity. When it comes to the body, they assist with support during healing of physical ailments such as chronic and long-term illness, as well as with pain relief.
  • Balancing Chakras: Choose the type of rolling stone based on the chakra concerned. Place them on parts of your body that often make you uncomfortable. You can also hold it in your hand and place it in the center of your body so that the chakra energies align.
  • Home Decor: A large bowl of tumbled stones can be a beautiful decoration in any space or even a potted plant. Tumbled stones provide cleansing energy to your home. It also provides healing, since it radiates positive energy to you and your home.
  • Placed in the Workplace: Tumbled stone provides energy that is beneficial to you and your business. It attracts prosperity, abundance, and money. Another thing is that it can also aid in making your intentions and manifestation come through and be effective in working in your career.

SPECIFICATIONS

  • Name: Olivenorma Natural Irregular Cherry Blossom Agate Tumbled Stone
  • Category: Crystal Tumbled Stone
  • Origin: India
  • Genuine gemstones: Cherry Blossom Agate
  • Stone Size: 1.5-2cm; 2-3cm
  • Each Set Weighs: Approx 100g 
  • Set of 3-5 unique and genuine Cherry Blossom Agate gemstones
  • Each crystal is a unique creation of our mother nature. It is normal to find natural form of crack lines, holes, inclusions, and other minerals inside or on

CARING FOR YOUR GEMSTONE JEWELRY

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.