<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- SUPPORTS OUTLOOK DPI SCALING-->
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <!-- PREVENTS PAGE ZOOMING -->
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  <!-- ADDS SUPPORT FOR OLD VERSIONS OF INTERNET EXPLORER -->
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <!-- LINK DETECTION -->
  <meta name="format-detection" content="telephone=no" />
  <!-- APPEARS IN BROWSER TAB -->
  <title>TODD SNYDER</title>
  <!-- OPTIONAL GOOGLE FONT -->
  <!--[if !mso]>   <link  href=""  rel="stylesheet">   <![endif]-->
  <!-- FAVICON  -->
  <link rel="icon" type="image/png"  href=""  />
  <!-- DARK MODE -->
  <meta name="color-scheme" content="light dark">
  <meta name="supported-color-schemes" content="light dark">
  <style>
    /* DARK MODE */
    :root {
      color-scheme: light dark;
      supported-color-schemes: light dark;
    }

    /* CUSTOM FONTS */
    @font-face {
      font-family: "TradeGothicLT-Bold";
      src: url("https://www.toddsnyder.com/cdn/shop/t/505/assets/gotham-bold.woff2") format('woff');
      font-weight: 400;
      font-display: swap;
    }


    @font-face {
      font-family: "TradeGothicLT-Book";
      src: url("https://www.toddsnyder.com/cdn/shop/t/505/assets/gotham-book.woff2") format('woff');
      font-weight: 400;
      font-display: swap;
    }

    /* PREVENTS BROWSER TEXT RESIZING */
    *,
    body,
    div,
    p,
    a,
    li,
    table,
    td,
    table td {
      -webkit-text-size-adjust: none !important;
      -moz-text-size-adjust: none !important;
      -o-text-size-adjust: none !important;
      -ms-text-size-adjust: none !important;
    }

    /* GENERAL STYLING */
    body,
    table,
    td,
    table td,
    img {
      font-family:  'TradeGothicLT-Book', Helvetica, sans-serif;
      border: none;
      margin: 0px;
      padding: 0px;
    }

    /* PREVENTS WINDOWS 10 FROM UNDERLINING LINKS */
    a {
      text-decoration: none;
    }

    /* YAHOO STRIPS THE INLINE STYLING OF THE BODY TAG, SO THIS IS A FALLBACK */
    body {
      background: #ffffff;
    }

    /*ALLOWS TEXT WRAPPING, CONTROLS LINE HEIGHT, AND PREVENTS ADDED BORDERS IN OUTLOOK */
    body,
    table,
    td,
    table td {
      mso-line-height-rule: exactly;
      mso-margin-bottom-alt: 0;
      mso-margin-top-alt: 0;
      mso-table-lspace: 0pt;
      mso-table-rspace: 0pt;
      border-collapse: collapse;
    }

    /* OUTLOOK.COM FIXES. OUTLOOK.COM AUTOMATICALLY ADDS A CLASS OF "ExternalClass" TO YOUR BODY TAG, WHICH IS WHY THESE WORK */
    /*RESETS OUTLOOK.COM LINE HEIGHT TO 100% INSTEAD OF ITS DEFAULT OF 131% */
    .ExternalClass * {
      line-height: 100%;
      width: 100%;
    }

    /* DARK MODE */
    /* TARGETS OUTLOOK IOS, IOS MAIL, APPLE MAIL, OUTLOOK 2019 MAC, OUTLOOK.COM */
    @media (prefers-color-scheme: dark) {

      /* BACKGROUNDS */
      .darkModeBackgroundBlack {
        background: #191919 !important;
      }

      .darkModeBackgroundWhite {
        background: #ffffff !important;
      }

      .darkModeBackgroundGrey1 {
        background: #919191 !important;
      }

      /* TEXT */
      .darkModeTextWhite {
        color: #ffffff !important;
      }

      .darkModeTextBlack {
        color: #000000 !important;
      }

      .darkModeTextLightGrey {
        color: #f4f4f4 !important;
      }

      /* CTA */
      .darkModeCTA1 {
        background: #848484 !important;
        border: none !important;
        color: #ffffff !important;
      }

      .darkModeCTA2 {
        background: #666666 !important;
        border: none !important;
        color: #ffffff !important
      }

      .darkModeCTA3 {
        background: #000000 !important;
        border: none !important;
        color: #ffffff !important
      }

      .darkModeCTA4 {
        background: #000000 !important;
        border: none !important;
        color: #ffffff !important
      }

      .darkModeCTA5 {
        background: #000000 !important;
        border: none !important;
        color: #ffffff !important
      }

      /* HIDE */
      .darkModeHide {
        display: none !important;
      }
    }

    /* RESPONSIVE STYLES */

    @media only screen and (max-width: 600px) {
      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;
      }

      .mobileBackgroundWhite {
        background: #ffffff !important;
      }

      /*------------MOBILE HIDE AND SHOW---------------*/
      .mobileHide {
        display: none !important;
        height: 0px !important;
        width: 0px !important;
        max-height: 0px !important;
        max-width: 0px !important;
        font-size: 0px !important;
        line-height: 0px !important;
      }

      .mobileShow {
        display: block !important;
        height: auto !important;
        width: auto !important;
        max-height: none !important;
        max-width: none !important;
        font-size: 10px !important;
        line-height: 10px !important;
      }

      /*-------------ALIGNMENT-------------------------*/
      .block {
        display: block !important;
      }

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

      .centerBlock {
        margin: 0px auto !important;
        float: none !important;
      }

      .centerText {
        text-align: center !important;
      }

      .leftText {
        text-align: left !important;
      }

      .rightText {
        text-align: right !important;
      }

      /*---------HEIGHT----------*/
      .heightAuto {
        height: auto !important;
      }

      .height230 {
        height: 230px !important;
      }

      .height130 {
        height: 130px !important;
      }

      .height20 {
        height: 20px !important;
      }

      /*---------WIDTH----------*/
      .maxWidth480 {
        max-width: 480px !important;
      }

      .widthAuto {
        width: auto !important;
      }

      .widthFull {
        width: 100% !important;
        min-width: inherit !important;
        height: auto !important;
      }

      .width320 {
        width: 320px !important;
        min-width: inherit !important;
      }

      .width318 {
        width: 318px !important;
      }

      .width310 {
        width: 310px !important;
      }

      .width300 {
        width: 300px !important;
      }

      .width298 {
        width: 298px !important;
      }

      .width290 {
        width: 290px !important;
      }

      .width280 {
        width: 280px !important;
      }

      .width278 {
        width: 278px !important;
      }

      .width270 {
        width: 270px !important;
      }

      .width260 {
        width: 260px !important;
      }

      .width250 {
        width: 250px !important;
      }

      .width240 {
        width: 240px !important;
      }

      .width230 {
        width: 230px !important;
      }

      .width220 {
        width: 220px !important;
      }

      .width210 {
        width: 210px !important;
      }

      .width200 {
        width: 200px !important;
      }

      .width190 {
        width: 190px !important;
      }

      .width180 {
        width: 180px !important;
      }

      .width170 {
        width: 170px !important;
      }

      .width160 {
        width: 160px !important;
      }

      .width150 {
        width: 150px !important;
      }

      .width140 {
        width: 140px !important;
      }

      .width130 {
        width: 130px !important;
      }

      .width120 {
        width: 120px !important;
      }

      .width110 {
        width: 110px !important;
      }

      .width100 {
        width: 100px !important;
      }

      .width90 {
        width: 90px !important;
      }

      .width80 {
        width: 80px !important;
      }

      .width70 {
        width: 70px !important;
      }

      .width60 {
        width: 60px !important;
      }

      .width50 {
        width: 50px !important;
      }

      .width40 {
        width: 40px !important;
      }

      .width30 {
        width: 30px !important;
      }

      .width20 {
        width: 20px !important;
      }

      .width10 {
        width: 10px !important;
      }

      .width5 {
        width: 5px !important;
      }

      /*---------PADDING----------*/
      .clearPadding {
        padding: 0px !important
      }

      .clearLeftPadding {
        padding-left: 0px !important;
      }

      .clearRightPadding {
        padding-right: 0px !important;
      }

      .clearTopPadding {
        padding-top: 0px !important;
      }

      .clearBottomPadding {
        padding-bottom: 0px !important;
      }

      .padding50 {
        padding: 50px !important;
      }

      .padding40 {
        padding: 40px !important;
      }

      .padding30 {
        padding: 30px !important;
      }

      .padding20 {
        padding: 20px !important;
      }

      .padding19 {
        padding: 19px !important;
      }

      .padding15 {
        padding: 15px !important;
      }

      .padding10 {
        padding: 10px !important;
      }

      .padding9 {
        padding: 9px !important;
      }

      .padding5 {
        padding: 5px !important;
      }

      .paddingLeft100 {
        padding-left: 100px !important;
      }

      .paddingLeft90 {
        padding-left: 90px !important;
      }

      .paddingLeft80 {
        padding-left: 80px !important;
      }

      .paddingLeft70 {
        padding-left: 70px !important;
      }

      .paddingLeft60 {
        padding-left: 60px !important;
      }

      .paddingLeft50 {
        padding-left: 50px !important;
      }

      .paddingLeft40 {
        padding-left: 40px !important;
      }

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

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

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

      .paddingLeft5 {
        padding-left: 5px !important;
      }

      .paddingRight100 {
        padding-right: 100px !important;
      }

      .paddingRight90 {
        padding-right: 90px !important;
      }

      .paddingRight80 {
        padding-right: 80px !important;
      }

      .paddingRight70 {
        padding-right: 70px !important;
      }

      .paddingRight60 {
        padding-right: 60px !important;
      }

      .paddingRight50 {
        padding-right: 50px !important;
      }

      .paddingRight40 {
        padding-right: 40px !important;
      }

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

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

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

      .paddingRight5 {
        padding-right: 5px !important;
      }

      .paddingBottom100 {
        padding-bottom: 100px !important;
      }

      .paddingBottom90 {
        padding-bottom: 90px !important;
      }

      .paddingBottom80 {
        padding-bottom: 80px !important;
      }

      .paddingBottom70 {
        padding-bottom: 70px !important;
      }

      .paddingBottom60 {
        padding-bottom: 60px !important;
      }

      .paddingBottom50 {
        padding-bottom: 50px !important;
      }

      .paddingBottom40 {
        padding-bottom: 40px !important;
      }

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

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

      .paddingBottom13 {
        padding-bottom: 13px !important;
      }

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

      .paddingBottom5 {
        padding-bottom: 5px !important;
      }

      .paddingTop100 {
        padding-top: 100px !important;
      }

      .paddingTop90 {
        padding-top: 90px !important;
      }

      .paddingTop80 {
        padding-top: 80px !important;
      }

      .paddingTop70 {
        padding-top: 70px !important;
      }

      .paddingTop60 {
        padding-top: 60px !important;
      }

      .paddingTop50 {
        padding-top: 50px !important;
      }

      .paddingTop40 {
        padding-top: 40px !important;
      }

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

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

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

      .paddingTop5 {
        padding-top: 5px !important;
      }

      /*---------BORDERS----------*/
      .clearBorders {
        border: none !important;
      }

      .clearLeftBorder {
        border-left: none !important;
      }

      .clearRightBorder {
        border-right: none !important;
      }

      .clearTopBorder {
        border-top: none !important;
      }

      .clearBottomBorder {
        border-bottom: none !important;
      }

      .leftBorder {
        border-left: 1px solid #666666 !important;
      }

      .rightBorder {
        border-right: 1px solid #666666 !important;
      }

      .topBorder {
        border-top: 1px solid #666666 !important;
      }

      .bottomBorder {
        border-bottom: 1px solid #666666 !important;
      }

      /*---------FONT SIZES----------*/
      .font40 {
        font-size: 40px !important;
        line-height: 52px !important;
      }

      .font35 {
        font-size: 35px !important;
        line-height: 44px !important;
      }

      .font30 {
        font-size: 30px !important;
        line-height: 38px !important;
      }

      .font25 {
        font-size: 25px !important;
        line-height: 32px !important;
      }

      .font20 {
        font-size: 20px !important;
        line-height: 26px !important;
      }

      .font18 {
        font-size: 18px !important;
        line-height: 22px !important;
      }

      .font17 {
        font-size: 17px !important;
        line-height: 21px !important;
      }

      .font16 {
        font-size: 16px !important;
        line-height: 20px !important;
      }

      .font15 {
        font-size: 15px !important;
        line-height: 19px !important;
      }

      .font14 {
        font-size: 14px !important;
        line-height: 18px !important;
      }

      .font13 {
        font-size: 13px !important;
        line-height: 17px !important;
      }

      .font12 {
        font-size: 12px !important;
        line-height: 16px !important;
      }

      .font11 {
        font-size: 11px !important;
        line-height: 14px !important;
      }

      .font10 {
        font-size: 10px !important;
        line-height: 13px !important;
      }
    }
  </style>
  <!-- FOR OUTLOOK DPI SCALING -->
  <!--[if gte mso 9]> <xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> <![endif]-->
  <!-- BACKUP FONTS FOR OUTLOOK -->
  <!--[if mso]> <style type="text/css"> body, table, td {font-family:  Helvetica,  sans-serif !important; v-text-align:left;} </style> <![endif]-->
