โฐHandling time>> Ship within 24 hoursafter payment.
๐ฏPayment >> Support PayPal® and CreditCard.
I just love the quirky sense of humor that my lemon brings to my kitchen.This is a delightfully ghastly addition to my decor.As unnerving to hold as it is to see, very squishy and slightly sticky it can bring you only joy.
"This apple will keep the doctor away because it will see that mother$@*#er coming!"
The All Seeing Hand 's powerful gaze will illuminate any room. All space and all time are touched by its light. Just poke it in the eye to activate consciousness!
The Squishy Flesh Eye Nodule is very pleasing to hold and squeeze. Sure to get a reaction when presented to unexpecting friends and acquaintances. An excellent Halloween accessory for every season. Great as a stress ball, squeeze it hard enough and the eye pops right out
Specification
-Made of high quality super soft silicone
-Size of a regular lime
-Vaseline or other oils or lubricant will make the eye move fast and free
-Washable with dish detergent and water (washes its self while you wash it)
-Sees all things in all places at all times
We have warehouses in Canada, the United States, the United Kingdom and Australia, which can be shipped to your home within 7 days at the earliest
NOTICE: All orders are processed in USD. While the content of your cart is currently displayed in your local currency, you will checkout using USD at the most current exchange rate.
Risk-free 30 Nights of Sleep-on-it Guarantee
Shipping & Delivery
We do our best to process orders, don't worry - we are pretty good at it.
As soon as we process you order you will automatically receive a tracking number via email. It will include instructions and a web link, so you always know the status of your order.If your favourite price for shipping is free, we've got you covered with Standard Shipping Worldwide. *Due to the impact of COVID-19, there could be delivery delays.
Returns & Refund
We're confident in the quality of our products but we get it, sometimes things don't go as planned, thats why we offer a risk-free 30 day (after delivery) money back guarantee. Returns are easy, please contact our customer service e-mail and we'll make it right
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const settings_product_swatches_name = ["color"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `