Price
$239.95
$179.95
Save  $60.00

Bad Wolf | Fantasy Penis Sleeve Wolf Sheath by Bad Wolf®

inside lenght
5.5 inch (14 cm)
5.9 inch (15 cm)
6.3 inch (16 cm)
pigment pattern
Single Color
Mixed Color (Marbled)
Quantity
GETTING CLOSER! ONLY $69.00 AWAY FROM FREE SHIPPING!
Estimated delivery between 5-15 business days &WanbExpress
Description

Ready to ride to the brink of cumplosion? Bad Wolf will take you there with its wolverine ridges and bulging big body. Featuring a pointed but enclosed wolf cock head, knotty shaft, and excellent inner texture, it's absolutely guaranteed that all who take on Bad Wolf will be thrashed and left oozing pleasure juices.

Bad Wolf is a penis sleeve or a penis sheath that will make your penis not only bigger but also much thicker. If you're into furry play or simply want to experience the joys of sexual roleplaying, Bad Wolf will deliver beyond your expectations. Made with body-safe and soft platinum-cured medical silicone, you'd have the peace of mind (and cock) you need to journey through all the fun you need to make yourself and your partner(s) howl in pleasure.

This beautiful custom-poured fantasy penis sheath stretches easily and will stick to your penis, moreover, to ensure it stays in place, our creator partners have seamlessly added a testicle ring, also known as testicle loop. The interior cavity features no textures and is smooth to ensure a comfortable fit for your penis.

Item Dimensions:

  • Total length - 19 cm
  • Usable length - 18 cm
  • Inner length of the tunnel from 14 to 16 cm (depending on the choice)
  • Head circumference - 11.5 cm
  • Median circumference - 16 cm
  • Knot circumference - 18 cm

Choosing the Right Penis Sheath:

  1. Using a penis sleeve or a penis sheath is a simple process. However, because the fit is so important, it’s essential that you accurately measure your penis before you make a purchase to avoid buying a sheath that’s overly loose or uncomfortably tight.
  2. Most penis sheaths are designed to fit snugly but comfortably over your penis when it’s totally erect. To work out the right size for you, measure the length, width, and circumference of your penis when you have an erection.
  3. Before you order anything, check that the sleeve offers a comfortable fit. Be aware that many low-cost penis sleeves are only available in one size and may not always offer the right fit for your penis.
  4. It’s best to put your penis into the sleeve when it’s partially erect, then allow it to become fully erect while you’re wearing the sleeve. Once it’s on your erect penis, the sleeve should stay in place without moving backward or forwards on your penis.
  5. Some penis sleeves feature a ring or loop that fits around your scrotum to keep the sleeve in place. Others might have a stretchy hole for your testicles or a belt that fits around your waist and holds the sleeve in place.

Peace of Mind Knowing That

  • Handmade using platinum cured medical silicone
  • Individually handmade, each toy will be unique
  • Guaranteed body-safe and skin safe
  • Contains no phthalates, fragrances, latex, rubber, or paraffin

Bad Wolf® hand pours its creations using the finest platinum silicone available. This is the highest grade silicone available. It's the FDA preference for medical-grade devices, and produces no byproducts during the curing process, making for a safer, higher quality finished product. Sourcing silicone that retained perfect elasticity and flexibility, took on the shape of its molds flawlessly, felt astonishingly soft to the touch, and met many other strict Bad Wolf® specifications, was a slow but highly gratifying process. The chosen silicone for each hand-made Bad Wolf® fantasy toy is not only 100% body-safe, non-toxic, and phthalate-free, it looks and feels out of this world.

Free shipping over $69

Free shipping over $69

Customer service

24/7 Customer Service

Secure payment

accept Paypal & Credit Card

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.