Inboxes

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

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "//www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <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" 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 -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <link data-react-helmet="true" href="https://society6.com/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
  <link href="https://ctl.s6img.com/build/static-menu/header.styles-9539.css" rel="stylesheet" type="text/css"/>
  <title>
   Society6 | Design your everyday with art you love.
  </title>
  <!--[if mso]>
<style type="text/css">
body, table, td {font-family: Arial, Helvetica, sans-serif !important;}
</style>
<![endif]-->
  <style>
   /*  Web Font / @font-face : BEGIN */
@font-face {
font-family: 'Greycliff';
src: url("https://inboxflows.com/_/image/https%253A%252F%252Fsociety6.com%252Fbuild%252Ffonts%252Fgreycliffcf-regular.otf/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzb2NpZXR5Ni5jbyJ9:1kXOOV:wZhc0sAaCmwGf1ZGse_w9kCpqTmmWPdUEK9rO6M5FvA") format("opentype");
font-weight: 500;
}

/* Bold */

@font-face {
font-family: 'Greycliff';
src: url("https://inboxflows.com/_/image/https%253A%252F%252Fsociety6.com%252Fbuild%252Ffonts%252Fgreycliffcf-bold.otf/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzb2NpZXR5Ni5jbyJ9:1kXOOV:wZhc0sAaCmwGf1ZGse_w9kCpqTmmWPdUEK9rO6M5FvA") format("opentype");
font-weight: 700;
}

@import url('https://inboxflows.com/_/image/https%253A%252F%252Ffonts.googleapis.com%252Fcss%253Ffamily%253DPoppins%253A400%252C600/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nb29nbCJ9:1kXOOV:ObxL1WydjvtPELX7jEN4kEn-iTEpJEaMV2kAFFFUAPM');

/* Web Font / @font-face : END */

/* 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 auto !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: 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. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
line-height: 0 !important;
}

/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
text-decoration: none;
}

/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}

/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors],
/* iOS */
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}

ul {
list-style-type: disc !important;
}

li {
list-style: disc !important;
}

/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important;
}

/* What it does: Prevents Gmail from displaying a 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: 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 */

/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u~div .email-container {
min-width: 320px !important;
}
}

/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u~div .email-container {
min-width: 375px !important;
}
}

/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u~div .email-container {
min-width: 414px !important;
}
}
  </style>
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <style>
   /* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}

a.button-a {
display: block !important;
}

/*
.button-td-primary:hover,
.button-a-primary:hover {
background: #323232 !important;
border-color: #323232 !important;
}

/* Media Queries */
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

a.button-a {
font-size: 12px !important;
}

.email-container {
width: 100% !important;
margin: 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;

}

.space_10-td {
padding-bottom: 20px;
}

/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
border: 0px !important;
padding: 0px !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;
}

.stack-column-center img {
max-width: 100% !important;
width: 100% !important;
}

.fluid {
width: 100% !important;
max-width: 100% !important;
}

.mobile-hide {
display: none !important;
max-height: 0px !important;
overflow: hidden !important;
mso-hide: all !important;
}

.mobile-show {
display: table !important;
width: 100% !important;
height: auto !important;
overflow: visible !important;
float: none !important;
visibility: visible !important;
border: none !important
}

}

@media screen and (max-width: 600px) {
a.button-a {
font-size: 12px !important;
}

.email-container {
width: 100% !important;
margin: 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;

}

.space_10-td {
padding-bottom: 20px;
}

/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
border: 0px !important;
padding: 0px !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;
}

.stack-column-center img {
max-width: 100% !important;
width: 100% !important;
}

.fluid {
width: 100% !important;
max-width: 100% !important;
}

.mobile-hide {
display: none !important;
}

.mobile-show {
display: table !important;
width: 100% !important;
height: auto !important;
overflow: visible !important;
float: none !important;
visibility: visible !important;
border: none !important
}
}
  </style>
  <!-- Progressive Enhancements : END -->
 </head>
 <body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f4f4f4;" width="100%">
  <div style="display:none !important; opacity:0; color:transparent; mso-hide:all; max-height:0px; overflow:hidden;">
   + browse our handpicked collections.
  </div>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Flinks.mail.society6.com%252Fa%252F1005%252Fopen%252F8345%252F5856417%252F885d0a8364b696684f6bfede43059e5d997fecff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZsaW5rcy5tYWlsLiJ9:1kXOOV:SRGct54Yn6aYXARkf2nEZAT6GX8m_ps2IDI7mh9Z0ek" style="display:block;" width="1"/>
  <center style="width: 100%; background-color: #f4f4f4;">
   <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #f4f4f4;">
