Inboxes

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

+New inbox

<!DOCTYPE html>
<html style="opacity: 1;">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width, initial-scale=1.0" 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 -->
  <title>
   AllSaints
  </title>
  <!-- VARIABLES FOR REGIONALIZATION START -->
  <!-- Mailer type = MW or WW -->
  <!-- WW for womens, MW for mens. Changes order of footer links +
changes new arrivals link location -->
  <!-- link where header AS logo directs -->
  <!-- translate "womens" here -->
  <!-- footer link - womens -->
  <!-- translate "mens" here -->
  <!-- footer link - mens -->
  <!-- translate "new arrivals" here -->
  <!-- footer link - womens new arrivals -->
  <!-- footer link - womens new arrivals -->
  <!-- translate delivery text -->
  <!-- address part 1 -->
  <!-- address part 2 -->
  <!-- translate address book text pt1 -->
  <!-- translate address book text pt2 -->
  <!-- translate "unsubscribe" -->
  <!-- translate "customer experience 24/7 -->
  <!-- privacy policy link locaiton -->
  <!-- translate "privacy policy" -->
  <!-- retail # -->
  <!-- facebook.com/_____ -->
  <!-- instagram..com/_____ -->
  <!-- twitter.com/_____ -->
  <!-- pinterest.com/_____ -->
  <!-- youtube.com/_____ -->
  <!-- VARIABLES FOR REGIONALIZATION END -->
  <!-- The title tag shows in email notifications, like Android 4.4.
-->
  <!-- Please use an inliner tool to convert all CSS to inline as
inpage or external CSS is removed by email clients -->
  <!-- important in CSS is used to prevent the styles of currently
inline CSS from overriding the
ones mentioned in media queries when corresponding screen sizes are
encountered -->
  <!-- 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: Forces Outlook.com to display emails full
width. */
      .ExternalClass {width: 100%;}
      /* What is does: Centers email on Android 4.4 */
      div[style*="margin: 16px 0"] {margin: 0 !important;}
/* 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: Overrides styles added when Yahoo's auto-senses
a link. */
      .yshortcuts a {border-bottom: none !important;}
/* What it does: Another work-around for iOS meddling in
triggered links. */
      a[x-apple-data-detectors] {color: inherit !important;}
  </style>
  <!-- Progressive Enhancements -->
  <style type="text/css">
   /* What it does: Hover styles for buttons */
      .button-td,
      .button-a {transition: all 100ms ease-in;}

      .button-td:hover,
