"); $("#TB_overlay").click(tb_remove) } } else { if (document.getElementById("TB_overlay") === null) { $("body").append("
"); $("#TB_overlay").click(tb_remove) } } if (tb_detectMacXFF()) { $("#TB_overlay").addClass("TB_overlayMacFFBGHack") } else { $("#TB_overlay").addClass("TB_overlayBG") } if (caption === null) { caption = "" } $("body").append("
"); $("#TB_load").show(); var baseURL; if (url.indexOf("?") !== -1) { baseURL = url.substr(0, url.indexOf("?")) } else { baseURL = url } var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/; var urlType = baseURL.toLowerCase().match(urlString); if (pid != null) {$("#TB_window").append("
" +"Contact Now" +"
")} if (urlType == ".jpg" || urlType == ".jpeg" || urlType == ".png" || urlType == ".gif" || urlType == ".bmp") { TB_PrevCaption = ""; TB_PrevURL = ""; TB_PrevHTML = ""; TB_NextCaption = ""; TB_NextURL = ""; TB_NextHTML = ""; TB_imageCount = ""; TB_FoundURL = false; TB_OpenNewHTML = ""; if (imageGroup) { TB_TempArray = $("a[@rel=" + imageGroup + "]").get(); for (TB_Counter = 0; ((TB_Counter < TB_TempArray.length) && (TB_NextHTML === "")); TB_Counter++) { var urlTypeTemp = TB_TempArray[TB_Counter].href.toLowerCase().match(urlString); if (!(TB_TempArray[TB_Counter].href == url)) { if (TB_FoundURL) { TB_NextCaption = TB_TempArray[TB_Counter].title; TB_NextURL = TB_TempArray[TB_Counter].href; TB_NextHTML = "Next >" } else { TB_PrevCaption = TB_TempArray[TB_Counter].title; TB_PrevURL = TB_TempArray[TB_Counter].href; TB_PrevHTML = "< Prev" } } else { TB_FoundURL = true; TB_imageCount = "Image " + (TB_Counter + 1) + " of " + (TB_TempArray.length) } } } TB_OpenNewHTML = "View original"; imgPreloader = new Image(); imgPreloader.onload = function () { imgPreloader.onload = null; var pagesize = tb_getPageSize(); var x = pagesize[0] - 150; var y = pagesize[1] - 150; var imageWidth = imgPreloader.width; var imageHeight = imgPreloader.height; if (imageWidth > x) { imageHeight = imageHeight * (x / imageWidth); imageWidth = x; if (imageHeight > y) { imageWidth = imageWidth * (y / imageHeight); imageHeight = y } } else { if (imageHeight > y) { imageWidth = imageWidth * (y / imageHeight); imageHeight = y; if (imageWidth > x) { imageHeight = imageHeight * (x / imageWidth); imageWidth = x } } } TB_WIDTH = imageWidth + 30; TB_HEIGHT = imageHeight + 60; $("#TB_window").append("" + "
" + caption + "
" + TB_imageCount + TB_PrevHTML + TB_NextHTML + TB_OpenNewHTML + "
close or Esc Key
"); $("#TB_closeWindowButton").click(tb_remove); if (!(TB_PrevHTML === "")) { function goPrev() { if ($(document).unbind("click", goPrev)) { $(document).unbind("click", goPrev) } $("#TB_window").remove(); $("body").append("
"); tb_show(TB_PrevCaption, TB_PrevURL, imageGroup); return false } $("#TB_prev").click(goPrev) } if (!(TB_NextHTML === "")) { function goNext() { $("#TB_window").remove(); $("body").append("
"); tb_show(TB_NextCaption, TB_NextURL, imageGroup); return false } $("#TB_next").click(goNext) } document.onkeydown = function (e) { if (e == null) { keycode = event.keyCode } else { keycode = e.which } if (keycode == 27) { tb_remove() } else { if (keycode == 190) { if (!(TB_NextHTML == "")) { document.onkeydown = ""; goNext() } } else { if (keycode == 188) { if (!(TB_PrevHTML == "")) { document.onkeydown = ""; goPrev() } } } } }; tb_position(); $("#TB_load").remove(); $("#TB_ImageOff").click(tb_remove); $("#TB_window").css({ display: "block" }) }; imgPreloader.src = url } else {var queryString = url.replace(/^[^\?]+\??/, ""); var params = tb_parseQuery(queryString); TB_WIDTH = (params["width"] * 1) + 30 || 630; TB_HEIGHT = (params["height"] * 1) + 40 || 440; ajaxContentW = TB_WIDTH - 30; ajaxContentH = TB_HEIGHT - 45; if (url.indexOf("TB_iframe") != -1) {urlNoQuery = url.split("TB_");$("#TB_iframeContent").remove(); if (params["modal"] != "true") { $("#TB_window").append("
" + caption + "
close or Esc Key
") } else { $("#TB_overlay").unbind(); $("#TB_window").append("
") }} else { if ($("#TB_window").css("display") != "block") { if (params["modal"] != "true") { $("#TB_window").append("
" + caption + "
close or Esc Key
") } else { $("#TB_overlay").unbind(); $("#TB_window").append("
") } } else { $("#TB_ajaxContent")[0].style.width = ajaxContentW + "px"; $("#TB_ajaxContent")[0].style.height = ajaxContentH + "px"; $("#TB_ajaxContent")[0].scrollTop = 0; $("#TB_ajaxWindowTitle").html(caption) } } $("#TB_closeWindowButton").click(tb_remove); if (url.indexOf("TB_inline") != -1) { $("#TB_ajaxContent").append($("#" + params["inlineId"]).children()); $("#TB_window").unload(function () { $("#" + params["inlineId"]).append($("#TB_ajaxContent").children()) }); tb_position(); $("#TB_load").remove(); $("#TB_window").css({ display: "block" }) } else { if (url.indexOf("TB_iframe") != -1) { tb_position() } else { $("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()), function () { tb_position(); $("#TB_load").remove(); tb_init("#TB_ajaxContent a.thickbox"); $("#TB_window").css({ display: "block" }) }) } }} if (!params["modal"]) { document.onkeyup = function (e) { if (e == null) { keycode = event.keyCode } else { keycode = e.which } if (keycode == 27) { tb_remove() } } }} catch (e) { }} function tb_showIframe() { $("#TB_load").remove(); $("#TB_window").css({ display: "block" }) } function tb_remove() { $("#TB_imageOff").unbind("click"); $("#TB_closeWindowButton").unbind("click"); $("#TB_window").fadeOut("fast", function () { $("#TB_window,#TB_overlay,#TB_HideSelect").trigger("unload").unbind().remove() }); $("#TB_load").remove(); if (typeof document.body.style.maxHeight == "undefined") { $("body", "html").css({ height: "auto", width: "auto" }); $("html").css("overflow", "") } document.onkeydown = ""; document.onkeyup = ""; return false } function tb_position() { $("#TB_window").css({ marginLeft: "-" + parseInt((TB_WIDTH / 2), 10) + "px", width: TB_WIDTH + "px" }); $("#TB_window").css({ marginTop: "-" + parseInt((TB_HEIGHT / 2), 10) + "px" }) } function tb_parseQuery(query) { var Params = {}; if (!query) { return Params } var Pairs = query.split(/[;&]/); for (var i = 0; i < Pairs.length; i++) { var KeyVal = Pairs[i].split("="); if (!KeyVal || KeyVal.length != 2) { continue } var key = unescape(KeyVal[0]); var val = unescape(KeyVal[1]); val = val.replace(/\+/g, " "); Params[key] = val } return Params } function tb_getPageSize() { var de = document.documentElement; var w = window.innerWidth || self.innerWidth || (de && de.clientWidth) || document.body.clientWidth; var h = window.innerHeight || self.innerHeight || (de && de.clientHeight) || document.body.clientHeight; arrayPageSize = [w, h]; return arrayPageSize } function tb_detectMacXFF() { var userAgent = navigator.userAgent.toLowerCase(); if (userAgent.indexOf("mac") != -1 && userAgent.indexOf("firefox") != -1) { return true } };
Large Image :Refillable PP Airless Lotion Cream Pump Bottle 30g 50g | Product Details:
Payment & Shipping Terms:
ContactNow |
Detailed Product Description
Product Name: | Airless Bottle | Material: | PP |
---|---|---|---|
Capacity: | 30/50g | Output: | 0.23ml+/-0.02ml |
OD: | 37mm | Total Height: | 119/150mm |
MOQ: | 10000pcs | Color: | Customized Color |
Logo: | Customized Logo | Use: | Skin Care Packaging |
OEM: | Welcome | Lead Time: | 30-40days |
Highlight: | PP Airless Lotion Cream pump Bottle,50g Airless Lotion Cream pump Bottle,30g Airless Lotion Cream pump Bottle |
Refillable PP Airless Lotion Cream Pump Bottle 30g 50g
Introducing our innovative Refillable Airless Lotion Cream Pump Bottle, available in convenient sizes of 30g and 50g, designed to revolutionize your skincare routine. This state-of-the-art container features an airless pump system that ensures your lotion or cream remains fresh, pure, and uncontaminated by external elements. By eliminating the exposure to air and reducing the risk of bacterial contamination, our airless pump bottle preserves the potency and shelf life of your precious skincare products.
The sleek, ergonomic design makes it easy to use and carry around, fitting perfectly in your purse, gym bag, or travel kit. The transparent or frosted material allows you to easily monitor the product level, ensuring you never run out unexpectedly. The refillable nature of the bottle promotes sustainability and cost-effectiveness, allowing you to simply replace the contents without needing to discard the entire container.
Whether you're looking to store your favorite daily moisturizer, a luxurious body cream, or a specialized facial serum, our Refillable Airless Lotion Cream Pump Bottle offers a hygienic, efficient, and stylish solution. Elevate your skincare experience with this practical and elegant addition to your beauty arsenal.
Tag:
airless pump dispenser,
pp airless bottle,
airless cosmetic bottles
- Previous:
- Next: Innovative Double Tube Airless Bottle 15ml*2
Contact Details
Zhejiang Ukpack Packaging Co., Ltd.
Contact Person:Mr. Lucas
Tel:+86 13867191426
Fax:86-574-62829798
Other Products
- UKMS29 30ml Acrylic Hose Airless Bottle Airless Bottles For BB CreamCapacity:30mlOD:34mmmaterial:PMMAUse:Skin care
- Magnetic Over Cap Pp Airless Bottle For Cosmetic PackagingSealing type:Vacuum Bottle airless pump bottleSurface handling:Screen Printing,Hot Stamping,Frost,MatteMaterial:PPIndustrial use:Personal Care,cosmetic plastics
- Recyclable Material Face Cream Jar Full Electroplating Process 50gMaterial:PPCapacity:50gMOQ:10000pcsColor:customer color
- Practical Plastic Pet Oil Liquid Pump 60ml-120ml Eco Friendly Cosmetic Bottles Make Up CleaningProduct Name:Cleansing Oil Pump BottleUse:Skin care packaging/Makeup removerMaterial:PETCapacity:60ml-120ml
- 100ml 200ml 300ml Nail Polish Remover Pump BottleProduct Name:Nail Polish Remover BottleUse:Nail polish remover / Skin care packagingMaterial:PET PlasticSealing type:Flower flip top cap