🔥Portable Travel Foldable Electric Iron - Free Shipping Today📣

£25.99
£51.98
-£25.99
Specification:  UK
Quantity

Description

If you travel a lot and always want perfectly wrinkle-free clothes without having a large and bulky iron with you, the portable iron is the solution to your problem.

This is a portable and foldable iron that only has a palm size. It is more efficient at smoothing out wrinkles from different angles in the shortest possible time.

The portable iron is designed with style and elegance and features two ironing modes, one for quick touch-ups and the other for heavy-duty ironing. It can easily iron any fabric because it has multiple temperature settings.

The portable iron requires only minimal space, making it unique. You can even carry it in your pocket, unlike other traditional irons and steamers. It is the perfect size for travel and can even be used without an ironing board. So, fix your wrinkled clothes anywhere and anytime with the portable iron.

FEATURES

One-button operation: The portable iron has a single button that is pressed and held to turn the device on/off. The button can also be used to switch between different temperature settings. It operates on electricity and is available in four different plug types.

Dual-position: This collar iron can be used in two different positions. By spreading out the sides of the iron, you can use it to iron a wide range of clothing like a traditional iron. For small areas such as collars, pockets, or trouser legs, simply clip the sides of the iron back to the original position.

6 temperature settings: Six different temperature settings can be switched by briefly pressing the on/off button. These temperature settings are suitable for six different types of fabrics such as linen, denim, cotton, wool, silk, and polyester.

No water needed: The portable iron does not require water, unlike traditional irons. The heating plates of the portable iron provide evenly distributed heat, eliminating the need for water. Therefore, you no longer have to worry about the remaining water level in your iron, making the portable iron a hassle-free device.

Quick and safe: It saves you a lot of time since you don’t need a board to iron, and it heats up quickly. It is also easy and safe to use because the iron plates are enclosed. It is ideal for quick adjustments when you need minimal work.

Premium quality: It is made from BPA-free ABS material, making it a non-toxic, environmentally friendly, and high-quality aluminum alloy, which is temperature-resistant, strong, and durable.

Specifications:

Material: Plastic

Nominal voltage: 110-220 (V)

Nominal frequency: 60 (HZ)

Nominal power: 60 (W)

Color: Black

Type: EU, US, UK, AU

Size: 130*85*35mm

Package Includes:

1 x Iron

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.