<tr>
<td align="center" width="600">
<![endif]-->
   <!-- Preview Text Spacing Hack : 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:'Greycliff', 'Poppins', Arial, sans-serif;">
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ 
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
   </div>
   <!-- Preview Text Spacing Hack : END -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" style="margin: auto;" width="600">
    <!-- Email Logo : BEGIN -->
    <tbody>
     <tr>
      <td align="center">
       <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
        <tr>
         <td style="padding: 20px 0; text-align: center; background-color:#ffffff">
          <a style="text-decoration:none; display: inline-block;" target="_blank">
           <img alt="Society6" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252Fshell-assets%252FSociety6-logo-2018.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="display:inline-block; border:0;" width="230"/>
          </a>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <!-- Email Logo : END -->
     <!-- Hero Image, Flush : BEGIN -->
     <tr>
      <td align="center">
       <a target="_blank">
        <img alt="A Summer Sale Exclusive:
25% Off Wall Art + Home Decor

Shop Framed Prints &gt; 
" border="0" class="g-img" height="" src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F062619%252F62619_01.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="width: 100%; max-width: 600px; height: auto; background: #dddddd; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 15px; color: #323232; margin: auto; display: block;" width="600"/>
       </a>
      </td>
     </tr>
     <!-- Hero Image, Flush : END -->
     <!-- Hero Section - Background Creative Image with Text Box : BEGIN -->
     <tr>
      <td style="text-align: center;" valign="middle">
       <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" width="600">
<![endif]-->
       <div style="display:inline-block; width:100%;max-width:600px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
         <tbody>
          <tr>
           <td style="text-align:center;background-color:#688bc1;">
            <!-- Button : BEGIN -->
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
             <tbody>
              <tr>
               <td align="center" style="background: #688bc1; width: 100%;text-align: center; height: 40px;">
                <a style="background: #688bc1; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 18px; font-weight: 500; text-decoration: none; padding-bottom: 20px; padding-top:20px; color: #fff; display: block;width: 100%; max-width: 600px;" target="_blank">
                 Mini Art Prints →
                </a>
               </td>
              </tr>
             </tbody>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
          <tr>
           <td style="background-color:#356cac;">
            <!-- Button : BEGIN -->
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
             <tbody>
              <tr>
               <td align="center" style="background: #356cac; width: 100%;text-align: center;height: 40px;">
                <a style="background: #356cac; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 18px; font-weight: 500; text-decoration: none;  padding-bottom: 20px; padding-top:20px; color: #fff; display: block;width: 100%; " target="_blank">
                 Art Prints →
                </a>
               </td>
              </tr>
             </tbody>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
          <tr>
           <td style=" background-color:#cf5d38;">
            <!-- Button : BEGIN -->
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
             <tbody>
              <tr>
               <td align="center" style="background: #cf5d38; width: 100%;text-align: center;height: 40px;">
                <a style="background: #cf5d38;font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 18px; font-weight: 500; text-decoration: none;  padding-bottom: 20px; padding-top:20px; color: #ffffff; display: block; width: 100%;" target="_blank">
                 Throw Pillows →
                </a>
               </td>
              </tr>
             </tbody>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
          <tr>
           <td style=" background-color:#f4955f;">
            <!-- Button : BEGIN -->
            <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;">
             <tbody>
              <tr>
               <td align="center" style=" background: #f4955f;width: 100%;text-align: center;height: 40px;">
                <a style="background: #f4955f; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 18px; font-weight: 500; text-decoration: none;  padding-bottom: 20px; padding-top:20px; color: #fff; display: block; border-radius: 4px;" target="_blank">
                 Throw Blankets →
                </a>
               </td>
              </tr>
             </tbody>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </tbody>
        </table>
       </div>
       <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
      </td>
     </tr>
     <!-- Hero Section - Background Creative Image with Text Box : END -->
     <!-- Clear Spacer : BEGIN -->
     <tr>
      <td height="20" style="font-size: 0px; line-height: 0px;">
      </td>
     </tr>
     <!-- Clear Spacer : END -->
     <tr>
      <td style="text-align: center;" valign="middle">
       <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" width="600">
