Inboxes

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

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <title>
  </title>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="width=device-width, initial-scale=1" name="viewport"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <link data-react-helmet="true" href="https://society6.com/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
  <link href="https://fonts.gstatic.com" rel="preconnect"/>
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap" rel="stylesheet"/>
  <style type="text/css">
   /* USAGE NOTES:
    - desktop-first design, start with inline-styles
    - on mobile, override with classes inside media query block (use !important)
    - rely on basic utility classes first, then define specific component classes if needed
    */

    /* FONT IMPORTS */
    @font-face {
      font-family: 'Greycliff';
      src: url("https://inboxflows.com/_/image/https%253A%252F%252Fctl.s6img.com%252Fbuild%252Ffonts%252Fgreycliffcf-regular.otf/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjdGwuczZpbWcuYyJ9:1qCM8f:DuhoDwzDKgrP6SLkgyjNKo43RxwH5sJFyYeiEljKuSw") format("opentype");
      font-weight: normal;
    }

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

    /* CLIENT-SPECIFIC STYLES */
    body,
    table,
    td,
    a {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    }

    table,
    td {
      mso-table-lspace: 0pt;
      mso-table-rspace: 0pt;
    }

    img {
      -ms-interpolation-mode: bicubic;
    }

    /* RESET STYLES */
    img {
      border: 0;
      height: auto;
      line-height: 100%;
      outline: none;
      text-decoration: none;
    }

    table {
      border-collapse: collapse !important;
    }

    body {
      height: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
    }

    /* iOS BLUE LINKS */
    a[x-apple-data-detectors] {
      color: inherit !important;
      text-decoration: none !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
    }

    /* GMAIL BLUE LINKS */
    u+#body a {
      color: inherit;
      text-decoration: none;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit;
      line-height: inherit;
    }

    /* SAMSUNG MAIL BLUE LINKS */
    #MessageViewBody a {
      color: inherit;
      text-decoration: none;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit;
      line-height: inherit;
    }

    /* GLOBAL MSO OVERRIDE STYLES (mso ignores media queries) */
    @media screen and (min-width: 0) {}

    /* MOBILE RESPONSIVE STYLES (these override inline desktop styles) */
    @media screen and (max-width: 600px) {

      /* mobile utility classes */
      .center {
        text-align: center !important;
      }

      .block {
        display: block !important;
        width: 100% !important;
      }

      .inline-block {
        display: inline-block !important;
      }

      .table-cell {
        display: table-cell !important;
      }

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

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

      .w-100 {
        width: 100% !important;
      }

      .h-10 {
        height: 10px !important;
      }

      .h-20 {
        height: 20px !important;
      }

      .h-30 {
        height: 30px !important;
      }

      .h-40 {
        height: 40px !important;
      }

      .pa-0 {
        padding: 0 !important;
      }

      .ph-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .pt-0 {
        padding-top: 0 !important;
      }

      .pb-0 {
        padding-bottom: 0 !important;
      }

      .pa-10 {
        padding: 10px !important;
      }

      .ph-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
      }

      .pt-10 {
        padding-top: 10px !important;
      }

      .pb-10 {
        padding-bottom: 10px !important;
      }

      .pa-20 {
        padding: 20px !important;
      }

      .ph-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
      }

      .pt-20 {
        padding-top: 20px !important;
      }

      .pb-20 {
        padding-bottom: 20px !important;
      }

      .pa-30 {
        padding: 30px !important;
      }

      .ph-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
      }

      .pt-30 {
        padding-top: 30px !important;
      }

      .pb-30 {
        padding-bottom: 30px !important;
      }

      /* custom mobile styles */
      .footer-nav-button {
        font-size: 14px !important;
        transition: all 100ms ease-in;
      }

      .footer-offer-block-border {
        border-left: none !important;
        border-top: 2px solid #f4f4f4 !important;
      }

    }
  </style>
  <!-- note: fix for Times New Roman bug in MSO. for all text blocks, ensure "mso-fallback-text" is _first_ class listed -->
  <!--[if mso]>
