1 / of 7
Regular price
Regular price $19.00 Sale price $10.00
Unit price / per
Save $9.00
Save $9.00 Out of stock
VAT included.Postage calculated at checkout.
Cleanse away stubborn makeup and unclog your skin's impurities with Give Me's Makeup Remover.
Hydrating
Eco-Friendly
Anti-Ageing
Couldn't load pickup availability
Goes well with
-
10% Vitamin C Illuminating Serum
10% Vitamin C Illuminating Serum
Regular price
Regular price
$22.00Sale price $10.00Unit price / per
Save $12.00
Sale
SAVE 50%
Coco Blush Bath Salts
Coco Blush Bath Salts
Regular price
Regular price
$19.00Sale price $10.00Unit price / per
Save $9.00
Sale
SAVE 50%
Mojito Sugar Lip Scrub
Mojito Sugar Lip Scrub
Regular price
Regular price
$8.00Sale price $4.00Unit price / per
Save $4.00
Sale
Description
Introducing Give Me's innovative Makeup Remover - your ultimate solution for effortless makeup removal and skincare rejuvenation. Infused with powerful ingredients like Grapeseed and Olive oil, this gentle formula effectively removes even the most stubborn makeup, including eye makeup, leaving your skin clean and refreshed. Say goodbye to residue and hello to a moisturized complexion with our best makeup remover yet.
Whether you prefer a balm or a cleanser, our oil-based makeup remover caters to all your needs, providing thorough cleansing without stripping your skin of its natural oils. Experience the luxury of our cleansing balm makeup remover and unlock the secret to beautifully bare skin.
Benefits
- Improves elasticity
- Rich in Vitamin E & A
- Restores skin's hydration
- Firms & lifts
Directions of Use
Apply to dry skin & gently massage onto the face in a circular motion. Add water to emulsify into a milky cleanser: continue to massage makeup remover into the skin and rinse clean with water.
Create the perfect pairing with our Machine washable makeup removing eco pads! Bundle up today!
Caution
For external use only. Stop using if irritation occurs. Keep out of the reach of children. Apply a test patch on your elbow or the back of your ear before use. May contain nuts.
*We always advise doing a patch test to prevent any possible allergens*
Benefits
Benefits
- Improves elasticity
- Rich in Vitamin E & A
- Restores skin's hydration
- Firms & lifts
Directions
Directions of Use
Apply to dry skin & gently massage onto the face in a circular motion. Add water to emulsify into a milky cleanser: continue to massage makeup remover into the skin and rinse clean with water.
*We always advise doing a patch test to prevent any possible allergens*
Suitable for
Suitable for:
All Skin types, heavy makeup Wearing.
Ingredients
Ethylhexyl palmitate, Cetyl ethylhexanoate, Olea europaea fruit oil, PEG-20 glyceryl triisostearate, Glyceryl behenate/ eicosadioate, Tocopheryl acetate, CI 77288, Vitis vinifera seed oil
Your Skin Type
- Dry Skin
- Oily Skin
- Acne-prone Skin
- Anti-ageing Skincare
Your Skin Type
- Dry Skin
- Oily Skin
- Acne-prone Skin
- Anti-ageing Skincare
Give your skin a drink of water with our collection of moisture-boosting Skincare products.
SHOP NOW
Your Skin Type
- Dry Skin
- Oily Skin
- Acne-prone Skin
- Anti-ageing Skincare
Time to tackle oily-prone skin with our specially selected lightweight & oil balancing products.
SHOP NOW
Your Skin Type
- Dry Skin
- Oily Skin
- Acne-prone Skin
- Anti-ageing Skincare
It's Time to BANISH THOSE BLEMISHES with our acne-fighting products!
SHOP NOW
Your Skin Type
- Dry Skin
- Oily Skin
- Acne-prone Skin
- Anti-ageing Skincare
Prevent the signs of ageing without 5 Step Skincare Range.
SHOP NOW
Shop bestsellers
-
LOW STOCK🔥
Worth £70.98
The Full Haircare Set
The Full Haircare Set
Regular price
Regular price
$53.00Sale price $34.00Unit price / per
Save $19.00
Out of stock
SAVE 50%
Regular price
Regular price
$23.00Sale price $12.00Unit price / per
Save $11.00
Sale
SAVE 50%
Worth £70
The Skincare Range
The Skincare Range
Regular price
Regular price
$55.00Sale price $25.00Unit price / per
Save $30.00
Out of stock
SAVE 50%
Worth £28.98
Regular price
Regular price
$31.00Sale price $16.00Unit price / per
Save $15.00
Sale
SAVE 50%
Worth £58.98
Regular price
Regular price
$53.00Sale price $27.00Unit price / per
Save $26.00
Out of stock
SAVE 50%
Worth £69.98
Four Curls Full Haircare Set
Four Curls Full Haircare Set
Regular price
Regular price
$68.00Sale price $34.00Unit price / per
Save $34.00
Sale
`; productInfoTemplate = productInfoTemplate.replaceAll('{$_upsell_cart_drawer_product_link_$}', `/products/${product.handle}`); const productTitle = (product.variants.length === 1 && product.variants[0].title !== 'Default Title') ? `${product.title}: ${product.variants[0].title}` : product.title; productInfoTemplate = productInfoTemplate.replaceAll('{$_upsell_cart_drawer_product_title_$}', productTitle); productInfoTemplate = productInfoTemplate.replaceAll('{$_upsell_cart_drawer_product_image_$}', product.images[0].src); productInfoTemplate = productInfoTemplate.replaceAll('{$_upsell_cart_drawer_product_price_$}', window.BOLD.common.Shopify.formatMoney(product.variants[0].price)); template = template.replaceAll('{$_upsell_cart_drawer_product_info_$}', productInfoTemplate); singleOfferContainer.innerHTML += template; if (product.upsell_offer_settings.show_qty_box || window.BOLD.cartDrawerWidget.showQuantityInput ) { let quantityTemplate = '{$_upsell_cart_drawer_product_title_$}{$_upsell_cart_drawer_product_price_$}
'; const maxQuantity = product.upsell_offer_settings.disclaimer_qty || null; if (maxQuantity) { quantityTemplate = quantityTemplate.replaceAll('{$_cart_drawer_offer_max_quantity_$}', maxQuantity); } else { quantityTemplate = quantityTemplate.replaceAll('max="{$_cart_drawer_offer_max_quantity_$}"', ''); } if (product.upsell_offer_settings.disclaimer) { quantityTemplate = quantityTemplate.replaceAll('{$_upsell_cart_drawer_product_disclaimer_$}', product.upsell_offer_settings.disclaimer_text); } else { quantityTemplate = quantityTemplate.replaceAll('{$_upsell_cart_drawer_product_disclaimer_$}', ''); } singleOfferContainer.querySelector('.upsell-cart-drawer-quantity-container').innerHTML = quantityTemplate } if (product.variants.length > 1) { const variantsSelect = document.createElement('select'); variantsSelect.className = 'upsell_cart_drawer_variant_selector'; product.variants.map(function (variant) { let variantsTemplate = ``; variantsTemplate = variantsTemplate.replaceAll("{$_upsell_cart_drawer_variant_title_$}", variant.title); variantsTemplate = variantsTemplate.replaceAll("{$_upsell_cart_drawer_variant_id_$}", variant.id); variantsTemplate = variantsTemplate.replaceAll("{$_upsell_cart_drawer_variant_price_$}", variant.price); variantsSelect.innerHTML += variantsTemplate; }); const variantContainer = singleOfferContainer.querySelector('.upsell_cart_drawer_variant_selector_container'); variantContainer.innerHTML = variantsSelect.outerHTML; } if (offerDetails.products.length > 1) { for (let i = 0; i < offerDetails.products.length; i++) { const variantsSelect = document.createElement('span'); variantsSelect.className = 'upsell_cart_drawer_progress_bar_circle' + (i === index ? '' : ' grey'); variantsSelect.innerHTML = '⬤'; singleOfferContainer.querySelector('.upsell_cart_drawer_progress_bar').innerHTML += variantsSelect.outerHTML; } } return singleOfferContainer.innerHTML; }); return filledTemplates; } function addCartDrawerEventListeners(offerDetails) { document.querySelectorAll('.cart-drawer-upsell-offer').forEach(function (productOffer) { const variantSelector = productOffer.querySelector('.upsell_cart_drawer_variant_selector'); const addToCartSelector = productOffer.querySelector('.product-offer-add-to-cart-button'); const quantitySelector = productOffer.querySelector('.upsell-cart-drawer-bold-quantity-input'); const priceSelector = productOffer.querySelector('.product-offer-price'); if (variantSelector) { variantSelector.addEventListener('change', function (event) { event.preventDefault(); // Get variant ID and Price const selectTarget = event.target; const selectedOption = selectTarget.options[selectTarget.selectedIndex]; const variantId = selectedOption.dataset['boldVariantId']; const variantPrice = selectedOption.dataset['boldVariantPrice']; // Update price display priceSelector.innerText = window.BOLD.common.Shopify.formatMoney(variantPrice); // Update add to cart event (to add correct variant ID) addToCartSelector.dataset['boldVariantId'] = variantId; }); } if (quantitySelector) { quantitySelector.addEventListener('change', function (event) { event.preventDefault(); const quantitySelect = event.target; const quantity = quantitySelect.value; addToCartSelector.dataset['boldQuantity'] = quantity; }); } addToCartSelector.addEventListener('click', function (event) { event.preventDefault(); const atc = event.currentTarget; const variantId = atc.dataset['boldVariantId']; const quantity = atc.dataset['boldQuantity']; const productId = atc.dataset['boldProductId']; const requestBody = { items: [ { id: parseInt(variantId), quantity: parseInt(quantity), productId: parseInt(productId), sections: "cart-items,cart-icon-bubble,cart-live-region-text,cart-footer" }]}; addItemToCart(requestBody, productId, offerDetails); }); }); const backArrow = document.querySelector('.product-offer-back-arrow'); if (backArrow) { backArrow.addEventListener('click', function (event) { event.preventDefault(); const upsellOffer = document.querySelector('.cart-drawer-upsell-offer:not(.hidden)'); upsellOffer.classList.add('hidden'); if (upsellOffer.previousElementSibling) { upsellOffer.previousElementSibling.classList.remove('hidden'); } else { upsellOffer.parentElement.lastElementChild.classList.remove('hidden'); } }); } const nextArrow = document.querySelector('.product-offer-next-arrow'); if (nextArrow) { nextArrow.addEventListener('click', function (event) { event.preventDefault(); const upsellOffer = document.querySelector('.cart-drawer-upsell-offer:not(.hidden)'); upsellOffer.classList.add('hidden'); if (upsellOffer.nextElementSibling) { upsellOffer.nextElementSibling.classList.remove('hidden'); } else { upsellOffer.parentElement.firstElementChild.classList.remove('hidden'); } }); } } function renderCartDrawerWidget(result) { const offerCarousels = document.querySelectorAll('.product-offer-carousel'); if (offerCarousels.length) { offerCarousels.forEach(function (offerCarousel) { offerCarousel.remove() }); } const widgetElement = document.createElement('div'); widgetElement.className = 'product-offer-carousel'; const containerElement = document.createElement('div'); containerElement.className = 'product-offer-container'; const renderedTemplate = fillCartDrawerTemplates(result); renderedTemplate.map(function(productOffer) { containerElement.innerHTML += productOffer; }); widgetElement.innerHTML += containerElement.outerHTML; if (result.products && result.products.length > 1) { const backArrowElement = document.createElement('div'); backArrowElement.className = 'product-offer-back-arrow'; backArrowElement.innerText = '<'; widgetElement.innerHTML += backArrowElement.outerHTML; const nextArrowElement = document.createElement('div'); nextArrowElement.className = 'product-offer-next-arrow'; nextArrowElement.innerText = '>'; widgetElement.innerHTML += nextArrowElement.outerHTML; } if (result.products && result.products.length > 0) { let placementElement = ''; if (false) { if (document.querySelector('bold-cart-drawer') || document.querySelector('.cart-drawer__footer')) { switch(window.BOLD.cartDrawerWidget.offerPosition) { case 'top': document.querySelector('bold-cart-drawer-items').previousElementSibling.outerHTML += widgetElement.outerHTML; break; case 'middle': document.querySelector('bold-cart-drawer-items').outerHTML += widgetElement.outerHTML; break; case 'bottom': document.querySelector('.cart-drawer__footer').outerHTML += widgetElement.outerHTML; break; default: document.querySelector('bold-cart-drawer-items').outerHTML += widgetElement.outerHTML; } } } else { if (document.querySelector("cart-drawer-items") || document.querySelector(".cart-drawer__footer")) { switch(window.BOLD.cartDrawerWidget.offerPosition) { case 'top': document.querySelector("cart-drawer-items").previousElementSibling.outerHTML += widgetElement.outerHTML; break; case 'middle': document.querySelector("cart-drawer-items").outerHTML += widgetElement.outerHTML; break; case 'bottom': document.querySelector(".cart-drawer__footer").outerHTML += widgetElement.outerHTML; break; default: document.querySelector("cart-drawer-items").outerHTML += widgetElement.outerHTML; } } } } } function fetchCartDrawerOfferData() { fetch('/cart.json') .then(function (response) { return response.json() }) .then(function (cartObject) { newCart = cartObject; const customCartDrawer = document.querySelector('bold-cart-drawer.bold-custom-cart-drawer'); if (customCartDrawer && typeof customCartDrawer.renderCustomCartDrawer === 'function') { customCartDrawer.renderCustomCartDrawer(); } if (cartObject && cartObject.items.length) { const shopDomain = Shopify.shop; const cartBody = { data: { cart: cartObject } }; fetch(`${window.BOLD.upsell.path}${shopDomain}/get_cart_drawer_offer`, { "headers": {"accept": "application/json"}, "body": JSON.stringify(cartBody), "method": "POST" }) .then(function(response) { return response.json() }) .then(function (result) { newOffer = result; //Fill Template if (result && JSON.stringify(newOffer) !== JSON.stringify(oldOffer)) { renderCartDrawerWidget(result); addCartDrawerEventListeners(result); } oldOffer = newOffer; }); } }); } document.addEventListener('BOLD_upsell_loaded', function () { clearInterval(isUpsellReady); BOLD.common.eventEmitter.on('BOLD_COMMON_cart_loaded', function () { if (Shopify.designMode) { renderCartDrawerWidget(MOCK_DATA); addCartDrawerEventListeners(MOCK_DATA); } else { fetchCartDrawerOfferData(); } }); BOLD.common.eventEmitter.emit('BOLD_COMMON_cart_loaded'); });{$_upsell_cart_drawer_product_disclaimer_$}