100% Genuine Bondage Leather Mad Fury Mask BDSM Hood ~ Leather Bondage Mask with Eyes and Face Holes ~ Fetish Mask BDSM Gear Kinky Restraint

$206.99
Quantity
FREE delivery Wed, Jul 23
Or FAST delivery Fri, Jul 18
Description

Introducing our 100% Genuine Bondage Leather Mad Fury Mask BDSM Hood, the ultimate accessory for those seeking to explore their deepest desires. Crafted from premium leather, this exquisite hood is designed to elevate your BDSM experience to new heights of intensity and pleasure.

With its sleek and seductive design, this leather bondage mask is a must-have for any aficionado of fetish gear. The mask features strategically placed eye and face holes, allowing for just the right amount of sensory deprivation while still maintaining a sense of control. The eyes and face holes are carefully crafted to ensure comfort and ease of wear, so you can fully immerse yourself in your bondage fantasies.

Indulge in the world of kink and restraint with our Fetish Mask BDSM Gear. The supple leather molds to your face, creating a snug and secure fit, while the adjustable straps ensure a customized and comfortable experience. Whether you're a seasoned player or new to the BDSM scene, this mask is perfect for enhancing role play, power dynamics, or simply adding an element of mystery and intrigue to your intimate encounters.

Made with the highest quality materials, our Mad Fury Mask BDSM Hood is built to withstand even the most intense play sessions. The genuine leather not only adds a touch of luxury, but it also ensures durability and longevity, making this mask a reliable companion for all your bondage adventures.

Unleash your inner desires and explore the boundaries of pleasure with our Kinky Restraint. This versatile mask is ideal for a variety of BDSM activities, from light sensory play to more intense forms of restraint. Let your imagination run wild as you immerse yourself in a world of power exchange and submission.

Embrace the allure of the unknown and experience the thrill of surrender with our 100% Genuine Bondage Leather Mad Fury Mask BDSM Hood. Elevate your bondage play to new levels of excitement and intensity. Shop now and discover the endless possibilities that await you in the realm of fetish and kink.

Frequently Bought Together

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.