Home / Ultra Beauty / Brands / American Crew
| Supplier: Revlon NZ Limited, Auckland Product ID: 2715530 $17.84 NZD Why Pay $30.00? QTY
Add to cart
| ||
Click & Collect
Click & Collect is now available nationwide! More stores will continue to be added, so keep an eye out when selecting a pick-up store for new locations close to you.
LEARN MORE
Information
General Information
Moisturizing non-drying cream for a close shave. Non-foaming cream creates a protective barrier on your skin ensuring the razor glide without drying the skin.
Warnings
Common Uses
Ingredients
Aqua/Water/Eau, PEG/PPG-17/18 Dimethicone, C12-15 Alkyl Benzoate, Glycerin, PEG-7 Glyceryl Cocoate, Glyceryl Stearate, Stearic Acid, Isostearamide MIPA, Polysorbate 20, Polysorbate 60, Carbomer, Caprylyl Glycol, Methyl Gluceth-20, Cetearyl Alcohol, Sodium Hydroxide, Hydroxyethylcellulose, Cetyl Alcohol, Cera Alba (Beeswax (Cire D’abeille)), Behentrimonium Methosulfate, Glyceryl Laurate, Disodium EDTA, Xanthan Gum, Potassium Hydroxide, Parfum (Fragrance), Linalool, Phenoxyethanol.
Directions
Use for a close shave on normal to coarse beard types and to provide extra moisture for normal to dry skin. Wet face with warm water. Cover beard with shave cream and shave as usual.
Indications
` $('.ub-atc').html(loadingInnerElement) return setTimeout(function () { var t, r; var n = $("#avail_qty").val() , i = $("#skuId").val() try { isNaN(n) && (n = 1) } catch (f) { n = 1 } t = !1; const ignoreStockCheck = $('.ub-atc').attr('class').includes('ub-skip-stockcheck') r = $("input[id*='chkSubscriptionAttached']").is(":checked"); $.ajax({ type: "POST", url: "/cmsglobalfiles/services/Order.asmx/AddToCartWithFlagV1", data: '{ "skuid":"' + i + '", "quantity":"' + n + '", "type":"normal", "ignoreAvailableCheck":' + ignoreStockCheck + ', "isProductSubscription":"' + r + '"}', contentType: "application/json; charset=utf-8", dataType: "json", success: function (t) { var r = t.d && $.parseJSON(t.d) || null; console.log(r) if (r.status == 'OK') { const successInnerElement = `
Added
` $('.ub-atc').html(successInnerElement) } else if (r.status == 'MAXREACHED') { const successInnerElement = `
MAXIMUM ${r.maxlimit}
` $('.ub-atc').html(successInnerElement) } else { const successInnerElement = `
UNABLE TO ADD
` $('.ub-atc').html(successInnerElement) } //Update cart in header $.ajax({ url: 'https://www.chemistwarehouse.co.nz/cmsglobalfiles/cacheupdater/userdata_nocache.ashx', async: true, type: 'GET', complete: function (xhr) { const parsedResponse = JSON.parse(xhr.responseText.replace('(', '').replace(')', '')); //if 0 items in cart if (parsedResponse[0].numItemsInCart == 0) { $('.ub-cart-loading').replaceWith(`
0 items
`) } else { $('.ub-cart-loading').replaceWith(`
${parsedResponse[0].totalAmountInCart}
`) $('.ub-header-cart-inner').css('background-color', 'rgb(253, 217, 180)') } } }) }, error: function () { alert("There was a problem adding the item to the cart. Please try again later.") } }) }, 0), !1 } const isUnavailable = $('.cncProductIndicator > div:nth-child(2) > div').css('display') == 'block' const atcButton = ` ` $('.AddToCartNormalButton').parent().replaceWith(atcButton) if (isUnavailable) { $('.avail_qty_mob').prop('disabled', true) } //info element + handling $('.product-info-container').before(`
PRODUCT INFO
INGREDIENTS
USES
`) $('.general-info').addClass('info-visible') $('.product-info-container-info').click(function () { $('.product-info-section').removeClass('info-visible') $('.general-info').addClass('info-visible') $('.product-info-container-buttons').children().removeClass('info-selected') $('.product-info-container-info').addClass('info-selected') }) $('.product-info-container-ingredients').click(function () { $('.product-info-section').removeClass('info-visible') $('.ingredients').addClass('info-visible') $('.product-info-container-buttons').children().removeClass('info-selected') $('.product-info-container-ingredients').addClass('info-selected') }) $('.product-info-container-uses').click(function () { $('.product-info-section').removeClass('info-visible') $('.commonuses').addClass('info-visible') $('.product-info-container-buttons').children().removeClass('info-selected') $('.product-info-container-uses').addClass('info-selected') }) //removing extras $('.product_image_overlay').remove() $('.freeshipping_strip').remove() $('.product-list-container').remove() $('.customers-also-bought').remove() //fix product img //first try pull the image from the multi image grid // const imgSrc = $('.sub_image:first-of-type').attr('src') // if (imgSrc) { // $('#zoom_image > img').attr('src', imgSrc.replace('50.jpg','800.jpg')) // } // else { // $('#zoom_image > img').attr('src', `https://static.chemistwarehouse.co.nz/ams/media/pi/${productID}/F2D_800.jpg`) // } //new image implementation const largeImgSrc = $('.image_enlarger').attr('href') $('#zoom_image > img').attr('src', largeImgSrc) $('#zoom_image > img').addClass('ub-img-loaded') //remove 'qty' text on dropdown $('#p_lt_ctl01_pageplaceholder_p_lt_ctl00_ubProductDetail_ctl00_ctl00_ctl00_qty_div > div')[0].remove() //fix C&C indicator text const cncInner = `
This product is not currently available for order online
` $('.stockMsg1').html(cncInner) //Store locator link if OOS if (isUnavailable) { const storeFinder = `
Check availability at your local store below
` $('.cncProductIndicator').append(storeFinder) } //add productid (req by CS team) const prodIdEl = `
Product ID: ${mychemidMapping[0].pid}
` $('.product-info-container').after(prodIdEl)