<!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;">The San Cristóbal Collection styles TS is buying for himself</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 ͏‌ hack after hidden preview text -->
<div style="display: none; max-height: 0px; overflow: hidden;">
͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌  
­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌
  ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌
  ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏
‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­
͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­ ͏ ‌   ­
</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="48964" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/659ff578-0fc8-46ef-b0a1-ccfb7205fa1a.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="49068" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/65f43b68-94c3-4bf6-ba25-bfd3d9714fcb.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="48965" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/d480c834-adb3-4a1c-8b02-0db599c1a77f.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="49069" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/729e3c2e-a13a-4ecb-b31e-89652f94132c.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="48967" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/d7af282d-12eb-4f82-98cb-f0d0f6ee9fb8.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="48972" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/3228d3d3-627e-4265-a0fc-1a55fb58820f.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="48975" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/e934d57b-4fb9-4968-b5c1-c4d2bb2d8fd6.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="48963" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/078ac4b0-04f5-44c6-9f74-8e0833116df9.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="48976" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/2ca6ec0c-06b4-4c65-a65a-a425eb9ec653.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="48974" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/5cc37bed-87dc-4234-a8d5-f43432a6b133.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="48970" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/8214d14b-e1c8-420a-aab7-fe92536f08cd.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="48968" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/20c51f3e-089a-4e0b-a849-05c77e54e18e.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="48969" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/7d8afc3a-1fb8-4462-896a-3b83ba635662.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="48971" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/08f8b3ba-e92e-4fcd-8f6f-34987c056470.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" style="margin: 0px auto;" width="100%">
<!-- DIVIDER -->
<tr>
<td class="darkModeBackgroundWhite paddingTop10" style="background: #ffffff; padding: 20px 0px 0px;">
<hr height="1" style="height:3px; border:0 none; color: #000; background-color: #000;">
</td></tr><!-- HELP ICONS --><tr>
<td align="center" class="darkModeBackgroundWhite" style="background: #fff;">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 15px auto;">
<tr>
<td class="paddingRight5" style="padding: 0px 10px 0px 0px;">
<a target="_blank" data-linkto="other" href="" target="_blank" title=""><img alt="REQUEST A CATALOG" data-assetid="38903" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/76b3719a-4484-429e-8d68-b3f56262ddd0.png" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="175"></a></td><td class="paddingRight5" style="padding: 0px 10px 0px 0px;">
<a target="_blank" data-linkto="other" href="" target="_blank" title=""><img alt="MADE TO MEASURE" data-assetid="38902" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/f9173bb9-5a6e-4043-9a1a-1cbc3c1de3a0.png" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="175"></a></td><td class="paddingRight5" style="padding: 0px 10px 0px 0px;">
<a target="_blank" data-linkto="other" href="" target="_blank" title=""><img alt="FIND A STORE" data-assetid="39043" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/59786519-076d-4082-89c2-0a1aeedac930.png" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="175"></a></td><td style="padding: 0px 0px 0px 0px;">
<a target="_blank" data-linkto="https://" href="" target="_blank" title=""><img alt="SHOP NEW ARRIVALS" data-assetid="38904" src="https://image.emails.toddsnyder.com/lib/fe2e11747364047c7c1173/m/1/62636be0-2047-46d4-81d7-7809b80150ac.png" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="175"></a></td></tr></table></td></tr></table><table border="0" cellpadding="0" cellspacing="0" style="margin: 0px auto;" width="100%">
<!-- HELP LINKS -->
<tr>
<td class="darkModeBackgroundWhite paddingRight5 width90 darkModeTextBlack" style="background: #ffffff; padding: 0px 0px; text-align: center; font-family: 'TradeGothicLT-Bold', sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px; width: 175px;">
<p style="font-size: 12px; line-height: 14px; margin: 0px 0px 0px 0px;">
<a target="_blank" class="darkModeTextBlack font12" data-linkto="other" href="" style="color:#000000;text-decoration:underline;" target="_blank" title="">REQUEST A CATALOG</a></p></td><td class="darkModeBackgroundWhite paddingRight5 width90 darkModeTextBlack" style="background: #ffffff; padding: 0px 0px; text-align: center; font-family: 'TradeGothicLT-Bold', sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px; width: 175px;">
<p style="font-size: 12px; line-height: 14px; margin: 0px 0px 0px 0px;">
<a target="_blank" class="darkModeTextBlack font12" data-linkto="other" href="" style="color:#000000;text-decoration:underline;" target="_blank" title="">MADE TO MEASURE</a></p></td><td class="darkModeBackgroundWhite paddingRight5 width90 darkModeTextBlack" style="background: #ffffff; padding: 0px 0px; text-align: center; font-family: 'TradeGothicLT-Bold', sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px; width: 175px;">
<p class="paddingRight5 paddingLeft5" style="font-size: 12px; line-height: 14px; margin: 0px 0px 0px 0px;">
<a target="_blank" class="darkModeTextBlack font12" data-linkto="other" href="" style="color:#000000;text-decoration:underline;" target="_blank" title="">FIND A STORE</a></p></td><td class="darkModeBackgroundWhite paddingRight5 width90 darkModeTextBlack" style="background: #ffffff; padding: 0px 0px; text-align: center; font-family: 'TradeGothicLT-Bold', sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px; width: 175px;">
<p style="font-size: 12px; line-height: 14px; margin: 0px 0px 0px 0px;">
<a target="_blank" class="darkModeTextBlack font12" data-linkto="other" href="" style="color:#000000;text-decoration:underline;" target="_blank" title="">SHOP NEW ARRIVALS</a></p></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%">
<!-- DIVIDER -->
<tr>
<td class="darkModeBackgroundWhite paddingTop20 PaddingBottom10" style="background: #ffffff; padding: 40px 0px 30px;">
<hr height="1" style="height:3px; border:0 none; color: #000; background-color: #000;">
</td></tr><!-- SOCIAL ICONS --><tr>
<td align="center" class="darkModeBackgroundWhite" style="padding: 0px 0px 20px; background: #fff;">
<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><!-- CAMPSPAM--><tr>
<td class="darkModeBackgroundWhite paddingLeft20 paddingRight20 darkModeTextBlack" style="background: #ffffff; padding: 0px 0px 20px; 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 15px 0px;">
Todd Snyder | 150 West 25th Street New York, NY, 10011, US</p><p style="font-size: 12px; line-height: 14px; margin: 0px 0px 0px 0px;">
Adjust your profile preferences <a target="_blank" class="darkModeTextWhite" data-linkto="other" href="" style="color:#000000;text-decoration:underline;" target="_blank" title="">here</a>.</p></td></tr><tr>
<td class="darkModeBackgroundWhite paddingLeft20 paddingRight20 darkModeTextBlack" style="background: #ffffff; padding: 0px 100px 15px; text-align: center; font-family: 'TradeGothicLT-Bold', sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px;">
<p class="font10" style="font-size: 12px; line-height: 14px; margin: 0px 0px 15px 0px;">
<a target="_blank" class="darkModeTextBlack" href="" style="color: #000000; text-decoration: underline; " target="_blank">ABOUT US</a> | <a target="_blank" class="darkModeTextBlack" href="" style="color: #000000; text-decoration: underline;">PRIVACY POLICY</a> | <a target="_blank" alias="CUSTOMER_SERVICE" class="darkModeTextBlack" href="" style="color: #000000; text-decoration: underline;" target="_blank">CUSTOMER SERVICE</a> |
<a target="_blank" class="darkModeTextBlack" href="" style="color: #000000; text-decoration: underline;">UNSUBSCRIBE</a></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>