<style type=&#8221;text/css&#8221;>
.mso-fallback-text {
font-family: Arial, sans-serif !important;
}
</style>
<![endif]-->
 </head>
 <body bgcolor="#FFFFFF" id="body" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100% !important; margin: 0; padding: 0; width: 100% !important;">
  <!-- [preview text] -->
  <div style="display: none; max-height: 0px; overflow: hidden;">
   BAGS 💥 TECH 💥 HOME DECOR 💥 &amp; MORE
  </div>
  <!-- [preheader spacer hack] -->
  <div style="display: none; font-family: sans-serif; font-size: 1px; line-height: 1px; max-width: 0px; mso-hide: all; opacity: 0; overflow: hidden;">
   ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
  </div>
  <!-- [outer container: 100% width, background color/img here] -->
  <table bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
   <tr>
    <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0px 0;">
     <!-- [email body: 600px width. base styles here] -->
     <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="mso-fallback-text w-100" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; color: #000000; font-family: 'Greycliff', 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;" width="600">
      <!-- logo -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 20px 0;">
        <a data-location="t1" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="Society6" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Fheader%252Fs6-logo-outlined.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; outline: none; text-decoration: none;" width="230"/>
        </a>
       </td>
      </tr>
      <!-- hero -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
        <a data-location="t2" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="The Fourth of Juy Sale | Up to 25% Off | Shop Now" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F4thJulySale_01.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 100%; outline: none; text-decoration: none; width: 100%;" width="600"/>
        </a>
       </td>
      </tr>
      <!-- upsell header 25% Off-->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
        <a data-location="t3" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="Don't Miss Out | 25% Off" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_01.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 100%; outline: none; text-decoration: none; width: 100%;" width="600"/>
        </a>
       </td>
      </tr>
      <!-- 3x1 grid -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
        <table border="0" cellpadding="0" cellspacing="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; max-width: 600px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;" width="100%">
         <tr>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t4" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Bags" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_02.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t5" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Outdoor" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_03.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t6" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Tech Accessories" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_04.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- upsell header 20% Off -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
        <a data-location="t7" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="20% Off" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_05.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 100%; outline: none; text-decoration: none; width: 100%;" width="600"/>
        </a>
       </td>
      </tr>
      <!-- 3x1 grid -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
        <table border="0" cellpadding="0" cellspacing="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; max-width: 600px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;" width="100%">
         <tr>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t8" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Home Decor" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_06.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t9" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Wall Art" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_07.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Tabletop" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_08.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- upsell header 10% Off -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
        <a data-location="t11" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="20% Off" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_09.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 100%; outline: none; text-decoration: none; width: 100%;" width="600"/>
        </a>
       </td>
      </tr>
      <!-- 3x1 grid -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
        <table border="0" cellpadding="0" cellspacing="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; max-width: 600px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;" width="100%">
         <tr>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t12" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Bar Stools" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_10.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t13" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Credenzas" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_11.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
           <a data-location="t14" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
            <img alt="Shop Coffee Tables" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_12.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 200px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="200"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- spacer -->
      <tr>
       <td class="h-30" height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
       </td>
      </tr>
      <!-- prod recs header -->
      <tr>
       <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
        <img alt="More Incredible Picks" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252F06222023_bottom_13.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; display: block; height: auto; line-height: 100%; max-width: 100%; outline: none; text-decoration: none; width: 100%;" width="600"/>
       </td>
      </tr>
      <tr>
       <td bgcolor="#ffffff" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
        <!--[if mso]>
              <table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="520">
              <tr>
              <td valign="top" width="520">
              <![endif]-->
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; max-width: 520px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
         <tr>
          <td align="center" class="ph-20" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" valign="top">
           <!--[if mso]>
                    <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="520">
                    <tr>
                    <td valign="top" width="160">
                    <![endif]-->
           <div class="w-100 mw-100" style="display: inline-block; max-width: 33.33%; min-width: 160px; vertical-align: top; width: 100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
             <tr>
              <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding-right: 10px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; line-height: normal; mso-table-lspace: 0pt; mso-table-rspace: 0pt; text-align: center;" width="100%">
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t15" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Enemy Laptop Sleeve" border="0" class="w-100 mw-100" height="160" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252FZeta%2520Prod%2520Recs%252FPR1.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 160px; outline: none; text-decoration: none; width: 100%;" width="160"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
                <tr>
                 <td align="center" class="mso-fallback-text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 10px;">
                  <strong>
                   The First Noon…
                  </strong>
                  <br/>
                  <span style="color: #444444; font-size: 12px;">
                   Art Print
                  </span>
                  <br/>
                  Frank Moth
                  <br/>
                 </td>
                </tr>
                <!-- <tr>
