Advertisement
SammyRicour

Untitled

Jul 4th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.09 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.  
  481. <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" />
  482.  
  483. </div>
  484.  
  485.  
  486. <div class="db_40_right">
  487.  
  488. <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" />
  489.  
  490. <div class="db_text_margin">
  491. <h2 class="ipxl_h2">STAP 1<BR> FACE & BODY PRIMER</h2>
  492. <p>DE UNIVERSELE BASIS VOOR DE TEINT, ONMIDDELLIJK STRALEND EFFECT</p>
  493. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176369182/db-body-primer.png" border="0" />
  494. <p style="text-transform: capitalize;">Face & Body Primer</p>
  495. <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;" />
  496. <br />
  497. <a class="bouton_black" href="https://www.iciparisxl.be/nl/p/BP_1023264">BESTELLEN</a>
  498. <br />
  499. <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;">
  500. <table cellpadding="0" cellspacing="0">
  501. <tbody>
  502. <tr>
  503. <td width="40">
  504. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  505. </td>
  506. <td>GEBRUIKSADVIES</td>
  507. </tr>
  508. </tbody>
  509. </table>
  510. </a>
  511. </div>
  512.  
  513. </div>
  514.  
  515. <!--STOP Face & Body PRIMER-->
  516.  
  517. <div style="clear: both;">&nbsp;</div>
  518. <div class="db_spacer">&nbsp;</div>
  519.  
  520.  
  521. <!--START Face & Body FOUNDATION-->
  522.  
  523.  
  524. <div class="db_40_left">
  525.  
  526. <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" />
  527.  
  528. <div class="db_text_margin">
  529. <h2 class="ipxl_h2">STAP 2<BR> FACE & BODY FOUNDATION</h2>
  530. <p>40 TINTEN, DEKKING OP MAAT</p>
  531. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141176270878/db-body-foundation.png" border="0" />
  532.  
  533. <p style="text-transform: capitalize;">Face & Body Foundation</p>
  534. <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;" />
  535. <br />
  536. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a>
  537. <br />
  538. <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;">
  539. <table cellpadding="0" cellspacing="0">
  540. <tbody>
  541. <tr>
  542. <td width="40">
  543. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  544. </td>
  545. <td>GEBRUIKSADVIES</td>
  546. </tr>
  547. </tbody>
  548. </table>
  549. </a>
  550. </div>
  551. </div>
  552.  
  553. <div class="db_60_right">
  554.  
  555. <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" />
  556.  
  557. <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" />
  558.  
  559. </div>
  560.  
  561. <!--STOP Face & Body FOUNDATION-->
  562.  
  563.  
  564. <div style="clear: both;">&nbsp;</div>
  565. <h1 class="ipxl_h1">DE LOOK AFWERKEN</h1>
  566.  
  567.  
  568. <!--START Contour Palette-->
  569.  
  570. <div id="db_visage_1" class="db_visage_all">
  571.  
  572. <div class="db_60_left db_hide_mobile">
  573. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939927601182/db-contour-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  574. </div>
  575.  
  576. <div class="db_40_right">
  577.  
  578. <div class="db_hide_mobile">
  579. <h2 class="ipxl_h2">CONTOUR PALETTE</h2>
  580. <p>Modelleren, verhelderen,<br /> dekking op maat
  581. </p>
  582. <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" />
  583. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939927666718/db-contour-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  584. <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" />
  585. <p style="text-transform: capitalize;">Contour Palette</p>
  586. </div>
  587.  
  588. <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;" />
  589.  
  590. <div class="db_arrow_mobile_container">
  591. <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" />
  592.  
  593. <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" />
  594. </div>
  595.  
  596.  
  597. <br />
  598. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a><br />
  599. <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;">
  600. <table cellpadding="0" cellspacing="0">
  601. <tbody>
  602. <tr>
  603. <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>
  604. <td>GEBRUIKSADVIES</td>
  605. </tr>
  606. </tbody>
  607. </table>
  608. </a>
  609. </div>
  610. </div>
  611.  
  612. <!--STOP Contour Palette-->
  613.  
  614.  
  615. <!--START Glow Palette-->
  616.  
  617. <div id="db_visage_2" class="db_visage_all" style="display: none;">
  618.  
  619. <div class="db_60_left db_hide_mobile">
  620. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941240549406/db-glow-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  621. </div>
  622.  
  623. <div class="db_40_right">
  624.  
  625. <div class="db_hide_mobile">
  626. <h2 class="ipxl_h2">GLOW FACE PALETTE</h2>
  627. <p>Heldere blush, highlighter,<br />
  628. een stralende teint op maat
  629. </p>
  630. <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" />
  631. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941241008158/db-glowpalette-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  632. <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" />
  633. <p style="text-transform: capitalize;">Glow Face Palette</p>
  634. </div>
  635.  
  636. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616300062/db-glow-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  637.  
  638. <div class="db_arrow_mobile_container">
  639. <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" />
  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_arrow_mobile" />
  641. </div>
  642.  
  643. <br />
  644.  
  645. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  646.  
  647. <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;">
  648. <table cellpadding="0" cellspacing="0">
  649. <tbody>
  650. <tr>
  651. <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>
  652. <td>GEBRUIKSADVIES</td>
  653. </tr>
  654. </tbody>
  655. </table>
  656. </a>
  657.  
  658. </div>
  659.  
  660. </div>
  661.  
  662. <!--STOP Glow Palette-->
  663.  
  664.  
  665. <div style="clear: both;">&nbsp;</div>
  666. <div class="db_little_spacer">&nbsp;</div>
  667.  
  668.  
  669. <!--START Eye Palettes-->
  670.  
  671. <div class="db_60_left">
  672. <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" />
  673. <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" />
  674. </div>
  675.  
  676. <div class="db_40_right">
  677. <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" />
  678. <div class="db_text_margin">
  679. <h2 class="ipxl_h2">EYE PALETTES</h2>
  680. <p>INTENS GEPIGMENTEERD OOGSCHADUWPALET MET VERSCHILLENDE TEXTUREN<br />
  681. &nbsp;<br />
  682. BASIS, OOGSCHADUW, HIGHLIGHTER<br />
  683. &nbsp;<br />
  684. 1 PRIMER, 8 MATTE EN GE&Iuml;RISEERDE OOGSCHADUWTINTEN
  685. </p>
  686. <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>
  687. </div>
  688. </div>
  689.  
  690. <!--STOP Eye Palettes-->
  691.  
  692.  
  693. <div style="clear: both;">&nbsp;</div>
  694. <h1 class="ipxl_h1">ESSENTI&Euml;LE OOGMAKE-UP</h1>
  695.  
  696.  
  697. <!--START Cool Neutrals-->
  698.  
  699. <div id="db_yeux_1" class="db_yeux_all">
  700.  
  701. <div class="db_60_right db_hide_mobile">
  702. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939942674462/db-coolneutrals-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  703. </div>
  704.  
  705. <div class="db_40_left">
  706. <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" />
  707. <div class="db_hide_mobile">
  708. <h2 class="ipxl_h2">COOL NEUTRALS</h2>
  709. <p>Multitexturen,<br />
  710. intens gepigmenteerd,<br />
  711. dekking op maat
  712. </p>
  713. <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" />
  714.  
  715. <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" />
  716.  
  717. <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" />
  718.  
  719. <p style="text-transform: capitalize;">Eye Palette Cool Neutrals</p>
  720. </div>
  721.  
  722. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616791582/db-coolneutrals-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  723.  
  724. <div class="db_arrow_mobile_container">
  725. <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" />
  726. <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" />
  727. </div>
  728.  
  729. <br />
  730. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972773">BESTELLEN</a><br />
  731. <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;">
  732. <table cellpadding="0" cellspacing="0">
  733. <tbody>
  734. <tr>
  735. <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>
  736. <td>GEBRUIKSADVIES</td>
  737. </tr>
  738. </tbody>
  739. </table>
  740. </a>
  741. </div>
  742. </div>
  743.  
  744. <!--STOP Cool Neutrals-->
  745.  
  746.  
  747. <!--START Warm Neutrals-->
  748.  
  749. <div id="db_yeux_2" class="db_yeux_all" style="display: none;">
  750.  
  751. <div class="db_60_right db_hide_mobile">
  752. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941245169694/db-warmneutrals-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  753. </div>
  754.  
  755. <div class="db_40_left">
  756. <div class="db_hide_mobile">
  757. <h2 class="ipxl_h2">WARM NEUTRALS</h2>
  758. <p>Multitexturen,<br />
  759. intens gepigmenteerd,<br />
  760. dekking op maat
  761. </p>
  762. <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" />
  763. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941245267998/db-warmneutrals-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  764. <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" />
  765. <p style="text-transform: capitalize;">Eye Palette Warm Neutrals</p>
  766. </div>
  767.  
  768. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941616889886/db-warmneutrals-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  769.  
  770. <div class="db_arrow_mobile_container">
  771. <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" />
  772. <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" />
  773. </div>
  774.  
  775. <br />
  776. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972780">BESTELLEN</a><br />
  777. <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;">
  778. <table cellpadding="0" cellspacing="0">
  779. <tbody>
  780. <tr>
  781. <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>
  782. <td>GEBRUIKSADVIES</td>
  783. </tr>
  784. </tbody>
  785. </table>
  786. </a>
  787. </div>
  788. </div>
  789.  
  790. <!--STOP Warm Neutrals-->
  791.  
  792.  
  793. <!--START Brow Light-->
  794.  
  795. <div id="db_yeux_3" class="db_yeux_all" style="display: none;">
  796.  
  797. <div class="db_60_right db_hide_mobile">
  798. <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" />
  799. </div>
  800.  
  801. <div class="db_40_left">
  802. <div class="db_hide_mobile">
  803. <h2 class="ipxl_h2">BROW PALETTE LIGHT</h2>
  804. <p>Vullen, modelleren, mooi<br />
  805. gevormde wenkbrauwen
  806. </p>
  807. <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" />
  808. <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" />
  809. <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" />
  810.  
  811. <p style="text-transform: capitalize;">Brow Palette Light</p>
  812. </div>
  813.  
  814. <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;" />
  815.  
  816. <div class="db_arrow_mobile_container">
  817. <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" />
  818. <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" />
  819. </div>
  820.  
  821. <br />
  822. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972794">BESTELLEN</a><br />
  823. <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;">
  824. <table cellpadding="0" cellspacing="0">
  825. <tbody>
  826. <tr>
  827. <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>
  828. <td>GEBRUIKSADVIES</td>
  829. </tr>
  830. </tbody>
  831. </table>
  832. </a>
  833. </div>
  834. </div>
  835.  
  836. <!--STOP Brow Light-->
  837.  
  838.  
  839. <!--START Brow Dark-->
  840.  
  841. <div id="db_yeux_4" class="db_yeux_all" style="display: none;">
  842. <div class="db_60_right db_hide_mobile">
  843. <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" />
  844. </div>
  845.  
  846. <div class="db_40_left">
  847. <div class="db_hide_mobile">
  848. <h2 class="ipxl_h2">BROW PALETTE DARK</h2>
  849. <p>Vullen, modelleren, mooi<br />
  850. gevormde wenkbrauwen
  851. </p>
  852. <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" />
  853. <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" />
  854. <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" />
  855. <p style="text-transform: capitalize;">Brow Palette Dark</p>
  856. </div>
  857.  
  858. <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;" />
  859.  
  860. <div class="db_arrow_mobile_container">
  861. <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" />
  862. <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" />
  863. </div>
  864.  
  865. <br />
  866. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972787">BESTELLEN</a><br />
  867. <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;">
  868. <table cellpadding="0" cellspacing="0">
  869. <tbody>
  870. <tr>
  871. <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>
  872. <td>GEBRUIKSADVIES</td>
  873. </tr>
  874. </tbody>
  875. </table>
  876. </a>
  877. </div>
  878. </div>
  879.  
  880. <!--STOP Brow Dark-->
  881.  
  882.  
  883. <div style="clear: both;">&nbsp;</div>
  884. <div class="db_little_spacer">&nbsp;</div>
  885.  
  886.  
  887. <!--START Lip Palettes-->
  888.  
  889. <div class="db_60_left">
  890. <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" />
  891. <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" />
  892. </div>
  893.  
  894. <div class="db_40_right">
  895. <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" />
  896.  
  897. <div class="db_text_margin">
  898. <h2 class="ipxl_h2">LIP PALETTE</h2>
  899. <p>BASIS VOOR VOLLE LIPPEN,<br />
  900. GLOSS &amp; CONTOUR<br />
  901. &nbsp;<br />
  902. 3 GLOSSTINTEN VOOR EXTRA VOLUME,<br />
  903. 6 GESATINEERDE EN MATTE LIPSTICKTINTEN
  904. </p>
  905. <a class="bouton" href="https://www.iciparisxl.nl/nl/p/BP_972535">BESTELLEN</a>
  906. </div>
  907. </div>
  908.  
  909. <!--STOP Lip Palettes-->
  910.  
  911.  
  912. <div style="clear: both;">&nbsp;</div>
  913. <h1 class="ipxl_h1">OM DE LIPPEN MOOIER TE MAKEN</h1>
  914.  
  915.  
  916. <!--START Lip Palette-->
  917.  
  918. <div id="db_lip_1" class="db_lip_all">
  919.  
  920. <div class="db_60_right db_hide_mobile">
  921. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940078465054/db-lippalette-image.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" />
  922. </div>
  923.  
  924. <div class="db_40_left">
  925. <div class="db_hide_mobile">
  926. <h2 class="ipxl_h2">LIP PALETTE</h2>
  927. <p>Volumegloss, gesatineerde lipstick, matte lipstick</p>
  928. <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_1" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  929. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940078563358/db-lippalette-product.jpg" alt="DIOR BACKSTAGE" class="db_product_img" border="0" />
  930. <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_1" onClick="db_NextProduct(id)" class="db_product_arrow" />
  931. <p style="text-transform: capitalize;">Lip Palette</p>
  932. </div>
  933. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8941619347486/db-lippalette-mobile-nl.jpg" alt="DIOR BACKSTAGE" width="100%" border="0" class="db_mobile_only" style="margin-bottom: 25px;" />
  934.  
  935. <div class="db_arrow_mobile_container">
  936. <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_1" onClick="db_PrevProduct(id)" class="db_arrow_mobile" />
  937. <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_1" onClick="db_NextProduct(id)" class="db_arrow_mobile" />
  938. </div>
  939.  
  940. <br />
  941. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972535">BESTELLEN</a><br />
  942. <a a="" title="DIOR BACKSTAGE" class="js-video-component bouton_appli" data-embedded-code="https://www.youtube.com/embed/Yyx4IEN0Dbw?rel=0&amp;showinfo=0" style="cursor: pointer;">
  943. <table cellpadding="0" cellspacing="0">
  944. <tbody>
  945. <tr>
  946. <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>
  947. <td>GEBRUIKSADVIES</td>
  948. </tr>
  949. </tbody>
  950. </table>
  951. </a>
  952. </div>
  953. </div>
  954.  
  955. <!--STOP Lip Palette-->
  956.  
  957.  
  958. <!--START Lip Glow-->
  959.  
  960. <div id="db_lip_2" class="db_lip_all" style="display: none;">
  961.  
  962. <div class="db_60_right db_hide_mobile">
  963. <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" />
  964. </div>
  965.  
  966. <div class="db_40_left">
  967. <div class="db_hide_mobile">
  968. <h2 class="ipxl_h2">DIOR LIP GLOW</h2>
  969. <p>Hydraterende balsem 24 uur; kleurversterker, de backstage-ster</p>
  970. <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" />
  971. <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" />
  972. <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" />
  973. <p style="text-transform: capitalize;">Dior Lip Glow</p>
  974. </div>
  975.  
  976. <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;" />
  977. <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>
  978. <br />
  979. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_661483">BESTELLEN</a>
  980. </div>
  981. </div>
  982.  
  983. <!--STOP Lip Glow-->
  984.  
  985.  
  986. <!--START Lip Addict-->
  987.  
  988. <div id="db_lip_3" class="db_lip_all" style="display: none;">
  989. <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>
  990. <div class="db_40_left">
  991. <div class="db_hide_mobile">
  992. <h2 class="ipxl_h2">DIOR ADDICT LIP MAXIMIZER</h2>
  993. <p>volumegloss, glans,<br />
  994. verzorging
  995. </p>
  996. <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" />
  997. <p style="text-transform: capitalize;">Dior Addict Lip Maximizer</p>
  998. </div>
  999. <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;" />
  1000. <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>
  1001. <br />
  1002. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_351929">BESTELLEN</a>
  1003. </div>
  1004. </div>
  1005.  
  1006. <!--STOP Lip Addict-->
  1007.  
  1008.  
  1009. <script type="text/javascript">
  1010. function db_NextProduct(versie) {
  1011. var split = versie.split("_");
  1012. var category = split[3];
  1013. var nummer = split[4];
  1014. var nieuw = parseInt(nummer) + 1;
  1015.  
  1016. if (category == "visage") {
  1017. if (nieuw <= 2) {
  1018. $(".db_visage_all").hide();
  1019. $("#db_visage_" + nieuw).show();
  1020. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1021. }
  1022. else {
  1023. $(".db_visage_all").hide();
  1024. $("#db_visage_1").show();
  1025. $("#db_visage_1.db_60_left img").width("100%");
  1026. }
  1027. }
  1028.  
  1029. else if (category == "yeux") {
  1030. if (nieuw <= 4) {
  1031. $(".db_yeux_all").hide();
  1032. $("#db_yeux_" + nieuw).show();
  1033. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1034. }
  1035. else {
  1036. $(".db_yeux_all").hide();
  1037. $("#db_yeux_1").show();
  1038. $("#db_yeux_1.db_60_left img").width("100%");
  1039. }
  1040. }
  1041.  
  1042. else if (category == "lip") {
  1043. if (nieuw <= 3) {
  1044. $(".db_lip_all").hide();
  1045. $("#db_lip_" + nieuw).show();
  1046. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1047. }
  1048. else {
  1049. $(".db_lip_all").hide();
  1050. $("#db_lip_1").show();
  1051. $("#db_lip_1.db_60_left img").width("100%");
  1052. }
  1053. }
  1054. }
  1055.  
  1056. function db_PrevProduct(versie) {
  1057. var split = versie.split("_");
  1058. var category = split[3];
  1059. var nummer = split[4];
  1060. var nieuw = parseInt(nummer) - 1;
  1061.  
  1062. if (category == "visage") {
  1063. if (nieuw == 0) {
  1064. $(".db_visage_all").hide();
  1065. $("#db_visage_2").show();
  1066. $("#db_visage_2.db_60_left img").width("100%");
  1067. }
  1068. else {
  1069. $(".db_visage_all").hide();
  1070. $("#db_visage_" + nieuw).show();
  1071. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1072. }
  1073. }
  1074. else if (category == "yeux") {
  1075. if (nieuw == 0) {
  1076. $(".db_yeux_all").hide();
  1077. $("#db_yeux_4").show();
  1078. $("#db_yeux_4.db_60_left img").width("100%");
  1079. }
  1080. else {
  1081. $(".db_yeux_all").hide();
  1082. $("#db_yeux_" + nieuw).show();
  1083. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1084. }
  1085. }
  1086. else if (category == "lip") {
  1087. if (nieuw == 0) {
  1088. $(".db_lip_all").hide();
  1089. $("#db_lip_3").show();
  1090. $("#db_lip_3.db_60_left img").width("100%");
  1091. }
  1092. else {
  1093. $(".db_lip_all").hide();
  1094. $("#db_lip_" + nieuw).show();
  1095. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1096. }
  1097. }
  1098. }
  1099. </script>
  1100. <div style="clear: both;">&nbsp;</div>
  1101. <div class="db_little_spacer">&nbsp;</div>
  1102. <!--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" />
  1103. <div class="db_spacer">&nbsp;</div>
  1104. <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 />
  1105. <!--STOP Pinceaux-->
  1106. <div style="clear: both;">&nbsp;</div>
  1107. <div class="db_spacer">&nbsp;</div>
  1108. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement