Skip to main content
Product Videos

Sorry no videos yet

About Product

Rechargeable Massager Kit

by: California Exotic

Perfectly petite mini-massager with 3 removable silicone pleasure tips. 3 powerful speeds of vibration. Easy push-button control - hold for 3 seconds to...

Rechargeable Massager Kit is available from our platinum partners!


Description

Turn the heat up in the bedroom, in the bath or on your next sensual vacation with the travel-ready Rechargeable Massager Kit. The discreet wand stimulator will thrill wherever you take it with 3 playful vibrations, 3 teasing attachments and a soft flexible neck. Three plush silicone pleasure tips create a truly customizable pleasure experience. Choose between fluttering bunny ears, a flicking tongue-like tickler or a teasing nubbed tip and indulge in your naughtiest fantasies.


With the touch of a button, the whisper quiet wand effortlessly increases vibration speed; apply the mini vibe to sensual sweet spots while 3 intense vibration speeds tease and stimulate. Easily control pure pleasure with the single silicone button. Hold the easy-touch button for 3 seconds to turn on/off.


The flexible neck and silky silicone attachments lets you deliver intense vibrations from almost any angle. Use the single easy-toiuch button to flicker through up to 2.5 hours of vibrating stimulation. Recharge your passion in only 50 minutes with the provided USB cable. The discreet size makes this massager the perfect travel companion, stash this mini vibe in your purse, pocket or overnight bag to bring orgasmic ecstasy wherever you go.

SKU SE-0062-60-2


[1]

Browse More by California Exotic
  • [product_feature_title]: [product_feature_name]
