Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Rose Quartz
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Amazonite
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Amazonite
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Clear Crystal
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Clear Crystal
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Rose Quartz
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Amazonite
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Amazonite
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Clear Crystal
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-Clear Crystal
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp-
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp
Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp

Olivenorma Rose Quartz Amazonite Clear Crystal Aromatherapy Lamp

The Rose Quartz Amazonite Clear Crystal Aromatherapy lamp is a crafted lamp that doubles as an aromatherapy diffuser. It features a combination of rose quartz, amazonite, and clear crystal stones that emit a soothing glow and calming energy. The perfect addition to any home or office space.
Price
$261.62
$159.59
Save  $102.03
material
Please select a material
color
Please select a color
Fragrance
Please select a fragrance
Quantity
Rose Quartz Amazonite Aromatherapy lamp integrates the gentle properties of rose quartz with the soothing effects of amazonite and the purifying qualities of clear crystal. This lamp diffuses essential oils while emitting soft, calming light, ideal for enhancing mental clarity and emotional stability. Perfect for spaces dedicated to wellness and relaxation, it brings a serene energy to any room.

🌠With these challenging times, we could all use some good vibes! Essential oils (Aromatherapy) and crystals are some of the most enjoyable and great-smelling ways to get your energy to the next level.

MADE OF REAL NATURAL CRYSTAL  

💗Rose Quartz
 
It's believed among crystal healers that rose quartz can promote feelings of self-love. Rose quartz may be used to balance emotional health, release emotional blockages, and balance other chakras.

💚Amazonite

As a throat chakra, Amazonite also invites you to test crystal clear communication and practice putting the boundaries of beauty and health in place. It invites you to step out of the fear of the shadow of judgment and into the light. It also brings its healing energy, helps you move forward, and helps you dispel all the negative energies that have accumulated in your world.

🤍Clear Crystal

Leap higher with the crown chakra healing of clear crystals. The crown chakra is the gateway to higher consciousness and helps us to connect our earthly energy with the universe. When we have a clear path of energy radiating out and communicating with the cosmos we can expand our consciousness, unite with the divine, and surrender to balance, trust, and bigger picture thinking.

WHY CHOOSE CRYSTAL AROMATHERAPY LAMP? 

Nature has given us an incredible range of resources such as minerals and plants. As we all know, crystals have inherent power that amplifies stable energy vibrations. While,essential oils have innate physical and metaphysical therapeutic qualities. Altogether, we can harness these benefits throughcrystal-infused aromatherapy lamp.

Olivenorma High Vibration Healing Crystal Lamp offers a soft glow that not only relaxes the eyes, but also promotes mental, emotional and even physical healing. Place on your nightstand, desk or anywhere else in your home to create the perfect relaxing ambience for your room and transform your home into a luxurious and vibrant paradise.

BENEFITS OF CRYSTAL AROMATHERAPY LAMP 

  1. Improve Air Quality
  2. Create a nice ambiance
  3. Ease stress, anxiety, and depression
  4. Boost feelings of relaxation
  5. Improve sleep
  6. Help improve quality of life for people with long-term health problems like dementia
  7. Ease certain types of pain, including pain from kidney stones and osteoarthritis of the knee
  8. Fight bacteria when you put them on your skin
  9. Ease some of the side effects of cancer treatment, like nausea and pain

SPECIFICATIONS 

  • Category: Crystal Aromatherapy Lamp
  • Origin: India
  • Natural Crystal: Rose Quartz,Amazonite,Clear Crystal
  • Container size: 3.54*4.52'' (9*11.5cm)
  • Lamp Holder size: 3.93*1.10''(10*2.8cm)
  • Gift Box Size: 21*19*14cm
  • Essential oil capacity: 10ML
  • The product includes a USB plug-in base
  • USB Lighting: Warm White Light,Three-Color Light
  • Package includes: crystal, cup, USB plug-in base, essential oil.
  • Essential Oil Flavor:Memories of Toussaint,English Pear with Freesia,Blue Campanula,Water Shadow Berries,Lavender,No Man's Land Rose,Fragrant Oolong

CARING FOR YOUR GEMSTONE JEWELRY

Alt

Alt

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.