<![endif]-->
       <div style="display:inline-block; width:100%;max-width:600px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
         <!-- 1 Column Headline : BEGIN -->
         <tr>
          <td style="background-color: #ffffff;">
           <table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; width: 100%;" width="600">
            <tbody>
             <tr>
              <td class="center-on-narrow" style="padding-top:30px; padding-bottom:30px; padding-left: 30px; padding-right: 30px; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 26px; line-height: 20px; font-weight: 700; color: #356cac; text-align: center;">
               Handpicked Collections
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- 1 Column Headline : END -->
         <!-- 2 Even Columns : BEGIN -->
         <tr>
          <td style="text-align: center;  background-color: #688bc1; padding:0;" valign="middle">
           <div>
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="line-height: 0;background-color: #688bc1;" width="100%">
             <tr>
              <td>
               <!-- Column : BEGIN -->
               <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td align="center" width="300">
<![endif]-->
               <table align="left" border="0" cellpadding="0" cellspacing="0" class="stack-column-center" width="50%">
                <tr>
                 <td class="stack-column-center">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="line-height: 0;" width="100%">
                   <tr>
                    <td dir="ltr" valign="top">
                     <a target="_blank">
                      <img alt="" border="0" class="center-on-narrow" src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F062619%252F62619_03.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="height: auto; background: transparent; width: 100%; max-width: 300px;" width="300"/>
                     </a>
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
               <!--[if mso]></td><td align="center" width="300"><![endif]-->
               <table align="right" bgcolor="#688bc1" border="0" cellpadding="0" cellspacing="0" class="stack-column-center" width="50%">
                <tr>
                 <td class="stack-column-center" style="padding:20% 20px 10%;" valign="middle">
                  <table bgcolor="#688bc1" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td class="center-on-narrow" dir="ltr" style="font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #ffffff; padding: 15px; text-align: center;" valign="top">
                     <h2 style="margin: 0 0 10px 0; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 21px; line-height: 20px; color: #ffffff; font-weight: bold;">
                      Top Art Picks
                     </h2>
                     Find designs that speak to you from our collection of the best wall art around.
                    </td>
                   </tr>
                   <tr>
                    <td align="center" class="stack-column-center" dir="ltr" style="padding-top:10px;">
                     <!-- Button : BEGIN -->
                     <table border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation">
                      <tr>
                       <td class="button-td button-td-primary" style="border-radius: 0px; background: #f4955f;">
                        <a class="button-a button-a-primary" style="background: #f4955f; border: 1px solid #f4955f; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 15px; font-weight: 500; line-height: 15px; text-decoration: none; padding: 15px 40px; color: #ffffff; display: block; border-radius: 0px;" target="_blank">
                         Shop the Collection
                        </a>
                       </td>
                      </tr>
                     </table>
                     <!-- Button : END -->
                    </td>
                   </tr>
                   <tr>
                    <td height="30" style=" height: 30px;">
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
              <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
             </tr>
            </table>
           </div>
          </td>
         </tr>
         <tr>
          <td height="20" style="font-size: 0px; line-height: 0px; background-color: #ffffff">
          </td>
         </tr>
         <tr>
          <td dir="rtl" width="100%">
           <table bgcolor="#356cac" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <td>
              <table align="right" border="0" cellpadding="0" cellspacing="0" class="stack-column-center" width="50%">
               <tr>
                <!-- Column : BEGIN -->
                <td class="stack-column-center">
                 <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                  <tr>
                   <td dir="ltr" valign="top">
                    <a target="_blank">
                     <img alt="" border="0" class="fluid" src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F062619%252F62619_07.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="height: auto; background: transparent; width: 100%; max-width:300px;" width="300"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
                <!-- Column : END -->
               </tr>
              </table>
              <!--[if mso]></td><td> <![endif]-->
              <table align="left" bgcolor="#356cac" border="0" cellpadding="0" cellspacing="0" class="stack-column-center" valign="middle" width="50%">
               <tr>
                <td class="stack-column-center" style="padding:20% 20px 10%;" valign="middle">
                 <table bgcolor="#356cac" border="0" cellpadding="0" cellspacing="0" height="auto" role="presentation" width="100%">
                  <tr>
                   <td class="center-on-narrow" dir="ltr" style="font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #ffffff; padding: 15px; text-align: center;" valign="middle">
                    <h2 style="margin: 0 0 10px 0; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 21px; line-height: 20px; color: #ffffff; font-weight: bold;">
                     Trending Tapestries
                    </h2>
                    Hang it up or lay it out, tapestries make a versatile addition to your home decor.
                   </td>
                  </tr>
                  <tr>
                   <td align="center" valign="middle">
                    <!-- Button : BEGIN -->
                    <table border="0" cellpadding="0" cellspacing="0" class="center-on-narrow" role="presentation">
                     <tr>
                      <td class="button-td button-td-primary" style="border-radius: 0px; background: #f4955f;">
                       <a class="button-a button-a-primary" style="background: #f4955f; border: 1px solid #f4955f; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 15px; font-weight: 500; line-height: 15px; text-decoration: none; padding: 15px 40px; color: #ffffff; display: block; border-radius: 0px;" target="_blank">
                        Shop the Collection
                       </a>
                      </td>
                     </tr>
                    </table>
                    <!-- Button : END -->
                   </td>
                  </tr>
                  <tr>
                   <td height="30" style=" height: 30px;">
                   </td>
                  </tr>
                 </table>
                </td>
                <!-- Column : END -->
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </div>
       <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
      </td>
     </tr>
     <!-- Clear Spacer : BEGIN -->
     <tr>
      <td height="20" style="font-size: 0px; line-height: 0px;">
      </td>
     </tr>
     <!-- Clear Spacer : END -->
     <!-- Affiliate Banner : BEGIN -->
     <tr>
      <td align="center">
       <a _blank="">
        <img alt="Share art. Get paid. It's that simple. Join the Society6 Affiliate Program. Get Started." border="0" class="g-img" src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fround_up%252F062119%252FAffiliateBanner.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="width: 100%; max-width: 600px; height: auto; background: #dddddd; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 15px; color: #323232; margin: auto; display: block;" width="600"/>
       </a>
      </td>
     </tr>
     <!-- Affiliate Banner : END -->
     <!-- Clear Spacer : BEGIN -->
     <tr>
      <td height="20" style="font-size: 0px; line-height: 0px;">
      </td>
     </tr>
     <!-- Clear Spacer : END -->
     <tr>
      <td style="text-align: center;" valign="middle">
       <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" width="600">
