アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS
アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime IQOS

アイコス イルマ アイ プライム ミッドナイトブラック IQOS iluma prime

The IQOS series only supports delivery to Japan.
顏色
Please select a 顏色
Price
$0.00
$49.99
Save  0%
Worry-Free Purchase
Privacy Protection
Secure payments
Quantity
Vendor by: IQOS

商品の説明

こだわり抜いた上質なデザインで新機能が詰まったイルマ i プライムは、 今までにない機能でよりプレミアムな体験を提供します。 これまでになかったタッチスクリーンが搭載され、必要な情報が一目で確認できるように。 また、新しく一時停止機能やフレックスパフ機能※も採用しました。 ホルダーの上質なグラデーションと、ホルダーに調和する美しいタッチスクリーンの色彩が、ワンランク上のライフスタイルを演出します。 ※フレックスパフ機能が失われても、製品自体の機能には影響を及ぼしません(保証対象外)。

詳細情報

この商品について

  • 連続使用 3回※1 カラー ミッドナイトブラック 充電サイクル 20回毎 ポケットチャージャーの充電時間 約135分 ホルダーの充電時間 約1分50秒※2 サイズ・重さ ポケットチャージャー H 117.2 mm W 46.1 mm D 24.6 mm 138.5 g ホルダー H 101.0 mm 直径 14.5 mm 31 g ※1 パフォーマンスモードに設定の上、ポーズモードの使用なしで、最大3本使用可能。バッテリーの状態または使い方によっては2本連続使用のみとなります。3本連続使用ができなくても、製品自体の機能には影響を及ぼしません(保証対象外)。 ※2 1本分を充電する場合は約1分50秒、2本分を充電する場合は約5分15秒
商品寸法 (長さx幅x高さ) 25 x 46 x 117 mm
ミッドナイトブラック
バッテリー電源 2900
メーカー フィリップモリス
ブランド フィリップモリス

如需購買煙彈請聯絡客服下單

 

 

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.

FAQs

The 10,000 puffs vape from VAPES CHILL SHOP typically last between 10 to 15 days, depending on individual usage habits.

You'll receive your order in 7- 14 days.

We provide global shipping services, and the shipping fees may vary depending on the region. The specific fees will be displayed on the checkout page.

Returns & Refund Policy

Due to the For hygiene and safety reasons., we cannot accept returns or offer refunds for disposables products that have already been shipped. it cannot be returned or refunded.

We do not provide refunds for vapes that have been shipped. Once the product has left our facility, we are unable to accept returns or issue refunds.

If your order has not yet been shipped, we may be able to intercept the order and prevent it from being shipped. In such cases, we can cancel the order and issue a refund. However, please note that once the order has been shipped and a tracking number has been generated, we will not be able to intercept the order, and a refund will not be possible.