Price
$115.00
$67.37
Save  $47.63

Rose Toy Massage Sucking Rose Vibrator | Rose Toy for Women Rose Dildo Sex toys

color
Red
Quantity
GETTING CLOSER! ONLY $69.00 AWAY FROM FREE SHIPPING!
Estimated delivery between 5-15 business days &WanbExpress
Description

HIGHLIGHTS

  • 💝【 RoseToy for Woman- Orgasm in 30 seconds】 Give her this rose toy and start your journey to endless pleasure and multiple orgasms. The rose petals are designed as a powerful licking tongue for nipple and g spot stimulation. Use the rose toy for women with tongue-licking and thrusting vibration functions together to upgrade your game. Use it on the neck, back, vaginal, nipples, G spot, anal, prostate, or other erogenous zones.
  • 💝【3 IN 1 ROSE TOY WITH 18 MODES FOR WOMEN PLEASURE 】 This rose sex toy is a 3-in-1 tongue-licking toy + thrusting + vibrator. The rose sex toy vibrator comes with 9-speed tongue-licking modes and 9 thrusting vibration frequencies. Use the sex toy tongue-licking vibrator solo or with your partner. Your sex life will be mixed with extra fun and passion. The tongue-licking vibrato will make you feel like you are receiving the best oral sex you’ve ever had!
  • 💝【 Body-Safe Adult Sex Toys & Games】 The rose toy for women is made of body-safe silicone. The rose toy for women has a beautiful look and smooth surface. The touch feels like silk when it's on your skin. The rose toy vibrator is waterproof and makes it a perfect bathtime company. Clean this sex toy under flowing water but do not soak it in the water. Clean the rose toy vibrator before and after use. Enjoy your amazing experience with this adult sex toy.
  • 💝【 DISCREET PACKAGE for Sex Toy, PORTABLE SIZE AND DEVOTED SERVICE 】 The rose toy vibrator will come in a discreet package. This adult sex toy is palm size so this rose toy can fit in a purse, shoulder bag, or overnight case. If you have any questions about our product, please contact us and we will offer the best solution for you in 24 hours. Click on the button "SOLD BY .." under the button Buy NOW, and click on ‘ask a question ’ in the pop-out window.
  • 💝【 EASY TO USE 】 The tongue licking function and the thrusting function are controlled by 2 different buttons. These patterns make the rose a nice choice for adult toys & games. Long press the on/off button until the blue lights are on. Tap the button again to switch different tongue-licking modes. Tap the button below to turn on the g spot thrusting vibrator, the stem. Tap it again to switch vibration frequencies. Two buttons operation makes it easy to control this rose toy for women's pleasure.

Veritable Soul Snatcher

Unlike the original rose vibrator sex toys, the newly upgraded internal mechanical oscillating and vibrating flexible tongue licks gently or frantically teases the clitoris, evoking your deepest sexual pleasure more than real oral sex.

 

Rose Vibrator with Tongue

Compared to other vibrator roses, it has 2 stronger thrust and vibration motors inside the docking plug. Rosie's gentle or wild cock-like thrusts can fully satisfy your deepest sexual desires and make you moan over and over again.

SPECIFICATION

Product name

Highline vibrator

Main material

medical grade silicone

Vibration frequency

9 frequency

Battery capacity

450mAh

Charging time

120 min

Usage time

0.9 hours

Charging mode

Magnetic

Maximum noise

<58dB

Your payment information will be processed securely. We do not store credit card details and do not have access to your credit card information. Anonymous Services: Place orders, claim coupons, and view orders without logging in.

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.