<![endif]-->
       <div style="display:inline-block; width:100%;max-width:600px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
         <!-- 1 Column Text : BEGIN -->
         <tr>
          <td style="background-color: #ffffff;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td style="padding: 20px; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #323232; text-align: center;">
               <strong>
                Featured Artwork
               </strong>
               :
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Large Triangle Pattern
                </span>
                by june//journal
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 OBG
                </span>
                by Marcelo Romero
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Know your Rainbows
                </span>
                by Florent Bodart / Speakerine
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Palm Leaf
                </span>
                by Alice Rebecca Potter
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 This is life
                </span>
                by Alja Horvat
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Vintage Los Angeles
                </span>
                by wanderhaus
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Mid Century Modern
                </span>
                by The Old Art Studio
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Shape study #16 - Inside Out
                </span>
                by mpgmb
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Bee world
                </span>
                by Raquel Sanchis
               </a>
               ,
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 colorplay b&amp;w
                </span>
                by Garima Dhawan
               </a>
               .
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- 1 Column Text : END -->
        </table>
       </div>
       <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
      </td>
     </tr>
     <!-- Clear Spacer : BEGIN -->
     <tr>
      <td height="20" style="font-size: 0px; line-height: 0px;">
      </td>
     </tr>
     <!-- Clear Spacer : END -->
     <!-- Clear Spacer : BEGIN -->
     <!-- Clear Spacer : END -->
     <!-- 2 Even Columns : BEGIN -->
     <tr>
      <td style="text-align: center;" valign="middle">
       <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" width="600">
