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>
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta charset="utf-8" content="html"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <!-- WEB FONT / @font-face : BEGIN -->
  <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font for both SourceSans and OpenSans. -->
  <!--[if mso]>
    <style type="text/css">
    .sourceSans_fallback {font-family: Trebuchet MS, Arial, sans-serif !important;}
    .openSans_fallback {font-family: Arial, sans-serif !important;}

    }
    </style>
    <![endif]-->
  <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: //stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
  <!--[if !mso]><!-->
  <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet" type="text/css"/>
  <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet" type="text/css"/>
  <!--<![endif]-->
  <!-- WEB FONT / @font-face : END -->
  <!-- CSS Reset -->
  <style type="text/css">
   /* What it does: Remove spaces around the email design added by some email clients. */
    /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
    
html, body {
	Margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
    
* {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
    
div[style*="margin: 16px 0"] {
	margin: 0 !important;
}
/* What it does: Forces Outlook.com to display emails full width. */
    
.ExternalClass {
	width: 100%;
	line-height: 100%;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
    
table, td {
	mso-table-lspace: 0pt !important;
	mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
    
table {
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	table-layout: fixed !important;
	Margin: 0 auto !important;
}
table table table {
	table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
    
img {
	-ms-interpolation-mode: bicubic;
}
/* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
	display: none !important;
	opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
	display: none !important;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
	border-bottom: none !important;
}
/* What it does: A work-around for iOS meddling in triggered links. */
    
.mobile-link--footer a, a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
}
/*
<!--Progressive Enhancements-->
<!--Progressive Enhancements-->
<!--Progressive Enhancements-->
*/
    /* What it does: Hover styles for buttons */
    
.button-td, .button-a, .button-td-charcoal, .button-td-apple, .button-td-blueberry, .button-td-cabbage, .button-td-raspberry, .button-td-lemon, .button-td-lemondark, .button-a-charcoal, .button-a-apple, .button-a-blueberry, .button-a-cabbage, .button-a-raspberry, .button-a-lemon, .button-a-lemondark {
	transition: all 100ms ease-in;
}
/* default button */
    
.button-td:hover, .button-a:hover {
	background: #444444 !important;
	border-color: #444444 !important;
}
.button-td-charcoal:hover, .button-a-charcoal:hover {
	background: #444444 !important;
	border-color: #444444 !important;
}
.button-td-apple:hover, .button-a-apple:hover {
	background: #6D712E !important;
	border-color: #6D712E !important;
}
.button-td-blueberry:hover, .button-a-blueberry:hover {
	background: #0057B8 !important;
	border-color: #0057B8 !important;
}
.button-td-cabbage:hover, .button-a-cabbage:hover {
	background: #722257 !important;
	border-color: #722257 !important;
}
.button-td-raspberry:hover, .button-a-raspberry:hover {
	background: #8A1538 !important;
	border-color: #8A1538 !important;
}
.button-td-lemon:hover, .button-a-lemon:hover {
	background: #F2A900 !important;
	border-color: #F2A900 !important;
}
.button-td-lemondark:hover, .button-a-lemondark:hover {
	background: #BD472A !important;
	border-color: #BD472A !important;
}

/* Media Queries */
    /* 651px media query is added to allow for text to span within 500px when the tables are stacked as previously text was kept only within 310px  */
    
@media only screen and (max-width: 651px) {
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
	text-align: center !important;
	display: block !important;
	Margin-left: auto !important;
	Margin-right: auto !important;
	float: none !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column, .stack-column-center {
	display: block !important;
	width: 100% !important;
	direction: ltr !important;
	max-width: 500px !important;
}
/* What it does: Generic utility class for centering - plus moves CTA up by ignoring desktop height in 3 col row */
.center-on-narrow-height-control {
	text-align: center !important;
	display: block !important;
	Margin-left: auto !important;
	Margin-right: auto !important;
	float: none !important;
	height: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/* What it does: Adds white divider between elements on mobile */
.WhiteLineVoucher {
	padding-top: 30px !important;
	border-top: 1px #FFFFFF solid !important;
}
/* What it does: Adds grey divider between elements on mobile */
.GreyLineVoucher {
	padding-top: 30px !important;
	border-top: 1px #D9D9D9 solid !important;
}
/* What it does: Scales 3 col images to 250px on mobile */	
.RescaleIMG {
	max-width: 250px !important;
	margin: 0 auto !important;
}
/* What it does: Scales 3 col images to 288px on mobile */	
.RescaleIMG2 {
	max-width: 288px !important;
	margin: 0 auto !important;
}
/* What it does: Adds extra padding on promo banners stacking on mobile to fit remaining banners*/
.PromoOnMobile {
	padding: 0 6px !important;
}
/* What it does: Resets padding on mobile devices to represent design in an XD file*/
.ResetPadding {
	padding: 0 !important;
}
/* What it does: Resets padding on mobile devices and removes gap between elements*/
.ReviewYourProduct {
	padding: 10px 20px !important;
}
}

/* source for media query and screen resolution: //mediag.com/news/popular-screen-resolutions-designing-for-all/ */
    
@media only screen and (max-width: 480px) {
/* What it does: Hides content on all desktops, reveals it on mobile */
.hide {
	display: none!important;
	width: 0px !important;
}
.show {
	width: auto !important;
	height: auto!important;
	display: table!important;
	margin: 0 auto !important;
}
.me {
	display: block!important;
	width: 100%!important;
	max-height: inherit!important;
	overflow: visible!important;
}
.onmobile {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	text-align: center!important;
	float: none!important;
}
/* What it does: Hides 'View online' link in header on mobile. */
.weblink a {
	display: none;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid, .fluid-centered {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	Margin-left: auto !important;
	Margin-right: auto !important;
}
/* And center justify these ones. */
.fluid-centered {
	Margin-left: auto !important;
	Margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column, .stack-column-center {
	display: block !important;
	width: 100% !important;
	direction: ltr !important;
	max-width: 500px !important;
}
/* What it does: Forces banners to regain their original width when displayed on screens below 480px. */
.stack-column-banner, .stack-column-center {
	display: block !important;
	width: 100% !important;
	direction: ltr !important;
	max-width: 330px !important;
}
/* What it does: Forces 2 col promo banners to resize to 310px on mobile to fit other banners when displayed on screens below 480px. */
.stack-column-promobanner, .stack-column-center {
	display: block !important;
	width: 100% !important;
	direction: ltr !important;
	max-width: 320px !important;
}
/* And center justify these ones. */
.stack-column-center {
	text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
	text-align: center !important;
	display: block !important;
	Margin-left: auto !important;
	Margin-right: auto !important;
	float: none !important;
}
/* What it does: Resizes Core service banners to align them with other banners on mobile */
.width310onMobile {
	max-width: 310px !important;
}
table.center-on-narrow {
	display: inline-block !important;
}
/* What it does: Hides element within span tag */
.hideSPANbelow480px {
	display: none !important;
	width: 0 !important;
}
/* What it does: Hides an image*/
.hideIMGbelow480px {
	display: none !important;
}
/* What it does: Hides an image*/
.hideTDbelow480px {
	display: none !important;
	padding: 0 !important;
}
}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
    /* Create one of these media queries for each additional viewport size you'd like to fix */
    /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
    
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
/* iPhone 5 and 5S */
.email-container {
	min-width: 320px !important;
}
}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
    /* Create one of these media queries for each additional viewport size you'd like to fix */
    /* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
    
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
/* iPhone 6 and 6+ */
.email-container {
	min-width: 375px !important;
}
}
  </style>
  <title>
   Ocado
  </title>
 </head>
 <body bgcolor="#5b615e" body="" style="margin: 0;" width="100%">
  <div style="display:none;font-size:0px;color:#999999;line-height:0px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
  </div>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fgridinbound.blob.core.windows.net%252Fgic%252Fi.png%253Fh%253D50b905a1404843bcb3691fe2fdf31648/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZncmlkaW5ib3VuZCJ9:1kXP0B:eZjlRV4NeFAvsnLQc5ukY9yVGpkNNd7FoLjRGfUrsvo" style="display:none; margin:0; padding:0; visibility:hidden; overflow:hidden; max-height:0;width:0px;height:0px;font-size:0;color:#FFFFFF;mso-hide:all;float: left;line-height:0;" width="1"/>
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Foptiext%252Foptiextension.dll%253FID%253Dw01w27NLE%252B2tjqeQAQ6ufyXF7OfYpFXEmik4fdlhI7GYP_NM_OUA7Cb75vlRdpzeP7am7tNWL4K0Mx863bXaQZFFzbLOt3uMlR7HTAwh/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="display:none; margin:0; padding:0; visibility:hidden; overflow:hidden; max-height:0;width:0px;height:0px;font-size:0;color:#FFFFFF;mso-hide:all;float: left;line-height:0;" width="1"/>
  <table bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" class="email-container" style="border-collapse:collapse;" width="100%">
   <tr>
    <td valign="top">
     <center style="width: 100%;">
      <!-- -->
      <!-- PRE-HEADER TEXT HIDDEN : BEGIN -->
      <div style="display:none; font-size:1px; line-height:1px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; mso-hide:all; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
       Don’t miss our Wine Sale and Advent calendar offers.
      </div>
      <!-- PRE-HEADER TEXT HIDDEN : END -->
      <!-- -->
      <div class="email-container" style="max-width: 680px; margin: 0 auto">
       <!--[if (gte mso 9)|(IE)]><table cellspacing="0" cellpadding="0" border="0" width="680" align="center"><tr><td><![endif]-->
       <!-- HEADER : BEGIN -->
       <!-- * Header 2017 - BEGIN -->
       <!-- HEADER : BEGIN -->
       <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="max-width: 680px;" width="100%">
        <tr>
         <td class="weblink" style="padding: 10px 10px 0 0; text-align: right; width: 100%; font-size: 10px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; mso-height-rule: exactly; line-height:85%;">
          <a style="color:#CCCCCC; text-decoration:underline;">
           View online
          </a>
         </td>
        </tr>
        <tr>
         <td style="padding: 5px 0 15px 0; text-align: center; font-family: 'Muli', 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
          <a style="color:#FFFFFF; text-decoration:none;">
           <img alt="ocado" border="0" height="40" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Focado-logo-rgb-hz-ret.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="font-family: 'Muli', 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; font-size:30px; color: #FFFFFF;" width="160"/>
          </a>
         </td>
        </tr>
       </table>
       <!-- * Header 2017 - END -->
       <!-- HEADER : END -->
       <!-- HEADER : END -->
       <!-- BODY : BEGIN -->
       <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="max-width: 680px;" width="100%">
        <!--  MODULES : BEGIN -->
        <!--  MODULES : BEGIN -->
        <!--  MODULES : BEGIN -->
        <!--  MODULES : BEGIN -->
        <!--  <*><*><*><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><* -->
        <!--  <*><*><*><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><* -->
        <!--  <*><*><*><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><* -->
        <tr>
         <td class="hideTDbelow480px" style="padding: 0; text-align: center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
          <a>
           <img alt="Christmas at yours." border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_header_v3.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="width: 100% ;max-width: 680px; display:block; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #54585A; font-size: 20px; text-align:center;" width="680"/>
          </a>
         </td>
        </tr>
        <!--REVEAL ON MOBILE-->
        <tr>
         <td bgcolor="#FFFFFF">
          <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0">
           <tr>
            <td align="center" width="100%">
             <table align="center" bgcolor="#eeeeee" border="0" cellpadding="0" cellspacing="0" class="show" style="display:none;">
              <tr class="me" style="width:0; overflow:hidden; float:left; display:none; max-height:0px; mso-hide:all;">
               <td align="center" bgcolor="#FFFCFC" class="onmobile">
                <a>
                 <img alt="Christmas at yours." border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_header_v4.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="display:block;" width="100%"/>
                </a>
               </td>
              </tr>
             </table>
            </td>
           </tr>
          </table>
         </td>
        </tr>
        <!--END REVEAL ON MOBILE-->
        <tr>
         <td>
          <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="max-width: 500px;" width="100%">
           <tbody>
            <tr>
             <td style="padding: 20px 20px 0 20px; text-align: center; mso-height-rule: exactly;  font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 28px; font-weight:normal; color:#54585A; line-height:110%;">
              Christmas starts here
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
        <tr>
         <td>
         </td>
        </tr>
        <tr>
         <td>
          <table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="max-width: 480px;" width="100%">
           <tbody>
            <tr>
             <td style="padding: 20px 10px 10px 10px; text-align:center;font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 16px; color: #54585A; line-height: 135%; mso-height-rule: exactly; max-width: 480px;">
              Here’s something special to start the Christmas countdown. Our best offers on Advent calendars and a very special Buy 6, Save 25% on over 100 wines, including party season must-haves like bubbly.
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
        <!-- 1COL_A_FHI_HL1_BODY_CTA: END -->
        <!-- 1COL_A_FHI_HL1_BODY_CTA: END -->
        <!-- 1COL_A_FHI_HL1_BODY_CTA: END -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT : BEGIN -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT : BEGIN -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT : BEGIN -->
        <tr>
         <td align="center" dir="ltr" height="100%" valign="top" width="100%">
          <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align="center" valign="top" width="660"><![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width:660px;" width="100%">
           <tbody>
            <tr>
             <td align="center" style="font-size:0; padding:30px 0 0 0;" valign="top">
              <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align=“center” valign="top" width=“420”><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width: 420px; min-width:310px; vertical-align:top; width:100%;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td dir="ltr" style="padding: 0 10px 20px 10px;">
                   <a>
                    <img alt="Advent Calendars." class="center-on-narrow" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_adventhero.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%;max-width: 420px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A;" width="420"/>
                   </a>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td><td align=“center” valign="top" width=“220”><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 0 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" class="width280onMobile-skinny-text" role="presentation" style="font-size: 16px;" width="100%">
                    <tbody>
                     <tr>
                      <td class="center-on-narrow" style="padding: 0 10px 0 10px; text-align:left; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:28px; color:#54585A; line-height:30px; mso-height-rule: exactly;">
                       It’s almost Advent
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow" style="padding: 15px 10px 0 10px; text-align:left; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 16px; color: #54585A; line-height: 22px; mso-height-rule: exactly;">
                       Gin Advent calendar anyone? How about something extra special from Lindt? However you countdown to Christmas, we have the calendar for you.
                      </td>
                     </tr>
                     <!-- CTA BUTTON: BEGIN -->
                     <tr>
                      <td style="padding: 20px 10px 20px 10px; text-align: center; mso-height-rule: exactly; color: #929b00;">
                       <table border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation" style="margin: auto;">
                        <tbody>
                         <tr>
                          <td class="center-on-narrow" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; border-radius: 3px; background: #003C71; text-align: center;">
                           <a class="button-a-lemondark" style="background: #003C71; border: 12px solid #003C71; padding: 0 5px;color: #FFFFFF; font-size: 18px;  line-height: 20px; text-align: center; min-width:160px; max-width:280px; overflow: visible; text-decoration: none; display: block; border-radius: 3px; font-weight: 400;">
                            Shop now
                           </a>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </td>
                     </tr>
                     <!-- CTA BUTTON: END -->
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td></tr></table><![endif]-->
             </td>
            </tr>
           </tbody>
          </table>
          <!--[if mso]></td></tr></table><![endif]-->
         </td>
        </tr>
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT LEFT : END -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT LEFT : END -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT LEFT : END -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : BEGIN -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : BEGIN -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : BEGIN -->
        <tr>
         <td align="center" height="100%" style="padding:10px 0 20px 0;" valign="top" width="100%">
          <!--[if mso]><table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align="center" valign="top" width="660"><![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width:660px;" width="100%">
           <tbody>
            <tr>
             <td align="center" style="font-size:0; " valign="top">
              <!--[if mso]><table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align="left" valign="top" width="220"><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top; width:100%; overflow: visible;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 20px 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                    <tbody>
                     <tr>
                      <td align="center" class="RescaleIMG">
                       <a>
                        <img alt="Products" class="RescaleIMG" src="https://inboxflows.com/_/image/http%253A%252F%252Fwww.ocado.com%252FproductImages%252F321%252F32131011_0_640x640.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnd3dy5vY2Fkby5jbyJ9:1kXP0B:vS-Tlj9cudz-FpT6pFZ3IK9TP96ObEgxcNVw0Vj4IPI" style="border: 0;width: 100%;max-width: 200px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A; line-height: 24px; mso-height-rule: exactly;" width="200"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow-height-control" height="65" style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #54585A; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px; padding: 20px 5px 0 5px;" valign="top">
                       Lindt Advent Calendar 160g
                      </td>
                     </tr>
                     <tr>
                      <td style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-size: 28px; color: #C5003E; mso-line-height-rule:exactly; line-height: 32px; padding:10px 10px 0 10px;">
                       £4.00
                       <span style="font-size: 20px; color: #54585A; text-decoration: line-through;">
                        £5.00
                       </span>
                       <br/>
                       <a class="mobile-link--footer" style="text-decoration:none; color:#003C71; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #003C71; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px;">
                        Add now
                       </a>
                       <span style="font-size: 24px; padding: 0px 0px 0px 5px; font-weight: normal; color:#003C71; text-decoration: none;">
                        ›
                       </span>
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td><td align="left" valign="top" width="220"><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top; width:100%; overflow: visible;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 20px 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                    <tbody>
                     <tr>
                      <td align="center" class="RescaleIMG">
                       <a>
                        <img alt="Products" class="RescaleIMG" src="https://inboxflows.com/_/image/http%253A%252F%252Fwww.ocado.com%252FproductImages%252F210%252F210005011_0_640x640.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnd3dy5vY2Fkby5jbyJ9:1kXP0B:vS-Tlj9cudz-FpT6pFZ3IK9TP96ObEgxcNVw0Vj4IPI" style="border: 0;width: 100%;max-width: 200px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A; line-height: 24px; mso-height-rule: exactly;" width="200"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow-height-control" height="65" style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #54585A; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px; padding: 20px 5px 0 5px;" valign="top">
                       Ginvent Advent Calendar 24 x 3cl
                      </td>
                     </tr>
                     <tr>
                      <td style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-size: 28px; color: #C5003E; mso-line-height-rule:exactly; line-height: 32px; padding:10px 10px 0 10px;">
                       £99.99
                       <span style="font-size: 20px; color: #54585A; text-decoration: line-through;">
                        £124.99
                       </span>
                       <br/>
                       <a class="mobile-link--footer" style="text-decoration:none; color:#003C71; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #003C71; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px;">
                        Add now
                       </a>
                       <span style="font-size: 24px; padding: 0px 0px 0px 5px; font-weight: normal; color:#003C71; text-decoration: none;">
                        ›
                       </span>
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td><td align="left" valign="top" width="220"><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top; width:100%; overflow: visible;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 20px 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                    <tbody>
                     <tr>
                      <td align="center" class="RescaleIMG">
                       <a>
                        <img alt="Products" class="RescaleIMG" src="https://inboxflows.com/_/image/http%253A%252F%252Fwww.ocado.com%252FproductImages%252F417%252F417847011_0_640x640.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnd3dy5vY2Fkby5jbyJ9:1kXP0B:vS-Tlj9cudz-FpT6pFZ3IK9TP96ObEgxcNVw0Vj4IPI" style="border: 0;width: 100%;max-width: 200px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A; line-height: 24px; mso-height-rule: exactly;" width="200"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow-height-control" height="65" style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #54585A; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px; padding: 20px 5px 0 5px;" valign="top">
                       Gingerbread Felt Advent Calendar
                      </td>
                     </tr>
                     <tr>
                      <td style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-size: 28px; color: #C5003E; mso-line-height-rule:exactly; line-height: 32px; padding:10px 10px 0 10px;">
                       £16.74
                       <span style="font-size: 20px; color: #54585A; text-decoration: line-through;">
                        £24.99
                       </span>
                       <br/>
                       <a class="mobile-link--footer" style="text-decoration:none; color:#003C71; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #003C71; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px;">
                        Add now
                       </a>
                       <span style="font-size: 24px; padding: 0px 0px 0px 5px; font-weight: normal; color:#003C71; text-decoration: none;">
                        ›
                       </span>
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td></tr></table><![endif]-->
             </td>
            </tr>
           </tbody>
          </table>
          <!--[if mso]></td></tr></table><![endif]-->
         </td>
        </tr>
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : END -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : END -->
        <!-- 1COL_A_FHI_HL1_BODY_CTA: END -->
        <!-- 1COL_A_FHI_HL1_BODY_CTA: END -->
        <!-- 1COL_A_FHI_HL1_BODY_CTA: END -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT : BEGIN -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT : BEGIN -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT : BEGIN -->
        <tr bgcolor="#D9D9D6">
         <td align="center" dir="ltr" height="100%" valign="top" width="100%">
          <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align="center" valign="top" width="660"><![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width:660px;" width="100%">
           <tbody>
            <tr>
             <td align="center" style="font-size:0; padding:30px 0 0 0;" valign="top">
              <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align=“center” valign="top" width=“420”><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width: 420px; min-width:310px; vertical-align:top; width:100%;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td dir="ltr" style="padding: 0 10px 20px 10px;">
                   <a>
                    <img alt="Wine Sale. Buy 6 save 25%." class="center-on-narrow" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_winesalehero_v2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%;max-width: 420px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A;" width="420"/>
                   </a>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td><td align=“center” valign="top" width=“220”><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 0 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" class="width280onMobile-skinny-text" role="presentation" style="font-size: 16px;" width="100%">
                    <tbody>
                     <tr>
                      <td class="center-on-narrow" style="padding: 0 10px 0 10px; text-align:left; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:28px; color:#54585A; line-height:30px; mso-height-rule: exactly;">
                       It’s party time
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow" style="padding: 15px 10px 0 10px; text-align:left; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 16px; color: #54585A; line-height: 22px; mso-height-rule: exactly;">
                       Christmas wine, mistletoe* and more wine. Find your party season red, white, rosé or champagne and save 25% when you buy 6.
                       <br/>
                       <br/>
                       *Mistletoe not included.
                      </td>
                     </tr>
                     <!-- CTA BUTTON: BEGIN -->
                     <tr>
                      <td style="padding: 20px 10px 0 10px; text-align: center; mso-height-rule: exactly; color: #929b00;">
                       <table border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation" style="margin: auto;">
                        <tbody>
                         <tr>
                          <td class="center-on-narrow" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; border-radius: 3px; background: #003C71; text-align: center;">
                           <a class="button-a-lemondark" style="background: #003C71; border: 12px solid #003C71; padding: 0 5px;color: #FFFFFF; font-size: 18px;  line-height: 20px; text-align: center; min-width:160px; max-width:280px; overflow: visible; text-decoration: none; display: block; border-radius: 3px; font-weight: 400;">
                            Shop now
                           </a>
                          </td>
                         </tr>
                        </tbody>
                       </table>
                      </td>
                     </tr>
                     <!-- CTA BUTTON: END -->
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td></tr></table><![endif]-->
             </td>
            </tr>
           </tbody>
          </table>
          <!--[if mso]></td></tr></table><![endif]-->
         </td>
        </tr>
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT LEFT : END -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT LEFT : END -->
        <!-- 2COL_F_IMG_COPY_CTA_SPLIT LEFT : END -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : BEGIN -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : BEGIN -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : BEGIN -->
        <tr>
         <td align="center" bgcolor="#D9D9D6" height="100%" style="padding:10px 0 0 0;" valign="top" width="100%">
          <!--[if mso]><table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align="center" valign="top" width="660"><![endif]-->
          <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width:660px;" width="100%">
           <tbody>
            <tr>
             <td align="center" style="font-size:0; " valign="top">
              <!--[if mso]><table role="presentation" border="0" cellspacing="0" cellpadding="0" align="center" width="660"><tr><td align="left" valign="top" width="220"><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top; width:100%; overflow: visible;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 10px 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                    <tbody>
                     <tr>
                      <td align="center" class="RescaleIMG">
                       <a>
                        <img alt="Products" class="RescaleIMG" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_wine_1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0;width: 100%;max-width: 200px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A; line-height: 24px; mso-height-rule: exactly;" width="200"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow-height-control" height="80" style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #54585A; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px; padding: 20px 5px 0 5px;" valign="top">
                       Villa Maria Private Bin Sauvignon Blanc
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td><td align="left" valign="top" width="220"><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top; width:100%; overflow: visible;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 10px 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                    <tbody>
                     <tr>
                      <td align="center" class="RescaleIMG">
                       <a>
                        <img alt="Products" class="RescaleIMG" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_wine_2_v2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0;width: 100%;max-width: 200px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A; line-height: 24px; mso-height-rule: exactly;" width="200"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow-height-control" height="80" style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #54585A; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px; padding: 20px 5px 0 5px;" valign="top">
                       Abbazia Fiorino Blush Moscato Spumante
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td><td align="left" valign="top" width="220"><![endif]-->
              <div class="stack-column" style="display:inline-block; Margin: 0 -2px; max-width:33.33%; min-width:220px; vertical-align:top; width:100%; overflow: visible;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tbody>
                 <tr>
                  <td style="padding: 10px 10px 0 10px;">
                   <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                    <tbody>
                     <tr>
                      <td align="center" class="RescaleIMG">
                       <a>
                        <img alt="Products" class="RescaleIMG" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2018%252FCS1014_20181121_wine_3.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0;width: 100%;max-width: 200px; text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight:bold; font-style:normal; font-size: 20px; color: #54585A; line-height: 24px; mso-height-rule: exactly;" width="200"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="center-on-narrow-height-control" height="80" style="text-align:center; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:normal; font-size: 18px; color: #54585A; font-weight: bold; mso-line-height-rule:exactly; line-height: 22px; padding: 20px 5px 0 5px;" valign="top">
                       Campo Viejo Rioja Garnacha
                      </td>
                     </tr>
                    </tbody>
                   </table>
                  </td>
                 </tr>
                </tbody>
               </table>
              </div>
              <!--[if mso]></td></tr></table><![endif]-->
             </td>
            </tr>
           </tbody>
          </table>
          <!--[if mso]></td></tr></table><![endif]-->
         </td>
        </tr>
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : END -->
        <!-- 3COL_B_IMG_PROD_CTA_REPEAT : END -->
        <!-- CTA BUTTON: BEGIN -->
        <tr bgcolor="#D9D9D6">
         <td style="padding: 10px 10px 30px 10px; text-align: center; mso-height-rule: exactly; color: #929b00;">
          <table border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation" style="margin: auto;">
           <tbody>
            <tr>
             <td class="center-on-narrow" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; border-radius: 3px; background: #003C71; text-align: center;">
              <a class="button-a-lemondark" style="background: #003C71; border: 12px solid #003C71; padding: 0 5px;color: #FFFFFF; font-size: 18px;  line-height: 20px; text-align: center; min-width:160px; max-width:280px; overflow: visible; text-decoration: none; display: block; border-radius: 3px; font-weight: 400;">
               Buy 6 Save 25%
              </a>
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
        <!-- CTA BUTTON: END -->
        <!-- PROMO 1 Content : END -->
        <!-- PROMO 1 Content : END -->
        <!-- PROMO 1 Content : END -->
        <!-- Dynamic Voucher Content RNS VOUCHER : BEGIN -->
        <!-- Dynamic Voucher Content RNS VOUCHER : BEGIN -->
        <!-- Dynamic Voucher Content RNS VOUCHER : BEGIN -->
        <tr>
         <td>
         </td>
        </tr>
        <!-- 2nd RNS voucher -->
        <tr>
         <td>
         </td>
        </tr>
        <!--  <*><*><*><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><* -->
        <!--  <*><*><*><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><* -->
        <!--  <*><*><*><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><*><*><*>><*><*><*><*><*><*><*><*><* -->
        <!--  MODULES : END -->
        <!--  MODULES : END -->
        <!--  MODULES : END -->
        <!--  MODULES : END -->
       </table>
       <!-- BODY : END -->
       <!-- FOOTER : BEGIN -->
       <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="max-width: 680px;" width="100%">
        <tr>
         <td align="center">
          <!-- FOOTER_TOP : BEGIN -->
          <div>
           <!-- * Footer 2017 - APP, CONTACT, SOCIAL (104) - BEGIN -->
           <!-- FOOTER_TOP : BEGIN -->
           <!-- FOOTER_APP : BEGIN -->
           <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px; margin:0 auto;" width="90%">
            <tr>
             <td align="center" style="padding: 30px 20px 0 20px; width: 100%; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#B1BA1D; font-weight:bold; font-size:16px; mso-height-rule: exactly; line-height:22px; text-align: center;">
              Shop smarter with our app
             </td>
            </tr>
            <tr>
             <td align="center" style="font-size:0; padding: 0;" valign="top">
              <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="100%"><tr><td align="center" valign="top" width="20%"><![endif]-->
              <div style="display:inline-block; Margin: 0 -2px; vertical-align:top; width:100%;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td>
                  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td align="center" style="padding: 10px 0 30px 0; text-align: center; border-bottom: 1px solid #888888;">
                     <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;">
                      <tr>
                       <td width="135">
                        <a>
                         <img alt="App Store" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fapple_app.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width:135; max-width: 135px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; text-decoration:none; font-size: 11px;text-align: center;" width="135"/>
                        </a>
                       </td>
                       <td width="10">
                       </td>
                       <td width="135">
                        <a>
                         <img alt="Google Play" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fgoogle_app.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width:135; max-width: 135px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; text-decoration:none; font-size: 11px;text-align: center;" width="135"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </div>
              <!--[if mso]></td></tr></table><![endif]-->
             </td>
            </tr>
           </table>
           <!-- FOOTER_APP : END -->
           <!-- FOOTER_CONTACT : BEGIN -->
           <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px;" width="90%">
            <tr>
             <td style="padding: 30px 0; width: 100%; font-size: 14px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; mso-height-rule: exactly; line-height:20px; text-align: center; border-bottom: 1px solid #888888;">
              <span style="color:#B1BA1D; font-weight:bold; font-size:16px;">
               Get in touch
              </span>
              <br/>
              <span style="color:#FFFFFF; font-size:14px;">
               Email us
               <a style="color:#FFFFFF; text-decoration:underline;">
                ocado@ocado.com
               </a>
              </span>
              <br/>
              <span class="mobile-link--footer" style="color:#FFFFFF; font-size:14px;">
               Call us on 0345 656 1234
              </span>
             </td>
            </tr>
           </table>
           <!-- FOOTER_CONTACT : END -->
           <!-- SOCIAL ICONS : BEGIN -->
           <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px;" width="90%">
            <tr>
             <td align="center" height="100%" style="padding: 30px 0 20px 0; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; border-bottom: 1px solid #888888;" valign="top" width="100%">
              <span style="color:#B1BA1D; font-weight:bold; font-size:16px;">
               More from us
              </span>
              <br/>
              <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="500"><tr><td align="center" valign="top" width="500"><![endif]-->
              <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width:500px;" width="100%">
               <tr>
                <td align="center" style="font-size:0; padding: 0;" valign="top">
                 <!--[if mso]><table border="0" cellspacing="0" cellpadding="0" align="center" width="100%"><tr><td align="left" valign="top" width="20%"><![endif]-->
                 <div style="display:inline-block; Margin: 0 -2px; vertical-align:top; width:19%;">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td style="padding: 10px 8px;">
                     <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                      <tr>
                       <td align="center" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
                        <a style="color:#FFFFFF; text-decoration:none; font-size: 12px;text-align: center;">
                         <img alt="Facebook" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fct_fbook.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%; max-width: 65px;max-height: 65px;" width="65"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </div>
                 <!--[if mso]></td><td align="left" valign="top" width="20%"><![endif]-->
                 <div style="display:inline-block; Margin: 0 -2px; vertical-align:top; width:19%;">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td style="padding: 10px 8px;">
                     <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                      <tr>
                       <td align="center" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
                        <a style="color:#FFFFFF; text-decoration:none; font-size: 12px;text-align: center;">
                         <img alt="Twitter" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fct_twitter.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%; max-width: 65px;max-height: 65px;" width="65"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </div>
                 <!--[if mso]></td><td align="left" valign="top" width="20%"><![endif]-->
                 <div style="display:inline-block; Margin: 0 -2px; vertical-align:top; width:19%;">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td style="padding: 10px 8px;">
                     <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                      <tr>
                       <td align="center" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
                        <a style="color:#FFFFFF; text-decoration:none; font-size: 12px;text-align: center;">
                         <img alt="Instagram" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fct_insta2017.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%; max-width: 65px;max-height: 65px;" width="65"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </div>
                 <!--[if mso]></td><td align="left" valign="top" width="20%"><![endif]-->
                 <div style="display:inline-block; Margin: 0 -2px; vertical-align:top; width:19%;">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td style="padding: 10px 8px;">
                     <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                      <tr>
                       <td align="center" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
                        <a style="color:#FFFFFF; text-decoration:none; font-size: 11px;text-align: center;">
                         <img alt="Pinterest" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fct_pinterest.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%; max-width: 65px;max-height: 65px;" width="65"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </div>
                 <!--[if mso]></td><td align="left" valign="top" width="20%"><![endif]-->
                 <div style="display:inline-block; Margin: 0 -2px; vertical-align:top; width:19%;">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td style="padding: 10px 8px;">
                     <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                      <tr>
                       <td align="center" style="font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;">
                        <a style="color:#FFFFFF; text-decoration:none;font-size: 11px;text-align: center;">
                         <img alt="Google" src="https://inboxflows.com/_/image/http%253A%252F%252Focado.emsecure.net%252Fimages%252F2016%252Fct_gplus.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9jYWRvLmVtc2VjdSJ9:1kXP0B:A2w5zUWRSpspdAV4Z8csij61WF2gkWDnAOA3mHzmcr0" style="border: 0; width: 100%; max-width: 65px;max-height: 65px;" width="65"/>
                        </a>
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </div>
                 <!--[if mso]></td></tr></table><![endif]-->
                </td>
               </tr>
              </table>
              <!--[if mso]></td></tr></table><![endif]-->
             </td>
            </tr>
           </table>
           <!-- SOCIAL ICONS : END -->
           <!-- FOOTER_TOP : END -->
           <!-- * Footer 2017 - APP, CONTACT, SOCIAL (104) - END -->
          </div>
          <!-- FOOTER_TOP : END -->
          <!-- FOOTER_TERMS : BEGIN -->
          <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px;" width="90%">
           <tr>
            <td style="padding: 30px 0; width: 100%; font-size: 12px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; mso-height-rule: exactly; line-height:16px; text-align: center; color: #FFFFFF; border-bottom: 1px solid #888888;">
             <strong>
              Terms &amp; Conditions
             </strong>
             <br/>
             <br/>
             All promotions exclude deliveries between 20th–24th December.
             <br/>
             Prices and promotions are valid on the date of email send and subject to expiry.
            </td>
           </tr>
          </table>
          <!-- FOOTER_TERMS : END -->
          <!-- FOOTER_BOTTOM: BEGIN -->
          <div>
           <!-- * Footer 2018 - STANDARD OPT-IN (123) - BEGIN -->
           <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px;" width="90%">
            <tr>
             <td bgcolor="#5B625E" style="padding: 20px 0 0 0; width: 100%; font-size: 12px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; mso-height-rule: exactly; line-height:16px; text-align: center; color: #FFFFFF;">
              <br/>
              You’re signed up to receive offers and other marketing communications from the Ocado Group. You can tailor your marketing preferences in your
              <a style="color:#FFFFFF; text-decoration:underline;">
               Ocado account settings
              </a>
              .
             </td>
            </tr>
           </table>
           <table align="center" bgcolor="#5B625E" border="0" cellpadding="0" cellspacing="0" style="max-width: 500px;" width="90%">
            <tr>
             <td bgcolor="#5B625E" style="padding: 15px 0 30px 0; width: 100%; font-size: 12px; font-family: 'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; mso-height-rule: exactly; line-height:16px; text-align: center;">
              <a style="color:#FFFFFF; text-decoration:underline;">
               Privacy Policy
              </a>
              <span style="color:#FFFFFF;">
               |
              </span>
              <a style="color:#FFFFFF; text-decoration:underline;">
               Unsubscribe
              </a>
              <br/>
              <br/>
              <span style="color:#FFFFFF; font-size:12px; ">
               © 2018 Ocado Retail Limited. Registered address:
               <span class="mobile-link--footer">
                Buildings One &amp; Two, Trident Place, Mosquito Way, Hatfield, AL10 9UL.
               </span>
               Registered in England – company number:
               <span class="mobile-link--footer">
                03875000
               </span>
               .
              </span>
             </td>
            </tr>
           </table>
           <!-- * Footer 2018 - STANDARD OPT-IN (123) - END -->
          </div>
          <!-- FOOTER_BOTTOM: END -->
         </td>
        </tr>
       </table>
       <!-- FOOTER : END -->
       <!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
      </div>
     </center>
    </td>
   </tr>
  </table>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
  <a>
  </a>
 </body>
</html>