Solar Charger, 10000mAh Portable Solar Power Bank for Summer Gift, USB-C Output, 5V/2.1A Fast Charger for iPhone, Android, Dual 2 USB Port Built-in Powerful Flashlight, Smartphone Charging Accessories, Camping and Hiking Equipment

$37.80
color:  orange,
Quantity
people are viewing this right now
Shipping
Free worldwide shipping
Free returns
Sustainably made
Secure payments

Description

10000mAh Portable Solar Power Bank: Your Ultimate Summer Power Solution
Power up your summer adventures with our 10000mAh Portable Solar Power Bank—the perfect blend of functionality, portability, and eco - friendliness. Whether you're camping in the Swiss Alps, hiking through the Norwegian fjords, or lounging on a Greek beach, never worry about running out of battery again.
Unrivaled Power Capacity & Versatile Charging
Equipped with a robust 10000mAh battery, this power bank ensures you have enough juice to keep your devices alive. It features a USB - C output and a 5V/2.1A fast - charging port, making it compatible with a wide range of devices, including iPhones, Androids, tablets, and Bluetooth speakers. With dual 2 USB ports, you can charge two devices simultaneously, sharing power with friends or powering up your phone and smartwatch at the same time.
Solar - Powered Convenience
Harness the power of the sun with the integrated solar panel. Ideal for extended outdoor trips, simply place the power bank under direct sunlight, and let nature fuel your devices. While solar charging is a great backup option, the power bank also supports quick charging via a USB - C cable, ensuring you're ready to go in no time when the sun isn't shining.
Built for the Outdoors
Designed as essential camping and hiking equipment, this power bank is tough and reliable. The built - in powerful flashlight is a game - changer for nighttime activities. Whether you need to light up your tent, find your way on a dark trail, or signal for help in an emergency, the bright LED light has got you covered. Its compact and lightweight design slips easily into your backpack, and the durable outer shell can withstand bumps, drops, and light splashes, making it a trustworthy companion for all your outdoor escapades.
The Perfect Summer Gift
Looking for a practical and thoughtful summer gift? This solar power bank ticks all the boxes. It’s not just a charging accessory—it’s a gateway to uninterrupted connectivity during outdoor adventures. Gift it to friends, family, or fellow travelers, and let them experience the freedom of staying powered up, wherever they go.
Upgrade your summer gear with our Portable Solar Power Bank and embrace a worry - free, connected outdoor lifestyle!
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.