Inboxes

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

+New inbox

0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486<!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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjdGwuczZpbWcuYyIsInRpbWUiOjE3NDMwODM0NTkuOTQzNDc1N30:1txndL:NmReM-Ph2NUtVNGE4aMxtBQ4p1XuLkrQ8viN7h1RJHw") 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjdGwuczZpbWcuYyIsInRpbWUiOjE3NDMwODM0NTkuOTQ0ODEzNX0:1txndL:GhYG_SXLiNY7nZIInoYgSsllKHglCI5_g1nRz7WSiY4") 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;">
   Save Up to 30% Off Tote Bags, Posters &amp; More.
  </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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU1NTYzfQ:1txndL:5_2Vq4RLx44tHRGF2GXce9VOZhllXhC5Hbi5HAZE4go" style="display: block; height: auto;" width="200"/>
        </a>
       </td>
      </tr>
      <!-- Plain Text | Intro -->
      <tr>
       <td align="left" bgcolor="#FBFAF6" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Greycliff', 'Helvetica', Arial, sans-serif; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0px 10px 0px 20px;">
        <br/>
        Hi there,
       </td>
      </tr>
      <!-- Plain Text | Section 1 -->
      <tr>
       <td align="left" bgcolor="#FBFAF6" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: 'Greycliff', 'Helvetica', Arial, sans-serif; mso-table-lspace: 0pt; mso-table-rspace: 0pt; padding: 0px 10px 15px 20px;">
        <br/>
        Looking for the perfect gift to celebrate an upcoming birthday, anniversary, or other special occasion? We’ve got you covered with 30% Off Gifts.
        <br/>
        <br/>
        If you’re looking for gifts under $25, try:
        <a data-location="t2" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
         Posters
        </a>
        ,
        <a data-location="t3" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
         Tote Bags
        </a>
        ,
        <a data-location="t4" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
         Wall Tapestries
        </a>
        and
        <a data-location="t5" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
         Framed Mini Art Prints
        </a>
        .
        <br/>
        <br/>
        And if you’re shopping by occasion, we’ve curated collections for you:
        <!-- Plain Text | Section 2 -->
        <p style="margin-left: 25px;">
         •
         <a data-location="t6" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
          Birthdays
         </a>
        </p>
        <p style="margin-left: 25px;">
         •
         <a data-location="t7" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
          Anniversaries
         </a>
        </p>
        <p style="margin-left: 25px;">
         •
         <a data-location="t8" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
          Easter
         </a>
        </p>
        <p style="margin-left: 25px;">
         •
         <a data-location="t9" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; text-decoration: underline;" target="_blank">
          Appreciation
         </a>
        </p>
        <br/>
        Making gifting easy and unique,
        <br/>
        Society6 Team
        <br/>
        <br/>
       </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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU2MjM4M30:1txndL:EbGyVqpaZMElBlY1rpJ68fYu_ZVtHddHmFJ6n0YHaU8" 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="t10" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU2NTc3fQ:1txndL:685gqG7L1UQ9QxoBDce8gmcI8ysOhCkXpzJ8TzG4l50" 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="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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU2ODA0M30:1txndL:838gexiNql229uKM7g7y9AKb6dzC009kCjsNEpHqo-U" 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="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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU2OTg1fQ:1txndL:Gbxxcfp0ud_r1GTi5LlEtkMfKB3fYsL1yD3IUXFDs_w" 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="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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU3MTU4fQ:1txndL:D1xZw57XZfCNq-c5bmWtZRsEo4-LFrVN0ri2N4FB7Uc" 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="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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU3MzM1N30:1txndL:olFgfbAJczjBUYedNtwwmAXy-hW7717Kjh-wAaMcvhU" 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="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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU3NTUyNH0:1txndL:_ELjF81aOLH58RlF-uoJrOqemcXdy_TGbuwNpt2_LTY" 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="t16" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU3ODIyNn0:1txndL:M8PA0aoQC1THwtBuZfmIu3cpn-G6BEZ84xQw5KijArk" style="display: block; width: 100%; max-width: 300px; height: auto;" width="300"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t17" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU4MDM4M30:1txndL:rzlmUmzSYFrHNrBwPY274dqmZhmDVMb-Xt1f-7wQoNQ" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU4MjQzOH0:1txndL:FXir9zEqo1ys-lr0gfjSZhEDL8uNojrOflys5fHv_WY" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
       </td>
      </tr>
      <!--  BRAND LOGO -->
      <tr>
       <td align="center">
        <a data-location="t18" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU4NDE5fQ:1txndL:pjDohYlcl55RbEqGrSzQ8mvmZsovw4VgRjiNsYXK7TY" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU4NjI0fQ:1txndL:63brXq37Yg0jeSPHt9L-wUUCB6EM1YLNz0EaUKSy8XY" style="display: block; width: 100%; max-width: 250px; height: auto;" width="120"/>
          </td>
          <td align="center">
           <a data-location="t19" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU4ODg1Mn0:1txndL:ohIZdF2nu7FoB1JkLKpAQGPhI1fW-zfPrMqz2euTPck" style="display: block; width: 100%; max-width: 250px; height: auto;" width="120"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t20" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU5MTAxfQ:1txndL:O0BEM5MQQtz4cH_FZkpZnUmmqCr25CJBw-x8PLRaTJY" style="display: block; width: 100%; max-width: 250x; height: auto;" width="120"/>
           </a>
          </td>
          <td align="center">
           <a data-location="t21" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU5MjUyNn0:1txndL:ek7wUK1AqDpobmT4twWFweMDhUm3s6mK80tMpj3mGZs" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU5NDQ4OH0:1txndL:EXNfXupNTI7n0KNXshE5fezmU59MI0w1BC7DCOB3AiI" 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="t22" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU5NjYzfQ:1txndL:ST08MKuEiizl0Hus_WfiC9DO9utiYh8kEVRf0SB5H7Y" style="display: block; width: 100%; max-width: 600px; height: auto;" width="600"/>
        </a>
       </td>
      </tr>
      <!--  Artist Credit -->
      <tr>
       <td align="center">
        <a data-location="t23" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMWVtMTBqOWNxOCIsInRpbWUiOjE3NDMwODM0NTkuOTU5ODg1Nn0:1txndL:sgR0MyhVQVBKCete-U3LO4JP8fyRVEl8W72xAnqx4wU" 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: Socks, T-Shirt, Carry-All Pouch, Tote Bag, Throw Blanket, Throw Pillow, Rectangular Pillow, Wall Tapestry, Beach Towel, Yoga Mat, Jigsaw Puzzle, Acrylic Tray, Coaster, Mug, Travel Mug, Wine Chiller, Framed Poster, Poster, Mini Art Prints, Framed Mini Art Prints, Duvet Cover Sets and Sheet Sets.
        <br/>
        <br/>
        The Gifts Sale ends March 31, 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
        <br/>
        <a data-location="t24" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #606060; text-decoration: underline;" target="_blank">
         Terms and Conditions
        </a>
        .
       </td>
      </tr>
      <!-- GLOBAL FOOTER -->
      <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="t25" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZib3VuY2VleGNoYSIsInRpbWUiOjE3NDMwODM0NTkuOTYwMDYyfQ:1txndL:3OdrnTtfGnpaX1b9p17a-D1uAVgfpFr0VJRuLl2MWKw" width="1"/>
        <br/>
        <br/>
        <a data-location="t26" style="color:#6e6e6e;text-decoration:none;">
         3890 S Windermere St, Englewood, CO 80110
        </a>
        <br/>
        <a data-location="t27" style="color: #6e6e6e;text-decoration:underline;">
         View in Browser
        </a>
        |
        <a data-location="t28" 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%252FCeyJtaWQiOiIxNzQzMDgzNDA5MzcwNGYxZjFlMTdiZmRkIiwiY3QiOiJzb2NpZXR5Ni03ZGU1MzhmMjBmYTRmYjQzMmExOGUyY2E2ODkwYTUwNS0xIiwicmQiOiJ1aWZlZWQuY29tIn0%252FV%252FSWkhfZXNvY2lldHlfRE5UQU4wMzI3MjAyNWMxNjA0NjQ3YjE%252FLbGcx%252FgZ-VXwg%252Fs6p48ec31f7/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZlLmUuc29jaWV0eSIsInRpbWUiOjE3NDMwODM0NTkuOTYwNDQ3fQ:1txndL:YiwZIsm1Xko6rKCJ-KhY0bAJDibVMndheNooIfQEZfc" width="3"/>
 </body>
</html>