<![endif]-->
       <div style="display:inline-block; width:100%;max-width:600px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
         <tr>
          <td style="padding:0 10px; background-color: #ffffff;">
           <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <td height="10" style="font-size: 0px; line-height: 0px;">
             </td>
            </tr>
            <tr>
             <!-- Column : BEGIN -->
             <td class="stack-column-center" valign="top" width="50%">
              <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
               <tr>
                <td align="center" style="padding:7px;">
                 <!-- Button : BEGIN -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                  <tr>
                   <td class="button-td button-td-primary" style="border-radius: 4px; background: #000000; min-width: 270px; width: 100%; text-align: center;">
                    <a class="button-a button-a-primary" style="background: #000000; border: 1px solid #000000; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; padding: 15px 30px; color: #ffffff; display: block; border-radius: 4px;" target="_blank">
                     Art
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- Button : END -->
                </td>
               </tr>
              </table>
             </td>
             <!-- Column : END -->
             <!-- Column : BEGIN -->
             <td class="stack-column-center" valign="top" width="50%">
              <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
               <tr>
                <td align="center" style="padding:7px;">
                 <!-- Button : BEGIN -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                  <tr>
                   <td class="stack-column-center" style="border-radius: 4px; background: #000000; min-width: 270px; width: 100%; text-align: center;">
                    <a class="button-a button-a-primary" style="background: #000000; border: 1px solid #000000; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; padding: 15px 30px; color: #ffffff; display: block; border-radius: 4px;" target="_blank">
                     Home Decor
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- Button : END -->
                </td>
               </tr>
              </table>
             </td>
             <!-- Column : END -->
            </tr>
           </table>
          </td>
         </tr>
         <!-- 2 Even Columns : END -->
         <!-- 2 Even Columns : BEGIN -->
         <tr>
          <td style="padding:0 10px; background-color: #ffffff;">
           <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <!-- Column : BEGIN -->
             <td class="stack-column-center" valign="top" width="50%">
              <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
               <tr>
                <td align="center" style="padding:7px;">
                 <!-- Button : BEGIN -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                  <tr>
                   <td class="button-td button-td-primary" style="border-radius: 4px; background: #000000; min-width: 270px; width: 100%; text-align: center;">
                    <a class="button-a button-a-primary" style="background: #000000; border: 1px solid #000000; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; padding: 15px 30px; color: #ffffff; display: block; border-radius: 4px;" target="_blank">
                     Bed &amp; Bath
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- Button : END -->
                </td>
               </tr>
              </table>
             </td>
             <!-- Column : END -->
             <!-- Column : BEGIN -->
             <td class="stack-column-center" valign="top" width="50%">
              <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
               <tr>
                <td align="center" style="padding:7px;">
                 <!-- Button : BEGIN -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                  <tr>
                   <td class="button-td button-td-primary" style="border-radius: 4px; background: #000000; min-width: 270px; width: 100%; text-align: center;">
                    <a class="button-a button-a-primary" style="background: #000000; border: 1px solid #000000; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; padding: 15px 30px; color: #ffffff; display: block; border-radius: 4px;" target="_blank">
                     Tech
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- Button : END -->
                </td>
               </tr>
              </table>
             </td>
             <!-- Column : END -->
            </tr>
           </table>
          </td>
         </tr>
         <!-- 2 Even Columns : END -->
         <!-- 2 Even Columns : BEGIN -->
         <tr>
          <td style="background-color: #ffffff;padding:0 10px;">
           <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
            <tr>
             <!-- Column : BEGIN -->
             <td class="stack-column-center" valign="top" width="50%">
              <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
               <tr>
                <td align="center" style="padding:7px;">
                 <!-- Button : BEGIN -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                  <tr>
                   <td class="button-td button-td-primary" style="border-radius: 4px; background: #000000; min-width: 270px; width: 100%; text-align: center;">
                    <a class="button-a button-a-primary" style="background: #000000; border: 1px solid #000000; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; padding: 15px 30px; color: #ffffff; display: block; border-radius: 4px;" target="_blank">
                     Apparel &amp; Bags
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- Button : END -->
                </td>
               </tr>
              </table>
             </td>
             <!-- Column : END -->
             <!-- Column : BEGIN -->
             <td class="stack-column-center" valign="top" width="50%">
              <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
               <tr>
                <td align="center" style="padding:7px;">
                 <!-- Button : BEGIN -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
                  <tr>
                   <td class="button-td button-td-primary" style="border-radius: 4px; background: #000000; min-width: 270px; width: 100%; text-align: center;">
                    <a class="button-a button-a-primary" style="background: #000000; border: 1px solid #000000; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; padding: 15px 30px; color: #ffffff; display: block; border-radius: 4px;" target="_blank">
                     Unique Gift Ideas
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- Button : END -->
                </td>
               </tr>
              </table>
             </td>
             <!-- Column : END -->
            </tr>
            <tr>
             <td height="10" style="font-size: 0px; line-height: 0px;">
             </td>
            </tr>
           </table>
          </td>
         </tr>
         <!-- 2 Even Columns : END -->
        </table>
       </div>
       <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
      </td>
     </tr>
     <!-- Clear Spacer : BEGIN -->
     <tr>
      <td aria-hidden="true" height="20" style="font-size: 0px; line-height: 0px;">
      </td>
     </tr>
     <!-- Clear Spacer : END -->
     <tr>
      <td style="text-align: center;" valign="middle">
       <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" width="600">