<td height="5" style="line-height: 1px;">&nbsp;</td>
</tr> -->
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t16" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Shop Now" border="0" height="35" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Ftest%252F20230305_recentactivitydigest%252Fcta.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 120px; outline: none; text-decoration: none; width: 100%;" width="120"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td class="h-20" height="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
<td valign="top" width="160">
<![endif]-->
           <div class="w-100 mw-100" style="display: inline-block; max-width: 33.33%; min-width: 160px; vertical-align: top; width: 100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
             <tr>
              <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 5px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; line-height: normal; mso-table-lspace: 0pt; mso-table-rspace: 0pt; text-align: center;" width="100%">
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t17" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Classic 70s Vintage Duffle Bag" border="0" class="w-100 mw-100" height="160" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252FZeta%2520Prod%2520Recs%252FPR2.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 160px; outline: none; text-decoration: none; width: 100%;" width="160"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
                <tr>
                 <td align="center" class="mso-fallback-text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 10px;">
                  <strong>
                   Light Pink Poppies
                  </strong>
                  <br/>
                  <span style="color: #444444; font-size: 12px;">
                   Tote Bag
                  </span>
                  <br/>
                  Color Obsession
                  <br/>
                 </td>
                </tr>
                <!-- <tr>
<td height="5" style="line-height: 1px;">&nbsp;</td>
</tr> -->
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t18" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Shop Now" border="0" height="35" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Ftest%252F20230305_recentactivitydigest%252Fcta.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 120px; outline: none; text-decoration: none; width: 100%;" width="120"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td class="h-20" height="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
<td valign="top" width="160">
<![endif]-->
           <div class="w-100 mw-100" style="display: inline-block; max-width: 33.33%; min-width: 160px; vertical-align: top; width: 100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
             <tr>
              <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding-left: 10px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; line-height: normal; mso-table-lspace: 0pt; mso-table-rspace: 0pt; text-align: center;" width="100%">
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t19" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Roll My Eyes Funny Quote Can Coolers" border="0" class="w-100 mw-100" height="160" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252FZeta%2520Prod%2520Recs%252FNewPR3.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 160px; outline: none; text-decoration: none; width: 100%;" width="160"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
                <tr>
                 <td align="center" class="mso-fallback-text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 10px;">
                  <strong>
                   bouquet of peonies
                  </strong>
                  <br/>
                  <span style="color: #444444; font-size: 12px;">
                   Android Case
                  </span>
                  <br/>
                  Andrea Kosar
                  <br/>
                 </td>
                </tr>
                <!-- <tr>
<td height="5" style="line-height: 1px;">&nbsp;</td>
</tr> -->
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t20" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Shop Now" border="0" height="35" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Ftest%252F20230305_recentactivitydigest%252Fcta.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 120px; outline: none; text-decoration: none; width: 100%;" width="120"/>
                  </a>
                 </td>
                </tr>
                <!-- <tr>
<td class="h-20" height="0" style="line-height: 1px;">&nbsp;</td>
</tr> -->
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
          </td>
         </tr>
        </table>
        <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
       </td>
      </tr>
      <!-- spacer -->
      <tr>
       <td class="h-20" height="30" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
       </td>
      </tr>
      <!-- 3x1 recs -->
      <tr>
       <td bgcolor="#ffffff" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
        <!--[if mso]>
<table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="520">
<tr>
<td valign="top" width="520">
<![endif]-->
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; max-width: 520px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
         <tr>
          <td align="center" class="ph-20" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" valign="top">
           <!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="520">
