SKU SE-0383-50-3
Browse More by California Exotic
-
[product_feature_title]:
[product_feature_name]
The Eclipse Tapered Roller Ball Probe is here to thrill even the most experienced backdoor lover with a powerful
Shop, earn, get free items!
Redeem 1580 DreamRewards Points to Buy This Product
function rewardRedeemItem(formx) {
//formx.hdnRewardRedeemItem.value = "1";
jQuery('#hdnRewardRedeemItem').val(1);
check_and_add(formx);
}
79 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
- Sex Toys > Anal & Prostate Toys > Anal Vibrators
- Sex Toys > Anal & Prostate Toys > Prostate Toys
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$126.95 - CA$95.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=135386;
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 = 135386;
strSKU = 135386;
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:
Ooop! The email you entered isn't valid.
WooHoo! You subscribed successfully.
Ok! You're unsubscribed.
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 = '135386';
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) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
expires = "; expires="+date.toGMTString();
}
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)
});
});
×
Get 15% off your first order, instantly!
* indicates required
Email Address *
First Name
Last Name
(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='ZIP';ftypes[4]='zip';fnames[5]='PHONE';ftypes[5]='phone';fnames[6]='AFF';ftypes[6]='text';fnames[7]='CUSTGROUP';ftypes[7]='text';fnames[8]='MMERGE8';ftypes[8]='birthday';fnames[9]='MMERGE9';ftypes[9]='date';fnames[10]='SEGMENT';ftypes[10]='text';fnames[11]='BIRTHDAY';ftypes[11]='birthday';fnames[12]='CCC';ftypes[12]='text';fnames[13]='MMERGE13';ftypes[13]='text';fnames[14]='MMERGE14';ftypes[14]='text';fnames[15]='MMERGE15';ftypes[15]='text';fnames[16]='MMERGE16';ftypes[16]='text';fnames[17]='MMERGE17';ftypes[17]='text';fnames[18]='SIGNUP';ftypes[18]='text';}(jQuery));var $mcj = jQuery.noConflict(true);
/*
$(document).ready(function ()
{
if(!$(document.body).hasClass("view-cart"))
{
var myCookie = readCookie("mcpopshow");
if (myCookie == null)
{
myCookie=0;
}
var cookieValue = parseInt(myCookie,10);
if(cookieValue < 2)
{
cookieValue++;
createCookie('mcpopshow',cookieValue);
$(window).on("resize", function (e) {
checkScreenSize();
});
checkScreenSize();
}
}
function checkScreenSize(){
var newWindowWidth = $(window).width();
if (newWindowWidth < 768)
{
setTimeout(function(){
$('#emailSignupModal').modal();
}, 5000);
}
else
{
$("html").bind("mouseleave", function () {
$('#emailSignupModal').modal();
$("html").unbind("mouseleave");
});
}
}
});
*/
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