Advertisement
SammyRicour

Untitled

Jul 11th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.77 KB | None | 0 0
  1. <script type="text/JavaScript" src="scripts/jquery-1.10.2.js"></script>.
  2. <link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700" rel="stylesheet" />
  3. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
  4. <style type="text/css">
  5. #page {
  6. width: 100%;
  7. max-width: 900px;
  8. margin: auto;
  9. text-align: center;
  10. color: #000000;
  11. }
  12. #page p {
  13. font-family: 'Open Sans','sans-serif' !important;
  14. font-weight: normal;
  15. text-transform: uppercase;
  16. font-size: 16px;
  17. line-height: 20px;
  18. }
  19. .bouton {
  20. display: inline-block;
  21. font-family: 'Open Sans','sans-serif' !important;
  22. font-weight: normal;
  23. text-transform: uppercase;
  24. font-size: 20px;
  25. line-height: 20px;
  26. text-decoration: none;
  27. color: #000000;
  28. border: solid 2px #000000;
  29. border-radius: 30px;
  30. padding: 20px 30px;
  31. margin-top: 20px;
  32. }
  33. .bouton:hover {
  34. display: inline-block;
  35. font-family: 'Open Sans','sans-serif' !important;
  36. font-weight: normal;
  37. text-transform: uppercase;
  38. font-size: 20px;
  39. line-height: 20px;
  40. text-decoration: none;
  41. color: #000000;
  42. border: solid 2px #000000;
  43. border-radius: 30px;
  44. padding: 20px 30px;
  45. margin-top: 20px;
  46. }
  47. .bouton_black {
  48. display: inline-block;
  49. font-family: 'Open Sans','sans-serif' !important;
  50. font-weight: normal;
  51. text-transform: uppercase;
  52. font-size: 20px;
  53. line-height: 20px;
  54. text-decoration: none;
  55. color: #ffffff;
  56. background-color: #000000;
  57. border-radius: 30px;
  58. padding: 20px 59px;
  59. }
  60. .bouton_black:hover {
  61. display: inline-block;
  62. font-family: 'Open Sans','sans-serif' !important;
  63. font-weight: normal;
  64. text-transform: uppercase;
  65. font-size: 20px;
  66. line-height: 20px;
  67. text-decoration: none;
  68. color: #ffffff;
  69. background-color: #000000;
  70. border-radius: 30px;
  71. padding: 20px 59px;
  72. }
  73. .bouton_appli {
  74. display: inline-block;
  75. border: solid 2px #000000;
  76. border-radius: 30px;
  77. padding: 8px;
  78. margin-top: 20px;
  79. text-align: left;
  80. text-decoration: none;
  81. }
  82. .bouton_appli:hover {
  83. display: inline-block;
  84. border: solid 2px #000000;
  85. border-radius: 30px;
  86. padding: 8px;
  87. margin-top: 20px;
  88. text-align: left;
  89. text-decoration: none;
  90. }
  91. .bouton_appli table tr td {
  92. font-family: 'Open Sans','sans-serif' !important;
  93. font-weight: normal;
  94. text-transform: uppercase;
  95. font-size: 20px;
  96. line-height: 20px;
  97. text-decoration: none;
  98. color: #000000;
  99. }
  100. .ipxl_h1 {
  101. font-family: 'Yanone Kaffeesatz','sans-serif' !important;
  102. font-weight: 700 !important;
  103. font-stretch: condensed;
  104. font-size: 70px;
  105. line-height: 70px;
  106. margin: 75px 0px 30px 0px;
  107. }
  108. .ipxl_h2 {
  109. font-family: 'Yanone Kaffeesatz','sans-serif' !important;
  110. font-weight: 700 !important;
  111. font-stretch: condensed;
  112. font-size: 40px;
  113. line-height: 40px;
  114. margin: 30px 0px 25px 0px;
  115. }
  116. .ipxl_h3 {
  117. font-family: 'Yanone Kaffeesatz','sans-serif' !important;
  118. font-weight: 400 !important;
  119. font-stretch: condensed;
  120. font-size: 26px;
  121. line-height: 35px;
  122. margin: 0px;
  123. padding: 30px 0px;
  124. }
  125. .ipxl_h4 {
  126. font-family: 'Yanone Kaffeesatz','sans-serif';
  127. font-stretch: condensed;
  128. font-weight: 100;
  129. font-size: 50px;
  130. line-height: 55px;
  131. text-align: center;
  132. margin: 0px;
  133. }
  134. .ipxl_h5 {
  135. font-family: 'Open Sans','sans-serif' !important;
  136. font-weight: normal;
  137. text-transform: uppercase;
  138. font-size: 16px;
  139. line-height: 20px;
  140. margin: 0px 0px 30px 0px;
  141. text-align: center;
  142. }
  143. #db_intro {
  144. width: 100%;
  145. max-width: 780px;
  146. margin: auto;
  147. background-image: url(https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941251788830/db-quote-nl.jpg);
  148. background-repeat: no-repeat;
  149. background-size: 100%;
  150. }
  151. .db_black_letter {
  152. color: #ffffff;
  153. background-color: #000000;
  154. padding: 5px 5px 0px 5px;
  155. }
  156. .db_top_product {
  157. display: inline-block;
  158. margin: 15px;
  159. text-decoration: none;
  160. width: 25%;
  161. max-width: 258px;
  162. }
  163. .db_top_product img {
  164. width: 100%;
  165. }
  166. .db_arrow {
  167. cursor: pointer;
  168. margin-bottom: 120px;
  169. }
  170. .db_product_arrow {
  171. cursor: pointer;
  172. }
  173. .db_carousel_mobile {
  174. display: none;
  175. }
  176. .db_carousel2_mobile {
  177. display: none;
  178. }
  179. .db_60_left {
  180. width: 60%;
  181. float: left;
  182. }
  183. .db_60_right {
  184. width: 60%;
  185. float: right;
  186. }
  187. .db_40_left {
  188. width: 40%;
  189. float: left;
  190. }
  191. .db_40_right {
  192. width: 40%;
  193. float: right;
  194. }
  195. .db_text_margin {
  196. margin-right: 30px;
  197. padding-top: 30px;
  198. }
  199. .db_product_img {
  200. display: inline-block;
  201. margin: 20px 0px;
  202. width: 193px;
  203. }
  204. .db_spacer {
  205. width: 100%;
  206. height: 50px;
  207. }
  208. .db_little_spacer {
  209. width: 100%;
  210. height: 25px;
  211. }
  212. .db_hide_mobile {
  213. display: block;
  214. }
  215. .db_mobile_only {
  216. display: none;
  217. }
  218.  
  219. /* slider 1 */
  220.  
  221. #slider_dior_ipxl {
  222. margin: 0px;
  223. padding: 0px;
  224. list-style: none;
  225. }
  226. #bullets_dior_ipxl {
  227. margin: 0px;
  228. padding: 0px;
  229. }
  230. #bullets_dior_ipxl li {
  231. display: inline-block;
  232. }
  233. #bullets_dior_ipxl a {
  234. text-decoration: none;
  235. font-size: 16px;
  236. color: #cccccc;
  237. cursor: pointer;
  238. }
  239.  
  240. /* end slider */
  241.  
  242.  
  243. .db_arrow_mobile_container {
  244. text-align: center;
  245. display: none;
  246. margin-bottom: 25px;
  247. }
  248. .db_arrow_mobile {
  249. display: inline-block;
  250. cursor: pointer;
  251. margin: 0px 5px;
  252. }
  253. @media screen and (max-width:750px) {
  254. #page p {
  255. font-size: 14px;
  256. line-height: 18px;
  257. }
  258. .bouton {
  259. font-size: 18px;
  260. line-height: 18px;
  261. border-radius: 25px;
  262. padding: 15px 25px;
  263. }
  264. .bouton:hover {
  265. font-size: 18px;
  266. line-height: 18px;
  267. border-radius: 25px;
  268. padding: 15px 25px;
  269. }
  270. .bouton_black {
  271. font-size: 18px;
  272. line-height: 18px;
  273. border-radius: 25px;
  274. padding: 15px 25px;
  275. }
  276. .bouton_black:hover {
  277. font-size: 18px;
  278. line-height: 18px;
  279. border-radius: 25px;
  280. padding: 15px 25px;
  281. }
  282. .ipxl_h1 {
  283. font-size: 50px;
  284. line-height: 50px;
  285. margin: 50px 0px 20px 0px;
  286. }
  287. .ipxl_h2 {
  288. font-size: 30px;
  289. line-height: 20px;
  290. margin: 20px 0px 15px 0px;
  291. }
  292. .ipxl_h3 {
  293. font-size: 25px;
  294. line-height: 35px;
  295. margin: 0px;
  296. padding: 30px 0px;
  297. }
  298. .ipxl_h4 {
  299. font-size: 25px;
  300. line-height: 25px;
  301. margin: 0px;
  302. }
  303. .ipxl_h5 {
  304. font-size: 14px;
  305. line-height: 18px;
  306. margin: 0px 0px 30px 0px;
  307. }
  308. .db_hide_mobile {
  309. display: none;
  310. }
  311. .db_mobile_only {
  312. display: block;
  313. }
  314. #db_intro {
  315. background-image: none;
  316. }
  317. .db_60_left {
  318. width: 100%;
  319. float: none;
  320. }
  321. .db_60_right {
  322. width: 100%;
  323. float: none;
  324. }
  325. .db_40_left {
  326. width: 100%;
  327. float: none;
  328. }
  329. .db_40_right {
  330. width: 100%;
  331. float: none;
  332. }
  333. .db_text_margin {
  334. margin-right: 0px;
  335. padding-top: 20px;
  336. }
  337. .db_spacer {
  338. height: 25px;
  339. }
  340. .db_little_spacer {
  341. height: 15px;
  342. }
  343. .db_top_product {
  344. width: 100%;
  345. max-width: 258px;
  346. }
  347. .db_top_product img {
  348. width: 100%;
  349. max-width: 258px;
  350. }
  351. .db_arrow_mobile_container {
  352. display: inline-block;
  353. }
  354. }
  355. </style>
  356.  
  357.  
  358. <!--START PAGE-->
  359.  
  360.  
  361. <div id="page">
  362.  
  363. <a href="https://www.iciparisxl.nl/nl/dior-backstage/1062/brand"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8937873932318/db-logo.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" /></a>
  364.  
  365. <div class="db_little_spacer">&nbsp;</div>
  366.  
  367. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141177122846/db-header.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" /> <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176893470/db-header-mobile.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" />
  368.  
  369. <div class="db_little_spacer">&nbsp;</div>
  370.  
  371. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176991774/db-logo-2.png" alt="DIOR BACKSTAGE" width="100%" style="max-width: 650px;" border="0" />
  372.  
  373. <p>&nbsp;</p>
  374. <h4 class="ipxl_h4">NIEUWE <strong>FACE & BODY PRIMER</strong>
  375. VERVAGEND EN VERHELDEREND EFFECT, 24U HYDRATATIE
  376. </h4>
  377. <div id="db_intro">
  378. <h3 class="ipxl_h3"> Ik wilde het effect creëren dat ontstaat wanneer we de gezichten van de modellen backstage¹
  379. masseren voordat we hun make-up aanbrengen. Deze primer imiteert die handeling en laat de huid stralen. Het is echte wake up makeup².
  380. </h3>
  381. <h4 class="ipxl_h5">PETER PHILIPS,<br>Creative &amp; Image Director Make-up van het Huis Dior</h4>
  382. </div>
  383.  
  384.  
  385. <!--START 3 Products Desktop-->
  386.  
  387. <div class="db_hide_mobile">
  388.  
  389. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689915934/db-top-arrow-left-grey.jpg" alt="" width="32" border="0" id="db_arrow_left" class="db_arrow" />
  390.  
  391. <a href="https://www.iciparisxl.nl/nl/p/BP_972367" class="db_top_product" id="db_top_product_1"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939918098462/db-facebody-foundation.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  392.  
  393. <a href="https://www.iciparisxl.nl/nl/p/BP_972542" class="db_top_product" id="db_top_product_2"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939919343646/db-glowface-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  394.  
  395. <a href="https://www.iciparisxl.nl/nl/p/BP_972528" class="db_top_product" id="db_top_product_3"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939919605790/db-contour-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  396.  
  397. <a href="https://www.iciparisxl.nl/nl/p/BP_972780" class="db_top_product" id="db_top_product_4" style="display: none;"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691095582/db-warmneutrals-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  398.  
  399. <a href="https://www.iciparisxl.nl/nl/p/BP_972535" class="db_top_product" id="db_top_product_5" style="display: none;"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691193886/db-lip-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  400.  
  401. <a href="https://www.iciparisxl.nl/nl/p/BP_972738" class="db_top_product" id="db_top_product_6" style="display: none;"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691292190/db-foundation-brush.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  402.  
  403. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690276382/db-top-arrow-right-black.jpg" alt="" width="32" border="0" id="db_arrow_right" class="db_arrow" />
  404.  
  405. </div>
  406.  
  407. <script type="text/javascript">
  408. document.getElementById("db_arrow_right").onclick = function(){
  409. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689653790/db-top-arrow-left-black.jpg";
  410. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690374686/db-top-arrow-right-grey.jpg";
  411. document.getElementById("db_top_product_1").style.display = "none";
  412. document.getElementById("db_top_product_2").style.display = "none";
  413. document.getElementById("db_top_product_3").style.display = "none";
  414. document.getElementById("db_top_product_4").style.display = "inline-block";
  415. document.getElementById("db_top_product_5").style.display = "inline-block";
  416. document.getElementById("db_top_product_6").style.display = "inline-block";
  417. };
  418.  
  419. document.getElementById("db_arrow_left").onclick = function(){
  420. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689915934/db-top-arrow-left-grey.jpg";
  421. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690276382/db-top-arrow-right-black.jpg";
  422. document.getElementById("db_top_product_4").style.display = "none";
  423. document.getElementById("db_top_product_5").style.display = "none";
  424. document.getElementById("db_top_product_6").style.display = "none";
  425. document.getElementById("db_top_product_1").style.display = "inline-block";
  426. document.getElementById("db_top_product_2").style.display = "inline-block";
  427. document.getElementById("db_top_product_3").style.display = "inline-block";
  428. };
  429. </script>
  430.  
  431. <!--END 3 Products Desktop-->
  432.  
  433.  
  434. <!--START 3 Products Mobile-->
  435.  
  436. <div class="db_mobile_only">
  437.  
  438. <input id="status_dior" value="1" type="hidden" />
  439.  
  440. <ul id="slider_dior_ipxl">
  441.  
  442. <li id="slide_dior_ipxl_1" class="db_top_product"><a href="https://www.iciparisxl.nl/nl/p/BP_972367"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939918098462/db-facebody-foundation.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  443. </li>
  444.  
  445. <li id="slide_dior_ipxl_2" class="db_top_product db_carousel_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972542"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939919343646/db-glowface-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  446.  
  447. <li id="slide_dior_ipxl_3" class="db_top_product db_carousel_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972528"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939919605790/db-contour-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  448.  
  449. <li id="slide_dior_ipxl_4" class="db_top_product db_carousel_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972780"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691095582/db-warmneutrals-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  450.  
  451. <li id="slide_dior_ipxl_5" class="db_top_product db_carousel_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972535"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691193886/db-lip-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  452.  
  453. <li id="slide_dior_ipxl_6" class="db_top_product db_carousel_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972738"> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691292190/db-foundation-brush.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  454.  
  455. </ul>
  456.  
  457. <ul id="bullets_dior_ipxl">
  458. <li><a onClick="SetSlider(id);" id="bullet_dior_1" class="bullets_dior" style="color: #1e1e1e;">⚫</a></li>
  459. <li><a onClick="SetSlider(id);" id="bullet_dior_2" class="bullets_dior">⚫</a></li>
  460. <li><a onClick="SetSlider(id);" id="bullet_dior_3" class="bullets_dior">⚫</a></li>
  461. <li><a onClick="SetSlider(id);" id="bullet_dior_4" class="bullets_dior">⚫</a></li>
  462. <li><a onClick="SetSlider(id);" id="bullet_dior_5" class="bullets_dior">⚫</a></li>
  463. <li><a onClick="SetSlider(id);" id="bullet_dior_6" class="bullets_dior">⚫</a></li>
  464. </ul>
  465. </div>
  466.  
  467. <script type="text/javascript">
  468. function SetSlider(id_num) {
  469. var new_status = id_num.split("_").pop();
  470.  
  471. $("#slider_dior_ipxl li").css("display", "none");
  472. $("#slide_dior_ipxl_" + new_status).css("display", "inline-block");
  473. $(".bullets_dior").css("color", "#cccccc");
  474. $("#bullet_dior_" + new_status).css("color", "#1e1e1e");
  475. $("#status_dior").val(new_status);
  476. }
  477. </script>
  478.  
  479. <!--END 3 Products Mobile-->
  480.  
  481.  
  482. <div class="db_spacer">&nbsp;</div>
  483.  
  484.  
  485. <!--START Face & Body PRIMER-->
  486.  
  487. <div class="db_60_left">
  488.  
  489. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176074270/db-booster.gif" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  490. </div>
  491.  
  492.  
  493. <div class="db_40_right">
  494.  
  495. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176172574/db-booster-right.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  496.  
  497. <div class="db_text_margin">
  498.  
  499. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9144498257950/booster-image-mobile.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  500.  
  501. <div class="db_hide_mobile">
  502. <h2 class="ipxl_h2">STAP 1<BR> FACE & BODY PRIMER</h2>
  503. <p>DE UNIVERSELE BASIS VOOR DE TEINT, ONMIDDELLIJK STRALEND EFFECT</p>
  504. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176369182/db-body-primer.png" border="0" />
  505. </div>
  506.  
  507. <p style="text-transform: capitalize;">Face & Body Primer</p>
  508.  
  509. <br />
  510. <a class="bouton_black" href="https://www.iciparisxl.be/nl/p/BP_1023264">BESTELLEN</a>
  511. <br />
  512. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/ogg6Iwb3_5Q?rel=0&amp;showinfo=0" style="cursor: pointer;">
  513. <table cellpadding="0" cellspacing="0">
  514. <tbody>
  515. <tr>
  516. <td width="40">
  517. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  518. </td>
  519. <td>GEBRUIKSADVIES</td>
  520. </tr>
  521. </tbody>
  522. </table>
  523. </a>
  524. </div>
  525.  
  526. </div>
  527.  
  528. <!--STOP Face & Body PRIMER-->
  529.  
  530. <div style="clear: both;">&nbsp;</div>
  531. <div class="db_spacer">&nbsp;</div>
  532.  
  533.  
  534. <!--START Face & Body FOUNDATION-->
  535.  
  536.  
  537. <div class="db_40_left">
  538.  
  539. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141183348766/db-foundation-right.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  540.  
  541. <div class="db_text_margin">
  542.  
  543. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9144498159646/foundation-image-mobile.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  544. <div class="db_hide_mobile">
  545.  
  546. <h2 class="ipxl_h2">STAP 2<BR> FACE & BODY FOUNDATION</h2>
  547. <p>40 TINTEN, DEKKING OP MAAT</p>
  548. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176270878/db-body-foundation.png" border="0" />
  549. </div>
  550. <p style="text-transform: capitalize;">Face & Body Foundation</p>
  551. <br />
  552. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a>
  553. <br />
  554. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/ogg6Iwb3_5Q?rel=0&amp;showinfo=0" style="cursor: pointer;">
  555. <table cellpadding="0" cellspacing="0">
  556. <tbody>
  557. <tr>
  558. <td width="40">
  559. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  560. </td>
  561. <td>GEBRUIKSADVIES</td>
  562. </tr>
  563. </tbody>
  564. </table>
  565. </a>
  566. </div>
  567. </div>
  568.  
  569. <div class="db_60_right">
  570.  
  571. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141183250462/db-foundation.gif" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  572.  
  573. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941252509726/db-facebody-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" />
  574.  
  575. </div>
  576.  
  577. <!--STOP Face & Body FOUNDATION-->
  578.  
  579.  
  580. <div style="clear: both;">&nbsp;</div>
  581. <h1 class="ipxl_h1">DE LOOK AFWERKEN</h1>
  582.  
  583.  
  584. <!--START Contour Palette-->
  585.  
  586. <div id="db_visage_1" class="db_visage_all">
  587.  
  588. <div class="db_60_left db_hide_mobile">
  589. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310455838/face-palette-1.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  590. </div>
  591.  
  592. <div class="db_40_right">
  593. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310554142/face-palette-right-top.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  594.  
  595. <div class="db_hide_mobile">
  596. <h2 class="ipxl_h2">CONTOUR PALETTE</h2>
  597. <p>Sculpteren, illumineren, <br /> dekking op maat</p>
  598. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_visage_1" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  599. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141311406110/db-contour-1.png" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  600. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_visage_1" onClick="db_NextProduct(id)" class="db_product_arrow" />
  601. <p style="text-transform: capitalize;">Contour Palette</p>
  602. </div>
  603.  
  604. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141329362974/face-palette-mobile-1.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  605.  
  606. <div class="db_arrow_mobile_container">
  607. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_visage_1" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  608.  
  609. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_visage_1" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  610. </div>
  611.  
  612.  
  613. <br />
  614. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a><br />
  615. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/ogg6Iwb3_5Q?rel=0&amp;showinfo=0" style="cursor: pointer;">
  616. <table cellpadding="0" cellspacing="0">
  617. <tbody>
  618. <tr>
  619. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" /></td>
  620. <td>GEBRUIKSADVIES</td>
  621. </tr>
  622. </tbody>
  623. </table>
  624. </a>
  625. </div>
  626. </div>
  627.  
  628. <!--STOP Contour Palette-->
  629.  
  630.  
  631. <!--START Glow Palette-->
  632.  
  633. <div id="db_visage_2" class="db_visage_all" style="display: none;">
  634.  
  635. <div class="db_60_left db_hide_mobile">
  636. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310652446/face-palette-2.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  637. </div>
  638.  
  639. <div class="db_40_right">
  640.  
  641. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310554142/face-palette-right-top.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  642.  
  643. <div class="db_hide_mobile">
  644. <h2 class="ipxl_h2">GLOW FACE PALETTE - 001 UNIVERSAL</h2>
  645. <p>Verhelderende blush, stralende highlighter,<br />
  646. helderheid op maat
  647. </p>
  648. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_visage_2" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  649. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141311504414/db-glow-universal-2.png" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  650. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_visage_2" onClick="db_NextProduct(id)" class="db_product_arrow" />
  651. <p style="text-transform: capitalize;">Glow Face Palette - 001 Universal</p>
  652. </div>
  653.  
  654. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141329461278/face-palette-mobile-2.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  655.  
  656. <div class="db_arrow_mobile_container">
  657. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_visage_2" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  658. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_visage_2" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  659. </div>
  660.  
  661. <br />
  662.  
  663. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  664.  
  665. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/VdOPthAKntw?rel=0&amp;showinfo=0" style="cursor: pointer;">
  666. <table cellpadding="0" cellspacing="0">
  667. <tbody>
  668. <tr>
  669. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" /></td>
  670. <td>GEBRUIKSADVIES</td>
  671. </tr>
  672. </tbody>
  673. </table>
  674. </a>
  675.  
  676. </div>
  677.  
  678. </div>
  679.  
  680. <!--STOP Glow Palette-->
  681.  
  682. <!--START Glow Palette-->
  683.  
  684. <div id="db_visage_3" class="db_visage_all" style="display: none;">
  685.  
  686. <div class="db_60_left db_hide_mobile">
  687. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141311012894/face-palette-3.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  688. </div>
  689.  
  690. <div class="db_40_right">
  691.  
  692. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310554142/face-palette-right-top.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  693.  
  694. <div class="db_hide_mobile">
  695. <h2 class="ipxl_h2">GLOW FACE PALETTE - 002 GLITZ</h2>
  696. <p>PROFESSIONEEL RESULTAAT - <br>PURE GLANS,<br> MENGBAAR - HIGHLIGHTER & BLUSH
  697. </p>
  698. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_visage_3" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  699. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141311602718/db-glow-glitz-3.png" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  700. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_visage_3" onClick="db_NextProduct(id)" class="db_product_arrow" />
  701. <p style="text-transform: capitalize;">Glow Face Palette - 002 Glitz</p>
  702. </div>
  703.  
  704. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141329559582/face-palette-mobile-3.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  705.  
  706. <div class="db_arrow_mobile_container">
  707. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_visage_3" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  708. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_visage_3" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  709. </div>
  710.  
  711. <br />
  712.  
  713. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  714.  
  715. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/VdOPthAKntw?rel=0&amp;showinfo=0" style="cursor: pointer;">
  716. <table cellpadding="0" cellspacing="0">
  717. <tbody>
  718. <tr>
  719. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" /></td>
  720. <td>GEBRUIKSADVIES</td>
  721. </tr>
  722. </tbody>
  723. </table>
  724. </a>
  725.  
  726. </div>
  727.  
  728. </div>
  729.  
  730. <!--STOP Glow Palette-->
  731.  
  732.  
  733. <!--START Eye Palettes
  734.  
  735. <div style="clear: both;">&nbsp;</div>
  736. <div class="db_spacer">&nbsp;</div>
  737.  
  738. <div class="db_60_left">
  739. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616398366/db-regard-image-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  740. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616496670/db-regard-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" />
  741. </div>
  742.  
  743. <div class="db_40_right">
  744. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616594974/db-top-black-2.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  745. <div class="db_text_margin">
  746. <h2 class="ipxl_h2">EYE PALETTES</h2>
  747. <p>INTENS GEPIGMENTEERD OOGSCHADUWPALET MET VERSCHILLENDE TEXTUREN<br />
  748. &nbsp;<br />
  749. BASIS, OOGSCHADUW, HIGHLIGHTER<br />
  750. &nbsp;<br />
  751. 1 PRIMER, 8 MATTE EN GE&Iuml;RISEERDE OOGSCHADUWTINTEN
  752. </p>
  753. <a class="bouton" href="https://www.iciparisxl.nl/nl/dior-backstage/1062/brand?sort=rankingOnBrandPage&amp;text=&amp;resultsForPage=18&amp;openCategories=category%3A106203%3Acategory%3A10620302&amp;categoryCode=10620302&amp;q=%3ArankingOnBrandPage%3Acategory%3A10620302">BESTELLEN</a>
  754. </div>
  755. </div>
  756.  
  757. STOP Eye Palettes-->
  758.  
  759.  
  760. <div style="clear: both;">&nbsp;</div>
  761. <div class="db_spacer">&nbsp;</div>
  762.  
  763.  
  764. <!--START Cool Neutrals-->
  765.  
  766. <div id="db_yeux_1" class="db_yeux_all">
  767.  
  768. <div class="db_60_right db_hide_mobile">
  769. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316386846/eyes-palette-1.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  770. </div>
  771.  
  772. <div class="db_40_left">
  773. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316190238/eyes-palette-right-top.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  774. <div class="db_hide_mobile">
  775. <h2 class="ipxl_h2">EYE PALETTE<br>AMBER NEUTRALS</h2>
  776. <p>Multitexturen,<br />
  777. ultra gepigmenteerd,<br />
  778. dekking op maat
  779. </p>
  780. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_1" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  781.  
  782. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141319237662/db-amber-product.png" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  783.  
  784. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_1" onClick="db_NextProduct(id)" class="db_product_arrow" />
  785.  
  786. <p style="text-transform: capitalize;">Eye Palette Amber Neutrals</p>
  787. </div>
  788.  
  789. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141331591198/eyes-palette-mobile-1.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  790.  
  791. <div class="db_arrow_mobile_container">
  792. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_1" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  793. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_1" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  794. </div>
  795.  
  796. <br />
  797. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972773">BESTELLEN</a><br />
  798. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/FYsQEqNFDFI?rel=0&amp;showinfo=0" style="cursor: pointer;">
  799. <table cellpadding="0" cellspacing="0">
  800. <tbody>
  801. <tr>
  802. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" width="34" border="0" alt="" /></td>
  803. <td>GEBRUIKSADVIES</td>
  804. </tr>
  805. </tbody>
  806. </table>
  807. </a>
  808. </div>
  809. </div>
  810.  
  811. <!--STOP Cool Neutrals-->
  812.  
  813.  
  814. <!--START Warm Neutrals-->
  815.  
  816. <div id="db_yeux_2" class="db_yeux_all" style="display: none;">
  817.  
  818. <div class="db_60_right db_hide_mobile">
  819. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316288542/eyes-palette-2.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  820. </div>
  821.  
  822. <div class="db_40_left">
  823. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316190238/eyes-palette-right-top.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  824. <div class="db_hide_mobile">
  825. <h2 class="ipxl_h2">EYE PALETTE<BR>COOL NEUTRALS</h2>
  826. <p>Multi-texturen,<br />
  827. ultra gepigmenteerd,<br />
  828. dekking op maat
  829. </p>
  830. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_2" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  831. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247070238/db-coolneutrals-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  832. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_2" onClick="db_NextProduct(id)" class="db_product_arrow" />
  833. <p style="text-transform: capitalize;">Eye Palette Cool Neutrals</p>
  834. </div>
  835.  
  836. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141331689502/eyes-palette-mobile-2.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  837.  
  838. <div class="db_arrow_mobile_container">
  839. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_2" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  840. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_2" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  841. </div>
  842.  
  843. <br />
  844. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972780">BESTELLEN</a><br />
  845. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/I1XqA6LFQPo?rel=0&amp;showinfo=0" style="cursor: pointer;">
  846. <table cellpadding="0" cellspacing="0">
  847. <tbody>
  848. <tr>
  849. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" width="34" border="0" alt="" /></td>
  850. <td>GEBRUIKSADVIES</td>
  851. </tr>
  852. </tbody>
  853. </table>
  854. </a>
  855. </div>
  856. </div>
  857.  
  858. <!--STOP Warm Neutrals-->
  859.  
  860.  
  861.  
  862. <!--START Brow Light
  863.  
  864. <div id="db_yeux_3" class="db_yeux_all" style="display: none;">
  865.  
  866. <div class="db_60_right db_hide_mobile">
  867. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941245726750/db-brow-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  868. </div>
  869.  
  870. <div class="db_40_left">
  871. <div class="db_hide_mobile">
  872. <h2 class="ipxl_h2">BROW PALETTE LIGHT</h2>
  873. <p>Vullen, modelleren, mooi<br />
  874. gevormde wenkbrauwen
  875. </p>
  876. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_3" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  877. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941245628446/db-brow-light-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  878. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_3" onClick="db_NextProduct(id)" class="db_product_arrow" />
  879.  
  880. <p style="text-transform: capitalize;">Brow Palette Light</p>
  881. </div>
  882.  
  883. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616988190/db-browlight-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  884.  
  885. <div class="db_arrow_mobile_container">
  886. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_3" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  887. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_3" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  888. </div>
  889.  
  890. <br />
  891. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972794">BESTELLEN</a><br />
  892. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/YRTOmBRay6A?rel=0&amp;showinfo=0" style="cursor: pointer;">
  893. <table cellpadding="0" cellspacing="0">
  894. <tbody>
  895. <tr>
  896. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" width="34" border="0" alt="" /></td>
  897. <td>GEBRUIKSADVIES</td>
  898. </tr>
  899. </tbody>
  900. </table>
  901. </a>
  902. </div>
  903. </div>
  904.  
  905. STOP Brow Light-->
  906.  
  907.  
  908. <!--START Brow Dark
  909.  
  910. <div id="db_yeux_4" class="db_yeux_all" style="display: none;">
  911. <div class="db_60_right db_hide_mobile">
  912. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941245726750/db-brow-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  913. </div>
  914.  
  915. <div class="db_40_left">
  916. <div class="db_hide_mobile">
  917. <h2 class="ipxl_h2">BROW PALETTE DARK</h2>
  918. <p>Vullen, modelleren, mooi<br />
  919. gevormde wenkbrauwen
  920. </p>
  921. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_4" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  922. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941245923358/db-brow-dark-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  923. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_4" onClick="db_NextProduct(id)" class="db_product_arrow" />
  924. <p style="text-transform: capitalize;">Brow Palette Dark</p>
  925. </div>
  926.  
  927. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941617086494/db-browdark-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  928.  
  929. <div class="db_arrow_mobile_container">
  930. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_yeux_4" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  931. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_yeux_4" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  932. </div>
  933.  
  934. <br />
  935. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972787">BESTELLEN</a><br />
  936. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/YRTOmBRay6A?rel=0&amp;showinfo=0" style="cursor: pointer;">
  937. <table cellpadding="0" cellspacing="0">
  938. <tbody>
  939. <tr>
  940. <td width="40"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" width="34" border="0" alt="" /></td>
  941. <td>GEBRUIKSADVIES</td>
  942. </tr>
  943. </tbody>
  944. </table>
  945. </a>
  946. </div>
  947. </div>
  948.  
  949. STOP Brow Dark-->
  950.  
  951.  
  952. <div style="clear: both;">&nbsp;</div>
  953. <div class="db_little_spacer">&nbsp;</div>
  954.  
  955.  
  956. <!--START Lip Palettes
  957.  
  958. <div class="db_60_left">
  959. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941617184798/db-bouche-image-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  960. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941617446942/db-bouche-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" />
  961. </div>
  962.  
  963. <div class="db_40_right">
  964. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941617545246/db-top-black-3.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  965.  
  966. <div class="db_text_margin">
  967. <h2 class="ipxl_h2">LIP PALETTE</h2>
  968. <p>BASIS VOOR VOLLE LIPPEN,<br />
  969. GLOSS &amp; CONTOUR<br />
  970. &nbsp;<br />
  971. 3 GLOSSTINTEN VOOR EXTRA VOLUME,<br />
  972. 6 GESATINEERDE EN MATTE LIPSTICKTINTEN
  973. </p>
  974. <a class="bouton" href="https://www.iciparisxl.nl/nl/p/BP_972535">BESTELLEN</a>
  975. </div>
  976. </div>
  977.  
  978. STOP Lip Palettes-->
  979.  
  980.  
  981. <div style="clear: both;">&nbsp;</div>
  982.  
  983.  
  984. <!--START Lip Palette-->
  985.  
  986. <div id="db_lip_1" class="db_lip_all">
  987.  
  988. <div class="db_60_left db_hide_mobile">
  989. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315993630/lip-palette.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  990. </div>
  991.  
  992. <div class="db_40_right">
  993.  
  994. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315895326/lip-palette-right-top.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" />
  995.  
  996. <div class="db_hide_mobile">
  997. <h2 class="ipxl_h2">LIP PALETTE</h2>
  998. <p>VOLUMEGEVENDE GLOSS, GESATINEERDE LIPSTICK,MATTE LIPSTICK</p>
  999. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316091934/db-lips.png" border="0" />
  1000.  
  1001. <p style="text-transform: capitalize;">Lip palette</p>
  1002. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616201758/db-contour-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  1003. <br />
  1004. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a>
  1005. <br />
  1006. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/ogg6Iwb3_5Q?rel=0&amp;showinfo=0" style="cursor: pointer;">
  1007. <table cellpadding="0" cellspacing="0">
  1008. <tbody>
  1009. <tr>
  1010. <td width="40">
  1011. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  1012. </td>
  1013. <td>GEBRUIKSADVIES</td>
  1014. </tr>
  1015. </tbody>
  1016. </table>
  1017. </a>
  1018. </div>
  1019. </div>
  1020.  
  1021. <!--STOP Lip Palette-->
  1022.  
  1023.  
  1024. <!--START Lip Glow-->
  1025.  
  1026. <div id="db_lip_2" class="db_lip_all" style="display: none;">
  1027.  
  1028. <div class="db_60_right db_hide_mobile">
  1029. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941246480414/db-lipglow-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  1030. </div>
  1031.  
  1032. <div class="db_40_left">
  1033. <div class="db_hide_mobile">
  1034. <h2 class="ipxl_h2">DIOR LIP GLOW</h2>
  1035. <p>Hydraterende balsem 24 uur; kleurversterker, de backstage-ster</p>
  1036. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_lip_2" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  1037. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941246578718/db-lipglow-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  1038. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_lip_2" onClick="db_NextProduct(id)" class="db_product_arrow" />
  1039. <p style="text-transform: capitalize;">Dior Lip Glow</p>
  1040. </div>
  1041.  
  1042. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941619478558/db-lipglow-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  1043. <div class="db_arrow_mobile_container"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_lip_2" onClick="db_PrevProduct(id)" class="db_arrow_mobile" /> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_lip_2" onClick="db_NextProduct(id)" class="db_arrow_mobile" /></div>
  1044. <br />
  1045. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_661483">BESTELLEN</a>
  1046. </div>
  1047. </div>
  1048.  
  1049. <!--STOP Lip Glow-->
  1050.  
  1051.  
  1052. <!--START Lip Addict-->
  1053.  
  1054. <div id="db_lip_3" class="db_lip_all" style="display: none;">
  1055. <div class="db_60_right db_hide_mobile"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941617741854/db-lipaddict-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" /></div>
  1056. <div class="db_40_left">
  1057. <div class="db_hide_mobile">
  1058. <h2 class="ipxl_h2">DIOR ADDICT LIP MAXIMIZER</h2>
  1059. <p>volumegloss, glans,<br />
  1060. verzorging
  1061. </p>
  1062. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_lip_3" onClick="db_PrevProduct(id)" class="db_product_arrow" /> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941246873630/db-lipaddict-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" /> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_lip_3" onClick="db_NextProduct(id)" class="db_product_arrow" />
  1063. <p style="text-transform: capitalize;">Dior Addict Lip Maximizer</p>
  1064. </div>
  1065. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941619609630/db-lipaddict-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  1066. <div class="db_arrow_mobile_container"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941236486174/db-desktop-arrow-left.jpg" alt="" border="0" id="db_arrow_left_lip_3" onClick="db_PrevProduct(id)" class="db_arrow_mobile" /> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941247135774/db-desktop-arrow-right.jpg" alt="" border="0" id="db_arrow_right_lip_3" onClick="db_NextProduct(id)" class="db_arrow_mobile" /></div>
  1067. <br />
  1068. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_351929">BESTELLEN</a>
  1069. </div>
  1070. </div>
  1071.  
  1072. <!--STOP Lip Addict-->
  1073.  
  1074.  
  1075.  
  1076.  
  1077. <div style="clear: both;">&nbsp;</div>
  1078.  
  1079.  
  1080. <!--START 3 Products Desktop-->
  1081.  
  1082. <div class="db_hide_mobile">
  1083.  
  1084. <a href="https://www.iciparisxl.nl/nl/p/BP_972367" class="db_top_product" id="db_top_product_1"><img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315797022/db-lipglow.png" alt="DIOR BACKSTAGE" border="0" /></a>
  1085.  
  1086.  
  1087. <a href="https://www.iciparisxl.nl/nl/p/BP_972542" class="db_top_product" id="db_top_product_2"><img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315698718/db-lipmax.png" alt="DIOR BACKSTAGE" border="0" /></a>
  1088.  
  1089. <a href="https://www.iciparisxl.nl/nl/p/BP_972528" class="db_top_product" id="db_top_product_3"><img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315600414/db-liptattoo.png" alt="DIOR BACKSTAGE" border="0" /></a>
  1090. </div>
  1091.  
  1092. <!--END 3 Products Desktop-->
  1093.  
  1094.  
  1095. <!--START 3 Products Mobile -->
  1096.  
  1097. <div class="db_mobile_only">
  1098.  
  1099. <input id="status_dior2" value="7" type="hidden" />
  1100.  
  1101. <ul id="slider_dior2_ipxl">
  1102.  
  1103. <li id="slide_dior2_ipxl_7" class="db_top_product"><a href="https://www.iciparisxl.nl/nl/p/BP_972367"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939918098462/db-facebody-foundation.jpg" alt="DIOR BACKSTAGE" border="0" /></a>
  1104. </li>
  1105.  
  1106. <li id="slide_dior2_ipxl_8" class="db_top_product db_carousel2_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972542"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939919343646/db-glowface-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  1107.  
  1108. <li id="slide_dior2_ipxl_9" class="db_top_product db_carousel2_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972528"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939919605790/db-contour-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  1109.  
  1110. <li id="slide_dior2_ipxl_10" class="db_top_product db_carousel2_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972780"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691095582/db-warmneutrals-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  1111.  
  1112. <li id="slide_dior2_ipxl_11" class="db_top_product db_carousel2_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972535"><img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691193886/db-lip-palette.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  1113.  
  1114. <li id="slide_dior2_ipxl_12" class="db_top_product db_carousel2_mobile"><a href="https://www.iciparisxl.nl/nl/p/BP_972738"> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940691292190/db-foundation-brush.jpg" alt="DIOR BACKSTAGE" border="0" /></a></li>
  1115.  
  1116. </ul>
  1117.  
  1118. <ul id="bullets_dior_ipxl2">
  1119. <li><a onClick="SetSlider(id);" id="bullet_dior_7" class="bullets_dior2" style="color: #1e1e1e;">⚫</a></li>
  1120. <li><a onClick="SetSlider(id);" id="bullet_dior_8" class="bullets_dior2">⚫</a></li>
  1121. <li><a onClick="SetSlider(id);" id="bullet_dior_9" class="bullets_dior2">⚫</a></li>
  1122. <li><a onClick="SetSlider(id);" id="bullet_dior_10" class="bullets_dior2">⚫</a></li>
  1123. <li><a onClick="SetSlider(id);" id="bullet_dior_11" class="bullets_dior2">⚫</a></li>
  1124. <li><a onClick="SetSlider(id);" id="bullet_dior_12" class="bullets_dior2">⚫</a></li>
  1125. </ul>
  1126. </div>
  1127.  
  1128. <script type="text/javascript">
  1129. function SetSlider(id_num) {
  1130. var new_status = id_num.split("_").pop();
  1131.  
  1132. $("#slider_dior2_ipxl li").css("display", "none");
  1133. $("#slide_dior2_ipxl_" + new_status).css("display", "inline-block");
  1134. $(".bullets_dior2").css("color", "#cccccc");
  1135. $("#bullet_dior2_" + new_status).css("color", "#1e1e1e");
  1136. $("#status_dior2").val(new_status);
  1137. }
  1138. </script>
  1139.  
  1140. <!--END 3 Products Mobile-->
  1141.  
  1142.  
  1143.  
  1144. <script type="text/javascript">
  1145. function db_NextProduct(versie) {
  1146. var split = versie.split("_");
  1147. var category = split[3];
  1148. var nummer = split[4];
  1149. var nieuw = parseInt(nummer) + 1;
  1150.  
  1151. if (category == "visage") {
  1152. if (nieuw <= 3) {
  1153. $(".db_visage_all").hide();
  1154. $("#db_visage_" + nieuw).show();
  1155. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1156. }
  1157. else {
  1158. $(".db_visage_all").hide();
  1159. $("#db_visage_1").show();
  1160. $("#db_visage_1.db_60_left img").width("100%");
  1161. }
  1162. }
  1163.  
  1164. else if (category == "yeux") {
  1165. if (nieuw <= 2) {
  1166. $(".db_yeux_all").hide();
  1167. $("#db_yeux_" + nieuw).show();
  1168. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1169. }
  1170. else {
  1171. $(".db_yeux_all").hide();
  1172. $("#db_yeux_1").show();
  1173. $("#db_yeux_1.db_60_left img").width("100%");
  1174. }
  1175. }
  1176.  
  1177. else if (category == "lip") {
  1178. if (nieuw <= 3) {
  1179. $(".db_lip_all").hide();
  1180. $("#db_lip_" + nieuw).show();
  1181. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1182. }
  1183. else {
  1184. $(".db_lip_all").hide();
  1185. $("#db_lip_1").show();
  1186. $("#db_lip_1.db_60_left img").width("100%");
  1187. }
  1188. }
  1189. }
  1190.  
  1191. function db_PrevProduct(versie) {
  1192. var split = versie.split("_");
  1193. var category = split[3];
  1194. var nummer = split[4];
  1195. var nieuw = parseInt(nummer) - 1;
  1196.  
  1197. if (category == "visage") {
  1198. if (nieuw == 0) {
  1199. $(".db_visage_all").hide();
  1200. $("#db_visage_3").show();
  1201. $("#db_visage_3.db_60_left img").width("100%");
  1202. }
  1203. else {
  1204. $(".db_visage_all").hide();
  1205. $("#db_visage_" + nieuw).show();
  1206. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1207. }
  1208. }
  1209. else if (category == "yeux") {
  1210. if (nieuw == 0) {
  1211. $(".db_yeux_all").hide();
  1212. $("#db_yeux_2").show();
  1213. $("#db_yeux_2.db_60_left img").width("100%");
  1214. }
  1215. else {
  1216. $(".db_yeux_all").hide();
  1217. $("#db_yeux_" + nieuw).show();
  1218. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1219. }
  1220. }
  1221. else if (category == "lip") {
  1222. if (nieuw == 0) {
  1223. $(".db_lip_all").hide();
  1224. $("#db_lip_3").show();
  1225. $("#db_lip_3.db_60_left img").width("100%");
  1226. }
  1227. else {
  1228. $(".db_lip_all").hide();
  1229. $("#db_lip_" + nieuw).show();
  1230. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1231. }
  1232. }
  1233. }
  1234. </script>
  1235. <div style="clear: both;">&nbsp;</div>
  1236. <div class="db_little_spacer">&nbsp;</div>
  1237. <!--START Pinceaux--> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941620264990/db-pinceaux-image-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_hide_mobile" /> <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941620854814/db-pinceaux-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" />
  1238. <div class="db_spacer">&nbsp;</div>
  1239. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/dior-backstage/1062/brand?sort=rankingOnBrandPage&amp;text=&amp;resultsForPage=18&amp;openCategories=category%3A106204%3Acategory%3A10620401&amp;categoryCode=10620401&amp;q=%3ArankingOnBrandPage%3Acategory%3A10620401">BESTELLEN</a><br />
  1240. <!--STOP Pinceaux-->
  1241. <div style="clear: both;">&nbsp;</div>
  1242. <div class="db_spacer">&nbsp;</div>
  1243. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement