www.chemistwarehouse.co.nz
Open in
urlscan Pro
2606:4700::6811:1173
Public Scan
URL:
https://www.chemistwarehouse.co.nz/c/3jDAn5
Submission: On December 25 via api from NZ — Scanned from NZ
Submission: On December 25 via api from NZ — Scanned from NZ
Form analysis
1 forms found in the DOMPOST ./3jDAn5?key=3jDAn5&aliaspath=%2fCnc%2fCncOrderTracking
<form method="post" action="./3jDAn5?key=3jDAn5&aliaspath=%2fCnc%2fCncOrderTracking" onsubmit="javascript:return WebForm_OnSubmit();" id="form">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form'];
if (!theForm) {
theForm = document.form;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZC6Ruwj4Zon1N187qEH8DXCL4A_sCtRU_k4IJcuXzjOeXTMhobYE_dhFa_rOU6tJpQ2&t=636777193224055265" type="text/javascript"></script>
<script src="/CMSScripts/Custom/controls/searchbox/search-box.js?version=20241010" type="text/javascript"></script><input type="hidden" name="lng" id="lng" value="en-NZ">
<script type="text/javascript">
//<![CDATA[
function PM_Postback(param) {
if (window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(1080);
}
if (window.CMSContentManager) {
CMSContentManager.allowSubmit = true;
};
__doPostBack('m$am', param);
}
function PM_Callback(param, callback, ctx) {
if (window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(1080);
}
if (window.CMSContentManager) {
CMSContentManager.storeContentChangedStatus();
};
WebForm_DoCallback('m$am', param, callback, ctx, null, true);
}
//]]>
</script>
<script type="text/javascript">
var shoppingCartURL = '/order/checkout/shoppingcart';
if ($.cookie("ssoGuid") != null) {
var domain = 'https://www.chemistwarehouse.co.nz';
if (window.location.host.indexOf('.hk') > 0) {
domain = 'https://www.chemistwarehouse.co.nz';
}
var uri = domain + '/AMS/Handlers/SSO.ashx?g=' + $.cookie("ssoGuid") + '&callback=?';
//console.log(uri);
$.getJSON(uri, function(result) {
console.log('sso login done');
});
$.cookie("ssoGuid") = null;
}
var separate = window.location.hostname.split('.');
separate.shift();
var currentdomain = separate.join('.');
$(document).ready(function() {
//check if user update his cart then run proper cache updater
var PagePath = window.location.pathname;
console.info("Page path is " + PagePath);
if (PagePath == "/Checkout/Shopping-Cart" || PagePath == "/YourAccount" || PagePath == "/Checkout/Order-Summary" || $.cookie("CacheUpdater") == null) {
UpdateCoreCartSections();
} else {
UpdateCacheFromCookie();
}
//Update Catalogue viewer link
$("#catalogue_viewer_link").attr("href", "/catalogue");
});
</script>
<style type="text/css">
.ui-autocomplete {
position: absolute;
z-index: 4000 !important;
}
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .1em 0 .2em;
line-height: 1.5;
}
.ui-autocomplete-items {
font-size: 11px;
height: 50px;
vertical-align: middle;
width: 320px;
}
.ui-autocomplete-items-no-image {
font-size: 11px;
vertical-align: middle;
height: 25px;
width: 320px;
}
.ui-autocomplete-loading {
background-image: url('/cmsglobalfiles/images/small_circle_loading.gif') !important;
background-position: right center !important;
background-repeat: no-repeat !important;
}
</style>
<!-- FOR PREDICTIVE SEARCH - START -->
<link rel="stylesheet" href="/cmsglobalfiles/js/jQuery_UI_1_9_2/jquery-ui.min.css">
<script type="text/javascript">
!jQuery.ui && document.write(unescape('%3Cscript src="/cmsglobalfiles/js/jQuery_UI_1_9_2/jquery-ui.min.js"%3E%3C/script%3E'))
</script>
<script src="/cmsglobalfiles/js/jQuery_UI_1_9_2/jquery-ui.min.js"></script>
<script type="text/javascript">
$.widget("custom.catcomplete", $.ui.autocomplete, {
_renderMenu: function(ul, items) {
var self = this,
currentCategory = "";
$.each(items, function(index, item) {
if (item.category != currentCategory) {
ul.append("<li class='ui-autocomplete-category' style='clear:both'>" + item.category + "</li>");
currentCategory = item.category;
}
self._renderItem(ul, item);
});
},
_renderItem: function(ul, item) {
var imageHtml = "";
var itemDesc = "<div style='clear:both'>" + item.label + "</div>";
var linkCSS = "ui-autocomplete-items-no-image";
if (item.category == "Product") {
linkCSS = "ui-autocomplete-items";
if ((item.image == "1" || item.image == "True") && (item.IsScript == "0" || item.IsScript == "False")) {
//imagePath = "<img src='https://static.chemistwarehouse.co.nz/ams/media/productimages/" + item.id + "/50.jpg' style='float:left'>";
// NEW - updated quick search image path 30/09/16
//imagePath = "<img src='https://static.chemistwarehouse.co.nz/ams/media/pi/" + item.id + "/hero_50.jpg' style='float:left; height: 50px; width: 50px;' alt='This: " + item.label + "' title='This product: " + item.label + "' onload=\"\" onerror=\"this.src='https://static.chemistwarehouse.co.nz/App_Themes/AMS-CWH/Images/NoImage.jpg';\">";
var imagePath = "";
var imageOnLoad = "";
var imageOnError = "this.src='https://static.chemistwarehouse.co.nz/App_Themes/AMS-CWH/Images/NoImage.jpg';";
if (item.ams_schedule > 99) {
imagePath = "https://static.chemistwarehouse.co.nz/App_Themes/AMS-CWH/Images/NoImage.jpg";
} else if (item.ams_category == "884") {
imagePath = "https://static.chemistwarehouse.co.nz/App_Themes/AMS-CWH/Images/adult_150.jpg";
imageOnLoad = "checkForAdultConsent(this, " + item.id + ");";
//imageOnError = "";
} else {
imagePath = "https://static.chemistwarehouse.co.nz/ams/media/pi/" + item.id + "/hero_150.jpg";
}
imageHtml = "<img src='" + imagePath + "' style='float:left; height: 50px; width: 50px;' alt='View Product' title='View Product' onload='" + imageOnLoad + "' onerror=\"" + imageOnError + "\">";
} else {
// NEW - updated quick search image path 30/09/16
imageHtml = "<img src='https://static.chemistwarehouse.co.nz/App_Themes/AMS-CWH/Images/NoImage.jpg' alt='View Product' title='View Product' style='float:left; height: 50px; width: 50px;'>";
}
if (item.IsScript == "0" || item.IsScript == "False") {
itemDesc = itemDesc + "<div style='clear:both; text-align:left'>";
itemDesc = itemDesc + "<div style='font-weight:bold; width:100px; float:left'>Price: $" + roundNumber(item.Price, 2) + "</div>";
if (Number(item.Savings) > 0) {
itemDesc = itemDesc + "<div style='font-weight:bold; width:110px; float:left'>Discount: $" + roundNumber(item.Savings, 2) + "</div>";
}
itemDesc = itemDesc + "</div><div style='clear:both'></div>";
}
}
var fullStr = "<a><table border='0' cellpadding='0' cellspacing='0' width='350px'><tr><td style='padding:3px;'>" + imageHtml +
"</td><td valign='middle'><div style='padding:5px; font-size:11px; float:left; overflow:hidden; width:250px;'>" + itemDesc + "</div></td></tr></table></a>"
if (item.id == "0") {
var linkCSS = "ui-autocomplete-items-no-image";
fullStr = "<a><div class='" + linkCSS + "'><div style='padding:5px; font-size:11px; float:left; overflow:hidden'>" + item.label + "</div></div></a>"
}
return $("<li style='border-top: 1px solid #d9d9d9'></li>").data("item.autocomplete", item).append(fullStr).appendTo(ul);
}
});
function roundNumber(num, dec) {
var result = Number(num).toFixed(2);
return result;
}
$(function() {
var searchTerm = '';
var cache = {},
lastXhr;
$(".SearchBox").catcomplete({
delay: 500,
minLength: 2,
source: function(request, response) {
//console.log("test");
var term = request.term;
searchTerm = term;
if (term in cache) {
response(cache[term]);
return;
}
lastXhr = $.getJSON("/cmsglobalfiles/handlers/predictive_search.ashx", request, function(data, status, xhr) {
cache[term] = data;
if (xhr === lastXhr) {
response(data);
}
});
},
select: function(event, ui) {
if (ui.item.category == "Product") {
if (ui.item.id == "0") window.location = '/search?searchtext=' + encodeURI(searchTerm) + "&searchmode=anyword";
else window.location = '/buy/' + ui.item.id + '/' + ui.item.value.replace(/[^a-zA-Z0-9]+/g, '-');
} else {
window.location = '/Shop-Online/' + ui.item.id + '/' + ui.item.value.replace(/[^a-zA-Z0-9]+/g, '-');
}
return false;
},
position: {
my: "left top",
at: "left bottom",
offset: "0 0"
}
});
});
</script>
<script type="text/javascript" src="/CMSScripts/Custom/jssor.core.js"></script>
<script type="text/javascript" src="/CMSScripts/Custom/jssor.slider.js"></script>
<script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvh82rpj8ClHJCEe_yFM2dDvru870goq21AJph1bi4NUX9logScgSeO05u0hvj6X1muuay1aNlAG817bql37EJ5QaOSVW70lh--O40oFa30sYGt0KBYA0qZYGWAfWkqfZDtRO6ezyefWsbZtY0fcH6D41&t=ffffffff999c3159"
type="text/javascript"></script>
<script src="/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8ONeyBtrcdBld5z4ZlHl3irITFCJT_St6UvLkzW4nXHT41Hx3qoMOGAsjnDbPxyu2C3486LDVrlfLS4_dgXk4r3db79TJ_BnmTmsMRaJ3BMYrJqBbjANvuk4SgSlm4UkasgOyLJSOClartWzjSZEPEEA1&t=ffffffff999c3159"
type="text/javascript"></script>
<script src="/ScriptResource.axd?d=eE6V8nDbUVn0gtG6hKNX_J1OzPXQg89qe6jpiI25v1GC1RMY0som3Gj_NxsXPgyd-LOdkMpWnXl9HGLGJ6ioaI3yLKQsLKvdFDWznQ8q_DMXijMmQjvXcjwvZ0HnEuNT0&t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=mcAASOSteirJeuV-3by3UWIFqCQXdKNpKf5imsdji4YhD47FT9gm4KHL8TVmNRVIk4mkb5l-CPKpllw-8nvyl2Gj5OZJrIFHyz1BKfXWwPE1&t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=jwf4VSQi7LeShc44FJ-gAaoVaQ41lZxOVz82ryV-OMClGWCGQL_-HPlOwNcX5yZNFc3zBdtl5w-b4DVT6vFVdx9taGztC2LITicLyiSBlduavngx95J46LuZDhRd2fr-0&t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=HEFpVKbnoeQjkjHkFKu3MKN7UekxvohhUpZernacDgCSwO-vvV7zLizNqMdju8VzYQElvtOkwc-dJjyzINXoRYhkKhoUWksqS0LIBDn-Afv18LknvzfhA-wqrX-7Up_Y0&t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=X6kQKInQS5YQqruiTh57iCXlMPde2CWdUr7-hnD4iYCPdxoa3CaYk3fWXCUeZqRgRKTO0WZNsh8Xjilg4HFnLDg3n5zny7WcrfpKxPuZAaONqX0n8Wny1pEzhXy1XEve0&t=27679117" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var CMS = CMS || {};
CMS.Application = {
"language": "en",
"imagesUrl": "/App_Themes/Default/Images/",
"isDebuggingEnabled": true,
"applicationUrl": "/",
"isDialog": false,
"isRTL": "false"
};
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
null;
return true;
}
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A5343185">
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('manScript', 'form', ['tp$lt$ctl04$wCartPreview$upnlAjax', '', 'tctxM', ''], [], [], 90, '');
//]]>
</script>
<div id="ctxM">
</div>
<style>
.pharmacist-details {
text-align: center;
font-size: 11px;
}
/*.bari-widget {
display:none;
}
#cbar_widget0 {
display:none;
}
#cbar_widget1 {
display:none;
} */
@media only screen and (max-width: 767px) {
.show {
display: block !important;
}
}
</style>
<div class="mobile-only-container">
<div class="header">
<div class="cart-summary-container" style="top: 7px;outline: white solid 1px;">
<div class="totals" style="margin-left: 2px;"><i class="icon-cart"> </i>
<div id="p_lt_ctl00_ShoppingCartTotals_totalViewer" class="TotalViewer">
<div class="Label">
</div>
<div class="Value">$0.00</div>
</div>
</div>
<!--<a href="/Checkout/Shopping-Cart" class="checkout-link"></a>-->
<a href="/order/checkout/shoppingcart" class="checkout-link"></a>
</div>
<a href="/">
<img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/CWH_logo_2.png" id="header-logo" alt="Chemist Warehouse - Discount Chemist Logo" style="margin-left: 10px;margin-right: 5px;top: 3px;">
</a>
<a href="/" style="padding-left: 5px;">
<img src="https://static.chemistwarehouse.co.nz/images/CW-NZ_logo5.png" id="header-tagline" alt="Chemist Warehouse – Stop Paying Too Much!" style="transform: scale(1.2);top: -2px;">
</a>
<div class="freeshipping" style="padding-left: 12px; display:none"> FREE SHIPPING OVER $50*<i class="icon icon-freeshipping"></i>
</div>
</div>
<div class="header-searchbox-kentico">
<script type="text/javascript">
</script>
<div id="p_lt_ctl01_wSB_CDN_pnlSearch" class="searchBox" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl01_wSB_CDN_btnImageButton')">
<label for="p_lt_ctl01_wSB_CDN_txtWord" id="p_lt_ctl01_wSB_CDN_lblSearch" style="display:none;">Search for:</label>
<input type="hidden" name="p$lt$ctl01$wSB_CDN$txtWord_exWatermark_ClientState" id="p_lt_ctl01_wSB_CDN_txtWord_exWatermark_ClientState"><input name="p$lt$ctl01$wSB_CDN$txtWord" type="search" maxlength="1000" id="p_lt_ctl01_wSB_CDN_txtWord"
class="SearchBox form-control ui-autocomplete-input SearchBox Search-WaterMark" autocomplete="off"><span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
<input type="image" name="p$lt$ctl01$wSB_CDN$btnImageButton" id="p_lt_ctl01_wSB_CDN_btnImageButton" class="SearchBTN" src="/App_Themes/AMS-CWH/Images/Search_BTN.png" alt="Search"
onclick="perform_search($(this).parent().find('.SearchBox')); return false;">
<div id="p_lt_ctl01_wSB_CDN_pnlPredictiveResultsHolder" class="predictiveSearchHolder">
</div>
</div>
</div>
<link href="/static/styles/fredHopper/searchBox.css" rel="stylesheet">
<div class="header-searchbox-fredhopper">
<div class="cw-component--search-box">
<div class="sc-iBYQkv fpeGLc">
<div class="sc-bcXHqe gHDxld"><input placeholder="Search products or brands" type="search" class="sc-gswNZR kdOGwo" value=""><button aria-label="Search" type="button" class="sc-dkrFOg AmXdO"></button></div>
</div>
</div>
</div>
</div>
<div id="TopNav" class="desktop-only-container">
<div class="Top-Nav-Container">
<div class="TopNav">
<!-- <span id="CN_SITE_LINK" style="display:inline"><a href="https://www.chemistwarehouse.co.nz">中文网站</a> | </span>-->
<a href="/aboutus/store-locator">Store Location & Hours</a> | <!--<a id="catalogue_viewer_link" class="catalogue-viewer-link" href="#" target="_blank">Catalogues</a> | -->
<a href="/catalogues" target="_blank">Catalogues</a> | <!--<a href="http://www.chemistwarehouse.co.nz/CWH/media/Documents/CWHNZJUNE2020.pdf" target="_blank">Catalogues</a> | -->
<a id="AMS_Login" style="display: inline;" href="/login">Login / Register </a>
<spam id="AMS_YourAccount" style="display:none"><a href="/YourAccount">Your Account </a> | <a href="#" id="AMS_Logout" style="display:none">Logout</a>
</spam>
</div>
</div>
<div id="Header">
<div class="Header-Container">
<div class="Header-Logo" style="left:0;top:-10px;">
<a href="/">
<img style="vertical-align: bottom;" alt="Chemist Warehouse - Discount Chemist Logo" src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/CWH_logo_2.png">
</a>
<a href="/" style="padding-left: 11px;padding-right: 20px;">
<img style="vertical-align: bottom;" alt="Chemist Warehouse – Stop Paying Too Much!" src="https://static.chemistwarehouse.co.nz/images/CW-NZ_logo5.png">
</a>
</div>
<div calss="SearchBox">
<div class="header-searchbox-kentico">
<script type="text/javascript">
</script>
<div id="p_lt_ctl03_wSB_CDN_pnlSearch" class="searchBox" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl03_wSB_CDN_btnImageButton')">
<label for="p_lt_ctl03_wSB_CDN_txtWord" id="p_lt_ctl03_wSB_CDN_lblSearch" style="display:none;">Search for:</label>
<input type="hidden" name="p$lt$ctl03$wSB_CDN$txtWord_exWatermark_ClientState" id="p_lt_ctl03_wSB_CDN_txtWord_exWatermark_ClientState"><input name="p$lt$ctl03$wSB_CDN$txtWord" type="search" maxlength="1000"
id="p_lt_ctl03_wSB_CDN_txtWord" class="SearchBox form-control ui-autocomplete-input SearchBox Search-WaterMark" autocomplete="off"><span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
<input type="image" name="p$lt$ctl03$wSB_CDN$btnImageButton" id="p_lt_ctl03_wSB_CDN_btnImageButton" class="SearchBTN" src="/App_Themes/AMS-CWH/Images/Search_BTN.png" alt="Search"
onclick="perform_search($(this).parent().find('.SearchBox')); return false;">
<div id="p_lt_ctl03_wSB_CDN_pnlPredictiveResultsHolder" class="predictiveSearchHolder">
</div>
</div>
</div>
<link href="/static/styles/fredHopper/searchBox.css" rel="stylesheet">
<div class="header-searchbox-fredhopper">
<div class="cw-component--search-box">
<div class="sc-iBYQkv fpeGLc">
<div class="sc-bcXHqe gHDxld"><input placeholder="Search products or brands" type="search" class="sc-gswNZR kdOGwo" value=""><button aria-label="Search" type="button" class="sc-dkrFOg AmXdO"></button></div>
</div>
</div>
</div>
</div>
<div class="CheckOut">
<div id="p_lt_ctl04_wCartPreview_upnlAjax">
<table cellspacing="0" class="_div">
<tbody>
<tr>
<td style="padding-right: 5px;">
</td>
</tr>
<tr>
<td align="right" style="padding-right: 5px;">
<span id="p_lt_ctl04_wCartPreview_lblTotalPriceTitle" class="SmallTextLabel">
<div class="CartPreview">
<!--<a href="/Checkout/Shopping-Cart"> -->
<a href="/order/checkout/shoppingcart">
<div class="BasketIcon"></div>
<div id="cart_total_amount" class="CartTotal" style="text-align: center; margin-right: -12px; width: 60px; display: block;">$0.00</div>
<div id="cart_num_items" class="CartUnits" style="display:none">0</div>
<div class="ViewCart">
</div>
</a>
</div>
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="page_skinning" style="background-image: url("https://tpc.googlesyndication.com/simgad/13712578345678574326?"); background-color: rgb(255, 255, 255);">
<div style="background-color:#fff; width:100%; height:10px; clear:both"></div>
<div id="main_holder_div" style="clear: both; margin-top: -10px; min-height: 1000px;">
<!-- LEFT PG CLICKABLE -->
<div id="left_pg_clickable_cont" style="display: block; width: 300px; height: 1000px;"></div>
<!-- RIGHT PG CLICKABLE -->
<div id="right_pg_clickable_cont" style="display: block; width: 300px; height: 1000px;"></div>
<!-- menu -->
<div id="cat_nav_container" style="z-index:1">
<div id="HomeMenu">
<nav class="desktop-only-container menu">
<ul class="unstyled inline first">
<li class="inset"><a href="/shop-online/542/fragrances">Fragrances</a><span class="separator">.</span></li>
<li><a href="/shop-online/81/vitamins-supplements">Vitamins & Supplements</a><span class="separator">.</span></li>
<li><a href="/shop-online/257/beauty">Beauty</a><span class="separator">.</span></li>
<li><a href="/shop-online/665/skin-care">skin care</a><span class="separator">.</span></li>
<li><a href="/shop-online/648/cosmetics">Cosmetics</a><span class="separator">.</span></li>
<li><a href="/shop-online/517/weight-management">Weight Management</a><span class="separator">.</span></li>
<li><a href="/shop-online/20/baby-care">Baby Care</a><span class="separator">.</span></li>
<li><a href="/shop-online/89/sexual-health">Sexual Health</a><span class="separator">.</span></li>
</ul>
<ul class="unstyled inline">
<li><a href="/shop-online/258/medicines">Medicines</a><span class="separator">.</span></li>
<li><a href="/shop-online/1093/cold-flu">Cold & Flu</a><span class="separator">.</span></li>
<li><a href="/prescriptions">Prescriptions</a><span class="separator">.</span></li>
<li><a href="/shop-online/159/oral-hygiene-and-dental-care">Dental</a><span class="separator">.</span></li>
<li><a href="/shop-online/792/household">Household</a><span class="separator">.</span></li>
<li><a href="/shop-online/129/hair-care">Hair Care</a><span class="separator">.</span></li>
<li><a href="/shop-online/1255/sports-nutrition">Protein</a><span class="separator">.</span></li>
<li><a href="/shop-online/198/smoking-deterrents">Quit Smoking</a><span class="separator">.</span></li>
<li><a href="/shop-online/3240/clearance">Clearance</a><span class="separator">.</span></li>
<li><a class="highlight" href="/competitions">Competitions</a></li>
</ul>
</nav>
<nav class="mobile-only-container">
<div class="button-panel">
<button id="mobile-menu-btn" type="button"><i class="icon icon-menu">.</i>MENU</button>
<span class="divider">|</span>
<a href="/aboutus/store-locator/" id="store-locator-btn" type="button"><i class="icon icon-store">.</i>STORE LOCATION & HOURS</a>
</div>
<ul class="unstyled" id="mobile-menu">
<!--<li class="darker"><a href="https://www.chemistwarehouse.co.nz"><i class="icon-home icon_margin_fix" style="background-image:url(https://static.chemistwarehouse.com.au/ams/media/images/china_icon.png) !important; background-position:0 0 !important">.</i>中文网站</a></li>-->
<li class="darker"><a href="/"><i class="icon-home icon_margin_fix">.</i> Home</a></li>
<li class="darker"><a href="/catalogues"><i class="icon-catalogue icon_margin_fix">.</i> Catalogue</a></li>
<!--<li class="darker"><a href="http://www.chemistwarehouse.co.nz/CWH/media/Documents/CWHNZJUNE2020.pdf" target="_blank"><i class="icon-catalogue icon_margin_fix">.</i> Catalogue</a></li>-->
<li class="darker" id="mobile-menu-login"><a href="/login"><i class="icon-login icon_margin_fix">.</i> Login / Register</a></li>
<li class="darker" id="mobile-menu-account"><a href="/youraccount"><i class="icon-login icon_margin_fix">.</i> Your Account</a></li>
<li class="darker" id="mobile-menu-logout"><a href="#" id="AMS_Logout_Mobile"><i class="icon-login icon_margin_fix">.</i> Logout</a></li>
<li class="darker"><a href="/aboutus"><i class="icon-contact icon_margin_fix">.</i> Contact Us</a></li>
<li class="darker"><a href="/aboutus/shipping"><i class="icon-shipping icon_margin_fix">.</i> Shipping</a></li>
<li class="heading">CATEGORIES</li>
<li><a href="/shop-online/542/fragrances"><i class="icon-fragrances icon_margin_fix">.</i> Fragrances</a></li>
<li><a href="/shop-online/81/vitamins-supplements"><i class="icon-vitamins icon_margin_fix">.</i> Vitamins & Supplements</a></li>
<li><a href="/shop-online/257/beauty"><i class="icon-beauty icon_margin_fix">.</i> Beauty</a></li>
<li><a href="/shop-online/665/skin-care"><i class="icon-skincare icon_margin_fix">.</i> Skin Care</a></li>
<li><a href="/shop-online/648/cosmetics"><i class="icon-cosmetics icon_margin_fix">.</i> Cosmetics</a></li>
<li><a href="/shop-online/517/weight-management"><i class="icon-weightloss icon_margin_fix">.</i> Weight Management</a></li>
<li><a href="/shop-online/20/baby-care"><i class="icon-babycare icon_margin_fix">.</i> Baby Care</a></li>
<li><a href="/shop-online/89/sexual-health"><i class="icon-sexualhealth icon_margin_fix">.</i> Sexual Health</a></li>
<li><a href="/shop-online/198/smoking-deterrents"><i class="icon-quitsmoking icon_margin_fix">.</i> Quit Smoking</a></li>
<li><a href="/shop-online/258/medicines"><i class="icon-medicines icon_margin_fix">.</i> Medicines</a></li>
<li><a href="/shop-online/1093/cold-flu"><i class="icon-coldandflu icon_margin_fix">.</i> Cold & Flu</a></li>
<li><a href="/prescriptions"><i class="icon-prescriptions icon_margin_fix">.</i> Prescriptions</a></li>
<li><a href="/shop-online/159/oral-hygiene-and-dental-care"><i class="icon-dental icon_margin_fix">.</i> Dental</a></li>
<li><a href="/shop-online/792/household"><i class="icon-household icon_margin_fix">.</i>Household</a></li>
<li><a href="/shop-online/129/hair-care"><i class="icon-haircare icon_margin_fix">.</i>Hair Care</a></li>
<li><a href="/shop-online/1255/sports-nutrition"><i class="icon-protein icon_margin_fix">.</i> Protein</a></li>
<li><a href="/shop-online/3240/clearance"><i class="icon_margin_fix icon-allcategories">.</i> Clearance</a></li>
<li><a class="highlight" href="/competitions"><i class="icon_margin_fix icon-bestsellers">.</i> Competitions</a></li>
</ul>
</nav>
<div class="mobile-only-container">
<div id="store-locator">
<p>Store Locator</p>
</div>
</div>
</div>
<style>
.ksp-banner {
margin: 8px 10px 0;
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 8px 16px 0;
}
.ksp-banner-item {
text-decoration: none;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 8px;
}
.ksp-banner-item:hover {
cursor: pointer;
text-decoration: none;
}
.ksp-banner-item:hover .ksp-banner-item-content-title {
text-decoration: none;
}
.ksp-banner-item-icon {
width: 24px;
height: 24px;
}
.ksp-banner-item-content {
display: flex;
flex-direction: column;
align-items: flex-start;
text-decoration: none;
padding: 0px;
gap: 2px;
}
.ksp-banner-item-content-title {
height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #333333;
text-decoration: underline;
}
.ksp-banner-item-content-text {
height: 14px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #4F4F4F;
}
.text-sm {
scale: 0.83;
transform-origin: left;
}
</style>
<div id="p_lt_ctl05_MenuUserControl_userControlElem_KSP_strip" class="desktop-only-container ksp-banner promotion-strip--desktop">
<a id="KSP_strip_fd" class="ksp-banner-item" href="/aboutus/shipping">
<div class="ksp-banner-item-icon">
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_4932_49215" style="mask-type: alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25">
<rect y="0.5" width="24" height="24" fill="#D9D9D9"></rect>
</mask>
<g mask="url(#mask0_4932_49215)">
<path d="M5.8501 20.05C5.06676 20.05 4.4041 19.7793 3.8621 19.238C3.32076 18.696 3.0501 18.0333 3.0501 17.25H1.3501V6.8C1.3501 6.3 1.5251 5.875 1.8751 5.525C2.2251 5.175 2.6501 5 3.1501 5H16.7751V8.8H19.4251L22.6501 13.125V17.25H20.8501C20.8501 18.0333 20.5751 18.696 20.0251 19.238C19.4751 19.7793 18.8084 20.05 18.0251 20.05C17.2584 20.05 16.6001 19.7793 16.0501 19.238C15.5001 18.696 15.2251 18.0333 15.2251 17.25H8.6501C8.6501 18.0333 8.37943 18.696 7.8381 19.238C7.2961 19.7793 6.63343 20.05 5.8501 20.05ZM5.8501 18.55C6.21676 18.55 6.5251 18.425 6.7751 18.175C7.0251 17.925 7.1501 17.6167 7.1501 17.25C7.1501 16.8833 7.0251 16.575 6.7751 16.325C6.5251 16.075 6.21676 15.95 5.8501 15.95C5.48343 15.95 5.1751 16.075 4.9251 16.325C4.6751 16.575 4.5501 16.8833 4.5501 17.25C4.5501 17.6167 4.6751 17.925 4.9251 18.175C5.1751 18.425 5.48343 18.55 5.8501 18.55ZM2.8501 15.75H3.5751C3.79176 15.3833 4.1001 15.075 4.5001 14.825C4.9001 14.575 5.3501 14.45 5.8501 14.45C6.33343 14.45 6.77943 14.5707 7.1881 14.812C7.5961 15.054 7.90843 15.3667 8.1251 15.75H15.2751V6.5H3.1501C3.08343 6.5 3.01676 6.53333 2.9501 6.6C2.88343 6.66667 2.8501 6.73333 2.8501 6.8V15.75ZM18.0501 18.55C18.4168 18.55 18.7251 18.425 18.9751 18.175C19.2251 17.925 19.3501 17.6167 19.3501 17.25C19.3501 16.8833 19.2251 16.575 18.9751 16.325C18.7251 16.075 18.4168 15.95 18.0501 15.95C17.6834 15.95 17.3711 16.075 17.1131 16.325C16.8544 16.575 16.7251 16.8833 16.7251 17.25C16.7251 17.6167 16.8544 17.925 17.1131 18.175C17.3711 18.425 17.6834 18.55 18.0501 18.55ZM16.7751 13.75H21.2501L18.6501 10.3H16.7751V13.75Z" fill="#0053A3"></path>
</g>
</svg>
</div>
<div class="ksp-banner-item-content">
<div class="ksp-banner-item-content-title">Free Standard Delivery</div>
<div class="ksp-banner-item-content-text">on NZ Post orders above $50</div>
<div class="ksp-banner-item-content-text text-sm">*Exclusions apply</div>
</div>
</a>
<a id="KSP_strip_cnc" href="/aboutus/click-and-collect" class="ksp-banner-item">
<div class="ksp-banner-item-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.2901 12.5303V9.49152C14.2846 8.57822 14.8248 6.75162 17.03 6.75162C19.2352 6.75162 19.7755 8.57822 19.7699 9.49152V12.5303M12.1403 10.8452H21.8644L22.1455 21.5606H11.7693L12.1403 10.8452Z" stroke="#014593" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M4.15536 8.21807V5.17926C4.14982 4.26596 4.69006 2.43936 6.89526 2.43936C9.10047 2.43936 9.6407 4.26596 9.63516 5.17926V8.21807M11.9431 8.21807V6.37544H1.85446L1.85448 17.7374H9.33582" stroke="#014593" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="ksp-banner-item-content">
<div class="ksp-banner-item-content-title">Free Click and Collect</div>
<div class="ksp-banner-item-content-text">Typically ready to collect within 4 hours</div>
</div>
</a>
<a id="KSP_strip_tracking" href="/fast-delivery" class="ksp-banner-item">
<div class="ksp-banner-item-icon">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25 13.5L14.75 2.25L12.5 10.5H20.75L10.25 21.75L12.5 13.5H4.25Z" stroke="#014593" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="ksp-banner-item-content">
<div class="ksp-banner-item-content-title">Fast Delivery</div>
<div class="ksp-banner-item-content-text">Same day and next day delivery</div>
</div>
</a>
</div>
</div>
<!-- Main Content -->
<div id="Main">
<div class="Main-Container">
<!-- top content -->
<div id="Top-Content">
<script type="text/javascript">
//<![CDATA[
document.querySelectorAll('#HomeMenu a[href*="categories"]').forEach((link) => {
link.href = "/competitions"
link.innerHTML = link.innerHTML.replace('All categories', 'Competitions').replace('All Categories', 'Competitions')
const icon = link.querySelector('i')
if (icon) {
icon.classList.remove('icon-allcategories')
icon.classList.add('icon-bestsellers')
}
})
document.querySelectorAll('#HomeMenu a[href*="bestsellers"]').forEach((link) => {
link.href = "/shop-online/3240/clearance"
link.innerHTML = link.innerHTML.replace('Best Sellers', 'Clearance')
const icon = link.querySelector('i')
if (icon) {
icon.classList.remove('icon-bestsellers')
icon.classList.add('icon-allcategories')
}
})
//]]>
</script>
</div>
<!-- right content -->
<div id="Right-Content" style="">
<div id="FSBPlaceHolder_div" style="display:none">
<div class="freeshipping_yellowbox">
<div class="header_text">FREE SHIPPING?</div>
<div class="text">SIMPLY ADD <span id="need_more_value" style="color:Black; text-decoration:underline">-</span> TO YOUR CART!</div>
</div>
</div>
<div style="margin-bottom:13px" class="desktop-only-container">
<a href="https://www.chemistwarehouse.co.nz/aboutus/click-and-collect">
<img src="/cwh/media/images/CW_13th_February_Covid_W3_FD_RHST_300x145.jpg?ext=.jpg" alt="C&C">
</a>
</div>
<div class="dfp-container">
<!-- dfp section -->
<div class="feature-product" style="display: none;">
<div class="mrec_header" style="display: block;"></div>
<div data-is-featured-product="true" data-banner-type="MREC" id="div-gpt-ad-1503284157479-TARGETTED" class="dfp-section" data-inventoryid="/20725952/CWHNZ-MREC-TARGETTED" data-dimensions="[300,250]" data-currentpath="/c/3jDAn5"
data-pathwithoutslash="" data-google-query-id="CIy2qafSwYoDFQ1KnQkdp6wTbw" style="display: none;">
<div id="google_ads_iframe_/20725952/CWHNZ-MREC-TARGETTED_0__container__" style="border: 0pt none; width: 300px; height: 0px;"></div>
</div>
</div>
<!-- dfp section -->
<div class="feature-product" style="display: none;">
<div class="mrec_header" style="display: block;"></div>
<div data-is-featured-product="true" data-banner-type="MREC" id="div-gpt-ad-1503284157479-TARGETTED-2" class="dfp-section" data-inventoryid="/20725952/CWHNZ-MREC-TARGETTED" data-dimensions="[300,250]" data-currentpath="/c/3jDAn5"
data-pathwithoutslash="" data-google-query-id="CI22qafSwYoDFQ1KnQkdp6wTbw" style="display: none;">
<div id="google_ads_iframe_/20725952/CWHNZ-MREC-TARGETTED_1__container__" style="border: 0pt none; width: 300px; height: 0px;"></div>
</div>
</div>
<!-- dfp section -->
<div class="feature-product">
<div class="mrec_header" style="display: block;"></div>
<div data-is-featured-product="true" data-banner-type="MREC" id="div-gpt-ad-1335235213624-0" class="dfp-section" data-inventoryid="/20725952/CWHNZ-MREC" data-dimensions="[300,250]" data-currentpath="/c/3jDAn5" data-pathwithoutslash=""
data-google-query-id="CI62qafSwYoDFQ1KnQkdp6wTbw">
<div id="google_ads_iframe_/20725952/CWHNZ-MREC_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/20725952/CWHNZ-MREC_0" name="google_ads_iframe_/20725952/CWHNZ-MREC_0" title="3rd party ad content" width="300"
height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true"
data-google-container-id="3" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<!-- dfp section -->
<div class="feature-product">
<div class="mrec_header" style="display: block;"></div>
<div data-is-featured-product="true" data-banner-type="MREC" id="div-gpt-ad-1335235213624-2" class="dfp-section" data-inventoryid="/20725952/CWHNZ-MREC" data-dimensions="[300,250]" data-currentpath="/c/3jDAn5" data-pathwithoutslash=""
data-google-query-id="CI-2qafSwYoDFQ1KnQkdp6wTbw">
<div id="google_ads_iframe_/20725952/CWHNZ-MREC_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/20725952/CWHNZ-MREC_1" name="google_ads_iframe_/20725952/CWHNZ-MREC_1" title="3rd party ad content" width="300"
height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true"
data-google-container-id="4" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<!-- dfp section -->
<div class="feature-product">
<div class="mrec_header" style="display: block;"></div>
<div data-is-featured-product="true" data-banner-type="MREC" id="div-gpt-ad-1335235213624-3" class="dfp-section" data-inventoryid="/20725952/CWHNZ-MREC" data-dimensions="[300,250]" data-currentpath="/c/3jDAn5" data-pathwithoutslash=""
data-google-query-id="CJC2qafSwYoDFQ1KnQkdp6wTbw">
<div id="google_ads_iframe_/20725952/CWHNZ-MREC_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/20725952/CWHNZ-MREC_2" name="google_ads_iframe_/20725952/CWHNZ-MREC_2" title="3rd party ad content" width="300"
height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true"
data-google-container-id="5" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<!-- dfp section -->
<div class="feature-product">
<div class="mrec_header" style="display: block;"></div>
<div data-is-featured-product="true" data-banner-type="MREC" id="div-gpt-ad-1335235213624-1" class="dfp-section" data-inventoryid="/20725952/CWHNZ-MREC" data-dimensions="[300,250]" data-currentpath="/c/3jDAn5" data-pathwithoutslash=""
data-google-query-id="CJG2qafSwYoDFQ1KnQkdp6wTbw">
<div id="google_ads_iframe_/20725952/CWHNZ-MREC_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/20725952/CWHNZ-MREC_3" name="google_ads_iframe_/20725952/CWHNZ-MREC_3" title="3rd party ad content" width="300"
height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting" data-load-complete="true"
data-google-container-id="6" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
</div><!-- end opening dfp-container -->
<!-- dfp section -->
<div data-is-featured-product="false" data-banner-type="RHS" id="div-gpt-ad-1404428843085-0" class="dfp-section" data-inventoryid="/20725952/CWHNZ_RHS_BOTTOM" data-dimensions="[[300, 100], [300, 145], [300, 150], [300, 200]]"
data-currentpath="/c/3jDAn5" data-pathwithoutslash="" data-google-query-id="CJK2qafSwYoDFQ1KnQkdp6wTbw" style="display: none;">
<div id="google_ads_iframe_/20725952/CWHNZ_RHS_BOTTOM_0__container__" style="border: 0pt none; width: 300px; height: 0px;"></div>
</div>
<!-- dfp section -->
<div data-is-featured-product="false" data-banner-type="RHS" id="div-gpt-ad-1404428843085-1" class="dfp-section" data-inventoryid="/20725952/CWHNZ_RHS_BOTTOM" data-dimensions="[[300, 100], [300, 145], [300, 150], [300, 200]]"
data-currentpath="/c/3jDAn5" data-pathwithoutslash="" data-google-query-id="CJO2qafSwYoDFQ1KnQkdp6wTbw" style="display: none;">
<div id="google_ads_iframe_/20725952/CWHNZ_RHS_BOTTOM_1__container__" style="border: 0pt none; width: 300px; height: 0px;"></div>
</div>
<!-- dfp section -->
<div data-is-featured-product="false" data-banner-type="PAGE SKINNING" id="div-gpt-ad-1404976536533-0" class="dfp-section" data-inventoryid="/20725952/CWHNZ_PAGE_SKINNING" data-dimensions="[1,1]" data-currentpath="/c/3jDAn5"
data-pathwithoutslash="" data-google-query-id="CJS2qafSwYoDFQ1KnQkdp6wTbw">
<div id="google_ads_iframe_/20725952/CWHNZ_PAGE_SKINNING_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/20725952/CWHNZ_PAGE_SKINNING_0" name="google_ads_iframe_/20725952/CWHNZ_PAGE_SKINNING_0"
title="3rd party ad content" width="1" height="1" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" aria-label="Advertisement" tabindex="0" allow="private-state-token-redemption;attribution-reporting"
data-load-complete="true" data-google-container-id="9" style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</div>
<!-- left content -->
<div id="Left-Content">
<!-- main content -->
<style>
#Left-Content {
margin: 0;
width: 100%;
}
#Right-Content {
display: none;
}
.cc__bootstrap__section {
padding: 10px;
text-align: center;
}
.cc__bootstrap__section h2 {
color: #0251a0;
font-weight: 600;
}
.mobile__title {
font-size: 18px;
margin: 30px 0 20px 0;
font-weight: 500;
}
#txtMobile {
width: 200px;
display: inline-block;
}
.mobile__button {
width: 100%;
}
#btnSubmit {
width: 200px;
}
.mobile__msg {
margin: 5px 0;
color: red;
}
.order__notFound {
text-align: center;
font-size: 20px;
font-weight: 500;
margin: 30px 0 10px 0;
}
.container img.my-3 {
width: 100%;
}
.mobile__prefix {
font-size: 24px;
margin: 0 5px 0 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.signup-bar .signup-body .button {
width: 84px;
height: 40px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 667px),
not all,
screen and (max-width: 480px) {
#KSP_strip {
display: none !important;
}
.non-cnc-features .free-ship-banner {
display: none !important;
}
.cnc-features-banner {
display: block !important;
}
}
</style>
<input type="hidden" name="p$lt$ctl08$pageplaceholder$p$lt$ctl00$usercontrol$userControlElem$hdfMobile" id="hdfMobile">
<div class="cc__bootstrap__section">
<div id="p_lt_ctl08_pageplaceholder_p_lt_ctl00_usercontrol_userControlElem_pnlMobileNumber">
<h2>Click & Collect Order Status</h2>
<div class="form-group">
<div class="mobile__title"> Please enter your mobile number </div>
<input name="p$lt$ctl08$pageplaceholder$p$lt$ctl00$usercontrol$userControlElem$txtMobile" value="02" id="txtMobile" class="form-control" placeholder="" type="number">
</div>
<div class="mobile__button">
<input type="submit" name="p$lt$ctl08$pageplaceholder$p$lt$ctl00$usercontrol$userControlElem$btnSubmit" value="Verify" id="btnSubmit" class="btn btn-primary">
</div>
<div class="mobile__msg">
<span id="p_lt_ctl08_pageplaceholder_p_lt_ctl00_usercontrol_userControlElem_lblMobileMsg"></span>
</div>
</div>
</div>
<script>
$('#txtMobile').keypress(function(e) {
var key = checkBrowser(e);
if (key == 13) {
$('#btnSubmit').click();
return false;
}
});
function checkBrowser(e) {
if (window.event) key = window.event.keyCode; //IE
else key = e.which; //firefox
return key;
}
var CncWebapiBaseUrl = "https://www.chemistwarehouse.co.nz/cnc";
</script>
</div>
<div style="clear: both"></div>
</div>
<!-- /main content -->
<div style="clear: both"></div>
<div class="mobile-only-container ">
<div class="mobile-dfp-section" id="mobile-dfp">
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div style="background-color:#fff; width:100%; height:10px; clear:both"></div>
</div>
<!-- footer -->
<div class="signup-bar">
<div class="arrow"></div>
<div class="signup-section-container">
<h2 class="title">Sign up for hot offers and HUGE savings!</h2>
<div class="signup-body">
<input type="email" class="email-address" placeholder="Enter email address...">
<div id="signup-buttons">
<button id="signupbtn" type="button" class="button">Sign up</button>
<div id="signedbtn" class="signup_loading">
<img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/metro-loading.gif" alt="Loading..." title="Loading...">
</div>
</div>
<div class="privacy-link"><a href="/aboutus/privacy">View our privacy policy</a></div>
<div class="signup-confirmation-message">Thank You For Joining Our Email Newsletter!</div>
</div>
</div>
</div>
<footer class="footer">
<hr class="divider">
<div class="links-and-legals links">
<nav class="first">
<ul class="unstyled">
<li><a href="/aboutus/store-locator">Store locations</a></li>
<li class="separator">|</li>
<li><a href="/contactus/">Contact Us</a></li>
<li class="separator">|</li>
<li><a href="/AboutUs/Shipping">Shipping</a></li>
<li class="separator">|</li>
</ul>
</nav>
<nav>
<!-- spaces between nav elements will cause the nav bars to no longer be side by side so do not introduce any spaces -->
<ul class="unstyled">
<li><a href="/AboutUs/Security">Security</a></li>
<li class="separator">|</li>
<li><a href="/chemist-warehouse-scams">Scam Alerts</a></li>
<li class="separator">|</li>
<li><a href="/AboutUs/ReturnsPolicy">Returns Policy</a></li>
</ul>
</nav>
</div>
<div class="links-and-legals links">
<nav class="first">
<ul class="unstyled">
<li><a href="/aboutus/privacy">Privacy</a></li>
<li class="separator">|</li>
<li><a href="/AboutUs/terms-and-conditions">Terms & Conditions</a></li>
<li class="separator">|</li>
<li><a href="/AboutUs/your-rights">Your Rights</a></li>
<li class="separator">|</li>
</ul>
</nav>
<nav>
<ul class="unstyled">
<li><a href="/AboutUs/faq">FAQ</a></li>
<li class="separator">|</li>
<li><a href="/reviews">Reviews</a></li>
<li class="separator">|</li>
<li><a href="/careers">Careers</a></li>
</ul>
</nav>
</div>
<hr class="divider">
<div class="links-and-legals">
<div class="contact-info">
<ul>
<li>Phone <a href="tel:0800001018">0800 001 018</a></li>
<li class="separator">|</li>
<li>Contact Us: <a href="/contactus">Click Here</a></li>
</ul>
</div>
<div class="logos">
<div class="inner-logos">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/anz.png" alt="Payment & Security - Trusted by ANZ">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/asb.png" alt="Payment & Security - Trusted by ASB">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/bnz.png" alt="Payment & Security - Trusted by BNZ">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/westpac.png" alt="Payment & Security - Trusted by Westpac">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/coop.png" alt="Payment & Security - Trusted by Co-operative">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/visa.png" alt="Payment & Security - Trusted by Visa">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/mastercard.png" alt="Payment & Security - Trusted by Mastercard">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/amex.png" alt="Payment & Security - Trusted by American Express">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/jcb.png" alt="Payment & Security - Trusted by JCB">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/zip.png" alt="Payment & Security - Trusted by Zip">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/afterpay.png" alt="Payment & Security - Trusted by Afterpay">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/wechat.png" alt="Payment & Security - Trusted by WeChat pay">
<img src="https://static.chemistwarehouse.co.nz/app_themes/AMS-CWH/Images/payment-logos/alipay.png" alt="Payment & Security - Trusted by Alipay">
</div>
</div>
<div class="accreditation-details" style="font-size:11px !important"> Pharmacist available - Monday to Friday 8:30am to 5:30pm </div>
<ul class="pharmacist-details">
<li>Chemist Warehouse Online, Building C, 1-4 Tāwharau Lane, East Tāmaki, Auckland 2013, New Zealand</li>
<li>Chemist Warehouse Online Charge Pharmacists: Liam Sergeant & Shivneel Sami</li>
<li>Proprietor: Pharmacy Investments Group 9 Limited</li>
</ul>
<div class="legals" style="font-size:11px !important"> **Please note that not all products available online are available in the stores. The RRP against which any savings comparisons we make to the listed sale price for products displayed on
this website is the supplier's recommended retail price for the product. All prices displayed on this website are in NZD unless otherwise indicated. Actual product or product packaging delivered may vary slightly from product image shown.
<br><br> *This product/medicine may not be right for you. Always read the label, warnings and instructions for use, before purchase. Vitamin and Mineral supplements should not replace a balanced diet.<br> Always read the label. Follow
directions for use. If symptoms persist talk to your healthcare professional. Read the warnings before purchase.<br> The Pharmacist reserves the right to not supply contrary to our professional and ethical obligations.<br> Sunscreen is only
used for one element of protection. </div>
<div class="sitemode-switcher">
<a id="switch_site_mode" href="#" onclick="AMS.SwitchSitemode()"></a>
</div>
</div>
</footer>
</form>
Text Content
$0.00 FREE SHIPPING OVER $50* Search for: Store Location & Hours | Catalogues | Login / Register Your Account | Logout Search for: $0.00 0 * Fragrances. * Vitamins & Supplements. * Beauty. * skin care. * Cosmetics. * Weight Management. * Baby Care. * Sexual Health. * Medicines. * Cold & Flu. * Prescriptions. * Dental. * Household. * Hair Care. * Protein. * Quit Smoking. * Clearance. * Competitions .MENU | .STORE LOCATION & HOURS * . Home * . Catalogue * . Login / Register * . Your Account * . Logout * . Contact Us * . Shipping * CATEGORIES * . Fragrances * . Vitamins & Supplements * . Beauty * . Skin Care * . Cosmetics * . Weight Management * . Baby Care * . Sexual Health * . Quit Smoking * . Medicines * . Cold & Flu * . Prescriptions * . Dental * .Household * .Hair Care * . Protein * . Clearance * . Competitions Store Locator Free Standard Delivery on NZ Post orders above $50 *Exclusions apply Free Click and Collect Typically ready to collect within 4 hours Fast Delivery Same day and next day delivery FREE SHIPPING? SIMPLY ADD - TO YOUR CART! CLICK & COLLECT ORDER STATUS Please enter your mobile number SIGN UP FOR HOT OFFERS AND HUGE SAVINGS! Sign up View our privacy policy Thank You For Joining Our Email Newsletter! -------------------------------------------------------------------------------- * Store locations * | * Contact Us * | * Shipping * | * Security * | * Scam Alerts * | * Returns Policy * Privacy * | * Terms & Conditions * | * Your Rights * | * FAQ * | * Reviews * | * Careers -------------------------------------------------------------------------------- * Phone 0800 001 018 * | * Contact Us: Click Here Pharmacist available - Monday to Friday 8:30am to 5:30pm * Chemist Warehouse Online, Building C, 1-4 Tāwharau Lane, East Tāmaki, Auckland 2013, New Zealand * Chemist Warehouse Online Charge Pharmacists: Liam Sergeant & Shivneel Sami * Proprietor: Pharmacy Investments Group 9 Limited **Please note that not all products available online are available in the stores. The RRP against which any savings comparisons we make to the listed sale price for products displayed on this website is the supplier's recommended retail price for the product. All prices displayed on this website are in NZD unless otherwise indicated. Actual product or product packaging delivered may vary slightly from product image shown. *This product/medicine may not be right for you. Always read the label, warnings and instructions for use, before purchase. Vitamin and Mineral supplements should not replace a balanced diet. Always read the label. Follow directions for use. If symptoms persist talk to your healthcare professional. Read the warnings before purchase. The Pharmacist reserves the right to not supply contrary to our professional and ethical obligations. Sunscreen is only used for one element of protection.