<tr>
<td valign="top" width="160">
<![endif]-->
           <div class="w-100 mw-100" style="display: inline-block; max-width: 33.33%; min-width: 160px; vertical-align: top; width: 100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
             <tr>
              <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding-right: 10px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; line-height: normal; mso-table-lspace: 0pt; mso-table-rspace: 0pt; text-align: center;" width="100%">
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t21" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Bubble Gum Sneaky French Bulldog Beach Towel" border="0" class="w-100 mw-100" height="160" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252FZeta%2520Prod%2520Recs%252FPR3.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 160px; outline: none; text-decoration: none; width: 100%;" width="160"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
                <tr>
                 <td align="center" class="mso-fallback-text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 10px;">
                  <strong>
                   Coastal Crab
                  </strong>
                  <br/>
                  <span style="color: #444444; font-size: 12px;">
                   Throw Pillow
                  </span>
                  <br/>
                  Kendra Shedenhelm
                  <br/>
                 </td>
                </tr>
                <!-- <tr>
<td height="5" style="line-height: 1px;">&nbsp;</td>
</tr> -->
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t22" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Shop Now" border="0" height="35" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Ftest%252F20230305_recentactivitydigest%252Fcta.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 120px; outline: none; text-decoration: none; width: 100%;" width="120"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td class="h-20" height="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
<td valign="top" width="160">
<![endif]-->
           <div class="w-100 mw-100" style="display: inline-block; max-width: 33.33%; min-width: 160px; vertical-align: top; width: 100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
             <tr>
              <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 5px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; line-height: normal; mso-table-lspace: 0pt; mso-table-rspace: 0pt; text-align: center;" width="100%">
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t23" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Sunshine – Retro Ochre Palette Tank Top" border="0" class="w-100 mw-100" height="160" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252FZeta%2520Prod%2520Recs%252FPR4.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 160px; outline: none; text-decoration: none; width: 100%;" width="160"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
                <tr>
                 <td align="center" class="mso-fallback-text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 10px;">
                  <strong>
                   Modern, Floral Prints
                  </strong>
                  <br/>
                  <span style="color: #444444; font-size: 12px;">
                   Comforter
                  </span>
                  <br/>
                  Megan Morris
                  <br/>
                 </td>
                </tr>
                <!-- <tr>
<td height="5" style="line-height: 1px;">&nbsp;</td>
</tr> -->
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t24" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Shop Now" border="0" height="35" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Ftest%252F20230305_recentactivitydigest%252Fcta.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 120px; outline: none; text-decoration: none; width: 100%;" width="120"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td class="h-20" height="0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
<td valign="top" width="160">
<![endif]-->
           <div class="w-100 mw-100" style="display: inline-block; max-width: 33.33%; min-width: 160px; vertical-align: top; width: 100%;">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
             <tr>
              <td align="center" class="pa-0" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding-left: 10px;">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse !important; line-height: normal; mso-table-lspace: 0pt; mso-table-rspace: 0pt; text-align: center;" width="100%">
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t25" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Fox Nebula Galaxy Yoga Mat" border="0" class="w-100 mw-100" height="160" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Fpromo%252F20230622_2701_fourthofjulysale25p_am%252FZeta%2520Prod%2520Recs%252FPR5.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 160px; outline: none; text-decoration: none; width: 100%;" width="160"/>
                  </a>
                 </td>
                </tr>
                <tr>
                 <td height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                 </td>
                </tr>
                <tr>
                 <td align="center" class="mso-fallback-text" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 18px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0 10px;">
                  <strong>
                   Classic Palm…
                  </strong>
                  <br/>
                  <span style="color: #444444; font-size: 12px;">
                   Bench
                  </span>
                  <br/>
                  Simple Luxe by...
                  <br/>
                 </td>
                </tr>
                <!-- <tr>
<td height="5" style="line-height: 1px;">&nbsp;</td>
</tr> -->
                <tr>
                 <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
                  <a data-location="t26" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333333; text-decoration: none;" target="_blank">
                   <img alt="Shop Now" border="0" height="35" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2023%252Fscheduled%252Ftest%252F20230305_recentactivitydigest%252Fcta.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="-ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; max-width: 120px; outline: none; text-decoration: none; width: 100%;" width="120"/>
                  </a>
                 </td>
                </tr>
                <!-- <tr>
<td class="h-20" height="0" style="line-height: 1px;">&nbsp;</td>
</tr> -->
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
          </td>
         </tr>
        </table>
        <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
       </td>
      </tr>
      <!-- spacer (white background) -->
      <tr>
       <td bgcolor="#FFFFFF" class="h-20" height="20" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
       </td>
      </tr>
      <!-- FOOTER NAV -->
      <!-- spacer -->
      <tr>
       <td bgcolor="#ffffff" class="h-10" height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
       </td>
      </tr>
      <!-- footer nav buttons -->
      <!-- footer nav buttons -->
      <tr>
       <td class="ph-15" style="padding: 2px 15px 0 15px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td valign="top">
           <!-- left button -->
           <table align="left" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center" style="padding: 5px 2px;">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td height="" style="background-color: #000000; text-align: center; border-radius: 4px;" width="">
                 <a class="footer-nav-button" data-location="t27" style="border: 1px solid #000000; border-radius: 4px; color:#ffffff; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; display: block; padding: 15px 30px;" target="_blank">
                  Art
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <!-- right button -->
           <table align="right" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center" style="padding: 5px 2px;">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td height="" style="background-color: #000000; text-align: center; border-radius: 4px;" width="">
                 <a class="footer-nav-button" data-location="t28" style="border: 1px solid #000000; border-radius: 4px; color:#ffffff; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; display: block; padding: 15px 30px;" target="_blank">
                  Home Decor
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr>
       <td class="ph-15" style="padding: 2px 15px 0 15px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td valign="top">
           <!-- left button -->
           <table align="left" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center" style="padding: 5px 2px;">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td height="" style="background-color: #000000; text-align: center; border-radius: 4px;" width="">
                 <a class="footer-nav-button" data-location="t29" style="border: 1px solid #000000; border-radius: 4px; color:#ffffff; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; display: block; padding: 15px 30px;" target="_blank">
                  Bed &amp; Bath
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <!-- right button -->
           <table align="right" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center" style="padding: 5px 2px;">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td height="" style="background-color: #000000; text-align: center; border-radius: 4px;" width="">
                 <a class="footer-nav-button" data-location="t30" style="border: 1px solid #000000; border-radius: 4px; color:#ffffff; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; display: block; padding: 15px 30px;" target="_blank">
                  Tech
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <tr>
       <td class="ph-15" style="padding: 2px 15px 0 15px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td valign="top">
           <!-- left button -->
           <table align="left" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center" style="padding: 5px 2px;">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td height="" style="background-color: #000000; text-align: center; border-radius: 4px;" width="">
                 <a class="footer-nav-button" data-location="t31" style="border: 1px solid #000000; border-radius: 4px; color:#ffffff; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; display: block; padding: 15px 30px;" target="_blank">
                  Apparel &amp; Bags
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <!-- right button -->
           <table align="right" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center" style="padding: 5px 2px;">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td height="" style="background-color: #000000; text-align: center; border-radius: 4px;" width="">
                 <a class="footer-nav-button" data-location="t32" style="border: 1px solid #000000; border-radius: 4px; color:#ffffff; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; font-size: 18px; line-height: 12px; text-decoration: none; display: block; padding: 15px 30px;" target="_blank">
                  Shop By Style
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- spacer -->
      <tr>
       <td bgcolor="#ffffff" class="h-10" height="10" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
       </td>
      </tr>
      <!-- spacer (white background) -->
      <tr>
       <td bgcolor="#FFFFFF" class="h-20" height="20" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1px; mso-table-lspace: 0pt; mso-table-rspace: 0pt;">
       </td>
      </tr>
      <!-- FOOTER logo and social icons -->
      <tr>
       <td align="center" style="font-family: Arial, sans-serif; font-size: 18px; line-height: 20px; color: #e54f32; text-align: center; font-weight: 500; letter-spacing: .03em; padding: 30px 0;">
        <a data-location="t33" target="_blank">
         <img alt="Society6" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2d3dlj1967suf.cloudfront.net%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Fsociety6-coral.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmQzZGxqMTk2NyJ9:1qCM8f:x5qWYzxypudFxCxHBL8AUohmUUM5qHJn_2vzYULksAI" style="height: auto;" width="130"/>
        </a>
        <br/>
        <br/>
        Design your everyday with art you love.
        <br/>
        <br/>
        <br/>
        <a data-location="t34" style="color: #e54f32; text-decoration: none;" target="_blank">
         <img src="https://inboxflows.com/_/image/https%253A%252F%252Fd2d3dlj1967suf.cloudfront.net%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Finstagram.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmQzZGxqMTk2NyJ9:1qCM8f:x5qWYzxypudFxCxHBL8AUohmUUM5qHJn_2vzYULksAI" style="text-decoration: none; max-width: 30px; opacity: 0.8;" width="30"/>
        </a>
        <a data-location="t35" style="color: #e54f32; text-decoration: none;" target="_blank">
         <img src="https://inboxflows.com/_/image/https%253A%252F%252Fd2d3dlj1967suf.cloudfront.net%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Ffacebook.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmQzZGxqMTk2NyJ9:1qCM8f:x5qWYzxypudFxCxHBL8AUohmUUM5qHJn_2vzYULksAI" style="text-decoration: none; max-width: 15px; opacity: 0.8;" width="15"/>
        </a>
        <a data-location="t36" style="color: #e54f32; text-decoration: none;" target="_blank">
         <img src="https://inboxflows.com/_/image/https%253A%252F%252Fd2d3dlj1967suf.cloudfront.net%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Fpinterest.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmQzZGxqMTk2NyJ9:1qCM8f:x5qWYzxypudFxCxHBL8AUohmUUM5qHJn_2vzYULksAI" style="text-decoration: none; max-width: 31px; opacity: 0.8;" width="31"/>
        </a>
        <a data-location="t37" style="color: #e54f32; text-decoration: none;" target="_blank">
         <img src="https://inboxflows.com/_/image/https%253A%252F%252Fd2d3dlj1967suf.cloudfront.net%252Fsociety6%252F2019%252Fscheduled%252Fpromo%252F060619%252Ftwitter.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmQzZGxqMTk2NyJ9:1qCM8f:x5qWYzxypudFxCxHBL8AUohmUUM5qHJn_2vzYULksAI" style="text-decoration: none; max-width: 31px; opacity: 0.8;" width="31"/>
        </a>
        <a data-location="t38" style="color: #e54f32; text-decoration: none;" target="_blank">
         <img src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252Ftkitok-icon-organge_55x66.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="text-decoration: none; max-width: 28px; opacity: 0.8;" width="28"/>
        </a>
       </td>
      </tr>
      <!-- spacer (white background) -->
      <tr>
       <td class="h-20" height="5" style="line-height: 1px; background-color: #FFFFFF;">
       </td>
      </tr>
      <!-- footer promo blocks -->
      <tr>
       <td class="ph-15" style="background-color: #ffffff; padding: 10px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td valign="top">
           <!-- left section -->
           <table align="left" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100" width="49%">
            <tr>
             <td align="center">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td style="color: #323232; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; line-height: 20px; text-align: center; padding: 10px 8px;">
                 <a data-location="t39" style="color: #323232; font-size: 16px; line-height: 20px; font-weight: bold; text-decoration: none; display: block;" target="_blank">
                  Every Purchase Pays
                  <br/>
                  an Artist.
                 </a>
                 <span style="font-size: 14px;">
                  Empowering creative expression
                  <br class="white-space: nowrap"/>
                  across the globe.
                 </span>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <!-- right section -->
           <table align="right" border="0" cellpadding="0" cellspacing="0" class="w-100 mw-100 footer-offer-block-border" style="border-left: 2px solid #f4f4f4;" width="49%">
            <tr>
             <td align="center">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td style="color: #323232; font-family: 'Greycliff', 'Poppins', Arial, sans-serif; line-height: 20px; text-align: center; padding: 10px 8px;">
                 <a data-location="t40" style="color: #323232; font-size: 16px; line-height: 20px; font-weight: bold; text-decoration: none; display: block;" target="_blank">
                  Want $5 Off
                  <br/>
                  Your Next Order?
                 </a>
                 <span style="font-size: 14px;">
                  Join our text insiders for exclusive promos
                  <br class="white-space: nowrap"/>
                  and tips—sent straight to your phone.
                 </span>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- footer "as seen in" -->
      <tr>
       <td class="ph-15" style="background-color: #ffffff; padding: 0 10px 10px 10px;">
        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
          <td align="center" style="background-color: #f4f4f4; color: #7c7d7d; padding: 20px 0 5px;">
           As Seen In:
          </td>
         </tr>
         <tr>
          <td align="center" style="padding: 0;">
           <img alt="Refinery29 | The New York Times | Architectural Digest" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd2d3dlj1967suf.cloudfront.net%252Fsociety6%252Ffooter%252Fnew_footer%252FPress.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMmQzZGxqMTk2NyJ9:1qCM8f:x5qWYzxypudFxCxHBL8AUohmUUM5qHJn_2vzYULksAI" style="display: block; max-width: 100%; width: 100%; height: auto;" width="600"/>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- footer text | Promo Disclaimer -->
      <tr>
       <td align="center" bgcolor="#f4f4f4" class="mso-fallback-text ph-20" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #606060; font-family: 'Greycliff', 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; line-height: 12px; margin: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 20px 40px 0px;">
        25% Off Outdoor &amp; Lifestyle, Tech Accessories, Bags and Stationery
        <br/>
        20% Off Apparel, Home Decor (inc B&amp;B), Kids, Tabletop and Wall Art
        <br/>
        10% Off Furniture
        <br/>
        <br/>
        Fourth of July Sale ends July 5th, 2023 at 11:59pm PT.
        <br/>
        Cannot be combined with other promotions. Offer cannot be applied to previous orders.
        <br/>
        <br/>
        We reserve the right to modify or replace any part of these Terms and Conditions and terminate this offer at any time without notice. Offer subject to change at Society6's sole discretion.
       </td>
      </tr>
      <!-- footer start -->
      <tr>
       <td align="center" class="mso-fallback-text ph-20" style="background-color: #f4f4f4; color: #606060; font-family: 'Greycliff', 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; line-height: 12px; margin: 0; padding: 20px 40px;">
        <!-- App Store Icon -->
        <a data-location="t41" target="_blank">
         <img alt="Download on the App Store" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252Fs6-ios-app-store-hires.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCJ9:1qCM8f:laQaW7sFke2pvp9XMzK0zUMFIBtHwks-0n7YSZgviLs" style="display: block; height: auto;" width="120"/>
        </a>
        <br/>
        <br/>
        <a data-location="t42" style="color: #606060; 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:1qCM8f:-aDfNRUZEc9Jc_Oaylx0uUyCRktaHXgnjygzMTKH0K8" width="1"/>
        <br/>
        <br/>
        <a data-location="t43" style="color:#6e6e6e;text-decoration:none;">
         1655 26th Street, Santa Monica, CA 90404
        </a>
        <br/>
        <a data-location="t44" style="color: #6e6e6e;text-decoration:underline;">
         View in Browser
        </a>
        |
        <a data-location="t45" style="color:#6e6e6e;text-decoration:underline;" target="_blank">
         Privacy Policy
        </a>
        <br/>
        <br/>
        © 2023 Society6
        <br/>
        <br/>
       </td>
      </tr>
     </table>
    </td>
   </tr>
  </table>
  <img alt="" height="2" src="https://inboxflows.com/_/image/https%253A%252F%252Fe.e.society6.com%252Fopen%253FENTdlOTA4ZmZAdWlmZWVkLmNvbQ%252FCeyJtaWQiOiIxNjg3NDQ3MzE5NTk5MTFjYTkzNmY1YmJmIiwiY3QiOiJzb2NpZXR5Ni01OWVjNjA5MmMyZmQ3ZTM2YzczM2EyMThmZmRkOGJkNy0xIiwicmQiOiJ1aWZlZWQuY29tIn0%252FHWkhfZXNvY2lldHlfRE5UQU4wNjIyMjAyM2M5NDk1NjBiMSxsZzEs%252Fsdg06cdd2e9/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZlLmUuc29jaWV0eSJ9:1qCM8f:b91TGxB9zxhRMUTuDMGDDE5qNWDNDmwZWmMuOgYPEjU" width="3"/>
 </body>
</html>