Your shopping cart is empty.

Body Care

9 Products
Special Collection
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. 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 & Light Unearthed: Lemon Balm, Amber, Winter Daphne, Musk. Gin & Rosewater...
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...
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.     
SALE
Desert Daze Blend Bath Salts
$5.00 $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 *Final Sale...
Poppy & Pout Lip Balm
$10.00
Hand poured into beautifully designed, biodegradable paperboard tubes.  100% NATURAL INGREDIENTS - Cocos Nucifera (Coconut) Oil, Cera Alba (Beeswax), Helianthus Annuus (Sunflower) Oil, Mentha Piperita (Peppermint) Oil, Vanilla Planifolia Extract, Tocopherol (Vitamin E)  Our lip balm tubes are 0.3 oz which is nearly twice the size of a standard lip...
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); } } } } } });