Advertisement
SammyRicour

Untitled

Jul 5th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.67 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/_spotlight/_spotlight/9141310455838/face-palette-1.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  574. </div>
  575.  
  576. <div class="db_40_right">
  577. <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" />
  578.  
  579. <div class="db_hide_mobile">
  580. <h2 class="ipxl_h2">CONTOUR PALETTE</h2>
  581. <p>Sculpteren, illumineren, <br /> dekking op maat
  582. </p>
  583. <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" />
  584. <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" />
  585. <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" />
  586. <p style="text-transform: capitalize;">Contour Palette</p>
  587. </div>
  588.  
  589. <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;" />
  590.  
  591. <div class="db_arrow_mobile_container">
  592. <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" />
  593.  
  594. <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" />
  595. </div>
  596.  
  597.  
  598. <br />
  599. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a><br />
  600. <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;">
  601. <table cellpadding="0" cellspacing="0">
  602. <tbody>
  603. <tr>
  604. <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>
  605. <td>GEBRUIKSADVIES</td>
  606. </tr>
  607. </tbody>
  608. </table>
  609. </a>
  610. </div>
  611. </div>
  612.  
  613. <!--STOP Contour Palette-->
  614.  
  615.  
  616. <!--START Glow Palette-->
  617.  
  618. <div id="db_visage_2" class="db_visage_all" style="display: none;">
  619.  
  620. <div class="db_60_left db_hide_mobile">
  621. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141310652446/face-palette-2.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  622. </div>
  623.  
  624. <div class="db_40_right">
  625.  
  626. <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" />
  627.  
  628. <div class="db_hide_mobile">
  629. <h2 class="ipxl_h2">GLOW FACE PALETTE - 001 UNIVERSAL</h2>
  630. <p>Verhelderende blush, stralende highlighter,<br />
  631. helderheid op maat
  632. </p>
  633. <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" />
  634. <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" />
  635. <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" />
  636. <p style="text-transform: capitalize;">Glow Face Palette - 001 Universal</p>
  637. </div>
  638.  
  639. <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;" />
  640.  
  641. <div class="db_arrow_mobile_container">
  642. <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" />
  643. <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" />
  644. </div>
  645.  
  646. <br />
  647.  
  648. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  649.  
  650. <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;">
  651. <table cellpadding="0" cellspacing="0">
  652. <tbody>
  653. <tr>
  654. <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>
  655. <td>GEBRUIKSADVIES</td>
  656. </tr>
  657. </tbody>
  658. </table>
  659. </a>
  660.  
  661. </div>
  662.  
  663. </div>
  664.  
  665. <!--STOP Glow Palette-->
  666.  
  667. <!--START Glow Palette-->
  668.  
  669. <div id="db_visage_3" class="db_visage_all" style="display: none;">
  670.  
  671. <div class="db_60_left db_hide_mobile">
  672. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141311012894/face-palette-3.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  673. </div>
  674.  
  675. <div class="db_40_right">
  676.  
  677. <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" />
  678.  
  679. <div class="db_hide_mobile">
  680. <h2 class="ipxl_h2">GLOW FACE PALETTE - 002 GLITZ</h2>
  681. <p>PROFESSIONEEL RESULTAAT - <br>PURE GLANS,<br> MENGBAAR - HIGHLIGHTER & BLUSH
  682. </p>
  683. <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" />
  684. <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" />
  685. <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" />
  686. <p style="text-transform: capitalize;">Glow Face Palette - 002 Glitz</p>
  687. </div>
  688.  
  689. <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;" />
  690.  
  691. <div class="db_arrow_mobile_container">
  692. <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" />
  693. <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" />
  694. </div>
  695.  
  696. <br />
  697.  
  698. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972542">BESTELLEN</a><br />
  699.  
  700. <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;">
  701. <table cellpadding="0" cellspacing="0">
  702. <tbody>
  703. <tr>
  704. <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>
  705. <td>GEBRUIKSADVIES</td>
  706. </tr>
  707. </tbody>
  708. </table>
  709. </a>
  710.  
  711. </div>
  712.  
  713. </div>
  714.  
  715. <!--STOP Glow Palette-->
  716.  
  717.  
  718. <!--START Eye Palettes
  719.  
  720. <div style="clear: both;">&nbsp;</div>
  721. <div class="db_spacer">&nbsp;</div>
  722.  
  723. <div class="db_60_left">
  724. <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" />
  725. <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" />
  726. </div>
  727.  
  728. <div class="db_40_right">
  729. <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" />
  730. <div class="db_text_margin">
  731. <h2 class="ipxl_h2">EYE PALETTES</h2>
  732. <p>INTENS GEPIGMENTEERD OOGSCHADUWPALET MET VERSCHILLENDE TEXTUREN<br />
  733. &nbsp;<br />
  734. BASIS, OOGSCHADUW, HIGHLIGHTER<br />
  735. &nbsp;<br />
  736. 1 PRIMER, 8 MATTE EN GE&Iuml;RISEERDE OOGSCHADUWTINTEN
  737. </p>
  738. <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>
  739. </div>
  740. </div>
  741.  
  742. STOP Eye Palettes-->
  743.  
  744.  
  745. <div style="clear: both;">&nbsp;</div>
  746. <div class="db_spacer">&nbsp;</div>
  747.  
  748.  
  749. <!--START Cool Neutrals-->
  750.  
  751. <div id="db_yeux_1" class="db_yeux_all">
  752.  
  753. <div class="db_60_right db_hide_mobile">
  754. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316386846/eyes-palette-1.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  755. </div>
  756.  
  757. <div class="db_40_left">
  758. <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" />
  759. <div class="db_hide_mobile">
  760. <h2 class="ipxl_h2">EYE PALETTE<br>AMBER NEUTRALS</h2>
  761. <p>Multitexturen,<br />
  762. ultra gepigmenteerd,<br />
  763. dekking op maat
  764. </p>
  765. <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" />
  766.  
  767. <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" />
  768.  
  769. <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" />
  770.  
  771. <p style="text-transform: capitalize;">Eye Palette Amber Neutrals</p>
  772. </div>
  773.  
  774. <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;" />
  775.  
  776. <div class="db_arrow_mobile_container">
  777. <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" />
  778. <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" />
  779. </div>
  780.  
  781. <br />
  782. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972773">BESTELLEN</a><br />
  783. <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;">
  784. <table cellpadding="0" cellspacing="0">
  785. <tbody>
  786. <tr>
  787. <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>
  788. <td>GEBRUIKSADVIES</td>
  789. </tr>
  790. </tbody>
  791. </table>
  792. </a>
  793. </div>
  794. </div>
  795.  
  796. <!--STOP Cool Neutrals-->
  797.  
  798.  
  799. <!--START Warm Neutrals-->
  800.  
  801. <div id="db_yeux_2" class="db_yeux_all" style="display: none;">
  802.  
  803. <div class="db_60_right db_hide_mobile">
  804. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316288542/eyes-palette-2.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  805. </div>
  806.  
  807. <div class="db_40_left">
  808. <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" />
  809. <div class="db_hide_mobile">
  810. <h2 class="ipxl_h2">EYE PALETTE<BR>COOL NEUTRALS</h2>
  811. <p>Multi-texturen,<br />
  812. ultra gepigmenteerd,<br />
  813. dekking op maat
  814. </p>
  815. <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" />
  816. <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" />
  817. <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" />
  818. <p style="text-transform: capitalize;">Eye Palette Cool Neutrals</p>
  819. </div>
  820.  
  821. <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;" />
  822.  
  823. <div class="db_arrow_mobile_container">
  824. <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" />
  825. <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" />
  826. </div>
  827.  
  828. <br />
  829. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972780">BESTELLEN</a><br />
  830. <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;">
  831. <table cellpadding="0" cellspacing="0">
  832. <tbody>
  833. <tr>
  834. <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>
  835. <td>GEBRUIKSADVIES</td>
  836. </tr>
  837. </tbody>
  838. </table>
  839. </a>
  840. </div>
  841. </div>
  842.  
  843. <!--STOP Warm Neutrals-->
  844.  
  845.  
  846.  
  847. <!--START Brow Light
  848.  
  849. <div id="db_yeux_3" class="db_yeux_all" style="display: none;">
  850.  
  851. <div class="db_60_right db_hide_mobile">
  852. <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" />
  853. </div>
  854.  
  855. <div class="db_40_left">
  856. <div class="db_hide_mobile">
  857. <h2 class="ipxl_h2">BROW PALETTE LIGHT</h2>
  858. <p>Vullen, modelleren, mooi<br />
  859. gevormde wenkbrauwen
  860. </p>
  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_3" onClick="db_PrevProduct(id)" class="db_product_arrow" />
  862. <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" />
  863. <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" />
  864.  
  865. <p style="text-transform: capitalize;">Brow Palette Light</p>
  866. </div>
  867.  
  868. <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;" />
  869.  
  870. <div class="db_arrow_mobile_container">
  871. <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" />
  872. <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" />
  873. </div>
  874.  
  875. <br />
  876. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972794">BESTELLEN</a><br />
  877. <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;">
  878. <table cellpadding="0" cellspacing="0">
  879. <tbody>
  880. <tr>
  881. <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>
  882. <td>GEBRUIKSADVIES</td>
  883. </tr>
  884. </tbody>
  885. </table>
  886. </a>
  887. </div>
  888. </div>
  889.  
  890. STOP Brow Light-->
  891.  
  892.  
  893. <!--START Brow Dark
  894.  
  895. <div id="db_yeux_4" class="db_yeux_all" style="display: none;">
  896. <div class="db_60_right db_hide_mobile">
  897. <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" />
  898. </div>
  899.  
  900. <div class="db_40_left">
  901. <div class="db_hide_mobile">
  902. <h2 class="ipxl_h2">BROW PALETTE DARK</h2>
  903. <p>Vullen, modelleren, mooi<br />
  904. gevormde wenkbrauwen
  905. </p>
  906. <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" />
  907. <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" />
  908. <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" />
  909. <p style="text-transform: capitalize;">Brow Palette Dark</p>
  910. </div>
  911.  
  912. <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;" />
  913.  
  914. <div class="db_arrow_mobile_container">
  915. <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" />
  916. <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" />
  917. </div>
  918.  
  919. <br />
  920. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972787">BESTELLEN</a><br />
  921. <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;">
  922. <table cellpadding="0" cellspacing="0">
  923. <tbody>
  924. <tr>
  925. <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>
  926. <td>GEBRUIKSADVIES</td>
  927. </tr>
  928. </tbody>
  929. </table>
  930. </a>
  931. </div>
  932. </div>
  933.  
  934. STOP Brow Dark-->
  935.  
  936.  
  937. <div style="clear: both;">&nbsp;</div>
  938. <div class="db_little_spacer">&nbsp;</div>
  939.  
  940.  
  941. <!--START Lip Palettes
  942.  
  943. <div class="db_60_left">
  944. <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" />
  945. <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" />
  946. </div>
  947.  
  948. <div class="db_40_right">
  949. <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" />
  950.  
  951. <div class="db_text_margin">
  952. <h2 class="ipxl_h2">LIP PALETTE</h2>
  953. <p>BASIS VOOR VOLLE LIPPEN,<br />
  954. GLOSS &amp; CONTOUR<br />
  955. &nbsp;<br />
  956. 3 GLOSSTINTEN VOOR EXTRA VOLUME,<br />
  957. 6 GESATINEERDE EN MATTE LIPSTICKTINTEN
  958. </p>
  959. <a class="bouton" href="https://www.iciparisxl.nl/nl/p/BP_972535">BESTELLEN</a>
  960. </div>
  961. </div>
  962.  
  963. STOP Lip Palettes-->
  964.  
  965.  
  966. <div style="clear: both;">&nbsp;</div>
  967.  
  968.  
  969. <!--START Lip Palette-->
  970.  
  971. <div id="db_lip_1" class="db_lip_all">
  972.  
  973. <div class="db_60_left db_hide_mobile">
  974. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141315993630/lip-palette.png" alt="DIOR BACKSTAGE" width="100%" border="0" />
  975. </div>
  976.  
  977. <div class="db_40_right">
  978.  
  979. <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" />
  980.  
  981. <div class="db_hide_mobile">
  982. <h2 class="ipxl_h2">LIP PALETTE</h2>
  983. <p>VOLUMEGEVENDE GLOSS, GESATINEERDE LIPSTICK,MATTE LIPSTICK</p>
  984. <img src="https://www.iciparisxl.be/medias/sys_master/_spotlight/_spotlight/9141316091934/db-lips.png" border="0" />
  985.  
  986. <p style="text-transform: capitalize;">Lip palette</p>
  987. <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;" />
  988. <br />
  989. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_972528">BESTELLEN</a>
  990. <br />
  991. <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;">
  992. <table cellpadding="0" cellspacing="0">
  993. <tbody>
  994. <tr>
  995. <td width="40">
  996. <img src="https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8939930583070/bouton-appli.jpg" alt="" width="34" border="0" />
  997. </td>
  998. <td>GEBRUIKSADVIES</td>
  999. </tr>
  1000. </tbody>
  1001. </table>
  1002. </a>
  1003. </div>
  1004. </div>
  1005.  
  1006. <!--STOP Lip Palette-->
  1007.  
  1008.  
  1009. <!--START Lip Glow-->
  1010.  
  1011. <div id="db_lip_2" class="db_lip_all" style="display: none;">
  1012.  
  1013. <div class="db_60_right db_hide_mobile">
  1014. <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" />
  1015. </div>
  1016.  
  1017. <div class="db_40_left">
  1018. <div class="db_hide_mobile">
  1019. <h2 class="ipxl_h2">DIOR LIP GLOW</h2>
  1020. <p>Hydraterende balsem 24 uur; kleurversterker, de backstage-ster</p>
  1021. <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" />
  1022. <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" />
  1023. <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" />
  1024. <p style="text-transform: capitalize;">Dior Lip Glow</p>
  1025. </div>
  1026.  
  1027. <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;" />
  1028. <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>
  1029. <br />
  1030. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_661483">BESTELLEN</a>
  1031. </div>
  1032. </div>
  1033.  
  1034. <!--STOP Lip Glow-->
  1035.  
  1036.  
  1037. <!--START Lip Addict-->
  1038.  
  1039. <div id="db_lip_3" class="db_lip_all" style="display: none;">
  1040. <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>
  1041. <div class="db_40_left">
  1042. <div class="db_hide_mobile">
  1043. <h2 class="ipxl_h2">DIOR ADDICT LIP MAXIMIZER</h2>
  1044. <p>volumegloss, glans,<br />
  1045. verzorging
  1046. </p>
  1047. <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" />
  1048. <p style="text-transform: capitalize;">Dior Addict Lip Maximizer</p>
  1049. </div>
  1050. <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;" />
  1051. <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>
  1052. <br />
  1053. <a class="bouton_black" href="https://www.iciparisxl.nl/nl/p/BP_351929">BESTELLEN</a>
  1054. </div>
  1055. </div>
  1056.  
  1057. <!--STOP Lip Addict-->
  1058.  
  1059.  
  1060.  
  1061.  
  1062. <div style="clear: both;">&nbsp;</div>
  1063.  
  1064.  
  1065. <!--START 3 Products Desktop-->
  1066.  
  1067. <div class="db_hide_mobile">
  1068.  
  1069. <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>
  1070.  
  1071.  
  1072. <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>
  1073.  
  1074. <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>
  1075. </div>
  1076.  
  1077. <script type="text/javascript">
  1078. document.getElementById("db_arrow_right").onclick = function(){
  1079. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689653790/db-top-arrow-left-black.jpg";
  1080. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690374686/db-top-arrow-right-grey.jpg";
  1081. document.getElementById("db_top_product_1").style.display = "none";
  1082. document.getElementById("db_top_product_2").style.display = "none";
  1083. document.getElementById("db_top_product_3").style.display = "none";
  1084. document.getElementById("db_top_product_4").style.display = "inline-block";
  1085. document.getElementById("db_top_product_5").style.display = "inline-block";
  1086. document.getElementById("db_top_product_6").style.display = "inline-block";
  1087. };
  1088.  
  1089. document.getElementById("db_arrow_left").onclick = function(){
  1090. document.getElementById("db_arrow_left").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940689915934/db-top-arrow-left-grey.jpg";
  1091. document.getElementById("db_arrow_right").src = "https://www.iciparisxl.be/medias/sys_master/_dior-backstage/_dior-backstage/8940690276382/db-top-arrow-right-black.jpg";
  1092. document.getElementById("db_top_product_4").style.display = "none";
  1093. document.getElementById("db_top_product_5").style.display = "none";
  1094. document.getElementById("db_top_product_6").style.display = "none";
  1095. document.getElementById("db_top_product_1").style.display = "inline-block";
  1096. document.getElementById("db_top_product_2").style.display = "inline-block";
  1097. document.getElementById("db_top_product_3").style.display = "inline-block";
  1098. };
  1099. </script>
  1100.  
  1101. <!--END 3 Products Desktop-->
  1102.  
  1103.  
  1104. <!--START 3 Products Mobile-->
  1105.  
  1106. <div class="db_mobile_only">
  1107.  
  1108. <input id="status_dior" value="1" type="hidden" />
  1109.  
  1110. <ul id="slider_dior_ipxl">
  1111.  
  1112. <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>
  1113. </li>
  1114.  
  1115. <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>
  1116.  
  1117. <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>
  1118.  
  1119. <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>
  1120.  
  1121. <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>
  1122.  
  1123. <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>
  1124.  
  1125. </ul>
  1126.  
  1127. <ul id="bullets_dior_ipxl">
  1128. <li><a onClick="SetSlider(id);" id="bullet_dior_1" class="bullets_dior" style="color: #1e1e1e;">⚫</a></li>
  1129. <li><a onClick="SetSlider(id);" id="bullet_dior_2" class="bullets_dior">⚫</a></li>
  1130. <li><a onClick="SetSlider(id);" id="bullet_dior_3" class="bullets_dior">⚫</a></li>
  1131. <li><a onClick="SetSlider(id);" id="bullet_dior_4" class="bullets_dior">⚫</a></li>
  1132. <li><a onClick="SetSlider(id);" id="bullet_dior_5" class="bullets_dior">⚫</a></li>
  1133. <li><a onClick="SetSlider(id);" id="bullet_dior_6" class="bullets_dior">⚫</a></li>
  1134. </ul>
  1135. </div>
  1136.  
  1137. <script type="text/javascript">
  1138. function SetSlider(id_num) {
  1139. var new_status = id_num.split("_").pop();
  1140.  
  1141. $("#slider_dior_ipxl li").css("display", "none");
  1142. $("#slide_dior_ipxl_" + new_status).css("display", "inline-block");
  1143. $(".bullets_dior").css("color", "#cccccc");
  1144. $("#bullet_dior_" + new_status).css("color", "#1e1e1e");
  1145. $("#status_dior").val(new_status);
  1146. }
  1147. </script>
  1148.  
  1149. <!--END 3 Products Mobile-->
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155. <script type="text/javascript">
  1156. function db_NextProduct(versie) {
  1157. var split = versie.split("_");
  1158. var category = split[3];
  1159. var nummer = split[4];
  1160. var nieuw = parseInt(nummer) + 1;
  1161.  
  1162. if (category == "visage") {
  1163. if (nieuw <= 3) {
  1164. $(".db_visage_all").hide();
  1165. $("#db_visage_" + nieuw).show();
  1166. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1167. }
  1168. else {
  1169. $(".db_visage_all").hide();
  1170. $("#db_visage_1").show();
  1171. $("#db_visage_1.db_60_left img").width("100%");
  1172. }
  1173. }
  1174.  
  1175. else if (category == "yeux") {
  1176. if (nieuw <= 2) {
  1177. $(".db_yeux_all").hide();
  1178. $("#db_yeux_" + nieuw).show();
  1179. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1180. }
  1181. else {
  1182. $(".db_yeux_all").hide();
  1183. $("#db_yeux_1").show();
  1184. $("#db_yeux_1.db_60_left img").width("100%");
  1185. }
  1186. }
  1187.  
  1188. else if (category == "lip") {
  1189. if (nieuw <= 3) {
  1190. $(".db_lip_all").hide();
  1191. $("#db_lip_" + nieuw).show();
  1192. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1193. }
  1194. else {
  1195. $(".db_lip_all").hide();
  1196. $("#db_lip_1").show();
  1197. $("#db_lip_1.db_60_left img").width("100%");
  1198. }
  1199. }
  1200. }
  1201.  
  1202. function db_PrevProduct(versie) {
  1203. var split = versie.split("_");
  1204. var category = split[3];
  1205. var nummer = split[4];
  1206. var nieuw = parseInt(nummer) - 1;
  1207.  
  1208. if (category == "visage") {
  1209. if (nieuw == 0) {
  1210. $(".db_visage_all").hide();
  1211. $("#db_visage_3").show();
  1212. $("#db_visage_3.db_60_left img").width("100%");
  1213. }
  1214. else {
  1215. $(".db_visage_all").hide();
  1216. $("#db_visage_" + nieuw).show();
  1217. $("#db_visage_" + nieuw + ".db_60_left img").width("100%");
  1218. }
  1219. }
  1220. else if (category == "yeux") {
  1221. if (nieuw == 0) {
  1222. $(".db_yeux_all").hide();
  1223. $("#db_yeux_2").show();
  1224. $("#db_yeux_2.db_60_left img").width("100%");
  1225. }
  1226. else {
  1227. $(".db_yeux_all").hide();
  1228. $("#db_yeux_" + nieuw).show();
  1229. $("#db_yeux_" + nieuw + ".db_60_left img").width("100%");
  1230. }
  1231. }
  1232. else if (category == "lip") {
  1233. if (nieuw == 0) {
  1234. $(".db_lip_all").hide();
  1235. $("#db_lip_3").show();
  1236. $("#db_lip_3.db_60_left img").width("100%");
  1237. }
  1238. else {
  1239. $(".db_lip_all").hide();
  1240. $("#db_lip_" + nieuw).show();
  1241. $("#db_lip_" + nieuw + ".db_60_left img").width("100%");
  1242. }
  1243. }
  1244. }
  1245. </script>
  1246. <div style="clear: both;">&nbsp;</div>
  1247. <div class="db_little_spacer">&nbsp;</div>
  1248. <!--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" />
  1249. <div class="db_spacer">&nbsp;</div>
  1250. <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 />
  1251. <!--STOP Pinceaux-->
  1252. <div style="clear: both;">&nbsp;</div>
  1253. <div class="db_spacer">&nbsp;</div>
  1254. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement