🎉Free shipping on international order of $49.99
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
1 / 7
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
BODY ADHESIVE ROLLER
50% OFF
mysite

BODY ADHESIVE ROLLER

$24.97 $49.97
0 sold
BUY MORE SAVE MORE!
Qty

Innovative Body Adhesive for Clothing

"Your Clothes, In Place. Always."

 

Discover the body adhesive that adjusts your outfit to your body — no slips, no stress. Whether you're wearing off-shoulders, sarees, or slitted dresses, Fixie Body Adhesive Roller keeps everything comfortably in place, all day long.

 

🌟 Key Features:

  • Long-Lasting Hold: Keeps your clothes fitted, secure, and movement-free throughout the day.
  • 💧 Gentle Formula: Dermatologically tested. Washes off easily with water and soap — no residue, no irritation.

  • 👗 Invisible & Lightweight: Won’t leave marks on your skin or clothes. Stays hidden while you stay flawless.

  • 🔄 Super Versatile: Works with tops, dresses, sarees, dupattas, skirts, deep

  •  necklines, and more.

  • ✨ Safe for All Skin Types: Designed with care, even for sensitive skin.

 

How To Use:

STEP 1: Apply Body Adhesive Roller to clean, dry skin where you’d like to stick your clothes. Use sparingly on delicates to prevent seepage and use a little more for a stronger hold on thicker fabrics.

STEP 2: Let Body Adhesive Roller get tacky (approx. 10-15 seconds).

STEP 3: Place your clothes onto the glued area and press down gently. Body Adhesive Roller needs time to set and gets stronger with time, so minimise your movement for 5-10 mins.

How To Remove:

STEP 1: Gently peel clothing from skin or wet the area with a damp cloth to loosen the glue (especially if you want to keep your tan intact).

STEP 2: Rinse skin with water or wipe with a damp cloth.

STEP 3: Wash clothing as per the care instructions. For dry clean only, spot clean the glue then take to the dry cleaner as usual.

 

🧪 Ingredients:

  • VP/VA Copolymer – Flexible, long-lasting hold

  • Glycerin – Hydrates & protects fabric fibers

  • IPA Adipic – Boosts adhesion & glue resistance

  • Sorbic Acid – Preserves and extends shelf life

  • Adipic Acid/Diglycol Crosspolymer – Ensures smooth application

 

Why You'll Love It:

  •  Sweat-Resistant: Stays put all day, even in heat or humidity

  • 💧 Waterproof: Wear it worry-free with any outfit

  • 🧼 Easily Washable: Comes off with water — no residue, no irritation

  • 👜 Travel-Friendly: Compact design to carry with you, anywhere

  • 🧵 Versatile: Perfect for off-shoulder tops, sarees, slits, deep necks, dupattas & more

 

Limited Stock Available Get Yours Now! 🛍️🛍️

_______

If you don’t have a positive experience for ANY reason, contact us and we will make sure that all your concerns are addressed and leave you with a solution.

We have 24/7 Chat, and Email Support. Please contact us through one of those or through our contact form, if you need assistance we are always here for you!

 

 

We Appreciate Your Support! 

All orders are handled and shipped out from our warehouses Across India.

Please allow extra time for your order to be processed during holidays and sale.

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.