SHIPS WITHIN 24 HOURS
Turn the heat up in the bedroom, in the bath or on your next sensual vacation with the travel-ready Rechargeable …(Read More)
JAL
Shop, earn, get free items!
Redeem 860 DreamRewards Points to Buy This Product
function rewardRedeemItem(formx) { //formx.hdnRewardRedeemItem.value = "1"; jQuery('#hdnRewardRedeemItem').val(1); check_and_add(formx); }
43 points will be rewarded to you when you buy this item.
Reviews Rated "Most Helpful"
[short_review]
[long_review]
Did you find this helpful?  [rev_helpful] of [rev_votes] Found Helpful
Reviewed by: (Verified Buyer) [user_name] from [user_city] on [review_date]
[rating]
intResultsCount = document.getElementById('ResultsCount').value; var short_review = jQuery('#reviewsBlock.second_review_section .review-shortDesc').text(); if(short_review == "[short_review]") jQuery('#reviewsBlock.second_review_section').remove();
Products you may also like
Browse Similar Items
  • For Her > Vibrators > Massage Wands
  • For Her > Vibrators > Silicone Vibrators
Recently Viewed Items
Turn History Off
×
×
document.getElementById("_3dcartProductWidgetScript") || document.write("<script type='text\/javascript' src='\/\/lovedreamer.com\/buy_widget.js' id='_3dcartProductWidgetScript'><\/script>"); { "@context": "https://schema.org", "@type": "ToyStore", "name": "Love Dreamer", "image": "https://www.lovedreamer.com/assets/templates/beauty-life-core-premium/images/ldlogo.png", "@id": "", "url": "https://www.lovedreamer.com/", "telephone": "416-997-8697", "priceRange" : "CA$70.95 - CA$52.95", "address": { "@type": "PostalAddress", "streetAddress": "5-1027 Finch Ave West, PO Box 30024", "addressLocality": "Downsview", "postalCode": "M3J3L6", "addressCountry": "CA" } , "sameAs": [ "https://www.facebook.com/Lovedreamerdotcom", "https://twitter.com/lovedreamercom", "https://www.instagram.com/lovedreamerdotcom/", "https://www.youtube.com/channel/UCxlSdWhchKeFqRfM_CJmzSA/videos", "https://www.pinterest.ca/LovedreamerBoutique/" ] } if(jQuery("body.listing-page .saleprice.price").text().indexOf('On sale')<0) { jQuery('body.listing-page .qty-sale .onsale-badge').remove(); } function check_and_add(formx) { console.log('reedeem called'); var reqOption = validateReqOption(formx); if (reqOption != null) { //alert("Please select all required options."); reqOptionBar.alert('Please select all required options.'); varx1 = '[name="' + reqOption.name + '"]'; jQuery(varx1).closest('.opt-regular').addClass('option-required'); return; } if (document.add.std_price==null) { document.add.submit(); } else { var readytoadd=validateValues(formx,1) if (readytoadd==true) { document.add.submit(); } } } //var doll_item_id=135385; if($('.options-atc-wrap').length > 0) { $('#buynowbtn').css('display','none'); } var currency_symbol="CA$"; var prod_decimal_places="2"; //validateValues(document.add,1); //window.setTimeout("image_click(1)", 1000); function OpenCheckoutBuy() { var qryStr = '?module=checkout&hk=' + getCookie('hk') + '&incompleteorderid=' + getCookie('buywidgetincompleteorderid') + '&orderFromWidget=' + getCookie('orderFromWidget') + '&affiliate=' + getCookie('affiliate'); window.location.href='checkout.asp' + qryStr; } function add_to_cart_plus_checkout() { /*if(jQuery('#colouroption').length > 0) { var colour = document.getElementById('colouroption').value; var optname = document.getElementById('colouroption').getAttribute('name'); }*/ var quant = document.getElementById('qty-0').value; intCatalogID = 135385; strSKU = 135385; intCategoryID = categid; intPrice = finalprice; intQuantity = quant; intAffiliateID = 0; var JsonOptions = getWidgetOptions(intCatalogID); var formData = new FormData(); formData.append('item_id', intCatalogID); formData.append('itemid', strSKU); formData.append('category_id', intCategoryID); formData.append('std_price', intPrice); formData.append('qty-0', intQuantity); //formData.append(optname, colour); //For all product with dropdown jQuery('.single-product-options select').each(function(){ var optvalue = jQuery(this).val(); var optname = jQuery(this).attr('name'); formData.append(optname, optvalue); }); //For all radio button within product options jQuery('.single-product-options .opt-regular').each(function(){ if(jQuery(this).has('input[type="radio"]').length > 0) { var radoptname = jQuery('input[type="radio"]:checked',this).attr('name'); var radoptvalue = jQuery('input[type="radio"]:checked',this).val(); formData.append(radoptname, radoptvalue); } }); for (var i = 0; i < JsonOptions.length; i++) formData.append(JsonOptions[i].name, JsonOptions[i].id); var qryStr = '?module=addcart&ajaxadd=1&widget=1&hk=' + getCookie('hk') + '&incompleteorderid=' + getCookie('buywidgetincompleteorderid') + '&orderFromWidget=' + getCookie('orderFromWidget') + '&affiliate=' + intAffiliateID; jQuery.ajax({ url: 'add_cart.asp' + qryStr, dataType: 'json', type: 'POST', cache: false, contentType: false, processData: false, data: formData, success: function (data) { if (data.AddedToCart == 1) { if (data.orderFromWidget != undefined) { setCookie('orderFromWidget', data.orderFromWidget, 7); } if (data.hk != undefined) { setCookie('hk', data.hk, 7); } else { setCookie('hk', "0", 7); } if (data.affiliate != undefined) { setCookie('affiliate', data.affiliate, 7); } if (data.incompleteorderid != undefined) { setCookie('buywidgetincompleteorderid', data.incompleteorderid, 7); } if (jQuery("#divBuyContentCart").css("display") == 'none' || jQuery("#divBuyContentCart").length == 0) { OpenCheckoutBuy(); //ShowViewCart(); } else { checkBuyContentCart(); } } else // error { var strError = null; if (data.ErrorMessage.indexOf("!--") > 0 && data.errorurl != null && data.errorurl != undefined && data.errorurl.indexOf('error.asp') >= 0) strError = getErrorMsgFromUrl(data.errorurl); if (strError == null) strError = data.ErrorMessage; strError = strError.replace(/\r?
|\r|
/g, ''); strError = strError.replace(/<!--[^>]*-->/g, ""); // remove html comments or blocks strError = strError.replace(/<[^>]*>/g, ""); // remove html syntax strError = strError.replace(/\[(.*?)\]/g, ""); // remove variables strError = data.ErrorName + '
' + strError; alert(strError); } }, error: function () { alert('An error has occurred adding item to cart.'); } }); } jQuery(document).ready(function () { jQuery('#respTabs').responsiveTabs({ rotate: false, //startCollapsed: 'accordion', collapsible: 'accordion', setHash: true, //disabled: [3], active: 0 }); }); document.sezzleConfig = { "configGroups": [ { "targetXPath": "#price", "marginTop": 10, "marginBottom": 10 }, { "targetXPath": ".saleprice.price" } ] }
FIRST LOOK @ SALES! SIGN UP FOR EMAIL:
GO
Subscribe
Unsubscribe
Ooop! The email you entered isn't valid.
WooHoo! You subscribed successfully.
Ok! You're unsubscribed.
  • FRIENDS WITH BENEFITS:

We are one of the most premium online adult toys stores in Canada, sporting and stocking a variety of pleasurable and fun products, ranging from superb sex toys to lingerie, DreamGirl dolls, lubricants, enhancers and much more. We have all the pleasures you could want to spice up your sex life.

Shop
  • Vibrator
  • Anal
  • Strokers
  • Dildos
  • Kits
  • Rings & Entenders
  • Sexual Wellness
  • Lingerie
  • Kink
  • Gifts
  • Brands
  • Clearance
  • Gift Cards
Info
  • Blog
  • DreamRewards
  • Shipping & Pick Up
  • Returns
  • Affiliate Program
  • Join Our Team
  • Price Match
  • Privacy Policy
  • Term & Conditions
  • Customer Data Request
  • Customer Data Removal
CUSTOMER SERVICE
  • Hours & Directions
  • My Account
  • FAQs

65 Martin Ross Ave, Units 5 & 6
North York, Toronto, ON, CA
M-F 11-7, Sat 11-7 EST

[email protected]

877-739-0170

Live Chat

M-F 11-7, Sat 11-6 EST

var file='/stats/count.asp'; var stats_d=new Date(); var stats_s=stats_d.getSeconds(); var stats_m=stats_d.getMinutes(); var stats_x=stats_s*stats_m; var prdID = '135385'; var catID = '2056'; stats_f='' + escape(document.referrer); stats_f=stats_f.replace('_','----'); if (navigator.appName=='Netscape'){stats_b='NS';} if (navigator.appName=='Microsoft Internet Explorer'){stats_b='MSIE';} if (navigator.appVersion.indexOf('MSIE 3')>0) {stats_b='MSIE';} stats_u='' + escape(document.URL); stats_u=stats_u.replace('_','----'); stats_w=screen.width; stats_h=screen.height; stats_v=navigator.appName; stats_fs = window.screen.fontSmoothingEnabled; if (stats_v != 'Netscape') {stats_c=screen.colorDepth;} else {stats_c=screen.pixelDepth;} stats_j=navigator.javaEnabled(); info='w=' + stats_w + '&h=' + stats_h + '&c=' + stats_c + '&r=' + stats_f + '&u='+ stats_u + '&fs=' + stats_fs + '&b=' + stats_b + '&x=' + stats_x + '&cat=' + catID + '&prd=' + prdID; document.write('<img src="' + file + '?'+info+ '" width=1 height=1 border=0>');

Copyright 2020 www.lovedreamer.com. All Rights Reserved..

Categories
Menu Links
416-997-8697
Login / Register
var mzOptions = {}; mzOptions = { onUpdate: function() { jQuery('#imagecaptiont').text(jQuery(arguments[2]).attr('title')); } }; var CaptchaCallback = function () { jQuery('.recaptchaRobot').each(function (index, element) { var id = jQuery(element).attr('id'); var widgetId = ''; widgetId = grecaptcha.render(id); jQuery(element).attr('data-widgetId', widgetId); }); }; // START: DFN-31 function ShowStarRating(intStarRating) { intOffSetNext = intOffSetInitial; if (intStarRating == '') { intRatingStarsStored = 0; if (document.getElementById("filteredSearchResults") != null) { document.getElementById("filteredSearchResults").style.display = 'none'; } ReviewSortingChange(0); } else { intRatingStarsStored = intStarRating; jQuery('#StarRating').html(intStarRating + ' Stars'); if (document.getElementById("filteredSearchResults") != null) { document.getElementById("filteredSearchResults").style.display = 'block'; } ReviewSortingChange(intStarRating); } } intOffSetNext = 0; intOffSetInitial = 6; intRowsToLoadMore = 5; function CheckLoadMore() { if (intOffSetNext > intResultsCount) { if (document.getElementById("divLoadMore") != null) document.getElementById("divLoadMore").style.display = 'none'; } else { if (document.getElementById("divLoadMore") != null) document.getElementById("divLoadMore").style.display = 'block'; } } function LoadMore() { if (intOffSetNext == 0) intOffSetNext = intOffSetInitial; ReviewSortingChange(0, intOffSetNext); } // END: DFN-31 jQuery(function () { jQuery('#searchlight').searchlight('/search_quick.asp'); }); jQuery(window).scroll(function(){ if (jQuery(window).scrollTop() >= 200) { jQuery('.navbar-wrapper').addClass('fixed-header'); jQuery('.content-holder').css("margin-top","50px"); } else { jQuery('.navbar-wrapper').removeClass('fixed-header'); jQuery('.content-holder').css("margin-top","0px"); } }); jQuery('li.all-nav-items').click(function(e) { jQuery('ul.dropdown-menu',this).toggle(); }); jQuery(document).ready(function() { jQuery(window).scroll(function() { if (jQuery(this).scrollTop() > 200) { jQuery('.go-top').fadeIn(200); } else { jQuery('.go-top').fadeOut(200); } }); jQuery('.go-top').click(function(event) { event.preventDefault(); jQuery('html, body').animate({scrollTop: 0}, 700); }); }); $('.BrandScroller').owlCarousel({ loop:false, dots:false, margin:5, nav:true, navText:['<i class="fa fa-chevron-left" aria-hidden="true"></i>','<i class="fa fa-chevron-right" aria-hidden="true"></i>'], responsive:{ 0:{ items:2 }, 600:{ items:3 }, 768:{ items:4 }, 992:{ items:6 } } }); $(function() { var owl = $('.owl-carousel'), owlOptions = { loop: false, dots:false, margin: 10, nav: true, navText:['<i class="fa fa-angle-left" aria-hidden="true"></i>','<i class="fa fa-angle-right" aria-hidden="true"></i>'], responsive: { 0: { items: 2 }, 480: { items: 3 } } }; if ( $(window).width() <= 767 ) { var owlActive = owl.owlCarousel(owlOptions); } else { owl.addClass('off'); } $(window).resize(function() { if ( $(window).width() <= 767 ) { if ( $('.owl-carousel').hasClass('off') ) { var owlActive = owl.owlCarousel(owlOptions); owl.removeClass('off'); } } else { if ( !$('.owl-carousel').hasClass('off') ) { owl.addClass('off').trigger('destroy.owl.carousel'); owl.find('.owl-stage-outer').children(':eq(0)').unwrap(); } } }); }); var freeship = 59; var total = "CA$0"; console.log(total); var fsDiv = document.getElementById("frameFSMsg"); var totalnum = total.replace("CA$", ""); var strContent = ""; var viewCart = '<span class="v-c-section"><a href="/view_cart.asp">View Cart</a></span>'; console.log(totalnum); console.log(freeship); if (totalnum < freeship) { rounded = Math.round((freeship - totalnum) * 100) / 100; strContent = "You Are <span class=\"lime\" style=\"padding:0px;\">CA$"; strContent = strContent + rounded.toFixed(2) + " "; strContent = strContent + "</span> Away from Free Shipping"; }else strContent = "Your Order Qualifies for Free Shipping!"; fsDiv.innerHTML = strContent;0 jQuery(document).ready(function(e) { jQuery(".sitepromobar").show(); jQuery(".sitepromobar-mobile").show(); jQuery('.sitepromobar').insertBefore('#cc-results'); }); jQuery(document).ready(function(e) { jQuery('.upper-promo-bar i.close-promo').click(function(e) { jQuery('.upper-promo-bar').css('display','none'); console.log('clicked'); if(jQuery(window).width()<768){ console.log('mobile clicked'); jQuery('.content-holder').addClass('close-icon-clicked'); } }); if(jQuery('.upper-promo-bar marquee').text().length <= 0) { jQuery('.upper-promo-bar').css('display','none'); jQuery('section#home').addClass('marquee-disabled'); jQuery('.sitepromobar-mobile').addClass('marquee-disabled'); } else { jQuery('section#home').addClass('marquee-enabled'); } }); //open chat box jQuery('a.openchatbox').click(function(e) { openMessengerDialog(); }); function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } //var expires = ""; document.cookie = name+"="+value+";"+expires+"; path=/"; } //This function used for read cookies function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } jQuery(document).ready(function () { jQuery('a.scrolled').click(function() { var scrollID = jQuery(this).attr('scroll-id'); jQuery('html, body').animate({ scrollTop: jQuery("#"+scrollID).offset().top-130 }, 1000) }); }); var _cart_secure_url = "https://www.lovedreamer.com"
× Privacy Policy
I agree to allow www.lovedreamer.com to store and process my personal data as described in the Privacy Policy New Window *
Accept
function policyAcceptanceContinue() { if (document.getElementById("policy_blog").value == 1) frmMailingForm = document.mailing2; else frmMailingForm = document.mailing if (jQuery("#gdpr_privacy_accepted").is(':checked')) { jQuery("#divPolicy").modal('hide'); frmMailingForm.submit(); } else { alert(GetLanguagItem('gdpr_privacy-policy-validation-message')); return; } } jQuery(document).click(function(event) { if (!$(event.target).closest(".modal-content").length) { jQuery("#divPolicy").modal('hide'); } }); jQuery(function(){ var options={ theme:'whitered', position:'bottom-right', distance:20, borderRadius:5, background:'#ffffff', backgroundOpacity:'0.9', fontSize:14, text:'<img src="/assets/templates/common-core/lib/iCookie/images/cookie1.png" alt="iCookie Logo" /><h6>Have<br/> a cookie</h6> Accept the use of cookies on this site', html:true, textColor:'#969696', showButton:true, buttonText:'I Accept', buttonColor:'#ff565d', buttonBgColor:'#ffffff', moreButtonText:'more information', moreButtonColor:'#666666', moreButtonLink:'https://www.lovedreamer.com/Your-Privacy_ep_43-1.html', showCloseButton:false, cookieDays:365}; jQuery('body').iCookie(options);});var refEncoded = encodeURIComponent(document.referrer);(new Image()).src = 'https://www.lovedreamer.com/3dvisit.asp?setReferer='+refEncoded

Perfectly petite mini-massager with 3 removable silicone pleasure tips. 3 powerful speeds of vibration. Easy push-button control - hold for 3 seconds to turn on or off. USB rechargeable - charging cord included. Complete chrage in 50 minutes. Massager will runs for 75 minutes on high speed and 160 minutes on low speed.

Turn the heat up in the bedroom, in the bath or on your next sensual vacation with the travel-ready Rechargeable Massager Kit. The discreet wand stimulator will thrill wherever you take it with 3 playful vibrations, 3 teasing attachments and a soft flexible neck. Three plush silicone pleasure tips create a truly customizable pleasure experience. Choose between fluttering bunny ears, a flicking tongue-like tickler or a teasing nubbed tip and indulge in your naughtiest fantasies.


With the touch of a button, the whisper quiet wand effortlessly increases vibration speed; apply the mini vibe to sensual sweet spots while 3 intense vibration speeds tease and stimulate. Easily control pure pleasure with the single silicone button. Hold the easy-touch button for 3 seconds to turn on/off.


The flexible neck and silky silicone attachments lets you deliver intense vibrations from almost any angle. Use the single easy-toiuch button to flicker through up to 2.5 hours of vibrating stimulation. Recharge your passion in only 50 minutes with the provided USB cable. The discreet size makes this massager the perfect travel companion, stash this mini vibe in your purse, pocket or overnight bag to bring orgasmic ecstasy wherever you go.




SKU: SE-0062-60-2

Usually Ships in 3-4 Days



We'll be honest. The mini massager, or pocket vibe, if you will, hasn't evolved much. Why fix what isn't broken, right? This little kit, on the other hand, defies all expectation (in a good way!) of the much-loved mini wand. Aside from a classic tiny shape perfect for travel, foreplay, self love and sex itself, the bright red Mini is fully rechargeable AND features three completely unique interchangeable silicone tips.

Flexing easily on a neck that bends to fit just about any sexy scenario, the default head is firm and precise, ideal for pinpointing sweet spots. Slip the nubby, tickle-eared or tongue shaped cap over-top to completely change up sensation and target specific areas like clitoris, nipple, head of the penis and beyond. 

Charging up three steady speeds in just 50 minutes at any free USB port, the Mini Massager will run for up to 2.5 continuous hours. A single button controls all functions.

In body safe ABS plastic and silky hypoallergenic silicone, the Mini cleans easily using warm soapy water or a good toy care fluid/foam. Compatible with any favorite water based lube, please avoid silicone lubes and contact with silicone products. Waterproof.

* Measurements below represent the Mini with the smallest nubby cap in place.
Mini Recharge Massager Kit by Cal Exotics is beginner-friendly and has everything you need to take your clitoral stimulation to the next level. Included is a travel-sized push button wand with 3 options of vibration and three soft silicone tips to choose from, your clit delight is sure to send you overboard.

The wand's flexible neck allows you to reach every external sweet spot with ease and can be used with the attachments for vaginal, clitoral and nipple massage or without to work out body aches and tired muscles. Choose from 3 speeds of stimulating vibration that sends you over the edge, and choose from 3 unique tips to customize your pleasure.

A smooth, round head with raised nubs offers just the right amount of texture to tease out your orgasm the first time. Graduate to the classic rabbit sleeve with 2 flexible ears that thump and thrum against your jelly bean. Or slip the tongue tip inside and let it lap up as your body quakes with wave after wave of orgasm you get to choose with Recharge Massage Kit!

Recharge Mini Massager keeps you in control of your pleasure session with a single push-button to cycle through power and speed. Feel free to dip your toes in splashy water scenes, as this all-in-one orgasm set for beginners is 100% waterproof and ready to play in the tub, shower and pool.

Up to 75 minutes of massage is yours to be had with a quick 50-minute charge, and you never have to worry a house without batteries with the included USB charging cord.

This waterproof, travel-friendly beginners wand kit is made from nonporous, phthalate-free ABS (wand) and silicone (tips, neck, button) for your peace of mind. Enjoy erotic pleasure and soothing body massage on demand with Recharge Massager Kit by Cal Exotics!

Measurements: Massager measures 4" long (10 cm) by 0.75" diameter (2 cm).

Features
  • 100% Safe & Easy to Clean
  • California Exotics: We've Got Your Kink!
  • Find the Perfect Gift for Him or Her
  • Massive Selection of Novelty Sex Toys
  • Toys and Gifts to Suit Any Budget
  • Flexible
  • Hypoallergenic
  • Multi-Speed
  • Non-Phallic
  • Phthalate Free
  • Rechargeable
  • Temperature Sensitive
  • Textured Surface
  • Waterproof
Specifications
Materials:
ABS Plastic, Silicone
Power Source:
Rechargeable
Color:
Red
Material:
Silicone / ABS Plastic
Color:
Orange
Power Source:
USB Rechargable
Length:
4 inches
Charge Time:
50 Minutes
Use Time:
75 Minutes
Power Source:
USB Rechargeable
Hawttt Product ID:
115460
GTIN12:
716770091246
Category:
CalExotics
Category:
Massagers
Category:
Vibrators
Category:
Sex Toys
Category:
For Her Toys
Category:
Categories
Category:
Toys
Extended Information

We'll be honest. The mini massager, or pocket vibe, if you will, hasn't evolved much. Why fix what isn't broken, right? This little kit, on the other hand, defies all expectation (in a good way!) of the much-loved mini wand. Aside from a classic tiny shape perfect for travel, foreplay, self love and sex itself, the bright red Mini is fully rechargeable AND features three completely unique interchangeable silicone tips.Flexing easily on a neck that bends to fit just about any sexy scenario, the default head is firm and precise, ideal for pinpointing sweet spots. Slip the nubby, tickle-eared or tongue shaped cap over-top to completely change up sensation and target specific areas like clitoris, nipple, head of the penis and beyond. Charging up three steady speeds in just 50 minutes at any free USB port, the Mini Massager will run for up to 2.5 continuous hours. A single button controls all functions.In body safe ABS plastic and silky hypoallergenic silicone, the Mini cleans easily using warm soapy water or a good toy care fluid/foam. Compatible with any favorite water based lube, please avoid silicone lubes and contact with silicone products. Waterproof.* Measurements below represent the Mini with the smallest nubby cap in place.


Mini Recharge Massager Kit by Cal Exotics is beginner-friendly and has everything you need to take your clitoral stimulation to the next level.


Mini Recharge Massager Kit by Cal Exotics is beginner-friendly and has everything you need to take your clitoral stimulation to the next level. Included is a travel-sized push button wand with 3 options of vibration and three soft silicone tips to choose from, your clit delight is sure to send you overboard.

The wand's flexible neck allows you to reach every external sweet spot with ease and can be used with the attachments for vaginal, clitoral and nipple massage or without to work out body aches and tired muscles. Choose from 3 speeds of stimulating vibration that sends you over the edge, and choose from 3 unique tips to customize your pleasure.

A smooth, round head with raised nubs offers just the right amount of texture to tease out your orgasm the first time. Graduate to the classic rabbit sleeve with 2 flexible ears that thump and thrum against your jelly bean. Or slip the tongue tip inside and let it lap up as your body quakes with wave after wave of orgasm you get to choose with Recharge Massage Kit!

Recharge Mini Massager keeps you in control of your pleasure session with a single push-button to cycle through power and speed. Feel free to dip your toes in splashy water scenes, as this all-in-one orgasm set for beginners is 100% waterproof and ready to play in the tub, shower and pool.

Up to 75 minutes of massage is yours to be had with a quick 50-minute charge, and you never have to worry a house without batteries with the included USB charging cord.

This waterproof, travel-friendly beginners wand kit is made from nonporous, phthalate-free ABS (wand) and silicone (tips, neck, button) for your peace of mind. Enjoy erotic pleasure and soothing body massage on demand with Recharge Massager Kit by Cal Exotics!

Measurements: Massager measures 4" long (10 cm) by 0.75" diameter (2 cm).


Product Reviews

Sorry no reviews yet