<meta name='robots' content='noindex' />
</head>

<body id="body" class="darkModeBackgroundGrey1 mobileBackgroundWhite body"   style="margin: 0 !important; padding: 0 !important;background: #ffffff;"><style type="text/css">
div.preheader 
{ display: none !important; } 
</style>
<div class="preheader" style="font-size: 1px; display: none !important;">Take an additional 30% off already-reduced styles. Code inside.</div>

  <!-- Preview text for the inbox   <div style="display: none; max-height: 0; overflow: hidden;">     This will be displayed underneath the subject line. Use it wisely.   </div> -->
  
    <!-- Insert &#847;&zwnj;&nbsp; hack after hidden preview text -->
  <div style="display: none; max-height: 0px; overflow: hidden;">
&#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199;
 &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp;
 &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj;
 &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847;
 &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy;
 &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy; &#847; &zwnj; &nbsp; &#8199; &shy;
</div>

  <!-- 100% WIDTH WRAPPER BACKGROUND TABLE -->
  <table class="darkModeBackgroundGrey1 mobileBackgroundWhite" style="background: #ffffff;" width="100%" border="0" bgcolor="#ffffff"     cellspacing="0" cellpadding="0" role="presentation">
    <tr>
      <td class="darkModeBackgroundGrey1 mobileBackgroundWhite" align="center" bgcolor="#ffffff"         style="background: #ffffff; padding: 0px 0px;">

        <!-- FIXED WIDTH, CENTERED WRAPPER TABLE -->
        <table align="center" border="0" bgcolor="#ffffff" cellspacing="0" cellpadding="0" width="700" class="widthFull"           style="min-width: 700px; width: 700px; background-color: #ffffff;">
          <tr>
            <td>
              <!-- CONTENT BLOCK -->
              <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" width="100%">
	
		<tr>
			<td align="center" class="darkModeBackgroundWhite" style="background: #ffffff;">
				<a target="_blank"   data-linkto="https://"  href=""  title=""><img alt="Shop Now" data-assetid="26841" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/2e1fb133-d4e0-4963-a630-db6da2472abb.jpg" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="640"></a></td></tr></table></td></tr></table>
               <!-- CONTENT BLOCK -->
               <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" width="100%">
 
  <tr>
   <td align="center" class="darkModeBackgroundWhite" style="background: #ffffff;">
    <a target="_blank"   data-linkto="https://"  href=""  title=""><img alt="Shop Now" data-assetid="26840" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/8e60bccf-2822-4f55-a7e2-1a0a9138427d.jpg" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="640"></a></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" width="100%">
 
  <tr>
   <td align="center" class="darkModeBackgroundWhite" style="background: #ffffff;">
    <a target="_blank"   data-linkto="https://"  href=""  title=""><img alt="Shop Now" data-assetid="26839" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/05f6d496-d872-4f5a-8912-bfaf7a350c97.jpg" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="640"></a></td></tr></table></td></tr></table>
                <!-- CONTENT BLOCK -->
              <table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" width="100%">
 
  <tr>
   <td align="center" class="darkModeBackgroundWhite" style="background: #ffffff;">
    <a target="_blank"   data-linkto="https://"  href=""  title=""><img alt="Shop Now" data-assetid="26842" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/0d76ce48-02de-42b0-af38-0c8dcc0fbdf3.jpg" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="640"></a></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" width="100%">
 
  <tr>
   <td align="center" class="darkModeBackgroundWhite" style="background: #ffffff;">
    <a target="_blank"   data-linkto="https://"  href=""  title=""><img alt="Shop Now" data-assetid="26838" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/90752963-3535-4f35-81e4-0b3347f96753.jpg" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="640"></a></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table border="0" cellpadding="0" cellspacing="0" width="100%">
	<!-- SOCIAL -->
		<tr>
			<td align="center" class="padding20 darkModeBackgroundWhite" style="padding: 30px 40px; background: #ffffff;">
				<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0px auto;">
					
						<tr>
							<td style="padding: 0px 10px 0px 0px;">
								<a target="_blank"   data-linkto="https://"  href=""  target="_blank" title=""><img alt="Instagram" data-assetid="15155" height="36" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/b53d73f7-358a-4418-9699-1396dcff012d.png" style="display: block; width: 36px; height: 36px; padding: 0px; text-align: center;" width="36"></a></td><td style="padding: 0px 10px 0px 0px;">
								<a target="_blank"   data-linkto="https://"  href=""  target="_blank" title=""><img alt="Facebook" data-assetid="15156" height="36" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/0b185cbb-382b-4f25-a221-a3fad0635dcd.png" style="display: block; width: 36px; height: 36px; padding: 0px; text-align: center;" width="36"></a></td><td style="padding: 0px 10px 0px 0px;">
								<a target="_blank"   data-linkto="https://"  href=""  target="_blank" title=""><img alt="TikTok" data-assetid="15157" height="36" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/4f3556d1-ac6e-4cfe-82cd-befaf1976985.png" style="display: block; width: 36px; height: 36px; padding: 0px; text-align: center;" width="36"></a></td><td style="padding: 0px 10px 0px 0px;">
								<a target="_blank"   data-linkto="https://"  href=""  target="_blank" title=""><img alt="Pinterest" data-assetid="15158" height="36" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/022a3eb1-401f-4e19-b7a3-61d62b1e1b6c.png" style="display: block; width: 36px; height: 36px; padding: 0px; text-align: center;" width="36"></a></td><td style="padding: 0px 10px 0px 0px;">
								<a target="_blank"   data-linkto="https://"  href=""  target="_blank" title=""><img alt="Youtube" data-assetid="15159" height="36" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/8ddb3da1-70d6-4041-901a-3ebd36aa0e7b.png" style="display: block; width: 36px; height: 36px; padding: 0px; text-align: center;" width="36"></a></td></tr></table></td></tr><!-- LINKS AND CANSPAM --><tr>
			<td class="darkModeBackgroundWhite paddingLeft20 paddingRight20 darkModeTextBlack" style="background: #ffffff; padding: 0px 100px 15px; text-align: center; font-family:  'TradeGothicLT-Book', sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px;">
				<p style="font-size: 12px; line-height: 14px; margin: 0px 0px 20px 0px;">
					Adjust your profile preferences <a target="_blank"  class="darkModeTextBlack"  data-linkto="other"  href=""  style="color:#000000;text-decoration:underline;" target="_blank" title="">here</a> or <a target="_blank"  class="darkModeTextBlack"  data-linkto="other"  href=""  style="color:#000000;text-decoration:underline;" target="_blank" title="">unsubscribe</a>.</p><p style="font-size: 12px; line-height: 14px; margin: 0px 0px 15px 0px;">
					Todd Snyder | 150 West 25th Street New York, NY, 10011, US</p></td></tr></table></td></tr></table>
            </td>
          </tr>
        </table>
        <!-- END OF FIXED WIDTH WRAPPER TABLE -->
      </td>
    </tr>
  </table>
  <!-- END OF 100% WIDTH WRAPPER BACKGROUND TABLE -->
  <!-- EXACT TARGET TRACKING CODES -->

  <!-- <custom name="usermatch" type="tracking" /> -->
</body>

</html>