Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <!-- DPI SCALING ON OUTLOOK -->
  <!--[if gte mso 9]>
      <xml>
         <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
         </o:OfficeDocumentSettings>
      </xml>
      <![endif]-->
  <!-- DPI SCALING ON OUTLOOK -->
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0" name="viewport"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta content="telephone=no" name="format-detection"/>
  <meta content="address=no" name="format-detection"/>
  <meta content="date=no" name="format-detection"/>
  <style type="text/css">
   /******************** CHAMPION OBLIGATORY EMAIL CSS ********************/
         body {
         margin:0 !important;
         padding:0 !important;
         -webkit-text-size-adjust:100% !important;
         -ms-text-size-adjust:100% !important;
         -webkit-font-smoothing:antialiased !important;
         }
         table, td {
         border-collapse: collapse !important;
         mso-table-lspace: 0pt;
         mso-table-rspace: 0pt;
         font-size: 0px;
         }
         th {
         margin: 0 !important;
         font-weight: normal;
         font-size: 0px;
         }
         a img {
         border:none;
         }
         a, a:link, a:visited {
         color:inherit;
         }
         img {
         outline: none;
         text-decoration: none;
         -ms-interpolation-mode: bicubic;
         user-drag: none;
         font-size: 12px;
         margin:0; 
         padding:0;
         -webkit-user-select: none; /* SAFARI, CHROME */
         -khtml-user-select: none; /* KONQUEROR */
         -moz-user-select: none; /* FIREFOX */
         -ms-user-select: none; /* IE */
         user-select: none; /* CSS3 */
         }
         .ReadMsgBody, .ExternalClass {
         width: 100%;
         }
         .ExternalClass {
         width: 100%;
         }
         .ExternalClass * {
         line-height: 110%;
         }
         button {
         margin: 0;
         padding: 0;
         }
         /******************** MICROSOFT TWEEK ********************/
         @-ms-viewport{
         width: device-width
         }
         #outlook a {
         padding: 0;
         }
         span.MsoHyperlink {
         mso-style-priority:99;
         color:inherit;
         }
         span.MsoHyperlinkFollowed {
         mso-style-priority:99;
         color:inherit;
         }
         /******************** ANDROID TWEEK ********************/
         div[style*="margin: 16px 0"] {
         margin:0 !important; 
         }
         #MessageViewBody a {
         color: inherit;
         text-decoration: none;
         font-size: inherit;
         font-family: inherit;
         font-weight: inherit;
         line-height: inherit;
         } 
         #MessageViewBody, #MessageWebViewDiv{
         width: 100vw !important;
         min-width:100vw;
         margin:0 auto !important;
         zoom:1 !important; 
         }  
         /******************** iOS AUTO LINKS ********************/
         .appleLinks { 
         color: inherit; 
         text-decoration: none; 
         }
         .appleLinks a { 
         color: inherit; 
         text-decoration: none; 
         }
         a[x-apple-data-detectors] {
         color: inherit !important; 
         text-decoration: none !important; 
         font-size: inherit !important; 
         font-family: inherit !important; 
         font-weight: inherit !important; 
         line-height: inherit !important;
         }
  </style>
  <style type="text/css">
   /******************** CAROUSEL MOBILE CLASSES ********************/  
         @media screen and (-webkit-min-device-pixel-ratio: 0) {
         body { -webkit-animation: bugfix infinite 1s; } 
         @-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }
         .fallback{
         display:none;
         }
         .carousel{
         display:block !important;
         max-height:none !important;
         position:relative;
         text-align:center;
         }
         #MessageViewBody .fallback,
         body.MsgBody .fallback{ 
         display:block; 
         }
         #MessageViewBody .carousel,
         body.MsgBody .carousel{
         display:none !important;
         }
         input {
         display:none;
         }
         .carousel span {
         width:530px;
         display:block;
         overflow:hidden;
         }  
         .carousel .car-frames {
         top:0;
         left:0; 
         }
         .carousel .car-frames .car-hide {
         display:inline-block !important;
         width:155px !important;
         height:auto !important;
         background-color:#ffffff !important
         } 
         .carousel .car-frames img {
         display:inline-block !important;
         width:155px !important;
         height:auto !important;
         background-color:#ffffff !important
         }
         .carousel.slide span{
         position:absolute;
         top:0px;
         left:0px; 
         opacity:1;   
         width:100%;
         -webkit-animation: slide-anim 10s linear infinite;    
         }
         .carousel.slide span:nth-child(1){
         position:relative;
         -webkit-animation-delay: -11s;    
         }
         .carousel.slide span:nth-child(2){
         -webkit-animation-delay: -6s;    
         }
         @-webkit-keyframes slide-anim
         {
         0% {
         margin-left:100%;
         }
         5%{
         margin-left:0%;
         }
         50%{
         margin-left:0%;
         }
         55%{
         margin-left:-100%;
         }
         100%{
         margin-left:-100%;
         }
         }
         .carousel.slide .car-radio:checked ~ .car-cont .car-frames{ 
         position:relative;
         left:0px;
         top:0px;
         width: 200% !important;
         transition: left 1s;
         }
         .carousel.slide .car-radio2:checked ~ .car-cont  .car-frames{
         left:-100%;
         }
         .carousel.slide .car-radio:checked ~ .car-cont span{
         width:50%;
         }
         .carousel.slide .car-radio:checked ~ .car-cont span:nth-child(2){
         position:absolute;
         left:50%;
         top:0px;
         }
         .carousel .car-ltn,
         .carousel .car-rtn {
         z-index:100;
         display: none;
         height: 100%;
         position: absolute;
         background-color:transparent;
         top:0px;
         cursor:pointer;
         }
         .car-ltn {
         left:0px;
         }
         .car-rtn {
         right:0px;
         }
         .car-ltn::after,
         .car-rtn::after {
         content: '';
         width:12px;
         height:20px;
         position:absolute;
         top:36%;
         background-repeat:no-repeat;
         background-size:12px 20px;
         }
         .car-ltn::after {
         background-image:url(https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252Ftwc_Aut16_US_Abandon-Basket_03.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A);
         left: 10%;
         }
         .car-rtn::after {
         background-image:url(https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252Ftwc_Aut16_US_Abandon-Basket_04.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A);
         right: 10%;
         }
         .carousel #car-cbox-support:checked ~ .car-cont .car-nav-1 {
         display:block;
         }
         .car-radio2:checked ~ .car-cont .car-controls .car-nav-2,
         .car-radio3:checked ~ .car-cont .car-controls .car-nav-3 {
         display:block;
         }
         .carousel .car-radio:checked ~ .car-cont,
         .carousel .car-radio:checked ~ .car-cont *,
         .carousel .car-radio:checked ~ .car-thumbnails *  {
         -webkit-animation: none;
         }
         .carousel #car-cbox-support:checked ~ .car-thumbnails {
         display:block!important;
         text-align:center;
         position:relative;
         }
         .carousel .car-thumb {
         width:9px;
         height:9px;
         border:1px solid #000;
         border-radius:9px;
         margin:20px 10px 5px;
         background-color:#000;
         opacity:.2;
         z-index:100;
         cursor:pointer;
         display:inline-block
         }
         .carousel .car-thumb img{
         width: 100%;
         height: auto;
         }
         @-webkit-keyframes focus3-anim
         {
         0% {opacity: 1;}
         43.66%  {opacity: 1;}
         44% {opacity: 0.2;}
         }
         @-webkit-keyframes focus3-anim-2
         {
         43.66%  {opacity: 0.2;}
         44% {opacity: 1;}
         100% {opacity:1;}
         }
         .car-thumb:nth-child(1){
         -webkit-animation: focus3-anim 10s linear infinite;
         }
         .car-thumb:nth-child(2){
         -webkit-animation: focus3-anim-2 10s linear infinite;
         }
         .car-radio:checked ~ .car-thumbnails .car-thumb:nth-child(1){
         opacity:0.2 !important;
         }
         .car-radio1:checked ~ .car-thumbnails .car-thumb:nth-child(1){
         opacity:1 !important;
         }
         .car-radio2:checked ~ .car-thumbnails  .car-thumb:nth-child(2){
         opacity:1;
         }
         } 
         @media screen and (max-width:640px) and (min-width:320px) {  
         .carousel .car-frames .car-hide {
         width:0 !important;
         height:0 !important;  
         display:none !important;
         }  
         }
  </style>
  <style type="text/css">
   @media screen and (max-width:640px) and (min-width:410px) {
         .carousel .car-frames img{
         width:170px !important;
         height:auto !important;
         }
         }
         @media screen and (max-width:409px) and (min-width:320px) {
         .carousel .car-frames img{
         width:120px !important;
         height:auto !important;
         } 
         }   
         @media screen and (max-width:640px) and (min-width:320px) {
         /******************** GMAIL APP CLASSES ********************/ 
         u ~ div .wrapper{
         width:100vw !important;
         min-width:100vw !important;
         }
         body {
         margin:0 !important;
         } 
         /******************** OBLIGATORY MOBILE CLASSES ********************/ 
         .inner {
         width:100% !important;
         height:auto !important; 
         }
         .drop {
         width:100% !important;
         display:block !important
         }
         .hide {
         width:0 !important;
         display:none !important;
         }
         .mobile {
         display:block !important;
         width : auto !important;
         max-height: inherit !important;
         overflow: visible !important;
         float: none !important;
         line-height:auto !important;
         height:auto !important;
         } 
         /******************** FONT CLASSES ********************/ 
         .font11 {
         font-size:11px !important;
         line-height:14px !important;
         }
         .font12 {
         font-size:12px !important;
         line-height:16px !important;
         }
         .font16 {
         font-size:16px !important;
         line-height:20px !important;
         }
         .font20 {
         font-size:20px !important;
         }
         .font22 {
         font-size:20px !important;
         line-height:26px !important;
         }
         /******************** PADDING CLASSES ********************/ 
         .nopad {
         padding:0 !important;
         }
         .pad {
         padding-left:15px !important;
         padding-right:15px !important;
         } 
         .padr15 {
         padding-right:15px !important;
         } 
         .padt20 {
         padding-top:20px !important;
         }
         .padb10 {
         padding-bottom:10px !important;
         }
         .padb20 {
         padding-bottom:20px !important;
         }
 .scale {
         width:100% !important;
         height:auto !important;
         display:block !important;
         }  
         }
  </style>
 </head>
 <body bgcolor="#ffffff" bottommargin="0" class="gmail" leftmargin="0" rightmargin="0" style="background-color:#ffffff;" topmargin="0">
  <img height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fl.emailuk.thewhitecompany.com%252Frts%252Fopen.aspx%253Ftp%253Di-H43-G7-8lx-BOTUD-1n-BJdc-1c-BOAHU-28VJJI/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmwuZW1haWx1ay50aCJ9:1kXP7v:9PLNshTEDljUTOI8ZLpRQm3uHncpwwbzaUDSPSuEwpQ" style="display:none" width="1"/>
  <style type="text/css">
   @media screen yahoo {
         .hide-input{
         display:none;
         }
         }
  </style>
  <table border="0" cellpadding="0" cellspacing="0" class="wrapper" width="100%">
   <tr>
    <td align="center">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:640px;" width="640">
      <tr>
       <td align="center" style="font-family:Helvetica, Arial, sans-serif; font-size:11px; color:#000000; padding:25px 0 5px 0;" valign="top">
        Plus, ways to wear the wrap trend, home updates &amp; skincare tips
       </td>
      </tr>
      <tr>
       <td align="center" style="font-family:Helvetica, Arial, sans-serif; font-size:11px; color:#000000; padding:0 0 20px 0;" valign="top">
        <a data-link-name="View As Web Page link" style="color:#000001; text-decoration:underline;" target="_blank">
         View in browser
        </a>
       </td>
      </tr>
      <tr>
       <td align="center" height="70" style="padding:0 0 20px 0;">
        <a data-link-name="TWC_Logo" target="_blank">
         <img alt="THE WHITE COMPANY" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F16%252F2099070104%252F2017_07_TWC_Nursery_Comms_Logo.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="display:block; margin:0 auto;" title="THE WHITE COMPANY" width="220"/>
        </a>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td align="center">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:640px;" width="640">
      <!--[if !mso]><!-->
      <tr>
       <td class="mobile" style="width:0; max-height:0; overflow:hidden; float:left; display:none; font-size:0px;">
        <a data-link-name="read_our_blog" target="_blank">
         <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_mobile_02.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" width="120"/>
        </a>
       </td>
      </tr>
      <!--<![endif]-->
      <tr>
       <td>
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td class="hide">
           <a data-link-name="read_our_blog" target="_blank">
            <img alt="The Weekender | READ OUR BLOG" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_02.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="The Weekender | READ OUR BLOG" width="640"/>
           </a>
          </td>
         </tr>
         <tr>
          <td class="pad padt20 padb20" style="padding:0 0 45px 0;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr>
             <td class="hide" style="width:101px;" valign="top" width="101">
              <a data-link-name="read_our_blog" target="_blank">
               <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_03.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="101"/>
              </a>
             </td>
             <td align="center" class="font12" style="font-family:'Times New Roman', Times, serif; font-size:13px; color:#000000;" valign="bottom">
              ISSUE 216 | Your weekend fix of ideas,
              <span style="display:inline-block;">
               inspiration and insider tips
              </span>
             </td>
             <td class="hide" style="width:110px;" valign="top" width="110">
              <a data-link-name="read_our_blog" target="_blank">
               <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_04.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="110"/>
              </a>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td align="center" class="pad padb20" style="padding:0 0 35px 0;">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:530px;" width="530">
      <tr>
       <th class="drop nopad padb20" style="padding:0 18px 0 0; margin:0; font-weight:normal; vertical-align:middle !important;" valign="middle">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="left" style="padding:0 0 5px 0;">
           <a data-link-name="westbourne_bed_linen" target="_blank">
            <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_09.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" width="320"/>
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:10px; color:#1d1d1b;">
           <a data-link-name="westbourne_bed_linen" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            Westbourne Bed Linen Collection, from £30 &gt;
           </a>
          </td>
         </tr>
        </table>
       </th>
       <th align="left" class="drop" style="padding:0; margin:0; font-weight:normal; vertical-align:middle !important;" valign="middle" width="206">
        <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:180px;" width="180">
         <tr>
          <td align="left" class="font22" style="font-family:'Times New Roman', Times, serif; font-size:25px; line-height:30px; color:#1d1d1b; padding:0 0 10px 0;">
           <span style="font-weight:700;">
            Chrissie’s
           </span>
           <span style="font-style:italic;">
            lazy weekend edit
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 10px 0;">
           Turn off your alarm, clear your schedule and discover our founder’s key pieces for a restorative and relaxing break.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="chrissies_lazy_weekend_post" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </th>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td align="center" class="pad padb20" style="padding:0 0 45px 0;">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:530px;" width="530">
      <tr>
       <th class="drop padb20" style="padding:0; margin:0; font-weight:normal; vertical-align:top !important;" valign="top">
        <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:170px;" width="170">
         <tr class="hide">
          <td>
           <a data-link-name="oak_sharing_board" target="_blank">
            <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_12.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="170"/>
           </a>
          </td>
         </tr>
         <!--[if !mso]><!-->
         <tr>
          <td class="mobile" style="width:0; max-height:0; overflow:hidden; float:left; display:none; font-size:0px;">
           <a data-link-name="oak_sharing_board" target="_blank">
            <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_mobile_05.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="120"/>
           </a>
          </td>
         </tr>
         <!--<![endif]-->
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:9px; color:#1d1d1b; padding:8px 0 18px 0;">
           <a data-link-name="oak_sharing_board" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            Oak Extra-Long Sharing Board,
            <br class="hide"/>
            £85 &gt;
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" class="padb20 font22" style="font-family:'Times New Roman', Times, serif; font-size:18px; line-height:22px; color:#1d1d1b; padding:0 0 15px 0;">
           <span style="font-weight:700;">
            Win a taste
           </span>
           <span style="font-style:italic;">
            of Italy
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 20px 0;">
           Embrace the flavours of the Mediterranean, thanks to Joe Trivelli, head chef at the River Café’s new book,
           <span style="font-style:italic;">
            The Modern Italian Cookbook
           </span>
           . Plus you could win a signed copy.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="taste_of_italy_post" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </th>
       <td class="hide" style="width:10px;" width="10">
       </td>
       <th class="drop" style="padding:0; margin:0; font-weight:normal; vertical-align:top !important;" valign="top">
        <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:170px;" width="170">
         <tr class="hide">
          <td>
           <a data-link-name="jersey_wrap_top" target="_blank">
            <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_14_v2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="170"/>
           </a>
          </td>
         </tr>
         <!--[if !mso]><!-->
         <tr>
          <td class="mobile" style="width:0; max-height:0; overflow:hidden; float:left; display:none; font-size:0px;">
           <a data-link-name="jersey_wrap_top" target="_blank">
            <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_mobile_08_v2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" width="120"/>
           </a>
          </td>
         </tr>
         <!--<![endif]-->
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:10px; color:#1d1d1b; padding:8px 0 18px 0;">
           <a data-link-name="jersey_wrap_top" style="color:#1d1d1b;text-decoration:none;" target="_blank">
            Jersey Wrap Top,
            <br class="hide"/>
            £45 &gt;
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" class="padb20 font22" style="font-family:'Times New Roman', Times, serif; font-size:18px; line-height:22px; color:#1d1d1b; padding:0 0 15px 0;">
           <span style="font-weight:700;">
            The wrap trend,
           </span>
           <br class="hide"/>
           <span class="" style="font-style:italic;">
            two ways
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 20px 0;">
           Wrap up in style this Autumn with this season’s favourite shape. Discover two ways to wear the versatile trend.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="wrap_trend_two_ways_post" style="color:#1d1d1d; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </th>
       <td class="hide" style="width:10px;" width="10">
       </td>
       <td class="hide" valign="top">
        <table border="0" cellpadding="0" cellspacing="0" style="width:170px;" width="170">
         <tr>
          <td>
           <a data-link-name="shop_christmas_cta" target="_blank">
            <img alt="Discover our CHRISTMAS SHOP" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_16.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="Discover our CHRISTMAS SHOP" width="170"/>
           </a>
          </td>
         </tr>
         <tr>
          <td style="padding:8px 0 0 0;">
           <a data-link-name="shop_winter_cta" target="_blank">
            <img alt="IT'S HERE | SHOP WINTER FRAGRANCE" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_21_v2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="IT'S HERE | SHOP WINTER FRAGRANCE" width="170"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!--[if !mso]><!-->
   <tr>
    <td align="center" class="mobile pad padb20" style="width:0; max-height:0; overflow:hidden; float:left; display:none; font-size:0px;">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:120px;" width="120">
      <tr>
       <td class="padb20">
        <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:120px;" width="120">
         <tr>
          <td>
           <a data-link-name="night_oil" target="_blank">
            <img alt="" border="0" class="scale" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_24_v6.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="120"/>
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:10px; color:#1d1d1b; padding:8px 0 18px 0;">
           <a data-link-name="night_oil" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            Night Oil - Overnight
            <br class="hide"/>
            Renewal Treatment, £30 &gt;
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Times New Roman', Times, serif; font-size:18px; line-height:22px; color:#1d1d1b; padding:0 0 15px 0;">
           <span style="font-weight:700;">
            The dos and don’ts
           </span>
           <br class="hide"/>
           <span style="font-style:italic;">
            of skincare
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 20px 0;">
           The world of skincare science can be hard to navigate, so we’ve gathered our tips to help you make informed decisions about the ingredients to use.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="dos_donts_skincare_post" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr>
       <td class="padb20">
        <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:120px;" width="120">
         <tr>
          <td>
           <a data-link-name="smoked_small_vase" target="_blank">
            <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_23.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="120"/>
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:10px; color:#1d1d1b; padding:8px 0 18px 0;">
           <a data-link-name="smoked_small_vase" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            Smoked Glass Small Vase, £18 &gt;
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Times New Roman', Times, serif; font-size:18px; line-height:22px; color:#1d1d1b; padding:0 0 15px 0;">
           <span style="font-weight:700;">
            3 easy
           </span>
           <span style="font-style:italic;">
            Autumn updates
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 20px 0;">
           Give your home a new-season refresh with rustic centrepieces, cocooning layers and candles in abundance for a warming ambience.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="easy_autumn_updates_post" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr>
       <td class="padb20">
        <a data-link-name="shop_christmas_cta" target="_blank">
         <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_mobile_14.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="120"/>
        </a>
       </td>
      </tr>
      <tr>
       <td>
        <a data-link-name="shop_winter_cta" target="_blank">
         <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_mobile_17_v2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="120"/>
        </a>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!--<![endif]-->
   <tr>
    <td align="center" class="pad">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:640px;" width="640">
      <tr>
       <td align="center" class="padb20" style="padding:0 0 25px 0;">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="center" class="padb10 font20" style="font-family:'Courier New', Courier, monospace; font-size:25px; color:#1d1d1b; padding:0;">
           REFRESH YOUR WARDROBE
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr>
       <td align="center">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="center" class="padb20" style="padding:0 0 25px 0;">
           <!--[if !mso]><!-- -->
           <div class="carousel slide inner" style="overflow:hidden;display:none;max-height:0px;width:530px;">
            <input checked="" id="car-cbox-support" style="display:none!important" type="checkbox"/>
            <input class="car-radio car-radio1" id="car1-radio-1" name="car-radio" style="display:none!important" type="radio"/>
            <input class="car-radio car-radio2" id="car1-radio-2" name="car-radio" style="display:none!important" type="radio"/>
            <div class="car-cont" style="position:relative;background-color:#ffffff;">
             <div class="car-frames">
              <span>
               <a data-link-name="key_hole_dress" target="_blank">
                <img alt="" border="0" class="car-hide" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car1.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="167"/>
               </a>
               <a data-link-name="split_sleeve_top" target="_blank">
                <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="167"/>
               </a>
               <a data-link-name="flute_sleeve_dress" target="_blank">
                <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car3.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="167"/>
               </a>
              </span>
              <span>
               <a data-link-name="boho_blouse" target="_blank">
                <img alt="" border="0" class="car-hide" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car4.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="167"/>
               </a>
               <a data-link-name="cord_symons_jeans" target="_blank">
                <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car5.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="167"/>
               </a>
               <a data-link-name="spot_rectangle_shirt" target="_blank">
                <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car6.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="167"/>
               </a>
              </span>
             </div>
             <div class="car-controls">
              <label class="car-ltn car-nav-1" for="car1-radio-2">
              </label>
              <label class="car-rtn car-nav-1" for="car1-radio-2">
              </label>
              <label class="car-ltn car-nav-2" for="car1-radio-1">
              </label>
              <label class="car-rtn car-nav-2" for="car1-radio-1">
              </label>
             </div>
            </div>
            <div class="car-thumbnails" style="display:none;">
             <label class="car-thumb" for="car1-radio-1">
             </label>
             <label class="car-thumb" for="car1-radio-2">
             </label>
            </div>
           </div>
           <!--<![endif]-->
           <div class="fallback">
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="center">
               <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:530px;" width="530">
                <tr>
                 <td class="hide">
                  <a data-link-name="key_hole_dress" target="_blank">
                   <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car1.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="170"/>
                  </a>
                 </td>
                 <td class="hide" style="width:10px;" width="10">
                 </td>
                 <td>
                  <a data-link-name="split_sleeve_top" target="_blank">
                   <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="170"/>
                  </a>
                 </td>
                 <td style="width:10px;" width="10">
                 </td>
                 <td>
                  <a data-link-name="flute_sleeve_dress" target="_blank">
                   <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_car3.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="170"/>
                  </a>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td align="center" class="hide" style="padding:0 0 30px 0;">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:530px;" width="530">
      <tr>
       <td valign="top">
        <table border="0" cellpadding="0" cellspacing="0" style="width:170px;" width="170">
         <tr>
          <td>
           <a data-link-name="night_oil" target="_blank">
            <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_24.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="170"/>
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:10px; color:#1d1d1b; padding:8px 0 18px 0;">
           <a data-link-name="night_oil" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            Night Oil - Overnight
            <br class="hide"/>
            Renewal Treatment, £30 &gt;
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Times New Roman', Times, serif; font-size:18px; line-height:22px; color:#1d1d1b; padding:0 0 15px 0;">
           <span style="font-weight:700;">
            The dos and don’ts
           </span>
           <br class="hide"/>
           <span style="font-style:italic;">
            of skincare
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 20px 0;">
           The world of skincare science can be hard to navigate, so we’ve gathered our tips to help you make informed decisions about the ingredients to use.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="dos_donts_skincare_post" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </td>
       <td style="width:10px;" width="10">
       </td>
       <td valign="top">
        <table border="0" cellpadding="0" cellspacing="0" style="width:350px;" width="350">
         <tr>
          <td>
           <a data-link-name="smoked_small_vase" target="_blank">
            <img alt="" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F20180925-twc_26_2809_uk_weekender_23.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="" width="350"/>
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:10px; color:#1d1d1b; padding:8px 0 18px 0;">
           <a data-link-name="smoked_small_vase" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            Smoked Glass Small Vase, £18 &gt;
           </a>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Times New Roman', Times, serif; font-size:18px; line-height:22px; color:#1d1d1b; padding:0 0 15px 0;">
           <span style="font-weight:700;">
            3 easy
           </span>
           <span style="font-style:italic;">
            Autumn updates
           </span>
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; line-height:18px; padding:0 0 20px 0;">
           Give your home a new-season refresh with rustic centrepieces, cocooning layers and candles in abundance for a warming ambience.
          </td>
         </tr>
         <tr>
          <td align="left" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
           <a data-link-name="easy_autumn_updates_post" style="color:#1d1d1b; text-decoration:none;" target="_blank">
            READ MORE &gt;
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td align="center" class="hide" style="padding:0 0 30px 0;">
     <a data-link-name="lwc_footer" target="_blank">
      <img alt="The Little White Company | SHOP NOW" border="0" height="137" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F2018_02_TWC_The_Weekender_0902_UK_17.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block; margin:0 auto;" title="The Little White Company | SHOP NOW" width="640"/>
     </a>
    </td>
   </tr>
   <tr>
    <td align="center" class="pad" style="padding:0 0 35px 0;">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:640px;" width="640">
      <tr>
       <td align="center" class="font11" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; padding:0 0 5px 0;">
        Remember, as an email subscriber you receive
       </td>
      </tr>
      <tr>
       <td align="center" class="padb10 font16" style="font-family:'Courier New', Courier, monospace; font-size:19px; color:#1d1d1b; padding:0 0 10px 0;">
        15% off full price items plus free UK delivery*
       </td>
      </tr>
      <tr>
       <td align="center" class="font11" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b; padding:0 0 0px 0;">
        Use shopping code
        <strong>
         D707A
        </strong>
        at checkout
       </td>
      </tr>
      <tr>
       <td align="center" class="font11" style="font-family:'Courier New', Courier, monospace; font-size:13px; color:#1d1d1b;">
        To redeem your offer in store, you must present your shopping code
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <!--[if !mso]><!-->
   <tr>
    <td align="center" class="mobile pad padb20" style="width:0; max-height:0; overflow:hidden; float:left; display:none; font-size:0px;">
     <a data-link-name="lwc_footer" target="_blank">
      <img alt="" border="0" class="inner" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252F2018_02_TWC_The_Weekender_0902_UK_Mob_08.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block; margin:0 auto;" width="320"/>
     </a>
    </td>
   </tr>
   <!--<![endif]-->
   <tr bgcolor="#ffffff">
    <td align="center" style="padding:0 0 30px 0;">
     <table border="0" cellpadding="0" cellspacing="0">
      <tr>
       <th align="center" class="drop" style="padding:0; margin:0; font-weight:normal;" valign="top">
        <table border="0" cellpadding="0" cellspacing="0">
         <tr>
          <td class="padr15" style="padding:0 30px 0 0;">
           <a data-link-name="Facebook" target="_blank">
            <img alt="Like us on Facebook" border="0" height="31" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F16%252F2099070104%252F2017_07_TWC_LWC_Nursery_Comms_17.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="display:block;" title="Like us on Facebook" width="25"/>
           </a>
          </td>
          <td class="padr15" style="padding:0 30px 0 0;">
           <a data-link-name="Twitter" target="_blank">
            <img alt="Follow us on Twitter" border="0" height="31" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F16%252F2099070104%252F2017_07_TWC_LWC_Nursery_Comms_18.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="display:block;" title="Follow us on Twitter" width="34"/>
           </a>
          </td>
          <td class="padr15" style="padding:0 30px 0 0;">
           <a data-link-name="GooglePlus" target="_blank">
            <img alt="Add us on Google+" border="0" height="24" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252FGmail_29012018.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="Add us on Google+" width="38"/>
           </a>
          </td>
          <td class="padr15" style="padding:0 30px 0 0;">
           <a data-link-name="Pinterest" target="_blank">
            <img alt="Pin us on Pinterest" border="0" height="30" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F16%252F2099070104%252F2017_07_TWC_LWC_Nursery_Comms_20.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="display:block;" title="Pin us on Pinterest" width="30"/>
           </a>
          </td>
          <td class="padr15" style="padding:0 30px 0 0;">
           <a data-link-name="Instagram" target="_blank">
            <img alt="Tag us on Instagram" border="0" height="27" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F16%252F2099070104%252F2017_07_TWC_LWC_Nursery_Comms_21.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="display:block;" title="Tag us on Instagram" width="27"/>
           </a>
          </td>
          <td class="nopad" style="padding:0 30px 0 0;">
           <a data-link-name="Youtube" target="_blank">
            <img alt="Watch on YouTube" border="0" height="25" src="https://inboxflows.com/_/image/http%253A%252F%252Fwpm.ccmp.eu%252Fwpm%252F999%252FCAMPAIGNS_UK%252FYoutube_29012018.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRndwbS5jY21wLmV1JSJ9:1kXP7v:2ccTa5OEKipUxM5lLPhRuVfLCeg5ZILPQ_hbHhrd74A" style="display:block;" title="Watch on YouTube" width="35"/>
           </a>
          </td>
         </tr>
        </table>
       </th>
       <th align="center" class="drop padt20" style="padding:0; margin:0; font-weight:normal;" valign="top">
        <table border="0" cellpadding="0" cellspacing="0">
         <tr>
          <td>
           <a data-link-name="read_our_blog_icon" target="_blank">
            <img alt="Read our blog" border="0" height="30" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F16%252F2099070104%252F2017_07_TWC_LWC_Nursery_Comms_23.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="display:block;" title="Read our blog" width="118"/>
           </a>
          </td>
         </tr>
        </table>
       </th>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#1f1e1e;">
     <a data-link-name="help" style="text-decoration:none; color:#1f1e1e;" target="_blank">
      Help &gt;
     </a>
     <a data-link-name="your_account" style="text-decoration:none; color:#1f1e1e;" target="_blank">
      Your account &gt;
     </a>
     <a data-link-name="gifting_services" style="text-decoration:none; color:#1f1e1e;" target="_blank">
      Gifting Services &gt;
     </a>
     <span class="hide">
     </span>
     <span class="drop padt20">
      <a data-link-name="contact_us" style="text-decoration:none; color:#1f1e1e;" target="_blank">
       Contact us &gt;
      </a>
      <a data-link-name="our_stores" style="text-decoration:none; color:#1f1e1e;" target="_blank">
       Our Stores &gt;
      </a>
      <a data-link-name="brochure_request" style="text-decoration:none; color:#1f1e1e;" target="_blank">
       Brochure Request &gt;
      </a>
     </span>
    </td>
   </tr>
   <tr bgcolor="#ffffff">
    <td align="center">
     <table border="0" cellpadding="0" cellspacing="0" class="inner" style="width:600px;" width="600">
      <tr>
       <td align="center" class="msofont pad" style="font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:14px; color:#000000; padding:30px 0;" valign="top">
        Terms &amp; Conditions:
        <br/>
        <br/>
        <!-- T&C START -->
        *15% off is valid on full-priced items only and cannot be used in conjunction with any other offer. Offer is not valid in our clearance stores. Offer is not valid on some non The White Company brands. Standard free delivery is valid for online, telephone and store mail orders to the UK mainland. Free European delivery is valid for online, telephone and store mail orders when you spend £50 or more. Free international delivery is valid for online, telephone and store mail orders when you spend £100 or more. To apply the Shopping Code online enter it as requested during the Check Out process. To redeem your offer in store, you must present your shopping code. Offer excludes gift wrap, gift vouchers, all furniture, beds, mattresses, upholstery and made-to-order items. To redeem this offer in store you must bring this card with you. Offer expires midnight 5th October 2018.
        <!-- T&C END -->
        <br/>
        <br/>
        For full terms and conditions please click
        <a data-link-name="terms_conditions" style="color:#000001; text-decoration:underline;" target="_blank">
         here
        </a>
        .
        <br/>
        <br/>
        To view our privacy policy please click
        <a data-link-name="privacy_policy" style="color:#000001; text-decoration:underline;" target="_blank">
         here
        </a>
        .
        <br/>
        <br/>
        To ensure you receive our messages (and they don't go to your junk email folder),
        <br class="hide"/>
        please add
        <a style="color:#000001; text-decoration:underline;" target="_blank">
         TheWhiteCompany@Emailuk.thewhitecompany.com
        </a>
        to your address book.
        <br class="hide"/>
        The White Company (UK) Ltd, 2 Television Centre, 101 Wood Lane, London, W12 7FR.
        <br class="hide"/>
        Company Registration Number 2998082
        <br/>
        <br/>
        You're receiving this email because you subscribed to our mailing list. To stop receiving these emails unsubscribe
        <a data-link-name="UK Unsubscribe" style="color:#000001; text-decoration:underline;" target="_blank">
         here
        </a>
        . Please allow up to 21 days to stop receiving our emails completely.
       </td>
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td class="hide">
     <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:640px;" width="640">
      <tr>
       <td border="0" cellpadding="0" cellspacing="0" height="1" style="line-height:0px; font-size:0px;">
        <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Ff.chtah.com%252Fi%252F48%252F2087456405%252Fspacer.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmYuY2h0YWguY29tJSJ9:1kXP7v:LNcBaxW9KLg6DOMHHH7bFlquCPqf8Z-mAIxjjcLonZQ" style="max-height:1px; min-height:1px; display:block; width:640px; min-width:640px;" width="640"/>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <div style="display:none; white-space:nowrap; font:15px courier; color:#ffffff; background-color:#ffffff;">
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  </div>
 </body>
</html>