Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 54.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <head>
  5.     <meta name="robots" content="noindex">
  6.     <title></title>
  7.  
  8.     <style type="text/css">
  9.         .ExternalClass * {
  10.             line-height: 100% !important;
  11.         }
  12.  
  13.  
  14.  
  15.         .linkColorWhite a {
  16.             color: #ffffff;
  17.         }
  18.     </style>
  19.     <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  20.     <meta content="IE=edge" http-equiv="X-UA-Compatible" />
  21.     <meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
  22.     <link href="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">
  23.     <style type="text/css">
  24.         @media screen and (max-width: 640px) {
  25.             * {
  26.                 margin: 0;
  27.                 padding: 0;
  28.             }
  29.  
  30.             html {
  31.                 -webkit-text-size-adjust: 100%;
  32.                 -ms-text-size-adjust: 100%;
  33.                 text-size-adjust: 100%;
  34.             }
  35.  
  36.             body {
  37.                 font-family: 'Dosis', sans-serif;
  38.                 font-size: 14px;
  39.                 color: #000000;
  40.                 margin: 0 !important;
  41.                 padding: 10px 14px 20px;
  42.             }
  43.  
  44.  
  45.  
  46.             a:focus {
  47.                 outline: thin dotted;
  48.             }
  49.  
  50.             a:hover,
  51.             a:active {
  52.                 outline: 0;
  53.             }
  54.  
  55.             a:link,
  56.             a:visited {
  57.                 text-decoration: none;
  58.             }
  59.  
  60.             b,
  61.             strong,
  62.             .bold {
  63.                 font-weight: bold;
  64.             }
  65.  
  66.             p {
  67.                 margin: 1em 0;
  68.             }
  69.  
  70.             small {
  71.                 font-size: 75%;
  72.             }
  73.  
  74.             sub,
  75.             sup {
  76.                 font-size: 75%;
  77.                 line-height: 0;
  78.                 position: relative;
  79.                 vertical-align: baseline;
  80.             }
  81.  
  82.             sup {
  83.                 top: -0.5em;
  84.             }
  85.  
  86.             sub {
  87.                 bottom: -0.25em;
  88.             }
  89.  
  90.             ol,
  91.             ul {
  92.                 margin: 0;
  93.             }
  94.  
  95.             ol,
  96.             ul {
  97.                 padding: 0 0 0 1em;
  98.             }
  99.  
  100.             ul.itemList {
  101.                 padding: 0;
  102.                 margin: 0;
  103.             }
  104.  
  105.             ul.itemList li {
  106.                 display: inline-block;
  107.                 list-style-type: none;
  108.             }
  109.  
  110.             .hint {
  111.                 width: 320px;
  112.             }
  113.  
  114.             .hint .attention {
  115.                 font-weight: bold;
  116.             }
  117.  
  118.             img {
  119.                 border: 0;
  120.                 -ms-interpolation-mode: bicubic;
  121.             }
  122.  
  123.             table {
  124.                 border-collapse: collapse;
  125.                 border-spacing: 0;
  126.             }
  127.  
  128.             .clear {
  129.                 clear: both;
  130.             }
  131.  
  132.             .opheliaEditBar {
  133.                 margin-bottom: 5px;
  134.             }
  135.  
  136.             .footerContainerInfoOuter,
  137.             .footerContainerInfo {
  138.                 width: auto !important;
  139.             }
  140.  
  141.             .container {
  142.                 border: 1px solid #e3e3e3;
  143.                 margin: 0 0 20px;
  144.                 text-align: left !important;
  145.                 background-color: #ffffff;
  146.             }
  147.  
  148.             .whiteBox {
  149.                 padding: 20px;
  150.             }
  151.  
  152.             .container img {
  153.                 display: inline-block !important;
  154.             }
  155.  
  156.             .contentBox {
  157.                 padding: 0 12px 16px;
  158.                 background-color: #ffffff;
  159.             }
  160.  
  161.             .separator {
  162.                 height: 1px;
  163.                 background-color: #a7a7a7;
  164.                 margin: 0 15px 20px;
  165.                 max-width: 450px;
  166.             }
  167.  
  168.  
  169.  
  170.  
  171.             .box {
  172.                 padding: 18px 20px 20px;
  173.                 color: #ffffff;
  174.             }
  175.  
  176.             .box a {
  177.                 color: #ffffff;
  178.             }
  179.  
  180.             .box .title {
  181.                 margin-bottom: 3px;
  182.                 font-size: 18px;
  183.                 font-weight: bold;
  184.             }
  185.  
  186.             .box .subtitle {
  187.                 font-size: 16px;
  188.             }
  189.  
  190.             .box .inner {
  191.                 display: table;
  192.                 width: 100%;
  193.             }
  194.  
  195.             .box .inner .left,
  196.             .box .inner .right {
  197.                 display: table-cell;
  198.                 vertical-align: middle;
  199.             }
  200.  
  201.             .box .inner .right {
  202.                 padding-left: 20px;
  203.                 text-align: right;
  204.             }
  205.  
  206.  
  207.  
  208.             .whiteBox .title,
  209.             .whiteBox .subtitle {
  210.                 font-size: 16px;
  211.                 color: #003f8a;
  212.                 font-weight: bold;
  213.                 margin-bottom: 7px;
  214.             }
  215.  
  216.             .whiteBox .subtitle {
  217.                 font-size: 14px;
  218.             }
  219.  
  220.             .whiteBox .text {
  221.                 margin-bottom: 7px;
  222.             }
  223.  
  224.             .whiteBox .priceBox {
  225.                 overflow: hidden;
  226.             }
  227.  
  228.             .container li {
  229.                 list-style-type: none;
  230.                 padding-left: 12px;
  231.                 margin-left: -15px;
  232.             }
  233.  
  234.             ul.itemList {
  235.                 padding: 0;
  236.                 margin: 0;
  237.             }
  238.  
  239.             ul.itemList li {
  240.                 display: inline-block;
  241.                 list-style-type: none;
  242.             }
  243.  
  244.             .container.onlineVersion {
  245.                 border: 0 none !important;
  246.                 margin: 0 0 10px !important;
  247.                 background-color: transparent !important;
  248.                 color: #a7a7a7 !important;
  249.                 font-size: 9px;
  250.                 text-align: center !important;
  251.             }
  252.  
  253.             .onlineVersion a {
  254.                 color: #a7a7a7 !important;
  255.                 text-decoration: underline !important;
  256.             }
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.             .offersTwoColumn .priceBox.priceBoxDescription .priceOuter {
  267.                 float: none;
  268.                 margin: 0 auto;
  269.             }
  270.  
  271.             .offersTwoColumn .priceBox.priceBoxDescription {
  272.                 padding: 10px;
  273.                 text-align: center;
  274.             }
  275.  
  276.             .offersTwoColumn .priceBox.priceBoxDescription .boxText {
  277.                 font-weight: bold;
  278.             }
  279.  
  280.             .offersTwoColumn .priceBox.priceBoxDescription .spacer {
  281.                 height: 6px;
  282.             }
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.         }
  292.  
  293.  
  294.         @media screen and (max-width: 450px) {
  295.  
  296.             .logoSmall img {
  297.                 width: 250px;
  298.             }
  299.  
  300.             .mobileVersionMenu {
  301.                 display: block !important;
  302.             }
  303.  
  304.             .banerSmall img {
  305.                 width: 250px;
  306.                 margin-bottom: 20px;
  307.             }
  308.         }
  309.  
  310.         @media screen and (max-width: 640px) {
  311.  
  312.  
  313.             .desktopVersion,
  314.             .desktopHelper {
  315.                 display: none !important;
  316.             }
  317.  
  318.             .mobileHelper {
  319.                 display: table !important;
  320.                 height: auto !important;
  321.             }
  322.  
  323.             .mobileVersion {
  324.                 display: block !important;
  325.                 float: none !important;
  326.                 width: 100% !important;
  327.                 height: auto !important;
  328.                 max-height: none !important;
  329.             }
  330.  
  331.             .mobileVersionMenu {
  332.                 display: none !important;
  333.             }
  334.  
  335.             .textMenu ul li {
  336.                 margin-top: 10px;
  337.                 margin-bottom: 10px;
  338.             }
  339.  
  340.             .textMenu ul li a {
  341.                 cursor: pointer;
  342.             }
  343.  
  344.         }
  345.  
  346.         @media screen and (min-width: 641px) {
  347.  
  348.  
  349.             .desktopVersion,
  350.             .desktopHelper {
  351.                 display: block !important;
  352.             }
  353.  
  354.             .mobileVersion,
  355.             .mobileHelper {
  356.                 display: none !important;
  357.             }
  358.  
  359.             .mobileVersionMenu {
  360.                 display: none !important;
  361.             }
  362.         }
  363.     </style>
  364.  
  365.  
  366. </head>
  367.  
  368. <body>
  369.     <center>
  370.         <div class="desktopVersion desktopHelper" style="display: block;"></div>
  371.         <![if !mso]>
  372.         <div style="display: none; float: left; width: 0; overflow: hidden;" class="mobileVersion"></div>
  373.         <![endif]>
  374.         <div class="desktopVersion desktopHelper" style="display: block;"></div>
  375.         <![if !mso]>
  376.         <div style="display: none; float: left; width: 0; overflow: hidden;" class="mobileVersion"></div>
  377.         <![endif]>
  378.  
  379.         <div class="desktopVersion desktopHelper" style="display: block;"></div>
  380.         <![if !mso]>
  381.         <div style="display: none; float: left; width: 0; overflow: hidden;" class="mobileVersion"></div>
  382.         <![endif]>
  383.  
  384.         <div style="display: block;">
  385.             <table align="center" border="0" cellspacing="0" cellpadding="0">
  386.                 <tr>
  387.                     <td>
  388.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  389.                             <tbody>
  390.                                 <tr>
  391.                                     <td style="vertical-align: middle; font-size: 11px; font-family: 'Dosis', sans-serif;
  392.                                    color: #111111; line-height: normal;" width="550" valign="middle" align="center">
  393.                                         <a href="$preview$" target="_blank"
  394.                                            style="text-decoration: none; color:#949494;">Mail nieczytelny, <span
  395.                                                style="text-decoration: underline;">zobacz w przeglądarce </span></a>
  396.                                     </td>
  397.                                 </tr>
  398.                             </tbody>
  399.                         </table>
  400.                     </td>
  401.                 </tr>
  402.             </table>
  403.         </div>
  404.         <div style="display: block;">
  405.             <table align="center" border="0" cellspacing="0" cellpadding="0">
  406.                 <tr>
  407.                     <td>
  408.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  409.                             <tbody>
  410.  
  411.                                 <td style="text-align: center; vertical-align: top; font-size: 0;">
  412.                                     <table align="center" cellpadding="0" cellspacing="0" border="0">
  413.                                         <tr>
  414.                                             <td width="100%" align="center" style="text-align:center;"><a
  415.                                                    href="https://drogeriaestrella.pl/" target="blank"><img
  416.                                                        alt="DrogeriaEstrella" width="650"
  417.                                                        src="https://s3-eu-west-1.amazonaws.com/salesmanagoimg/36ah1dxt6fpehf53/bz0skjq3it4c2v3k/iz7pzxbxb5pgosw7.png"
  418.                                                        style=" max-width:650px; display:block;" border="0"
  419.                                                        align="center"></a></td>
  420.                                         </tr>
  421.                                     </table>
  422.                                 </td>
  423.                             </tbody>
  424.                         </table>
  425.                     </td>
  426.                 </tr>
  427.             </table>
  428.         </div>
  429.  
  430.  
  431.         <div style="display: block;">
  432.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  433.                 <tr>
  434.                     <td bgcolor="#ffffff">
  435.  
  436.                     </td>
  437.                     <td bgcolor="#ffffff">
  438.                         <a href="https://drogeriaestrella.pl/pl/c/Makijaz/224" target="_blank"
  439.                            style="text-decoration: none;">
  440.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  441.                                text-align:center; color:black; ">
  442.                                 MAKIJAŻ
  443.                             </p>
  444.                         </a>
  445.                     </td>
  446.                     <td bgcolor="#ffffff">
  447.                     </td>
  448.                     <td bgcolor="#ffffff">
  449.                         <a href="https://drogeriaestrella.pl/pl/c/Paznokcie/222" target="_blank"
  450.                            style="text-decoration: none;">
  451.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  452.                                text-align:center; color:black; ">
  453.                                 PAZNOKCIE
  454.                             </p>
  455.                         </a>
  456.                     </td>
  457.                     <td bgcolor="#ffffff">
  458.                     </td>
  459.                     <td bgcolor="#ffffff">
  460.                         <a href="https://drogeriaestrella.pl/pl/c/Mama-i-Dziecko/267" target="_blank"
  461.                            style="text-decoration: none;">
  462.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  463.                                text-align:center; color:black; ">
  464.                                 MAMA I DZIECKO
  465.                             </p>
  466.                         </a>
  467.                     </td>
  468.                     <td bgcolor="#ffffff">
  469.                     </td>
  470.                     <td bgcolor="#ffffff">
  471.                         <a href="https://drogeriaestrella.pl/pl/new" target="_blank" style="text-decoration: none;">
  472.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  473.                                text-align:center; color:black; ">
  474.                                 NOWOŚCI
  475.                             </p>
  476.                         </a>
  477.                     </td>
  478.                     <td bgcolor="#ffffff">
  479.                     </td>
  480.                     <td bgcolor="#ffffff">
  481.                         <a href="https://drogeriaestrella.pl/pl/promotions" target="_blank"
  482.                            style="text-decoration: none; ">
  483.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  484.                                text-align:center; color:black; ">
  485.                                 PROMOCJE
  486.                             </p>
  487.                         </a>
  488.                     </td>
  489.                     <td bgcolor="#ffffff">
  490.                     </td>
  491.                 </tr>
  492.             </table>
  493.         </div>
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.         <div style="display: block;">
  504.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  505.                 <tr>
  506.                     <td>
  507.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  508.                             <tbody>
  509.                                 <tr>
  510.                                     <td valign="top" align="center" bgcolor="#ffffff" height="20" width="602"
  511.                                        style="margin:0;">&nbsp;</td>
  512.                                 </tr>
  513.                             </tbody>
  514.                         </table>
  515.                     </td>
  516.                 </tr>
  517.             </table>
  518.         </div>
  519.  
  520.         <div style="display: block;">
  521.             <table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
  522.                 <tr>
  523.                     <td>
  524.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  525.                             <tbody>
  526.                                 <tr>
  527.                                     <td valign="top" align="center" bgcolor="#ffffff" style="margin:0;"><a
  528.                                            href="{BANER_LINK}" target="_blank"><img
  529.                                                style="display:block; margin:0; max-width:602px;" src="{BANER}"
  530.                                                alt="baner" border="0" width="602" /></a></td>
  531.                                 </tr>
  532.                             </tbody>
  533.                         </table>
  534.                     </td>
  535.                 </tr>
  536.             </table>
  537.         </div>
  538.  
  539.  
  540.  
  541.         <div style="display: block;">
  542.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  543.                 <tr>
  544.                     <td>
  545.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  546.                             <tbody>
  547.                                 <tr>
  548.                                     <td valign="top" align="center" bgcolor="#ffffff" height="40" width="602"
  549.                                        style="margin:0;">&nbsp;</td>
  550.                                 </tr>
  551.                             </tbody>
  552.                         </table>
  553.                     </td>
  554.                 </tr>
  555.             </table>
  556.         </div>
  557.  
  558.         <div style="display: block;">
  559.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  560.                 <tr>
  561.                     <td>
  562.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  563.                             <tbody>
  564.                                 <tr>
  565.                                     <td valign="top" align="center" bgcolor="#ffffff" height="25" width="602"
  566.                                        style="margin:0;">
  567.                                         <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 16px; font-family: 'Dosis', sans-serif;
  568.                                            text-align:center; font-weight:bold;">
  569.                                             {TITLE_1}
  570.                                         </p>
  571.                                     </td>
  572.                                 </tr>
  573.                             </tbody>
  574.                         </table>
  575.                     </td>
  576.                 </tr>
  577.             </table>
  578.         </div>
  579.         <div style="display: block;">
  580.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  581.                 <tr>
  582.                     <td>
  583.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  584.                             <tbody>
  585.                                 <tr>
  586.                                     <td valign="top" align="center" bgcolor="#ffffff" height="5" width="602"
  587.                                        style="margin:0;">&nbsp;</td>
  588.                                 </tr>
  589.                             </tbody>
  590.                         </table>
  591.                     </td>
  592.                 </tr>
  593.             </table>
  594.         </div>
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.         <div style="display: block;">
  602.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  603.                 <tr>
  604.                     <td>
  605.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  606.                             <tbody>
  607.                                 <tr>
  608.                                     <td valign="top" align="center" bgcolor="#ffffff" height="25" width="602"
  609.                                        style="margin:0;">
  610.                                         <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  611.                                            text-align:center; ">
  612.                                             {TEXT_1}
  613.                                         </p>
  614.                                     </td>
  615.                                 </tr>
  616.                             </tbody>
  617.                         </table>
  618.                     </td>
  619.                 </tr>
  620.             </table>
  621.         </div>
  622.         <div style="display: block;">
  623.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  624.                 <tr>
  625.                     <td>
  626.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  627.                             <tbody>
  628.                                 <tr>
  629.                                     <td valign="top" align="center" bgcolor="#ffffff" height="40" width="602"
  630.                                        style="margin:0;">&nbsp;</td>
  631.                                 </tr>
  632.                             </tbody>
  633.                         </table>
  634.                     </td>
  635.                 </tr>
  636.             </table>
  637.         </div>
  638.  
  639.  
  640.         <div class="desktopVersion desktopHelper" style="display: none; float: left; width: 0; overflow: hidden;">
  641.             <table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
  642.                 <tr>
  643.                     <td>
  644.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  645.                             <tbody>
  646.                                 <tr>
  647.                                     <td valign="top" align="center" bgcolor="#ffffff" height="40" style="margin:0;">
  648.                                         &nbsp;</td>
  649.                                 </tr>
  650.                             </tbody>
  651.                         </table>
  652.                     </td>
  653.                 </tr>
  654.             </table>
  655.         </div>
  656.  
  657.  
  658.         <!--PRODUKTY RZĄD DESKTOP-->
  659.  
  660.         <div align="center" class="desktopVersion desktopHelper" style="display: block;" width="602">
  661.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0"
  662.                style="vertical-align: center;">
  663.                 <tbody align="center">
  664.                     <tr align="center">
  665.                         <td align="center" valign="top" align="center" bgcolor="#ffffff" colspan="3" width="192"
  666.                            style="margin:0; height: 250px; max-height: 250px; vertical-align: center;" height="250">
  667.                             <a align="center" href="{LINK_DO_PRODUKTU1}" target="_blank">
  668.                                 <img align="center"
  669.                                    style="display:block; margin:0; width:190px; max-height: 250px;  vertical-align: center;"
  670.                                    src="{PRODUKT_IMG_1}" width="190" alt="produkt1" border="0" />
  671.                             </a>
  672.                         </td>
  673.  
  674.                         <td align="center" valign="top" align="center" bgcolor="#ffffff" colspan="3" width="192"
  675.                            style="margin:0; height: 250px; max-height: 250px;" height="250">
  676.                             <a href="{LINK_DO_PRODUKTU3}" target="_blank">
  677.                                 <img style="display:block; width:190px; max-height: 250px" src="{PRODUKT_IMG_2}"
  678.                                    width="190" alt="produkt2" border="0" />
  679.                             </a>
  680.                         </td>
  681.                     </tr>
  682.  
  683.  
  684.                     <tr>
  685.                         <td align="center" bgcolor="#ffffff" colspan="3" width="192">
  686.                             <p align="center" style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif;
  687.                            text-align:center; ">
  688.                                 {PRODUKT1_OPIS}
  689.                             </p>
  690.  
  691.                         </td>
  692.  
  693.                         <td align="center" bgcolor="#ffffff" colspan="3" width="192">
  694.                             <p align="center" style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif;
  695.                            text-align:center; ">
  696.                                 {PRODUKT2_OPIS}
  697.                             </p>
  698.  
  699.                         </td>
  700.                     </tr>
  701.  
  702.                     <!--ceny-->
  703.                     <tr>
  704.                         <td bgcolor="#ffffff" colspan="3" width="192">
  705.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  706.                            text-align:center; color:#E91A60; ">
  707.                                 {PRODUKT1_CENA}
  708.                             </p>
  709.  
  710.                         </td>
  711.  
  712.                         <td bgcolor="#ffffff" colspan="3" width="192">
  713.                             <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif;
  714.                            text-align:center; color:#E91A60; ">
  715.                                 {PRODUKT2_CENA}
  716.                             </p>
  717.                         </td>
  718.  
  719.                     </tr>
  720.                     <!--end of ceny-->
  721.  
  722.                     <tr>
  723.                         <td height="18" colspan="11"></td>
  724.                     </tr>
  725.                 </tbody>
  726.             </table>
  727.         </div>
  728.  
  729.         <!--KONIEC PRODUKTY RZĄD DESKTOP-->
  730.  
  731.         <!--PRODUKTY RZĄD MOBILE-->
  732.  
  733.         <![if !mso]>
  734.         <div style="display: none; float: left; width: 0; overflow: hidden;" class="mobileVersion">
  735.             <div class="container quarters offersTwoColumn">
  736.                 <div class="image"><a href="{LINK_DO_PRODUKTU1_MOBILE}"><img style="display:block; width:620px;"
  737.                            src="{PRODUKT1_MOBILE}" width="620" alt="produkt1" border="0" /></a></div>
  738.                 <div class="whiteBox">
  739.  
  740.                     <div class="text">
  741.                         <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif;
  742.                            text-align:center;color:black; ">
  743.                             {PRODUKT1_OPIS_MOBILE}
  744.                         </p>
  745.                     </div>
  746.                     <div class="spacer"></div>
  747.                     <div class="priceBox priceBoxDescription">
  748.                         <div class="boxText" style="color:#d6358d">
  749.                             <p
  750.                                style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif; text-align:center; color:#E91A60; ">
  751.                                 {PRODUKT1_CENA_MOBILE}
  752.                             </p>
  753.  
  754.                         </div>
  755.  
  756.                     </div>
  757.                 </div>
  758.             </div>
  759.  
  760.             <div class="container quarters offersTwoColumn">
  761.                 <div class="image"><a href="{LINK_DO_PRODUKTU3_MOBILE}"><img style="display:block; width: 620px;"
  762.                            src="{PRODUKT_3_MOBILE}" width="620" alt="produkt2" border="0" /></a>
  763.                 </div>
  764.                 <div class="whiteBox">
  765.  
  766.                     <div class="text">
  767.                         <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif;
  768.                        text-align:center; color:black; ">
  769.                             {PRODUKT2_OPIS_MOBILE}
  770.                         </p>
  771.                     </div>
  772.                     <div class="spacer"></div>
  773.                     <div class="priceBox priceBoxDescription">
  774.                         <div class="boxText" style="color:#d6358d">
  775.                             <p
  776.                                style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif; text-align:center; color:#E91A60; ">
  777.                                 {PRODUKT2_CENA_MOBILE}
  778.                             </p>
  779.  
  780.                         </div>
  781.  
  782.                     </div>
  783.                 </div>
  784.             </div>
  785.         </div>
  786.         <![endif]>
  787.  
  788.         <!-- KONIEC PRODUKTY RZĄD MOBILE-->
  789.  
  790.  
  791.  
  792.  
  793.  
  794.         <!--PRODUKTY RZĄD DESKTOP 2-->
  795.  
  796.         <div class="desktopVersion desktopHelper" style="display: block;">
  797.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  798.  
  799.                 <tr>
  800.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  801.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  802.                     <td valign="top" align="center" bgcolor="#ffffff" colspan="3" width="192"
  803.                        style="margin:0; height: 250px; max-height: 250px;" height="250"><a href="{LINK_DO_PRODUKTU4}"
  804.                            target="_blank"><img style="display:block; margin:0; width:190px; max-height: 250px"
  805.                                src="{PRODUKT_IMG_4}" width="190" alt="produkt3" border="0" /></a></td>
  806.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  807.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  808.                     <td width="5"></td>
  809.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  810.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  811.  
  812.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  813.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  814.                     <td width="5"></td>
  815.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  816.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  817.                     <td valign="top" align="center" bgcolor="#ffffff" colspan="3" width="192"
  818.                        style="margin:0; height: 250px; max-height: 250px;" height="250"><a href="{LINK_DO_PRODUKTU6}"
  819.                            target="_blank"><img style="display:block; width:190px; max-height: 250px"
  820.                                src="{PRODUKT_IMG_6}" width="190" alt="produkt4" border="0" /></a></td>
  821.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  822.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  823.                 </tr>
  824.                 <tr>
  825.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  826.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  827.                     <td bgcolor="#ffffff" colspan="3" width="192"></td>
  828.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  829.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  830.                     <td height="20" width="10"></td>
  831.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  832.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  833.                     <td bgcolor="#ffffff" colspan="3" width="192"></td>
  834.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  835.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  836.                     <td height="20" width="10"></td>
  837.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  838.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  839.                     <td bgcolor="#ffffff" colspan="3" width="192"></td>
  840.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  841.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  842.                 </tr>
  843.  
  844.                 <tr>
  845.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  846.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  847.                     <td bgcolor="#ffffff" colspan="3" width="192">
  848.                         <p
  849.                            style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif; text-align:center; ">
  850.                             {PRODUKT3_OPIS}
  851.                         </p>
  852.  
  853.                     </td>
  854.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  855.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  856.                     <td height="20" width="10"></td>
  857.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  858.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  859.  
  860.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  861.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  862.                     <td height="20" width="10"></td>
  863.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  864.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  865.                     <td bgcolor="#ffffff" colspan="3" width="192">
  866.                         <p
  867.                            style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif; text-align:center; ">
  868.                             {PRODUKT4_OPIS}
  869.                         </p>
  870.  
  871.                     </td>
  872.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  873.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  874.                 </tr>
  875.                 <!--break-->
  876.  
  877.                 <tr>
  878.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  879.                        bgcolor="#ffffff" width="1" height="10">&nbsp;</td>
  880.                     <td bgcolor="#ffffff" colspan="3" width="192" height="10">
  881.  
  882.  
  883.                     </td>
  884.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  885.                        bgcolor="#ffffff" width="1" height="10">&nbsp;</td>
  886.                     <td height="10" width="10"></td>
  887.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  888.                        bgcolor="#ffffff" width="1" height="10">&nbsp;</td>
  889.                     <td bgcolor="#ffffff" colspan="3" width="192" height="10">
  890.  
  891.                     </td>
  892.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  893.                        bgcolor="#ffffff" width="1" height="10">&nbsp;</td>
  894.                     <td height="10" width="10"></td>
  895.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  896.                        bgcolor="#ffffff" width="1" height="10">&nbsp;</td>
  897.                     <td bgcolor="#ffffff" colspan="3" width="192" height="10">
  898.  
  899.  
  900.                     </td>
  901.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  902.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  903.                 </tr>
  904.                 <!--end of break-->
  905.  
  906.                 <!--ceny-->
  907.                 <tr>
  908.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  909.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  910.                     <td bgcolor="#ffffff" colspan="3" width="192">
  911.                         <p
  912.                            style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif; text-align:center; color:#E91A60; ">
  913.                             {PRODUKT3_CENA}
  914.                         </p>
  915.  
  916.                     </td>
  917.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  918.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  919.                     <td height="20" width="10"></td>
  920.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  921.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  922.  
  923.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  924.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  925.                     <td height="20" width="10"></td>
  926.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  927.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  928.                     <td bgcolor="#ffffff" colspan="3" width="192">
  929.                         <p
  930.                            style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif; text-align:center; color:#E91A60; ">
  931.                             {PRODUKT4_CENA}
  932.                         </p>
  933.                     </td>
  934.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  935.                        bgcolor="#ffffff" width="1">&nbsp;</td>
  936.                 </tr>
  937.                 <!--end of ceny-->
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.                 <tr>
  953.                     <td height="18" colspan="11"></td>
  954.                 </tr>
  955.             </table>
  956.         </div>
  957.  
  958.         <!--KONIEC PRODUKTY RZĄD DESKTOP 2-->
  959.         <!--button 2 ZOBACZ-->
  960.  
  961.         <div style="display: block;">
  962.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  963.                 <tr>
  964.                     <td>
  965.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  966.                             <tbody>
  967.                                 <tr>
  968.                                     <td valign="top" align="center" bgcolor="#ffffff" height="40" width="602"
  969.                                        style="margin:0;">&nbsp;</td>
  970.                                 </tr>
  971.                             </tbody>
  972.                         </table>
  973.                     </td>
  974.                 </tr>
  975.             </table>
  976.         </div>
  977.         <div style="display: block;">
  978.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  979.                 <tr>
  980.                     <td>
  981.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  982.                             <tbody>
  983.                                 <tr>
  984.                                     <td valign="top" align="center" bgcolor="#ffffff" height="10" width="230"
  985.                                        style="margin:0;">&nbsp;</td>
  986.  
  987.  
  988.                                     <td valign="top" align="center" bgcolor="#ffffff" height="10" width="230"
  989.                                        style="margin:0;">&nbsp;</td>
  990.  
  991.                                 </tr>
  992.                             </tbody>
  993.                         </table>
  994.                     </td>
  995.                 </tr>
  996.             </table>
  997.         </div>
  998.  
  999.         <div style="display: block;">
  1000.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  1001.                 <tr>
  1002.                     <td>
  1003.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  1004.                             <tbody>
  1005.                                 <tr>
  1006.                                     <td valign="top" align="center" bgcolor="#ffffff" height="20" width="602"
  1007.                                        style="margin:0;">&nbsp;</td>
  1008.                                 </tr>
  1009.                             </tbody>
  1010.                         </table>
  1011.                     </td>
  1012.                 </tr>
  1013.             </table>
  1014.         </div>
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.         <div class="mobileVersion" style="display: none; float: left; width: 0; overflow: hidden;">
  1021.             <table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
  1022.                 <tr>
  1023.                     <td>
  1024.                         <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  1025.                             <tbody>
  1026.                                 <tr>
  1027.                                     <td valign="top" align="center" bgcolor="#ffffff" height="20" style="margin:0;">
  1028.                                         &nbsp;</td>
  1029.                                 </tr>
  1030.                             </tbody>
  1031.                         </table>
  1032.                     </td>
  1033.                 </tr>
  1034.             </table>
  1035.         </div>
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.         <!--koniec BUTTON 2 zobacz-->
  1043.         <!--PRODUKTY RZĄD MOBILE 2-->
  1044.  
  1045.         <![if !mso]>
  1046.         <div style="display: none; float: left; width: 0; overflow: hidden;" class="mobileVersion">
  1047.             <div class="container quarters offersTwoColumn">
  1048.                 <div class="image"><a href="{LINK_DO_PRODUKTU4_MOBILE}"><img style="display:block; width:620px;"
  1049.                            src="{PRODUKT3_MOBILE}" width="620" alt="produkt3" border="0" /></a></div>
  1050.                 <div class="whiteBox">
  1051.  
  1052.                     <div class="text">
  1053.                         <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif;
  1054.                        text-align:center;color:black; ">
  1055.                             {PRODUKT3_OPIS_MOBILE}
  1056.                         </p>
  1057.                     </div>
  1058.                     <div class="spacer"></div>
  1059.                     <div class="priceBox priceBoxDescription">
  1060.                         <div class="boxText" style="color:#d6358d">
  1061.                             <p
  1062.                                style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif; text-align:center; color:#E91A60; ">
  1063.                                 {PRODUKT3_CENA_MOBILE}
  1064.                             </p>
  1065.  
  1066.                         </div>
  1067.  
  1068.                     </div>
  1069.                 </div>
  1070.             </div>
  1071.  
  1072.             <div class="container quarters offersTwoColumn">
  1073.                 <div class="image"><a href="{LINK_DO_PRODUKTU6_MOBILE}"><img style="display:block; width:620px;"
  1074.                            src="{PRODUKT4_MOBILE}" width="620" alt="produkt4" border="0" /></a>
  1075.                 </div>
  1076.                 <div class="whiteBox">
  1077.  
  1078.                     <div class="text">
  1079.                         <p style="padding: 0px; margin: 0px; text-decoration: none; font-size: 11px; font-family: 'Dosis', sans-serif;
  1080.                        text-align:center;color:black; ">
  1081.                             {PRODUKT4_OPIS_MOBILE}
  1082.                         </p>
  1083.                     </div>
  1084.                     <div class="spacer"></div>
  1085.                     <div class="priceBox priceBoxDescription">
  1086.                         <div class="boxText" style="color:#d6358d">
  1087.                             <p
  1088.                                style="padding: 0px; margin: 0px; text-decoration: none; font-size: 14px; font-family: 'Dosis', sans-serif; text-align:center; color:#E91A60; ">
  1089.                                 {PRODUKT4_CENA_MOBILE}
  1090.                             </p>
  1091.  
  1092.                         </div>
  1093.  
  1094.                     </div>
  1095.                 </div>
  1096.             </div>
  1097.         </div>
  1098.         <![endif]>
  1099.  
  1100.         <!-- KONIEC PRODUKTY RZĄD MOBILE 2-->
  1101.         <!--FOOTER-->
  1102.  
  1103.         <div style="display: block;">
  1104.             <table align="center" width="602" border="0" cellspacing="0" cellpadding="0">
  1105.                 <tr>
  1106.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1107.                        bgcolor="#000000" width="1">&nbsp;</td>
  1108.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1109.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1110.                        bgcolor="#000000" width="1">&nbsp;</td>
  1111.                     <td height="20" bgcolor="#000000" width="10"></td>
  1112.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1113.                        bgcolor="#000000" width="1">&nbsp;</td>
  1114.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1115.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1116.                        bgcolor="#000000" width="1">&nbsp;</td>
  1117.                     <td height="20" bgcolor="#000000" width="10"></td>
  1118.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1119.                        bgcolor="#000000" width="1">&nbsp;</td>
  1120.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1121.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1122.                        bgcolor="#000000" width="1">&nbsp;</td>
  1123.                 </tr>
  1124.  
  1125.                 <tr>
  1126.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1127.                        bgcolor="#000000" width="1">&nbsp;</td>
  1128.                     <td bgcolor="#000000" colspan="3" width="222"></td>
  1129.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1130.                        bgcolor="#000000" width="1">&nbsp;</td>
  1131.                     <td height="20" bgcolor="#000000" width="50">
  1132.  
  1133.  
  1134.                     </td>
  1135.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1136.                        bgcolor="#000000" width="1">&nbsp;</td>
  1137.                     <td bgcolor="#000000" colspan="3" width="102">
  1138.                         <table width="100%">
  1139.                             <tr>
  1140.                                 <td><a href="https://www.facebook.com/DrogeriaEstrella/" target="_blank"><img
  1141.                                            style="display:block; margin:0;"
  1142.                                            src="https://s3-eu-west-1.amazonaws.com/salesmanagoimg/36ah1dxt6fpehf53/bz0skjq3it4c2v3k/lzwot9yl5slwwq2t.png"
  1143.                                            width="50" alt="facebook icon" border="0" /></a>
  1144.                                 </td>
  1145.                                 <td>
  1146.                                     <a href="https://www.instagram.com/drogeriaestrella/" target="_blank"><img
  1147.                                            style="display:block; margin:0;"
  1148.                                            src="https://s3-eu-west-1.amazonaws.com/salesmanagoimg/36ah1dxt6fpehf53/bz0skjq3it4c2v3k/2on2imdhihomm1j6.png"
  1149.                                            width="50" alt="instagram icon" border="0" /></a>
  1150.                                 </td>
  1151.                             </tr>
  1152.  
  1153.                         </table>
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.                     </td>
  1160.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1161.                        bgcolor="#000000" width="1">&nbsp;</td>
  1162.                     <td height="20" bgcolor="#000000" width="50">
  1163.  
  1164.                     </td>
  1165.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1166.                        bgcolor="#000000" width="1">&nbsp;</td>
  1167.                     <td bgcolor="#000000" colspan="3" width="222"></td>
  1168.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1169.                        bgcolor="#000000" width="1">&nbsp;</td>
  1170.                 </tr>
  1171.  
  1172.  
  1173.  
  1174.                 <tr>
  1175.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1176.                        bgcolor="#000000" width="1">&nbsp;</td>
  1177.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1178.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1179.                        bgcolor="#000000" width="1">&nbsp;</td>
  1180.                     <td height="20" bgcolor="#000000" width="10"></td>
  1181.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1182.                        bgcolor="#000000" width="1">&nbsp;</td>
  1183.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1184.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1185.                        bgcolor="#000000" width="1">&nbsp;</td>
  1186.                     <td height="20" bgcolor="#000000" width="10"></td>
  1187.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1188.                        bgcolor="#000000" width="1">&nbsp;</td>
  1189.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1190.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1191.                        bgcolor="#000000" width="1">&nbsp;</td>
  1192.                 </tr>
  1193.  
  1194.                 <tr>
  1195.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1196.                        bgcolor="#000000" width="1">&nbsp;</td>
  1197.                     <td valign="top" align="center" bgcolor="#000000" colspan="3" width="192" style="margin:0;"><a
  1198.                            href="https://www.ceneo.pl/sklepy/drogeriaestrella.pl-s23071#tab=reviews"
  1199.                            target="_blank"><img style="display:block; margin:0;"
  1200.                                src="https://s3-eu-west-1.amazonaws.com/salesmanagoimg/36ah1dxt6fpehf53/bz0skjq3it4c2v3k/fym2m1jka9bdxels.png"
  1201.                                width="100" alt="ceneo icon" border="0" /></a></td>
  1202.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1203.                        bgcolor="#000000" width="1">&nbsp;</td>
  1204.                     <td width="5" bgcolor="#000000"></td>
  1205.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1206.                        bgcolor="#000000" width="1">&nbsp;</td>
  1207.                     <td valign="top" align="center" bgcolor="#000000" colspan="3" width="192"><a
  1208.                            href="https://drogeriaestrella.pl/" target="_blank"><img style="display:block;"
  1209.                                src="https://s3-eu-west-1.amazonaws.com/salesmanagoimg/36ah1dxt6fpehf53/bz0skjq3it4c2v3k/0ruaefovhh0jis97.png"
  1210.                                width="100" alt="zaufane opinie icon" border="0" /></a></td>
  1211.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1212.                        bgcolor="#000000" width="1">&nbsp;</td>
  1213.                     <td width="5" bgcolor="#000000"></td>
  1214.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1215.                        bgcolor="#000000" bgcolor="#000000" width="1">&nbsp;</td>
  1216.                     <td valign="top" align="center" bgcolor="#000000" colspan="3" width="192"><a
  1217.                            href="https://drogeriaestrella.pl/#" target="_blank"><img style="display:block;"
  1218.                                src="https://s3-eu-west-1.amazonaws.com/salesmanagoimg/36ah1dxt6fpehf53/bz0skjq3it4c2v3k/8mkhwqnz4qzn0max.png"
  1219.                                width="100" alt="slucham icon" border="0" /></a></td>
  1220.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1221.                        bgcolor="#000000" width="1">&nbsp;</td>
  1222.                 </tr>
  1223.                 <tr>
  1224.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1225.                        bgcolor="#000000" width="1">&nbsp;</td>
  1226.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1227.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1228.                        bgcolor="#000000" width="1">&nbsp;</td>
  1229.                     <td height="20" bgcolor="#000000" width="10"></td>
  1230.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1231.                        bgcolor="#000000" width="1">&nbsp;</td>
  1232.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1233.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1234.                        bgcolor="#000000" width="1">&nbsp;</td>
  1235.                     <td height="20" bgcolor="#000000" width="10"></td>
  1236.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1237.                        bgcolor="#000000" width="1">&nbsp;</td>
  1238.                     <td bgcolor="#000000" colspan="3" width="192"></td>
  1239.                     <td style="mso-line-height-rule:exactly;font-size:1px;line-height:1px;-webkit-text-size-adjust:none;"
  1240.                        bgcolor="#000000" width="1">&nbsp;</td>
  1241.                 </tr>
  1242.  
  1243.  
  1244.                 <!--break-->
  1245.  
  1246.  
  1247.                 <!--end of break-->
  1248.  
  1249.  
  1250.  
  1251.  
  1252.             </table>
  1253.         </div>
  1254.  
  1255.  
  1256.         <table align="center" width="602" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
  1257.             <tr>
  1258.                 <td>
  1259.                     <table style="width: 100%;" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
  1260.                         <tbody>
  1261.                             <tr>
  1262.                                 <td valign="top" align="center" bgcolor="#000000" height="25" width="602"
  1263.                                    style="margin:0;">
  1264.                                     <p
  1265.                                        style="padding: 0px; margin: 0px; text-decoration: none; font-size: 12px; font-family: 'Dosis', sans-serif; text-align:center; color:white; background-color: #000000;">
  1266.                                         Jesli chcesz zrezygnować z subskrypcji, <a href="$opt-out$"
  1267.                                            style="color:#ffffff;">kliknij tutaj</a>
  1268.                                     </p>
  1269.                                 </td>
  1270.                             </tr>
  1271.                         </tbody>
  1272.                     </table>
  1273.                 </td>
  1274.             </tr>
  1275.         </table>
  1276.  
  1277.  
  1278.         <!--end of FOOTER-->
  1279.         <!-- footer mobile-->
  1280.  
  1281.  
  1282.  
  1283.  
  1284.         <!--break-->
  1285.  
  1286.  
  1287.         <!--end of break-->
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.     </center>
  1296.  
  1297.  
  1298. </body>
  1299.  
  1300. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement