166cm Sex doll Full TPE Metal skeleton Lifelike breast Vagina Anus Oral Real Toy

$782.41
Size- 135cm
Quantity
FREE delivery Mon, Jan 06
Or FAST delivery Wed, Jan 01
Description

Introducing our collection of lifelike sex dolls meticulously crafted to provide you with an unprecedented level of pleasure. Our sex dolls are crafted using premium-quality TPE material and a sturdy metal skeleton. With a wide range of sizes at your disposal, you can choose the perfect size to suit your preferences.

Our 135cm sex doll is an exquisite masterpiece weighing a mere 23kg. Her bust, waist, and hip dimensions of 66cm, 42cm, and 65cm, respectively, provide a realistic look and feel. At 140cm, our 29kg sex doll offers a similar lifelike experience but with slightly larger body measurements of 75cm, 45cm, and 75cm for the bust, waist, and hips, respectively.

For those who prefer a larger sex doll, we have a 148cm variant that weighs 31kg. Its dimensions of 76cm for the bust, 48cm for the waist, and 75cm for the hips are both alluring and breathtaking. At 158cm and weighing 35kg, our sex doll provides an even more lifelike experience, featuring a bust, waist, and hip measurements of 80cm, 50cm, and 80cm, respectively.

Our 166cm sex doll, weighing 38kg, offers a busty and curvaceous figure, with measurements of 84cm, 50cm, and 81cm for the bust, waist, and hips, respectively. Our largest sex doll is the 170cm variant, weighing 41kg. She boasts a seductive figure with dimensions of 83cm for the bust, 55cm for the waist, and 85cm for the hips.

All our sex dolls come with a vagina, anus, and oral cavity for maximum satisfaction. The vagina has a depth of 18cm, while the oral and anal cavities have depths of 13cm and 17cm, respectively.

Please note that there may be slight variations in product appearance due to differences in display and lighting in the image and actual product.

With our 30-day money-back guarantee, you can purchase with confidence. Delivery usually takes between 6 to 10 days. Thank you for choosing our premium lifelike sex dolls for your pleasure.

Realistic Gel Breasts

Her breasts are delicately soft with Pornhint's exclusive formula for a mind-blowing masturbation experience. Every intricate detail of the nipple and areola comes to life, evoking an irresistible sense of desire.


Correct Anatomical Position of the Hole

Pornhint understands the importance of precise hole placement for the ultimate pleasure experience. That's why the vaginal and anal holes have been designed to move backwards to obtain a more anatomically correct position, facilitating various positions. In addition, each prong and texture have been carefully crafted in the design of the holes.



 

Reproduction of Human Skin Texture

Each touch plays a symphony of pleasure as her upgraded skin texture perfectly replicates the real human body. From the realistic belly button to the adjusted position of the waist nest, she exudes a sense of real presence. The impeccable attention to detail entices you to surrender to your deepest passions.

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.