<![endif]-->
       <div style="display:inline-block; width:100%;max-width:600px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
         <tr>
          <td align="center" style="background-color: #ffffff;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
            <tbody>
             <tr>
              <td style="padding-bottom: 30px; padding-top:20px; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 20px; line-height: 20px; color: #e54f32; text-align: center; font-weight: 500; letter-spacing:.03em;">
               <a style="color:#e54f32;text-decoration:underline;" target="_blank">
                <img src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Fsociety6-coral.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="text-decoration: none; max-width: 130px; width: 130px;"/>
               </a>
               <br/>
               <br/>
               Design your everyday with art you love.
               <br/>
               <br/>
               <br/>
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <img src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Finstagram.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="text-decoration: none; max-width: 30px; opacity: 0.8;" width="30"/>
               </a>
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <img src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Ffacebook.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="text-decoration: none; max-width: 15px;opacity: 0.8;" width="15"/>
               </a>
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <img src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Fpinterest.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="text-decoration: none; max-width: 31px;opacity: 0.8;" width="31"/>
               </a>
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <img src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Ftwitter.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="text-decoration: none; max-width: 31px;opacity: 0.8;" width="31"/>
               </a>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- 1 Column Text : END -->
         <!-- Clear Spacer : BEGIN -->
         <tr>
          <td height="10" style="font-size: 0px; line-height: 0px;">
          </td>
         </tr>
         <!-- Clear Spacer : END -->
         <!-- 2 Even Columns : BEGIN -->
         <tr>
          <td style="padding: 10px; background-color: #ffffff;">
           <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
            <tbody>
             <tr>
              <!-- Column : BEGIN -->
              <td class="stack-column-center" valign="top" width="50%">
               <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                 <tr>
                  <td style="text-align: center; padding: 20px;font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #323232;">
                   <a style="text-decoration: none;color: #323232; font-weight: bold; font-size: 16px;" target="_blank">
                    Every Purchase Pays
                    <br/>
                    an Artist.
                   </a>
                   <br/>
                   Empowering creative expression
                   <br/>
                   across the globe
                  </td>
                 </tr>
                </tbody>
               </table>
              </td>
              <!-- Column : END -->
              <!-- Column : BEGIN -->
              <td class="stack-column-center" style="border-left:2px solid #f4f4f4" valign="top" width="50%">
               <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                 <tr>
                  <td style="text-align: center; padding: 20px;font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #323232;">
                   <a style="text-decoration: none;color: #323232; font-weight: bold; font-size: 16px;" target="_blank">
                    Refer a Friend
                    <br/>
                    Give 20%, Get 20%.
                   </a>
                   <br/>
                   It's all about people helping people...
                   <br/>
                   and saving some money too.
                  </td>
                 </tr>
                </tbody>
               </table>
              </td>
              <!-- Column : END -->
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- 2 Even Columns : END -->
         <!-- 1 Column Text : BEGIN -->
         <tr>
          <td align="center" style="background-color: #ffffff;">
           <table border="0" cellpadding="0" cellspacing="0" style="max-width: 580px;background-color: #f4f4f4; width: 100%;" width="580">
            <tbody>
             <tr>
              <td style="padding-top:20px; padding-bottom: 5px; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 16px; line-height: 20px;background-color: #f4f4f4; color: #7c7d7d; text-align: center;">
               As Seen In:
              </td>
             </tr>
             <tr>
              <td align="center">
               <img class="fluid" src="https://inboxflows.com/_/image/http%253A%252F%252Fimg.stitchcdn.com%252Fsociety6%252Ffooter%252Fnew_footer%252FPress.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltZy5zdGl0Y2hjZCJ9:1kXOOV:sS6yyI_Z9r0Hv3-q4tJaKKDKHTf2w5hyNfmiTjjHnR4" style="max-width:560px; width: 100%;"/>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- 1 Column Text : END -->
         <!-- 1 Column Text : BEGIN -->
         <tr>
          <td align="center" style="background-color: #ffffff;">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td style="padding: 30px; font-family:'Greycliff', 'Poppins', Arial, sans-serif; font-size: 16px; line-height: 20px; color: #323232; text-align: center;">
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 Buy a Gift Card
                </span>
               </a>
               •
               <a style="color:#323232;text-decoration:underline;" target="_blank">
                <span style="color:#323232;font-weight:bold;">
                 "Just in Case" Returns
                </span>
               </a>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- 1 Column Text : END -->
         <!-- Clear Spacer : BEGIN -->
         <tr>
          <td height="15" style="font-size: 0px; line-height: 0px;">
          </td>
         </tr>
         <!-- Clear Spacer : END -->
        </table>
       </div>
       <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
      </td>
     </tr>
    </tbody>
   </table>
   <!-- Email Body : END -->
   <!-- Email Footer : BEGIN -->
   <table border="0" cellpadding="0" cellspacing="0" style="background-color: #f4f4f4;" width="100%">
    <tbody>
     <tr>
      <td style="text-align: center;" valign="middle">
       <!--[if mso | IE]>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" width="600">
