Hot sale 50% off

Hot sale 50% off

Hot sale 50% off

Hot sale 50% off

Reusable earwax
removal swabs

  • Adhesive Design
  • Washable
Buy Now
  • Gentle
  • Adhesive design
  • Ready to use
  • Comfortable

Still Using Traditional Earwax
Removal Methods?

  • Vintage metal

    Risk of Injury

  • Cotton swab

    Ineffective Cleaning

  • Old model

    Single-use Waste

  • Dedicated device

    Complex of Using

More comfortable safer
and more time-saving

Experience earwax removal that’s
2X as hygienic and safe

Comfort You Can Feel
Safety You Can Trust

Gentle Adhesive Tip For a Damage-Free,
Comfortable Clean

BUY NOW & 50% OFF

Eco-Friendly Materials
for a Safer Clean

Resin Adhesive Swabs: Easy, Safe, and Reusable

  • Glue material

    Resin synthetic adhesive

  • Stick material

    PET plastic

Lasts 100+ Cleanings

Reusable Ear Care, Eco-Friendly Solution

Washable and reusable
BUY NOW

One Swab Endless Uses

For Makeup, Ear Care and
More—Safe for Kids and Pets

  • For baby
  • For Makeup
  • For Pets
  • Ear Care

Recommended by
Leading U.S. Experts

Focused on research in the medical field

Explored worldwide with 181
adhesive solutions tested

More professional
  • 7 years

    Medical product development
    experience

  • 200 units

    Professional testing equipment

SPECIFICATIONS

  • Type: Small, Large
  • Quantity: 24 pcs/Box
  • Size: 4*65mm(small), 5*65.5(large)
  • Color: Transparent
  • Material: PET Plastic + Synthetic Resin Adhesive
  • Note:

    For Ages 3 and Up
    Under 12 Years Require Guardian Supervision

FAVOURITEOF OVER 99.900 WOMEN WORLDWIDE
Kristina.
An excellent product. Very safe and soft. Perfect for cleaning ears. lt's very comfortable to use this product for cleaning ears, and my whole family uses it. Highly recommend!
Tony.S
I received it, and my whole family tried it right away. We found it amazing! We've been cleaning our ears regularly now, and it's fantastic! Super comfortable to use!
N.A
I'm really satisfied with this earwax cleaner! At first, I was a bit scared, but it's so easy to use, gentle, and effective. I love how quickly it removes earwax and how comfortable it is.
Preferential combination purchase

50%

OFF

53%

OFF

53%

OFF
£9.99
£19.99
Type
Small (24pcs/pack)
Large(24pcs/pack)
BUY MORE SAVE MORE!
1 SET
🔥🔥Buy 2 Get 1 FREE(3 pcs)
Buy 3 Get 2 FREE(5 pcs)
quantity
Add to Cart
BUY NOW

More users choose to buy two pieces

FREE SHIPPING FOR ORDERS OVER £30

Cleaner, Safer Earwax Removal

Keep your ears clean and safe with Reusable Earwax Removal Adhesive Swabs. Our swabs are easy to use and remove earwax quickly and effectively, you just need gently rotate it into the ear to adhere the earwax. Get rid of the mess and discomfort of traditional methods and enjoy a cleaner, safer earwax removal experience.

FEATURES

Adhesive Earwax Removal Tool - Resin material, with its own adhesive, can be gently rotated into the ear to adhere the earwax and clean it more thoroughly.

Environmentally Friendly Material - The rod body of the swab is made of PET plastic, and the tip is made of a resin synthetic glue. This material is soft and comfortable, and does not damage the ears. The outer layer of soft glue completely wraps the rod tip, which can better avoid any ear damage.

Washable and Reusable - After each use, the dirt can be washed away with water, and then dried with a hair dryer. After drying, the adhesive can still be retained and the swab can be reused. This makes the swab an environmentally friendly and cost-effective option for earwax removal.

Multipurpose Swab & Practical - For makeup, earwax removal and many other usage. Available for women, infants, and animals.

SPECIFICATIONS

Type: Small, Large

Quantity: 24pcs/box

Size: 4 * 65mm (small), 5 * 65.5 (large)

Color: Transparent

Material: PET plastic+Resin synthetic adhesive

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.