.button-a:hover {background: #ffffff !important;border-color:
#555555 !important;}

      
      @media screen and (min-width: 460px) {      
      .free_delivery_text {white-space:nowrap;}
        .footer-nav-mobile-text {font-size:11px!important;}
      }
      
        @media screen and (max-width: 320px) {      
      }
      
      /* Media Queries */
      @media screen and (max-width: 600px) {
        .email-container {width: 100% !important;}
        .email-container-border {width: 95% !important;}
/* 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 {
          max-width: 100% !important;
          height: auto !important;
          margin-left: auto !important;
          margin-right: auto !important;
        }

        
        				  /* CEO fix */
        @media screen and (max-width: 320px) {
  .f16 {
    padding: 6px;
    white-space: nowrap;
  		}
		}
        
        
        /* 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;
          max-width: 100% !important;
          direction: ltr !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;
        }
        table.center-on-narrow {
          display: inline-block !important;
        }
        /* What it does: Hides an element on mobile */
        .h {
          display: none !important;
        }
        .m-show {
          display: block !important;
        }
        /* What it does: Changes the size of the font on Mobile */
        .f15 {
          font-size: 15px !important;
          line-height: 24px !important;
         }
        .f16 {
          font-size: 12px !important;
          line-height: 50px !important;
        }
        .f24 {
          font-size: 24px !important;
          line-height: 32px !important;
           }
        .f22 {
          font-size: 22px !important;
          line-height: 30px !important;
        }
          .f19 {
          font-size: 19px !important;
          line-height: 25px !important;
        }
        .f12 {
          font-size: 12px !important;
          line-height: 23px !important;
        }
        .footer-nav-mobile-text {
          text-decoration: underline;
         }
      }
      
       @media screen and (max-width: 600px) {
         
         .desktopHide {
           
          display: none !important;
           
        }
         
       }
      
      .nb-body-content a {text-decoration:none!important;}
.nb-body-content a:-webkit-any-link {color: -webkit-link;cursor:
auto;text-decoration: none!important;}
      .nb-body-content img {width:100%;height:auto;}
  </style>
 </head>
 <body bgcolor="#ffffff" style="margin: 0px;" width="100%" yahoo="yahoo">
  <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" height="100%" style="border-collapse:collapse;" width="100%">
   <tbody>
    <!-- Data Pixel: BEGIN -->
    <tr>
     <td align="center">
      <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fpixel.monitor1.returnpath.net%252Fpixel.gif%253Fr%253D2e29a9dd4aae3c7e58c954c9bb12c6a422e8744d/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZwaXhlbC5tb25pdCJ9:1kXPOB:wQpEX44OZFBt7w_eCeP-Rvj1cgu9WdgN8nhNw5e9WqI" width="1"/>
     </td>
    </tr>
    <!-- Data Pixel: END -->
    <!-- Data Pixel: BEGIN -->
    <tr>
     <td align="center">
      <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fpixel.app.returnpath.net%252Fpixel.gif%253Fr%253D2e29a9dd4aae3c7e58c954c9bb12c6a422e8744d/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZwaXhlbC5hcHAuciJ9:1kXPOB:x9C_7j8Tm6Y7yQ0idaJVDfbKKA8AksgeZRS9FH5Aw-M" width="1"/>
     </td>
    </tr>
    <!-- Data Pixel: END -->
    <!-- rpcampaign: allsaintsGB22051806 -->
    <!-- Pre Header : BEGIN -->
    <tr>
     <td align="center" data-content-region-name="Preheader" style="padding:0px 20px 0 20px; font-family:'Times LT W01 Roman',
times, times new roman, serif; color:#5e5e5e; font-size: 11px;
letter-spacing:0.05em;" valign="top">
      <p>
       <span style="font-weight:
400;">
        Hand-painted, just for you
       </span>
      </p>
     </td>
    </tr>
    <!-- Pre Header : END -->
    <!-- Email Header : BEGIN -->
    <tr>
     <td data-content-region-name="Header">
      <center style="width: 100%;">
       <table align="center" class="email-container" width="460">
        <!-- Footer CE Navigation : BEGIN -->
        <!-- Can't See Email Text : BEGIN -->
        <tbody>
         <!-- Can't See Email Text : END -->
         <!-- Logo: BEGIN -->
         <tr>
          <td style="padding: 45px 0px 45px; text-align:
center;">
           <a target="_blank">
            <img alt="Shop Online." border="0" height="auto" src="https://inboxflows.com/_/image/http%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fthemes%252F594ae5a99d0661ee9c000015%252Fattachments%252Foriginal%252F1495137353%252FAllSaints-logo.png%253F1495137353/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmQzbjhhOHBybzd2aCJ9:1kXPOB:Dm84ohF6Hh09PbXXOpFwlefu2ASk01ZkIuuWZLut3XM" style="max-width: 300px" width="75%"/>
           </a>
          </td>
         </tr>
         <!-- Logo : END -->
        </tbody>
       </table>
      </center>
     </td>
    </tr>
    <!-- Email Header : END -->
    <!-- Email Content : BEGIN -->
    <tr>
     <td class="nb-body-content" data-content-region-name="Content">
      <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="email-container" style="width: 600px;">
       <tbody>
        <!--HERO IMAGE BEGIN-->
        <tr>
         <td style="text-align: center;">
          <a style="text-decoration: none;">
           <img alt="Playsuits" src="https://inboxflows.com/_/image/https%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fallsaints%252Fmailings%252F6508%252Fattachments%252Foriginal%252Fheroww.jpg%253F1526467370/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkM244YThwcm83diJ9:1kXPOB:jI1l8A4OaxBImbABAzM3PN5QYyfjb6YwMGqA3V_5GFw" title="Playsuits" width="600"/>
          </a>
         </td>
        </tr>
        <!--HERO IMAGE END-->
        <!--TITLE TEXT BEGIN-->
        <tr>
         <td class="f24" style="padding: 41px 4px 0px; text-align: center;
font-family: 'Times LT W01 Roman', times, times new roman, serif;
font-size: 30px; letter-spacing: 0.12em; text-transform: uppercase;
line-height: 40px; color: #000000;">
          <span style="font-weight:
400;">
           THE JUNI PRINT
          </span>
         </td>
        </tr>
        <!--TITLE TEXT END-->
        <!--BODY COPY BEGIN-->
        <tr>
         <td class="f12" style="padding: 0px 20px 11px 20px; text-align:
center; font-family: 'Futura W01 Medium',Futura,Century
Gothic,Arial,Sans-Serif; font-size: 13px; letter-spacing: 0.01em;
line-height: 24px; color: #000000;">
          <p dir="ltr">
           <span style="font-weight: 400;">
            Our new playsuit, adorned
in our bespoke ditsy floral print,
            <br class="h"/>
            is designed and
hand-painted in-house.
           </span>
          </p>
         </td>
        </tr>
        <!--BODY COPY END-->
        <!-- HERO IMAGE CTA BEGIN-->
        <tr>
         <td style="padding: 0px 0px 20px 0px;">
          <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto;">
           <tbody>
            <tr>
             <td style="background: #222222; text-align: center;">
              <a style="background: #ffffff; border: 1px solid #222222; padding: 15px
62px; color: #000000; font-family: 'Futura W01 Medium',Futura,Century
Gothic,Arial,Sans-Serif; font-size: 12px; line-height: 1.4;
letter-spacing: 0.1em; text-align: center; text-decoration: none;
display: block; font-weight: light; text-transform: uppercase;">
               SHOP
NOW
              </a>
             </td>
            </tr>
           </tbody>
          </table>
         </td>
        </tr>
        <!-- HERO IMAGE CTA END-->
       </tbody>
      </table>
     </td>
    </tr>
    <!-- Email Content : END -->
    <!-- Email Footer : BEGIN -->
    <tr>
     <td data-content-region-name="Footer">
      <center style="width: 100%;">
       <table align="center" class="email-container" width="460">
        <!-- Primary Navigation : BEGIN -->
        <tbody>
         <tr>
          <td align="center" style="padding: 30px 10px 45px
10px;" valign="top">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td align="center">
               <table border="0" cellpadding="0" cellspacing="0">
                <tbody>
                 <tr style="font-size: 12px;">
                  <!-- Womens CTA : BEGIN -->
                  <td>
                   <a class="f16" style="font-family:'Futura W01 Medium',Futura,Century
Gothic,Arial,Sans-Serif; font-size:12px !important; white-space:
nowrap; -webkit-font-smoothing: antialiased; mso-height-rule: exactly;
line-height: 14px; color: #000000; letter-spacing: 0.15em; padding: 0
10px 0px; text-align: center; text-transform: uppercase;
text-decoration: none;" target="_blank">
                    WOMEN
                   </a>
                  </td>
                  <!-- Womens CTA : END -->
                  <td style="padding: 0px
2px;color:#000!important;">
                   |
                  </td>
                  <!-- Mens CTA : BEGIN -->
                  <td>
                   <a class="f16" style="font-family:'Futura W01 Medium',Futura,Century
Gothic,Arial,Sans-Serif;font-size:12px !important; white-space:
nowrap; -webkit-font-smoothing: antialiased; mso-height-rule: exactly;
line-height: 14px; color: #000000; letter-spacing: 0.15em; padding: 0
10px 0px; text-align: center; text-transform: uppercase;
text-decoration: none;" target="_blank">
                    MEN
                   </a>
                  </td>
                  <!-- Mens CTA : END -->
                  <td style="padding: 0px
2px;color:#000!important;">
                   |
                  </td>
                  <!-- New Arrivals CTA : BEGIN -->
                  <td>
                   <a class="f16" style="font-family:'Futura W01 Medium',Futura,Century
Gothic,Arial,Sans-Serif; font-size:12px !important; white-space:
nowrap; -webkit-font-smoothing: antialiased; mso-height-rule: exactly;
line-height: 14px; color: #000000; letter-spacing: 0.15em; padding: 0
10px 0px; text-align: center; text-transform: uppercase;
text-decoration: none;" target="_blank">
                    NEW ARRIVALS
                   </a>
                  </td>
                  <!-- New Arrivals CTA : END -->
                 </tr>
                </tbody>
               </table>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- Primary Navigation : END -->
         <!-- Free Delivery Text : BEGIN -->
         <tr>
          <td style="padding: 15px 40px 10px;
font-family:'Futura W01 Medium',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; mso-height-rule: exactly; line-height: 16px; color:
#000000; letter-spacing: 0.15em; padding: 0 10px 0px; text-align:
center; text-transform: uppercase">
           <a class="" style="text-decoration:none; color:#000000;" target="_blank">
            Free
delivery on all UK orders over  £150
            <br class="m-show" style="display:
none;"/>
            <br class="h"/>
            plus free returns
           </a>
          </td>
         </tr>
         <!-- Free Delivery Text : END -->
         <!-- Social Links : BEGIN -->
         <tr>
          <td align="center" style="padding: 45px 10px 25px
10px;" valign="top">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td align="center">
               <!-- Facebook : BEGIN -->
               <a style="text-decoration: none;">
                <img align="center" border="0" height="20" src="https://inboxflows.com/_/image/http%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fthemes%252F594ae5a99d0661ee9c000015%252Fattachments%252Foriginal%252F1495137343%252F2017Social_Facebook.png%253F1495137343/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmQzbjhhOHBybzd2aCJ9:1kXPOB:Dm84ohF6Hh09PbXXOpFwlefu2ASk01ZkIuuWZLut3XM" style="width: 100%; height: auto; max-width: 20px; max-height: 20px;
padding-right: 12px;" width="20"/>
               </a>
               <!-- Facebook : END -->
               <!-- Instagram : BEGIN -->
               <a style="text-decoration: none;">
                <img align="center" border="0" height="20" src="https://inboxflows.com/_/image/http%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fthemes%252F594ae5a99d0661ee9c000015%252Fattachments%252Foriginal%252F1524672919%252F2017Social_Instagram.png%253F1524672919/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmQzbjhhOHBybzd2aCJ9:1kXPOB:Dm84ohF6Hh09PbXXOpFwlefu2ASk01ZkIuuWZLut3XM" style="width: 100%; height: auto; max-width: 20px; max-height: 20px;
padding-right: 12px;" width="20"/>
               </a>
               <!-- Instagram : END -->
               <!-- Twitter : BEGIN -->
               <a style="text-decoration: none;">
                <img align="center" border="0" height="20" src="https://inboxflows.com/_/image/http%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fthemes%252F594ae5a99d0661ee9c000015%252Fattachments%252Foriginal%252F1495137348%252F2017Social_Twitter.png%253F1495137348/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmQzbjhhOHBybzd2aCJ9:1kXPOB:Dm84ohF6Hh09PbXXOpFwlefu2ASk01ZkIuuWZLut3XM" style="width: 100%; height: auto; max-width: 20px; max-height: 20px;
padding-right: 12px;" width="20"/>
               </a>
               <!-- Twitter : END -->
               <!-- Pinterest : BEGIN -->
               <a style="text-decoration: none;">
                <img align="center" border="0" height="20" src="https://inboxflows.com/_/image/http%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fthemes%252F594ae5a99d0661ee9c000015%252Fattachments%252Foriginal%252F1495137346%252F2017Social_Pinterest.png%253F1495137346/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmQzbjhhOHBybzd2aCJ9:1kXPOB:Dm84ohF6Hh09PbXXOpFwlefu2ASk01ZkIuuWZLut3XM" style="width: 100%; height: auto; max-width: 20px; max-height: 20px;
padding-right: 12px;" width="20"/>
               </a>
               <!-- Pinterest : END -->
               <!-- Youtube : BEGIN -->
               <a style="text-decoration: none;">
                <img align="center" border="0" height="20" src="https://inboxflows.com/_/image/http%253A%252F%252Fd3n8a8pro7vhmx.cloudfront.net%252Fthemes%252F594ae5a99d0661ee9c000015%252Fattachments%252Foriginal%252F1495137351%252F2017Social_Youtube.png%253F1495137351/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmQzbjhhOHBybzd2aCJ9:1kXPOB:Dm84ohF6Hh09PbXXOpFwlefu2ASk01ZkIuuWZLut3XM" style="width: 100%; height: auto; max-width: 20px; max-height: 20px;
padding-right: 5px;" width="20"/>
               </a>
               <!-- Youtube : END -->
               <table border="0" cellpadding="0" cellspacing="0">
                <tbody>
                 <tr>
                 </tr>
                </tbody>
               </table>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- Social Links : END -->
         <!-- Newsletter Text : BEGIN -->
         <tr>
          <td style="padding: 20px 20px 0px; text-align:
center; font-family:'Futura W01 Light',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; letter-spacing: 0.0em; mso-height-rule: exactly;
line-height: 20px; color: #aaaaaa;">
           AllSaints Retail Limited, Units
C15-C17, Jacks Place,
           <span style="color:#aaaaaa;
text-decoration:none;">
            6 Corbet Place,
            <br class="m-show" style="display: none;"/>
            London, E1 6NN
           </span>
          </td>
         </tr>
         <tr>
         </tr>
         <tr>
          <td style="padding: 20px 20px 0px; text-align:
center; font-family:'Futura W01 Light',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; letter-spacing: 0.02em; mso-height-rule: exactly;
line-height: 20px; color: #aaaaaa;">
           Make sure our emails reach your
inbox by adding
           <a style="color: #aaaaaa; text-decoration:underline;" target="_blank">
            allsaints@email.allsaints.com
           </a>
           to your address
book.
          </td>
         </tr>
         <!-- Newsletter Text : END -->
         <!-- Footer CE Navigation : BEGIN -->
         <tr>
          <td align="center" style="padding: 0px 10px 35px
10px;" valign="top">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td align="center">
               <table border="0" cellpadding="0" cellspacing="0">
                <tbody>
                 <tr>
                  <!-- Womens CTA : BEGIN -->
                  <td class="center-on-narrow" style="font-family:'Futura W01 Light',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; mso-height-rule: exactly; line-height: 14px; color:
#aaaaaa; letter-spacing: 0.05em; padding: 10px 5px 0px; text-align:
center;">
                   <a style="color: #aaaaaa; text-decoration:underline;" target="_blank">
                    unsubscribe
                   </a>
                  </td>
                  <!-- Womens CTA : END -->
                  <!-- Mens CTA : BEGIN -->
                  <td class="center-on-narrow" style="font-family:'Futura W01 Light',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; mso-height-rule: exactly; line-height: 14px; color:
#aaaaaa; letter-spacing: 0.05em; padding: 10px 5px 0px; text-align:
center;">
                   <a style="color: #aaaaaa;
text-decoration:underline;" target="_blank">
                    customer experience 24/7
                   </a>
                  </td>
                  <!-- Mens CTA : END -->
                  <!-- New Arrivals CTA : BEGIN -->
                  <td class="center-on-narrow" style="font-family:'Futura W01 Light',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; mso-height-rule: exactly; line-height: 14px; color:
#aaaaaa; letter-spacing: 0.05em; padding: 10px 5px 0px; text-align:
center;">
                   <a style="color: #aaaaaa; text-decoration:underline;" target="_blank">
                    privacy policy
                   </a>
                  </td>
                  <!-- New Arrivals CTA : END -->
                 </tr>
                </tbody>
               </table>
              </td>
             </tr>
             <!-- Footer CE Navigation : END -->
             <!-- About AllSaints Text : BEGIN -->
             <tr>
              <td style="padding: 25px 20px 30px;
text-align: center; font-family:'Futura W01 Light',Futura,Century
Gothic,Arial,Sans-Serif; -webkit-font-smoothing: antialiased;
font-size: 10px; letter-spacing: 0.05em; mso-height-rule: exactly;
line-height: 20px; color: #aaaaaa;">
               AllSaints Retail Ltd No.
04096157
              </td>
             </tr>
             <!-- About AllSaints Text : END -->
            </tbody>
           </table>
          </td>
         </tr>
        </tbody>
       </table>
      </center>
     </td>
    </tr>
    <!-- Email Footer : END -->
   </tbody>
  </table>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fallsaints.nationbuilder.com%252Fr%252Fo%253Fe%253Da59d74838a8800cb0a04132a0ecb375f%2526utm_source%253Dallsaints%2526utm_medium%253Demail%2526utm_campaign%253D20180522_ukww/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhbGxzYWludHMubiJ9:1kXPOB:wqC-6IRa24Y_z_csLF3XyacxsHhqQ-PNpLh53NeGbiI" width="1"/>
 </body>
</html>