<![endif]-->
       <div style="display:inline-block; width:100%;max-width:600px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto; width: 100%; max-width:600px;" width="600">
         <tr>
          <td align="center">
           <div align="center" class="email-container" style="max-width: 600px; margin: auto;">
            <table border="0" cellpadding="0" cellspacing="0" width="70%">
             <tbody>
              <tr>
               <td align="center" style="padding: 10px 10px 15px 10px;font-family:'Greycliff', 'Poppins', Arial, sans-serif; color:#000000; font-size:11px; line-height:13px;" valign="top">
                <p style="margin: 0;">
                 25% off mini art prints, framed mini art prints, art prints, framed prints, canvas prints, metal prints, wood wall hangings, posters, wall hangings, blackout curtains, sheer curtains, tapestries, throw pillows, wall murals, floor pillows, rectangular pillows, wallpaper, wall clocks, throw blankets and rugs.
                 <br/>
                 <br/>
                 Ends 6/26/19 at 11:59pm PT. Offer cannot be applied to previous orders.
                 <br/>
                 <br/>
                 <a style="color:#000000; text-decoration: underline;" target="_blank">
                  Preferences
                 </a>
                 |
                 <a style="color:#000000; text-decoration: underline;" target="_blank">
                  Unsubscribe
                 </a>
                 <img border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fbounceexchange.com%252Ftag%252Fem%252F2698.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZib3VuY2VleGNoYSJ9:1kXOOV:Ouxy-RGuNbthI1g4mowuoZhGEjcskraIGs2Yfvny-8o" width="1"/>
                 <br/>
                 <br/>
                 <a style="color:#000000;text-decoration:none;">
                  1655 26th Street, Santa Monica, CA 90404
                 </a>
                 <br/>
                 <a style="color: #000000;text-decoration:none;">
                  View in Browser
                 </a>
                 |
                 <a style="color:#000000;text-decoration:none;" target="_blank">
                  Privacy Policy
                 </a>
                 <br/>
                 <br/>
                 © 2019 Society6
                 <br/>
                </p>
               </td>
              </tr>
             </tbody>
            </table>
           </div>
          </td>
         </tr>
        </table>
       </div>
       <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
      </td>
     </tr>
    </tbody>
   </table>
   <!-- Email Footer : END -->
   <!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
  </center>
 </body>
</html>