Advertisement
SammyRicour

Untitled

Jul 5th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.37 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_60_left {
  177. width: 60%;
  178. float: left;
  179. }
  180. .db_60_right {
  181. width: 60%;
  182. float: right;
  183. }
  184. .db_40_left {
  185. width: 40%;
  186. float: left;
  187. }
  188. .db_40_right {
  189. width: 40%;
  190. float: right;
  191. }
  192. .db_text_margin {
  193. margin-right: 30px;
  194. padding-top: 30px;
  195. }
  196. .db_product_img {
  197. display: inline-block;
  198. margin: 20px 0px;
  199. width: 193px;
  200. }
  201. .db_spacer {
  202. width: 100%;
  203. height: 50px;
  204. }
  205. .db_little_spacer {
  206. width: 100%;
  207. height: 25px;
  208. }
  209. .db_hide_mobile {
  210. display: block;
  211. }
  212. .db_mobile_only {
  213. display: none;
  214. }
  215. #slider_dior_ipxl {
  216. margin: 0px;
  217. padding: 0px;
  218. list-style: none;
  219. }
  220. #bullets_dior_ipxl {
  221. margin: 0px;
  222. padding: 0px;
  223. }
  224. #bullets_dior_ipxl li {
  225. display: inline-block;
  226. }
  227. #bullets_dior_ipxl a {
  228. text-decoration: none;
  229. font-size: 16px;
  230. color: #cccccc;
  231. cursor: pointer;
  232. }
  233. .db_arrow_mobile_container {
  234. text-align: center;
  235. display: none;
  236. margin-bottom: 25px;
  237. }
  238. .db_arrow_mobile {
  239. display: inline-block;
  240. cursor: pointer;
  241. margin: 0px 5px;
  242. }
  243. @media screen and (max-width:750px) {
  244. #page p {
  245. font-size: 14px;
  246. line-height: 18px;
  247. }
  248. .bouton {
  249. font-size: 18px;
  250. line-height: 18px;
  251. border-radius: 25px;
  252. padding: 15px 25px;
  253. }
  254. .bouton:hover {
  255. font-size: 18px;
  256. line-height: 18px;
  257. border-radius: 25px;
  258. padding: 15px 25px;
  259. }
  260. .bouton_black {
  261. font-size: 18px;
  262. line-height: 18px;
  263. border-radius: 25px;
  264. padding: 15px 25px;
  265. }
  266. .bouton_black:hover {
  267. font-size: 18px;
  268. line-height: 18px;
  269. border-radius: 25px;
  270. padding: 15px 25px;
  271. }
  272. .ipxl_h1 {
  273. font-size: 50px;
  274. line-height: 50px;
  275. margin: 50px 0px 20px 0px;
  276. }
  277. .ipxl_h2 {
  278. font-size: 30px;
  279. line-height: 20px;
  280. margin: 20px 0px 15px 0px;
  281. }
  282. .ipxl_h3 {
  283. font-size: 25px;
  284. line-height: 35px;
  285. margin: 0px;
  286. padding: 30px 0px;
  287. }
  288. .ipxl_h4 {
  289. font-size: 25px;
  290. line-height: 25px;
  291. margin: 0px;
  292. }
  293. .ipxl_h5 {
  294. font-size: 14px;
  295. line-height: 18px;
  296. margin: 0px 0px 30px 0px;
  297. }
  298. .db_hide_mobile {
  299. display: none;
  300. }
  301. .db_mobile_only {
  302. display: block;
  303. }
  304. #db_intro {
  305. background-image: none;
  306. }
  307. .db_60_left {
  308. width: 100%;
  309. float: none;
  310. }
  311. .db_60_right {
  312. width: 100%;
  313. float: none;
  314. }
  315. .db_40_left {
  316. width: 100%;
  317. float: none;
  318. }
  319. .db_40_right {
  320. width: 100%;
  321. float: none;
  322. }
  323. .db_text_margin {
  324. margin-right: 0px;
  325. padding-top: 20px;
  326. }
  327. .db_spacer {
  328. height: 25px;
  329. }
  330. .db_little_spacer {
  331. height: 15px;
  332. }
  333. .db_top_product {
  334. width: 100%;
  335. max-width: 258px;
  336. }
  337. .db_top_product img {
  338. width: 100%;
  339. max-width: 258px;
  340. }
  341. .db_arrow_mobile_container {
  342. display: inline-block;
  343. }
  344. }
  345. </style>
  346.  
  347.  
  348. <!--START PAGE-->
  349.  
  350.  
  351. <div id="page">
  352.  
  353. <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>
  354.  
  355. <div class="db_little_spacer">&nbsp;</div>
  356.  
  357. <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" />
  358.  
  359. <div class="db_little_spacer">&nbsp;</div>
  360.  
  361. <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" />
  362.  
  363. <p>&nbsp;</p>
  364. <h4 class="ipxl_h4">NIEUWE <strong>FACE & BODY PRIMER</strong>
  365. VERVAGEND EN VERHELDEREND EFFECT, 24U HYDRATATIE
  366. </h4>
  367. <div id="db_intro">
  368. <h3 class="ipxl_h3"> Ik wilde het effect creëren dat ontstaat wanneer we de gezichten van de modellen backstage¹
  369. masseren voordat we hun make-up aanbrengen. Deze primer imiteert die handeling en laat de huid stralen. Het is echte wake up makeup².
  370. </h3>
  371. <h4 class="ipxl_h5">PETER PHILIPS,<br>Creative &amp; Image Director Make-up van het Huis Dior</h4>
  372. </div>
  373.  
  374.  
  375. <!--START 3 Products Desktop-->
  376.  
  377. <div class="db_hide_mobile">
  378.  
  379. <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" />
  380.  
  381. <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>
  382.  
  383. <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>
  384.  
  385. <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>
  386.  
  387. <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>
  388.  
  389. <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>
  390.  
  391. <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>
  392.  
  393. <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" />
  394.  
  395. </div>
  396.  
  397. <script type="text/javascript">
  398. document.getElementById("db_arrow_right").onclick = function(){
  399. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689653790/db-top-arrow-left-black.jpg";
  400. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690374686/db-top-arrow-right-grey.jpg";
  401. document.getElementById("db_top_product_1").style.display = "none";
  402. document.getElementById("db_top_product_2").style.display = "none";
  403. document.getElementById("db_top_product_3").style.display = "none";
  404. document.getElementById("db_top_product_4").style.display = "inline-block";
  405. document.getElementById("db_top_product_5").style.display = "inline-block";
  406. document.getElementById("db_top_product_6").style.display = "inline-block";
  407. };
  408.  
  409. document.getElementById("db_arrow_left").onclick = function(){
  410. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689915934/db-top-arrow-left-grey.jpg";
  411. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690276382/db-top-arrow-right-black.jpg";
  412. document.getElementById("db_top_product_4").style.display = "none";
  413. document.getElementById("db_top_product_5").style.display = "none";
  414. document.getElementById("db_top_product_6").style.display = "none";
  415. document.getElementById("db_top_product_1").style.display = "inline-block";
  416. document.getElementById("db_top_product_2").style.display = "inline-block";
  417. document.getElementById("db_top_product_3").style.display = "inline-block";
  418. };
  419. </script>
  420.  
  421. <!--END 3 Products Desktop-->
  422.  
  423.  
  424. <!--START 3 Products Mobile-->
  425.  
  426. <div class="db_mobile_only">
  427.  
  428. <input id="status_dior" value="1" type="hidden" />
  429.  
  430. <ul id="slider_dior_ipxl">
  431.  
  432. <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>
  433. </li>
  434.  
  435. <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>
  436.  
  437. <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>
  438.  
  439. <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>
  440.  
  441. <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>
  442.  
  443. <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>
  444.  
  445. </ul>
  446.  
  447. <ul id="bullets_dior_ipxl">
  448. <li><a onClick="SetSlider(id);" id="bullet_dior_1" class="bullets_dior" style="color: #1e1e1e;">⚫</a></li>
  449. <li><a onClick="SetSlider(id);" id="bullet_dior_2" class="bullets_dior">⚫</a></li>
  450. <li><a onClick="SetSlider(id);" id="bullet_dior_3" class="bullets_dior">⚫</a></li>
  451. <li><a onClick="SetSlider(id);" id="bullet_dior_4" class="bullets_dior">⚫</a></li>
  452. <li><a onClick="SetSlider(id);" id="bullet_dior_5" class="bullets_dior">⚫</a></li>
  453. <li><a onClick="SetSlider(id);" id="bullet_dior_6" class="bullets_dior">⚫</a></li>
  454. </ul>
  455. </div>
  456.  
  457. <script type="text/javascript">
  458. function SetSlider(id_num) {
  459. var new_status = id_num.split("_").pop();
  460.  
  461. $("#slider_dior_ipxl li").css("display", "none");
  462. $("#slide_dior_ipxl_" + new_status).css("display", "inline-block");
  463. $(".bullets_dior").css("color", "#cccccc");
  464. $("#bullet_dior_" + new_status).css("color", "#1e1e1e");
  465. $("#status_dior").val(new_status);
  466. }
  467. </script>
  468.  
  469. <!--END 3 Products Mobile-->
  470.  
  471.  
  472. <div class="db_spacer">&nbsp;</div>
  473.  
  474.  
  475. <!--START Face & Body PRIMER-->
  476.  
  477. <div class="db_60_left">
  478.  
  479. <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" />
  480. </div>
  481.  
  482.  
  483. <div class="db_40_right">
  484.  
  485. <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" />
  486.  
  487. <div class="db_text_margin">
  488.  
  489. <img src="img/booster_image_mobile.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  490.  
  491. <div class="db_hide_mobile">
  492. <h2 class="ipxl_h2">STAP 1<BR> FACE & BODY PRIMER</h2>
  493. <p>DE UNIVERSELE BASIS VOOR DE TEINT, ONMIDDELLIJK STRALEND EFFECT</p>
  494. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176369182/db-body-primer.png" border="0" />
  495. </div>
  496.  
  497. <p style="text-transform: capitalize;">Face & Body Primer</p>
  498.  
  499. <br />
  500. <a class="bouton_black" href="https://www.iciparisxl.be/nl/p/BP_1023264">BESTELLEN</a>
  501. <br />
  502. <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;">
  503. <table cellpadding="0" cellspacing="0">
  504. <tbody>
  505. <tr>
  506. <td width="40">
  507. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  508. </td>
  509. <td>GEBRUIKSADVIES</td>
  510. </tr>
  511. </tbody>
  512. </table>
  513. </a>
  514. </div>
  515.  
  516. </div>
  517.  
  518. <!--STOP Face & Body PRIMER-->
  519.  
  520. <div style="clear: both;">&nbsp;</div>
  521. <div class="db_spacer">&nbsp;</div>
  522.  
  523.  
  524. <!--START Face & Body FOUNDATION-->
  525.  
  526.  
  527. <div class="db_40_left">
  528.  
  529. <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" />
  530.  
  531. <div class="db_text_margin">
  532.  
  533. <img src="img/foundation_image_mobile.png" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  534. <div class="db_hide_mobile">
  535.  
  536. <h2 class="ipxl_h2">STAP 2<BR> FACE & BODY FOUNDATION</h2>
  537. <p>40 TINTEN, DEKKING OP MAAT</p>
  538. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176270878/db-body-foundation.png" border="0" />
  539. </div>
  540. <p style="text-transform: capitalize;">Face & Body Foundation</p>
  541. <br />
  542. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a>
  543. <br />
  544. <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;">
  545. <table cellpadding="0" cellspacing="0">
  546. <tbody>
  547. <tr>
  548. <td width="40">
  549. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  550. </td>
  551. <td>GEBRUIKSADVIES</td>
  552. </tr>
  553. </tbody>
  554. </table>
  555. </a>
  556. </div>
  557. </div>
  558.  
  559. <div class="db_60_right">
  560.  
  561. <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" />
  562.  
  563. <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" />
  564.  
  565. </div>
  566.  
  567. <!--STOP Face & Body FOUNDATION-->
  568.  
  569.  
  570. <div style="clear: both;">&nbsp;</div>
  571. <h1 class="ipxl_h1">DE LOOK AFWERKEN</h1>
  572.  
  573.  
  574. <!--START Contour Palette-->
  575.  
  576. <div id="db_visage_1" class="db_visage_all">
  577.  
  578. <div class="db_60_left db_hide_mobile">
  579. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310455838/face-palette-1.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  580. </div>
  581.  
  582. <div class="db_40_right">
  583. <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" />
  584.  
  585. <div class="db_hide_mobile">
  586. <h2 class="ipxl_h2">CONTOUR PALETTE</h2>
  587. <p>Sculpteren, illumineren, <br /> dekking op maat</p>
  588. <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" />
  589. <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" />
  590. <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" />
  591. <p style="text-transform: capitalize;">Contour Palette</p>
  592. </div>
  593.  
  594. <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;" />
  595.  
  596. <div class="db_arrow_mobile_container">
  597. <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" />
  598.  
  599. <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" />
  600. </div>
  601.  
  602.  
  603. <br />
  604. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a><br />
  605. <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;">
  606. <table cellpadding="0" cellspacing="0">
  607. <tbody>
  608. <tr>
  609. <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>
  610. <td>GEBRUIKSADVIES</td>
  611. </tr>
  612. </tbody>
  613. </table>
  614. </a>
  615. </div>
  616. </div>
  617.  
  618. <!--STOP Contour Palette-->
  619.  
  620.  
  621. <!--START Glow Palette-->
  622.  
  623. <div id="db_visage_2" class="db_visage_all" style="display: none;">
  624.  
  625. <div class="db_60_left db_hide_mobile">
  626. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310652446/face-palette-2.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  627. </div>
  628.  
  629. <div class="db_40_right">
  630.  
  631. <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" />
  632.  
  633. <div class="db_hide_mobile">
  634. <h2 class="ipxl_h2">GLOW FACE PALETTE - 001 UNIVERSAL</h2>
  635. <p>Verhelderende blush, stralende highlighter,<br />
  636. helderheid op maat
  637. </p>
  638. <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" />
  639. <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" />
  640. <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" />
  641. <p style="text-transform: capitalize;">Glow Face Palette - 001 Universal</p>
  642. </div>
  643.  
  644. <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;" />
  645.  
  646. <div class="db_arrow_mobile_container">
  647. <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" />
  648. <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" />
  649. </div>
  650.  
  651. <br />
  652.  
  653. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  654.  
  655. <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;">
  656. <table cellpadding="0" cellspacing="0">
  657. <tbody>
  658. <tr>
  659. <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>
  660. <td>GEBRUIKSADVIES</td>
  661. </tr>
  662. </tbody>
  663. </table>
  664. </a>
  665.  
  666. </div>
  667.  
  668. </div>
  669.  
  670. <!--STOP Glow Palette-->
  671.  
  672. <!--START Glow Palette-->
  673.  
  674. <div id="db_visage_3" class="db_visage_all" style="display: none;">
  675.  
  676. <div class="db_60_left db_hide_mobile">
  677. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141311012894/face-palette-3.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  678. </div>
  679.  
  680. <div class="db_40_right">
  681.  
  682. <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" />
  683.  
  684. <div class="db_hide_mobile">
  685. <h2 class="ipxl_h2">GLOW FACE PALETTE - 002 GLITZ</h2>
  686. <p>PROFESSIONEEL RESULTAAT - <br>PURE GLANS,<br> MENGBAAR - HIGHLIGHTER & BLUSH
  687. </p>
  688. <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" />
  689. <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" />
  690. <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" />
  691. <p style="text-transform: capitalize;">Glow Face Palette - 002 Glitz</p>
  692. </div>
  693.  
  694. <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;" />
  695.  
  696. <div class="db_arrow_mobile_container">
  697. <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" />
  698. <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" />
  699. </div>
  700.  
  701. <br />
  702.  
  703. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  704.  
  705. <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;">
  706. <table cellpadding="0" cellspacing="0">
  707. <tbody>
  708. <tr>
  709. <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>
  710. <td>GEBRUIKSADVIES</td>
  711. </tr>
  712. </tbody>
  713. </table>
  714. </a>
  715.  
  716. </div>
  717.  
  718. </div>
  719.  
  720. <!--STOP Glow Palette-->
  721.  
  722.  
  723. <!--START Eye Palettes
  724.  
  725. <div style="clear: both;">&nbsp;</div>
  726. <div class="db_spacer">&nbsp;</div>
  727.  
  728. <div class="db_60_left">
  729. <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" />
  730. <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" />
  731. </div>
  732.  
  733. <div class="db_40_right">
  734. <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" />
  735. <div class="db_text_margin">
  736. <h2 class="ipxl_h2">EYE PALETTES</h2>
  737. <p>INTENS GEPIGMENTEERD OOGSCHADUWPALET MET VERSCHILLENDE TEXTUREN<br />
  738. &nbsp;<br />
  739. BASIS, OOGSCHADUW, HIGHLIGHTER<br />
  740. &nbsp;<br />
  741. 1 PRIMER, 8 MATTE EN GE&Iuml;RISEERDE OOGSCHADUWTINTEN
  742. </p>
  743. <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>
  744. </div>
  745. </div>
  746.  
  747. STOP Eye Palettes-->
  748.  
  749.  
  750. <div style="clear: both;">&nbsp;</div>
  751. <div class="db_spacer">&nbsp;</div>
  752.  
  753.  
  754. <!--START Cool Neutrals-->
  755.  
  756. <div id="db_yeux_1" class="db_yeux_all">
  757.  
  758. <div class="db_60_right db_hide_mobile">
  759. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316386846/eyes-palette-1.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  760. </div>
  761.  
  762. <div class="db_40_left">
  763. <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" />
  764. <div class="db_hide_mobile">
  765. <h2 class="ipxl_h2">EYE PALETTE<br>AMBER NEUTRALS</h2>
  766. <p>Multitexturen,<br />
  767. ultra gepigmenteerd,<br />
  768. dekking op maat
  769. </p>
  770. <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" />
  771.  
  772. <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" />
  773.  
  774. <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" />
  775.  
  776. <p style="text-transform: capitalize;">Eye Palette Amber Neutrals</p>
  777. </div>
  778.  
  779. <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;" />
  780.  
  781. <div class="db_arrow_mobile_container">
  782. <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" />
  783. <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" />
  784. </div>
  785.  
  786. <br />
  787. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972773">BESTELLEN</a><br />
  788. <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;">
  789. <table cellpadding="0" cellspacing="0">
  790. <tbody>
  791. <tr>
  792. <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>
  793. <td>GEBRUIKSADVIES</td>
  794. </tr>
  795. </tbody>
  796. </table>
  797. </a>
  798. </div>
  799. </div>
  800.  
  801. <!--STOP Cool Neutrals-->
  802.  
  803.  
  804. <!--START Warm Neutrals-->
  805.  
  806. <div id="db_yeux_2" class="db_yeux_all" style="display: none;">
  807.  
  808. <div class="db_60_right db_hide_mobile">
  809. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316288542/eyes-palette-2.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  810. </div>
  811.  
  812. <div class="db_40_left">
  813. <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" />
  814. <div class="db_hide_mobile">
  815. <h2 class="ipxl_h2">EYE PALETTE<BR>COOL NEUTRALS</h2>
  816. <p>Multi-texturen,<br />
  817. ultra gepigmenteerd,<br />
  818. dekking op maat
  819. </p>
  820. <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" />
  821. <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" />
  822. <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" />
  823. <p style="text-transform: capitalize;">Eye Palette Cool Neutrals</p>
  824. </div>
  825.  
  826. <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;" />
  827.  
  828. <div class="db_arrow_mobile_container">
  829. <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" />
  830. <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" />
  831. </div>
  832.  
  833. <br />
  834. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972780">BESTELLEN</a><br />
  835. <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;">
  836. <table cellpadding="0" cellspacing="0">
  837. <tbody>
  838. <tr>
  839. <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>
  840. <td>GEBRUIKSADVIES</td>
  841. </tr>
  842. </tbody>
  843. </table>
  844. </a>
  845. </div>
  846. </div>
  847.  
  848. <!--STOP Warm Neutrals-->
  849.  
  850.  
  851.  
  852. <!--START Brow Light
  853.  
  854. <div id="db_yeux_3" class="db_yeux_all" style="display: none;">
  855.  
  856. <div class="db_60_right db_hide_mobile">
  857. <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" />
  858. </div>
  859.  
  860. <div class="db_40_left">
  861. <div class="db_hide_mobile">
  862. <h2 class="ipxl_h2">BROW PALETTE LIGHT</h2>
  863. <p>Vullen, modelleren, mooi<br />
  864. gevormde wenkbrauwen
  865. </p>
  866. <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" />
  867. <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" />
  868. <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" />
  869.  
  870. <p style="text-transform: capitalize;">Brow Palette Light</p>
  871. </div>
  872.  
  873. <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;" />
  874.  
  875. <div class="db_arrow_mobile_container">
  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_arrow_mobile" />
  877. <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" />
  878. </div>
  879.  
  880. <br />
  881. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972794">BESTELLEN</a><br />
  882. <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;">
  883. <table cellpadding="0" cellspacing="0">
  884. <tbody>
  885. <tr>
  886. <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>
  887. <td>GEBRUIKSADVIES</td>
  888. </tr>
  889. </tbody>
  890. </table>
  891. </a>
  892. </div>
  893. </div>
  894.  
  895. STOP Brow Light-->
  896.  
  897.  
  898. <!--START Brow Dark
  899.  
  900. <div id="db_yeux_4" class="db_yeux_all" style="display: none;">
  901. <div class="db_60_right db_hide_mobile">
  902. <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" />
  903. </div>
  904.  
  905. <div class="db_40_left">
  906. <div class="db_hide_mobile">
  907. <h2 class="ipxl_h2">BROW PALETTE DARK</h2>
  908. <p>Vullen, modelleren, mooi<br />
  909. gevormde wenkbrauwen
  910. </p>
  911. <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" />
  912. <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" />
  913. <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" />
  914. <p style="text-transform: capitalize;">Brow Palette Dark</p>
  915. </div>
  916.  
  917. <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;" />
  918.  
  919. <div class="db_arrow_mobile_container">
  920. <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" />
  921. <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" />
  922. </div>
  923.  
  924. <br />
  925. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972787">BESTELLEN</a><br />
  926. <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;">
  927. <table cellpadding="0" cellspacing="0">
  928. <tbody>
  929. <tr>
  930. <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>
  931. <td>GEBRUIKSADVIES</td>
  932. </tr>
  933. </tbody>
  934. </table>
  935. </a>
  936. </div>
  937. </div>
  938.  
  939. STOP Brow Dark-->
  940.  
  941.  
  942. <div style="clear: both;">&nbsp;</div>
  943. <div class="db_little_spacer">&nbsp;</div>
  944.  
  945.  
  946. <!--START Lip Palettes
  947.  
  948. <div class="db_60_left">
  949. <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" />
  950. <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" />
  951. </div>
  952.  
  953. <div class="db_40_right">
  954. <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" />
  955.  
  956. <div class="db_text_margin">
  957. <h2 class="ipxl_h2">LIP PALETTE</h2>
  958. <p>BASIS VOOR VOLLE LIPPEN,<br />
  959. GLOSS &amp; CONTOUR<br />
  960. &nbsp;<br />
  961. 3 GLOSSTINTEN VOOR EXTRA VOLUME,<br />
  962. 6 GESATINEERDE EN MATTE LIPSTICKTINTEN
  963. </p>
  964. <a class="bouton" href="https://www.iciparisxl.nl/nl/p/BP_972535">BESTELLEN</a>
  965. </div>
  966. </div>
  967.  
  968. STOP Lip Palettes-->
  969.  
  970.  
  971. <div style="clear: both;">&nbsp;</div>
  972.  
  973.  
  974. <!--START Lip Palette-->
  975.  
  976. <div id="db_lip_1" class="db_lip_all">
  977.  
  978. <div class="db_60_left db_hide_mobile">
  979. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315993630/lip-palette.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  980. </div>
  981.  
  982. <div class="db_40_right">
  983.  
  984. <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" />
  985.  
  986. <div class="db_hide_mobile">
  987. <h2 class="ipxl_h2">LIP PALETTE</h2>
  988. <p>VOLUMEGEVENDE GLOSS, GESATINEERDE LIPSTICK,MATTE LIPSTICK</p>
  989. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316091934/db-lips.png" border="0" />
  990.  
  991. <p style="text-transform: capitalize;">Lip palette</p>
  992. <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;" />
  993. <br />
  994. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a>
  995. <br />
  996. <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;">
  997. <table cellpadding="0" cellspacing="0">
  998. <tbody>
  999. <tr>
  1000. <td width="40">
  1001. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  1002. </td>
  1003. <td>GEBRUIKSADVIES</td>
  1004. </tr>
  1005. </tbody>
  1006. </table>
  1007. </a>
  1008. </div>
  1009. </div>
  1010.  
  1011. <!--STOP Lip Palette-->
  1012.  
  1013.  
  1014. <!--START Lip Glow-->
  1015.  
  1016. <div id="db_lip_2" class="db_lip_all" style="display: none;">
  1017.  
  1018. <div class="db_60_right db_hide_mobile">
  1019. <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" />
  1020. </div>
  1021.  
  1022. <div class="db_40_left">
  1023. <div class="db_hide_mobile">
  1024. <h2 class="ipxl_h2">DIOR LIP GLOW</h2>
  1025. <p>Hydraterende balsem 24 uur; kleurversterker, de backstage-ster</p>
  1026. <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" />
  1027. <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" />
  1028. <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" />
  1029. <p style="text-transform: capitalize;">Dior Lip Glow</p>
  1030. </div>
  1031.  
  1032. <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;" />
  1033. <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>
  1034. <br />
  1035. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_661483">BESTELLEN</a>
  1036. </div>
  1037. </div>
  1038.  
  1039. <!--STOP Lip Glow-->
  1040.  
  1041.  
  1042. <!--START Lip Addict-->
  1043.  
  1044. <div id="db_lip_3" class="db_lip_all" style="display: none;">
  1045. <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>
  1046. <div class="db_40_left">
  1047. <div class="db_hide_mobile">
  1048. <h2 class="ipxl_h2">DIOR ADDICT LIP MAXIMIZER</h2>
  1049. <p>volumegloss, glans,<br />
  1050. verzorging
  1051. </p>
  1052. <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" />
  1053. <p style="text-transform: capitalize;">Dior Addict Lip Maximizer</p>
  1054. </div>
  1055. <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;" />
  1056. <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>
  1057. <br />
  1058. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_351929">BESTELLEN</a>
  1059. </div>
  1060. </div>
  1061.  
  1062. <!--STOP Lip Addict-->
  1063.  
  1064.  
  1065.  
  1066.  
  1067. <div style="clear: both;">&nbsp;</div>
  1068.  
  1069.  
  1070. <!--START 3 Products Desktop-->
  1071.  
  1072. <div class="db_hide_mobile">
  1073.  
  1074. <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>
  1075.  
  1076.  
  1077. <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>
  1078.  
  1079. <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>
  1080. </div>
  1081.  
  1082. <script type="text/javascript">
  1083. document.getElementById("db_arrow_right").onclick = function(){
  1084. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689653790/db-top-arrow-left-black.jpg";
  1085. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690374686/db-top-arrow-right-grey.jpg";
  1086. document.getElementById("db_top_product_1").style.display = "none";
  1087. document.getElementById("db_top_product_2").style.display = "none";
  1088. document.getElementById("db_top_product_3").style.display = "none";
  1089. document.getElementById("db_top_product_4").style.display = "inline-block";
  1090. document.getElementById("db_top_product_5").style.display = "inline-block";
  1091. document.getElementById("db_top_product_6").style.display = "inline-block";
  1092. };
  1093.  
  1094. document.getElementById("db_arrow_left").onclick = function(){
  1095. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689915934/db-top-arrow-left-grey.jpg";
  1096. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690276382/db-top-arrow-right-black.jpg";
  1097. document.getElementById("db_top_product_4").style.display = "none";
  1098. document.getElementById("db_top_product_5").style.display = "none";
  1099. document.getElementById("db_top_product_6").style.display = "none";
  1100. document.getElementById("db_top_product_1").style.display = "inline-block";
  1101. document.getElementById("db_top_product_2").style.display = "inline-block";
  1102. document.getElementById("db_top_product_3").style.display = "inline-block";
  1103. };
  1104. </script>
  1105.  
  1106. <!--END 3 Products Desktop-->
  1107.  
  1108.  
  1109. <!--START 3 Products Mobile-->
  1110.  
  1111. <div class="db_mobile_only">
  1112.  
  1113. <input id="status_dior" value="1" type="hidden" />
  1114.  
  1115. <ul id="slider_dior_ipxl">
  1116.  
  1117. <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>
  1118. </li>
  1119.  
  1120. <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>
  1121.  
  1122. <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>
  1123.  
  1124. <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>
  1125.  
  1126. <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>
  1127.  
  1128. <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>
  1129.  
  1130. </ul>
  1131.  
  1132. <ul id="bullets_dior_ipxl">
  1133. <li><a onClick="SetSlider(id);" id="bullet_dior_1" class="bullets_dior" style="color: #1e1e1e;">⚫</a></li>
  1134. <li><a onClick="SetSlider(id);" id="bullet_dior_2" class="bullets_dior">⚫</a></li>
  1135. <li><a onClick="SetSlider(id);" id="bullet_dior_3" class="bullets_dior">⚫</a></li>
  1136. <li><a onClick="SetSlider(id);" id="bullet_dior_4" class="bullets_dior">⚫</a></li>
  1137. <li><a onClick="SetSlider(id);" id="bullet_dior_5" class="bullets_dior">⚫</a></li>
  1138. <li><a onClick="SetSlider(id);" id="bullet_dior_6" class="bullets_dior">⚫</a></li>
  1139. </ul>
  1140. </div>
  1141.  
  1142. <script type="text/javascript">
  1143. function SetSlider(id_num) {
  1144. var new_status = id_num.split("_").pop();
  1145.  
  1146. $("#slider_dior_ipxl li").css("display", "none");
  1147. $("#slide_dior_ipxl_" + new_status).css("display", "inline-block");
  1148. $(".bullets_dior").css("color", "#cccccc");
  1149. $("#bullet_dior_" + new_status).css("color", "#1e1e1e");
  1150. $("#status_dior").val(new_status);
  1151. }
  1152. </script>
  1153.  
  1154. <!--END 3 Products Mobile-->
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. <script type="text/javascript">
  1161. function db_NextProduct(versie) {
  1162. var split = versie.split("_");
  1163. var category = split[3];
  1164. var nummer = split[4];
  1165. var nieuw = parseInt(nummer) + 1;
  1166.  
  1167. if (category == "visage") {
  1168. if (nieuw <= 3) {
  1169. $(".db_visage_all").hide();
  1170. $("#db_visage_" + nieuw).show();
  1171. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1172. }
  1173. else {
  1174. $(".db_visage_all").hide();
  1175. $("#db_visage_1").show();
  1176. $("#db_visage_1.db_60_left img").width("100%");
  1177. }
  1178. }
  1179.  
  1180. else if (category == "yeux") {
  1181. if (nieuw <= 2) {
  1182. $(".db_yeux_all").hide();
  1183. $("#db_yeux_" + nieuw).show();
  1184. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1185. }
  1186. else {
  1187. $(".db_yeux_all").hide();
  1188. $("#db_yeux_1").show();
  1189. $("#db_yeux_1.db_60_left img").width("100%");
  1190. }
  1191. }
  1192.  
  1193. else if (category == "lip") {
  1194. if (nieuw <= 3) {
  1195. $(".db_lip_all").hide();
  1196. $("#db_lip_" + nieuw).show();
  1197. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1198. }
  1199. else {
  1200. $(".db_lip_all").hide();
  1201. $("#db_lip_1").show();
  1202. $("#db_lip_1.db_60_left img").width("100%");
  1203. }
  1204. }
  1205. }
  1206.  
  1207. function db_PrevProduct(versie) {
  1208. var split = versie.split("_");
  1209. var category = split[3];
  1210. var nummer = split[4];
  1211. var nieuw = parseInt(nummer) - 1;
  1212.  
  1213. if (category == "visage") {
  1214. if (nieuw == 0) {
  1215. $(".db_visage_all").hide();
  1216. $("#db_visage_3").show();
  1217. $("#db_visage_3.db_60_left img").width("100%");
  1218. }
  1219. else {
  1220. $(".db_visage_all").hide();
  1221. $("#db_visage_" + nieuw).show();
  1222. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1223. }
  1224. }
  1225. else if (category == "yeux") {
  1226. if (nieuw == 0) {
  1227. $(".db_yeux_all").hide();
  1228. $("#db_yeux_2").show();
  1229. $("#db_yeux_2.db_60_left img").width("100%");
  1230. }
  1231. else {
  1232. $(".db_yeux_all").hide();
  1233. $("#db_yeux_" + nieuw).show();
  1234. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1235. }
  1236. }
  1237. else if (category == "lip") {
  1238. if (nieuw == 0) {
  1239. $(".db_lip_all").hide();
  1240. $("#db_lip_3").show();
  1241. $("#db_lip_3.db_60_left img").width("100%");
  1242. }
  1243. else {
  1244. $(".db_lip_all").hide();
  1245. $("#db_lip_" + nieuw).show();
  1246. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1247. }
  1248. }
  1249. }
  1250. </script>
  1251. <div style="clear: both;">&nbsp;</div>
  1252. <div class="db_little_spacer">&nbsp;</div>
  1253. <!--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" />
  1254. <div class="db_spacer">&nbsp;</div>
  1255. <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 />
  1256. <!--STOP Pinceaux-->
  1257. <div style="clear: both;">&nbsp;</div>
  1258. <div class="db_spacer">&nbsp;</div>
  1259. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement