Inboxes

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

+New inbox

0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477<!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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjdGwuczZpbWcuYyIsInRpbWUiOjE3NDUzMzA0MzEuOTAyNzM0fQ:1u7EAp:pUldzh2SwXlQhGymSuYdRn6QP7tvZw8nCr4fgfBXInM") 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjdGwuczZpbWcuYyIsInRpbWUiOjE3NDUzMzA0MzEuOTAzNTI5NH0:1u7EAp:FNc39OD676526Dwu0LBXX39yInbgIEJTMzQWf1--R8U") 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-1 {
height: 2px !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 */
.logo {
width: 150px !important;
}
.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;">
   30% Off Nature’s Masterpiece Captured in a Frame.
  </div>
  <!-- [preheader spacer hack] -->
  <div style="display: none; max-height: 0px; 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" class="pt-0" style="padding: 10px 0 10px 0;">
        <a data-location="t1" target="_blank">
         <img alt="Society6" border="0" class="logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Fheader%252Fs6-logo-outlined.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE0Nzg0N30:1u7EAp:YAKUyT8UMO7Q-7HYMEiMJjMth-ENbW1UeATUhYnImWI" style="display: block; height: auto;" width="200"/>
        </a>
       </td>
      </tr>
      <!-- Hero Banner-->
      <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="t2" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="The Mother's Day Sale | 30% Off Sitewide | Shop Gifts" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2025%252Fscheduled%252Fpromo%252F20250422_MothersDayEarthDay_30p_AM%252FMothersDay_01.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE1MTE3N30:1u7EAp:eiLgy70tuztgKt6m1RL-V0kb_CIRWcZFqk4w75wvgZU" style="-ms-interpolation-mode: bicubic; border-width: 0; display: block; height: auto; line-height: 100%; max-width: 600px; outline: none; text-decoration: none; width: 100%;" width="600"/>
        </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;">
        <a data-location="t3" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" target="_blank">
         <img alt="Honoring Mother Earth | Nurture Your Space" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2025%252Fscheduled%252Fpromo%252F20250422_MothersDayEarthDay_30p_AM%252FMothersDay_02.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE1MzE5fQ:1u7EAp:3Qk86A9YfuVKDdDu-LSxLM1u_hr5YGBz9WRqXttqX2U" style="-ms-interpolation-mode: bicubic; border-width: 0; display: block; height: auto; line-height: 100%; max-width: 600px; outline: none; text-decoration: none; width: 100%;" width="600"/>
        </a>
       </td>
      </tr>
      <!--  Upsell - Row 1  -->
      <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; line-height: 0; max-width: 600px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; table-layout: auto !important; width: 100%;" width="600">
         <tr>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-width: 0; font-size: 0; line-height: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
           <a data-location="t4" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;" target="_blank">
            <img alt="Farmland Sunset II | Art Print" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2025%252Fscheduled%252Fpromo%252F20250422_MothersDayEarthDay_30p_AM%252FMothersDay_03.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE1NTQwMn0:1u7EAp:kdv1Nk8gajXDJ2QUgSEAcL1uxlbsjfY-uXoY2FfjRCA" style="-ms-interpolation-mode: bicubic; border-width: 0; display: block; height: auto; line-height: 100%; max-width: 300px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="300"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-width: 0; font-size: 0; line-height: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
           <a data-location="t5" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;" target="_blank">
            <img alt="Iris Bouquet In Vase | Framed Art Print" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2025%252Fscheduled%252Fpromo%252F20250422_MothersDayEarthDay_30p_AM%252FMothersDay_04.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE1NzM3Nn0:1u7EAp:QuU79LRPgwAQHLTEMQImViB7Y3jhvsjr5nQyvaEsRU8" style="-ms-interpolation-mode: bicubic; border-width: 0; display: block; height: auto; line-height: 100%; max-width: 300px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="300"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!--  Upsell - Row 2  -->
      <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; line-height: 0; max-width: 600px; mso-table-lspace: 0pt; mso-table-rspace: 0pt; table-layout: auto !important; width: 100%;" width="600">
         <tr>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-width: 0; font-size: 0; line-height: 0; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0;">
           <a data-location="t6" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-decoration: none;" target="_blank">
            <img alt="Pair of Pears | Recessed Framed Print" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2025%252Fscheduled%252Fpromo%252F20250422_MothersDayEarthDay_30p_AM%252FMothersDay_05.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE1OTMxfQ:1u7EAp:wcQ_T1MK1PqLnxdxqASW0Ka0hmjb3dDvf_S2Fn7dZFk" style="-ms-interpolation-mode: bicubic; border-width: 0; display: block; height: auto; line-height: 100%; max-width: 300px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="300"/>
           </a>
          </td>
          <td align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-width: 0; font-size: 0; line-height: 0; 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%; text-decoration: none;" target="_blank">
            <img alt="White Cliffs | Art Print" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252F2025%252Fscheduled%252Fpromo%252F20250422_MothersDayEarthDay_30p_AM%252FMothersDay_06.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE2MTEzNH0:1u7EAp:I-yEYgpBD0bH7D2M0zVp4BGrfCUXSYchgdewQ5wh3hU" style="-ms-interpolation-mode: bicubic; border-width: 0; display: block; height: auto; line-height: 100%; max-width: 300px; outline: none; padding: 0; text-decoration: none; width: 100%;" width="300"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!-- FOOTER NAV -->
      <!--  Space -->
      <tr>
       <td align="center">
        <img border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_01.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE2ODF9:1u7EAp:8l-KsgyRDaypwKQRtqyRiAId_ZzkMTA2oeq8vQjgq3M" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
       </td>
      </tr>
      <!--  CTAs 2x1  -->
      <tr>
       <td align="center">
        <table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; width: 100%; table-layout: auto !important; line-height: 0;" width="600">
         <tr>
          <td align="center">
           <a data-location="t8" target="_blank">
            <img alt="New Arrivals" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_02.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE3MDIzfQ:1u7EAp:RaYKbaB4OgmoxW24pk8XHXsCfo4scIeYZaudr3ulvDs" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t9" target="_blank">
            <img alt="Wall Art" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_03.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE3MjJ9:1u7EAp:0v_eSZYMAE8Wk6Tmd_rxBsNRqar3slQDmPK5F4DuZks" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!--  CTAs 2x1  -->
      <tr>
       <td align="center">
        <table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; width: 100%; table-layout: auto !important; line-height: 0;" width="600">
         <tr>
          <td align="center">
           <a data-location="t10" target="_blank">
            <img alt="Home &amp; Living" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_04.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE3NDI5NH0:1u7EAp:ep-n76ij2Mpq0mjxx_cdwXi6IXAeDAT9kelXcKSJjTo" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t11" target="_blank">
            <img alt="Clothing" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_05.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE3NjIzOH0:1u7EAp:A6QO2K89w4ag5ClNNZ5YD6aILOLA1DLs9PJLaS-yOn0" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!--  CTAs 2x1  -->
      <tr>
       <td align="center">
        <table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; width: 100%; table-layout: auto !important; line-height: 0;" width="600">
         <tr>
          <td align="center">
           <a data-location="t12" target="_blank">
            <img alt="Sale" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_06.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE3ODA0N30:1u7EAp:SyzJSiqVwJ3TPj1uH7W7CBrm9sVskNrMKmVuAEHqGZk" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t13" target="_blank">
            <img alt="Shop By Artist" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_07.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE4MDA1Mn0:1u7EAp:rknmOoLNO50SW5PAKxxTwpRfBUiP756h1rUF4gOWZbc" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!--  CTAs 2x1  -->
      <tr>
       <td align="center">
        <table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; width: 100%; table-layout: auto !important; line-height: 0;" width="600">
         <tr>
          <td align="center">
           <a data-location="t14" target="_blank">
            <img alt="Inspiration" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_08.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE4MTg3Nn0:1u7EAp:IqOOiRMvw2LGxGKqLJIgvlbkrCDMP1mCI3WztrVyXEU" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t15" target="_blank">
            <img alt="Trade Program" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_09.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE4Mzk5OH0:1u7EAp:hYzQJ-0GfxwpLqN_-DFYUMaxI_Tn8YBs4RCkYygI37o" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!--  Space 1 -->
      <tr>
       <td align="center">
        <img border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_10.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE4NTg2fQ:1u7EAp:S0ORbSdQHNJSxknnwx8lYWS7aC8yAZbkTuaeFsG7vTU" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
       </td>
      </tr>
      <!--  BRAND LOGO -->
      <tr>
       <td align="center">
        <a data-location="t16" target="_blank">
         <img alt="Society6" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_11.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE4Nzk0Mn0:1u7EAp:H-pHVAvB7cUG0s9LVUZPT6Apvf5GiSPhLtMaPO-7vIQ" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
        </a>
       </td>
      </tr>
      <!--  SOCIAL MEDIA ICONS 1x5  -->
      <tr>
       <td align="center">
        <table border="0" cellpadding="0" cellspacing="0" style="max-width: 600px; width: 100%; table-layout: auto !important; line-height: 0;" width="600">
         <tr>
          <td align="center">
           <img border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_12.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5MDA0N30:1u7EAp:u0SqgeYWnpzmUbUY4YLtTutunYOMofxEGgba71EqacY" style="display: block; width: 100%; max-width: 250px; height: auto;" width="120"/>
          </td>
          <td align="center">
           <a data-location="t17" target="_blank">
            <img alt="Pinterest" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_13.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5MjA4OH0:1u7EAp:BRz7MEhYSNezvl5J6TJogQH07Wvfzbs8mi0B83egoNc" style="display: block; width: 100%; max-width: 250px; height: auto;" width="120"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t18" target="_blank">
            <img alt="Instagram" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_14.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5NDAwMn0:1u7EAp:ZyXa89uXG57vbKGZkn8HUO6lZoTsiTsNynwSYJT_jb4" style="display: block; width: 100%; max-width: 250x; height: auto;" width="120"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t19" target="_blank">
            <img alt="TikTok" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_15.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5NTUwN30:1u7EAp:JkikKRLkOa_mmMOWNYYOMI3X2jmFd420f0FOIkAJTdA" style="display: block; width: 100%; max-width: 250px; height: auto;" width="120"/>
           </a>
          </td>
          <td align="center">
           <img border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_16.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5NjY4N30:1u7EAp:V1gMDIImSOgGGgctS4BeltJk6qya41SlXe9j5ibZfXs" style="display: block; width: 100%; max-width: 250px; height: auto;" width="120"/>
          </td>
         </tr>
        </table>
       </td>
      </tr>
      <!--  Text Opt In -->
      <tr>
       <td align="center">
        <a data-location="t20" target="_blank">
         <img alt="Sign up for texts and get 30% Off. Be the first to receive exclusive offers, decor tips and more." border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_17.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5NzgyMn0:1u7EAp:6hzlHA2nAGTv8CdONd3JNCYb2dgbkdstqdKX1QTBaUw" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
        </a>
       </td>
      </tr>
      <!--  Artist Credit -->
      <tr>
       <td align="center">
        <a data-location="t21" target="_blank">
         <img alt="Featured artwork by SunLee Art" border="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fd1em10j9cq8zr4.cloudfront.net%252Fsociety6%252Ffooter%252FEmail_Footer_Redesign%252F2025%252FSpring%2520Redesign%252FEmailFooter_Q2_2025_Spring_18.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDUzMzA0MzEuOTE5OTI4OH0:1u7EAp:HPF8MLgenVcr4xu1QS2SseirYpjoS0Yn-MmdtB-w3JY" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
        </a>
       </td>
      </tr>
      <!-- footer text | Promo Disclaimer -->
      <tr>
       <td align="center" bgcolor="#FBFAF6" 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;">
        30% Off: Wall Art
        <br/>
        20% Off: Everything Else
        <br/>
        10% Off: Furniture
        <br/>
        <br/>
        Mother’s Day Sale ends April 28, 2025 at 11:59pm PT. Cannot be combined with other promotions. Offer cannot be applied to previous orders. For more promotional details, please visit our
        <a data-location="t22" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #606060; text-decoration: underline;" target="_blank">
         Terms and Conditions
        </a>
        .
        <br/>
        <!-- GLOBAL FOOTER -->
       </td>
      </tr>
      <tr>
       <td align="center" class="mso-fallback-text ph-20" style="background-color: #FBFAF6; 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;">
        Update your preferences or unsubscribe
        <a data-location="t23" style="color: #606060; text-decoration: underline;" target="_blank">
         here
        </a>
        .
        <img border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fbounceexchange.com%252Ftag%252Fem%252F2698.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZib3VuY2VleGNoYSIsInRpbWUiOjE3NDUzMzA0MzEuOTIwMDM2M30:1u7EAp:JpxHZyIj6GvMyfMmGA43nIqurSmmWOohuysPSRjLhyE" width="1"/>
        <br/>
        <br/>
        <a data-location="t24" style="color:#6e6e6e;text-decoration:none;">
         3890 S Windermere St, Englewood, CO 80110
        </a>
        <br/>
        <a data-location="t25" style="color: #6e6e6e;text-decoration:underline;">
         View in Browser
        </a>
        |
        <a data-location="t26" style="color:#6e6e6e;text-decoration:underline;" target="_blank">
         Privacy Policy
        </a>
        <br/>
        <br/>
        © 2025 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%252FCeyJtaWQiOiIxNzQ1MzI5NjE3MDk5NDU5NDE5NTAyZWVlIiwiY3QiOiJzb2NpZXR5Ni1jZTdkNjllZTEwZmU4NzFkZTE0N2Q4YjM1MTVhOTExMy0xIiwicmQiOiJ1aWZlZWQuY29tIn0%252FV%252FSWkhfZXNvY2lldHlfRE5UQU4wNDIyMjAyNWMxNjI5NzE4YjE%252FLbGcx%252FgaAeg_Q%252FJMDQyMjIwMjVDMTYyOTcxOEIx%252Fs5t4a241ade/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZlLmUuc29jaWV0eSIsInRpbWUiOjE3NDUzMzA0MzEuOTIwMjcxNn0:1u7EAp:Zpo5m58EVLJLD5vt3BG8k1l4rr3ajmoTeNABKv7OIg0" width="3"/>
 </body>
</html>