Your shopping cart is empty.

Body Care

11 Products
Special Collection
TokyoMilk Petite Treat Gift Set
$38.00
DescriptionPique your curiosity with this extravagantly decadent set of petite handcremes in TokyoMilk’s beloved, best-selling fragrances. Perfectly sized for on-the-go, this gift set of tantalizing treasures quenches thirsty skin with a blend of unexpected essences and soothing Japanese Green Tea enveloped in moisture-rich Shea Butter.Ā  Ā  Ā  Fragrance FeaturesDead SexyRomantic...
TokyoMilk Perfumed Soap
$12.00
TokyoMilk's perfumed French triple-milled Shea Butter soap. Now in an irresistibly giftable collection of decidedly different sentiments on glitter-accented fine linen paper. Get carried away by this curiously captivating world! Scent:Ā Crushed Citrus, Jasmine, Crisp Greens & Neroli
Dead Sexy Date Night Set
$22.00
DescriptionA perfect on-the-go date night prep kit including a luscious Citrus Rose Lip Tint and a Dead Sexy Mini Rollerball Eau de ParfumĀ inside a keepsake tin‭: ‬ Rollerball Parfum Lip Tint Fill‭ Rollerball‭: .‬17‭ ‬fl ozLip Tint:‭ .‬3‭ ‬oz by Tokyomilk Ā 
Tokyomilk Little Luxe Eau de Parfum
$12.00
Pretty little travel companion. Brilliantly paired fragrance notes housed in an alluring glass bottle decorated with an image of the iconic skull and crossbones. 0.24 fl oz / 7 mL by Tokyomilk Dead Sexy Fragrance Notes:Romantic & Ethereal: Deep Vanilla, Exotic Wood, White Orchid, Ebony Radiant GemĀ  Fragrance NotesPurity &...
Tokyomilk Petite Treat Handcreme
$9.00
These gorgeous shea butter lotions feature packaging that you'll love toĀ admire on your counter or vanity. Shop matching perfumes to layer on the luxury!Ā  2.3 oz by Tokyomilk Dead Sexy Fragrance Notes:Romantic & Ethereal: Deep Vanilla, Exotic Wood, White Orchid, Ebony Description:Unexpected essences are crushed & distilled then blended with...
Flirt With Me Fragrance Kit
$26.00
Adorned with watercolor roses, this tin box opens to reveal a romantic artful interior and an enchanting duo of treasures: the Little Lux Eau de Parfum and Petite Treat handcream. Beautifully balanced, this romantic blend of citrus zest, rosewood, mimosa, and mandarin notes are a mesmerizing match for our decadent...
Tokyomilk Boxed Parfum
$44.00
These gorgeous shea butter lotions feature packaging that you'll love toĀ admire on your counter or vanity. Shop matching perfumes to layer on the luxury!Ā  2.3 oz by Tokyomilk Dead Sexy Fragrance Notes:Romantic & Ethereal: Deep Vanilla, Exotic Wood, White Orchid, Ebony Description:Unexpected essences are crushed & distilled then blended with...
Tokyomilk Bon Bon Shea Butter Lotion
$23.00
These gorgeous shea butter lotions feature packaging that you'll love toĀ admire on your counter or vanity. Shop matching perfumes to layer on the luxury!Ā  2.3 oz by Tokyomilk Dead Sexy Fragrance Notes:Romantic & Ethereal: Deep Vanilla, Exotic Wood, White Orchid, Ebony Description:Unexpected essences are crushed & distilled then blended with...
Toothbrush Holder
$6.00
These little creatures will hold your toothbrush day and night. And now they come in two types - sloth or frog - for you to choose from!Ā  Universal holder fits all toothbrush sizes.Ā Strong suction attaches to smooth, non-porous surface. from Kikkerland.Ā  Ā  Ā 
Demi Hand Cream
$9.00
Available in 3 scentsĀ Ā  Measures:Ā Ā 1.1" x 1.1" x 5.5" 1.4 fl oz.Ā 
Desert Daze Blend Bath Salts
$6.00
A mixture of crystal quartz charged sea salt, epsom salt, bio dynamic honey and organic essential oils. Quartz charged sea salt, epsom salt, bio dynamic honey and organic essential oils petitgrain, neroli and pinion pine. Multi-sensory botanical self care. Soak or used as body scrub. by Wild Yonder
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });