HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!---->
<!-- -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<style type="text/css">
span.MsoHyperlink {mso-style-priority:99; color:inherit;}
span.MsoHyperlinkFollowed {mso-style-priority:99; color:inherit;}
/* CLIENT-SPECIFIC STYLES */
body{ width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;} /* Prevent WebKit and Windows mobile changing default text sizes + Margin Reset */
body a{text-decoration:none !important;}
.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
.ExternalClass * {line-height: 100%} /* Force Hotmail/Outlook to display normal line spacing */
#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */
img { outline:none; text-decoration:none; -ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
/* RESET STYLES */
img{border:0; line-height:100%; outline:none; text-decoration:none;}
table{border-collapse:collapse !important;}
body{height:100% !important; margin:0; padding:0; width:100% !important;}
a:link, v:link {color:#417300;} /*Link Color for IOS */
.appleLinksWhite a {color: #ffffff !important; text-decoration: none;}
.appleLinksBlack a {color: #000000 !important; text-decoration: none;}
/* Targets Gmail Adroid BTN padding alignment */
u ~ div .gmailPad{padding-top:7px !important;}
@media only screen and (max-width:480px) {
.mobileNavColor {color:#000000 !important; text-decoration:none}
.resizetofull { width:100% !important; height:auto !important; margin: 0 auto !important;}
.resizeto80p { width:80% !important; height:auto !important; margin: 0 auto !important;}
.resizeto375 { width:375px !important; height:auto !important; margin: 0 auto !important;}
.colstack { display: block; width: 100%; padding: 0 !important }
.mobile-hide {display:none !important;} /*Hide images from mobile - but keeps it in desktop */
.mobile-show {display: block !important;overflow : visible !important;height: auto !important;max-height: inherit !important;}
.mobile-show-table {display:table !important;overflow : visible !important;height: auto !important;max-height: inherit !important;}
.mobile-show-tr {display:table-row !important;overflow : visible !important;height: auto !important;max-height: inherit !important;}
.mobile-show-td {display:table-cell !important;overflow : visible !important;height: auto !important;max-height: inherit !important;}
.removepadding {padding: 0 !important;}
.mobilepadding { padding: 10px !important; }
.padTop10 { padding-top: 10px !important; }
.padLeft10 { padding-left: 10px !important; }
.padRight10 { padding-Right: 10px !important; }
.padBottom10 { padding-Bottom: 10px !important; }
.fourteen { font-size: 14px !important; }
.mobile-block { width: 100% !important; }
.align-left { text-align:left !important;}
.align-center { text-align:center !important; margin: 0 auto !important }
.align-right { text-align:right !important;}
.minWFix {min-width:inherit !important;}
.align-right { text-align: right !important;}
.minWFix { min-width: inherit !important;}
p.ltr {direction: ltr;}
/* REMOVES iOS BLUE LINK */
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}
/* REMOVES Gmail BLUE LINK */
u + #body a {color:inherit;text-decoration:none;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit}
/*font size*/
.f0{font-size:0!important}.f1{font-size:1px !important}.f2{font-size:2px !important}.f3{font-size:3px !important}.f4{font-size:4px !important}.f5{font-size:5px !important}.f6{font-size:6px !important}.f7{font-size:7px !important}.f8{font-size:8px !important}.f9{font-size:9px !important}.f10{font-size:10px !important}.f11{font-size:11px !important}.f12{font-size:12px !important}.f13{font-size:13px !important}.f14{font-size:14px !important}.f15{font-size:15px !important}.f16{font-size:16px !important}.f17{font-size:17px !important}.f18{font-size:18px !important}.f19{font-size:19px !important}.f20{font-size:20px !important}.f21{font-size:21px !important}.f22{font-size:22px !important}.f23{font-size:23px !important}.f24{font-size:24px !important}.f25{font-size:25px
!important}.f26{font-size:26px !important}.f27{font-size:27px !important}.f28{font-size:28px !important}.f29{font-size:29px !important}.f30{font-size:30px !important}.f31{font-size:31px !important}.f32{font-size:32px !important}.f33{font-size:33px !important}.f34{font-size:34px !important}.f35{font-size:35px !important}.f36{font-size:36px !important}.f37{font-size:37px !important}.f38{font-size:38px !important}.f39{font-size:39px !important}.f40{font-size:40px !important}.f50{font-size:50px !important}.f60{font-size:60px !important}
/*line height*/
.lh0{line-height:0!important}.lh1{line-height:1px !important}.lh2{line-height:2px !important}.lh3{line-height:3px !important}.lh4{line-height:4px !important}.lh5{line-height:5px !important}.lh6{line-height:6px !important}.lh7{line-height:7px !important}.lh8{line-height:8px !important}.lh9{line-height:9px !important}.lh10{line-height:10px !important}.lh11{line-height:11px !important}.lh12{line-height:12px !important}.lh13{line-height:13px !important}.lh14{line-height:14px !important}.lh15{line-height:15px !important}.lh16{line-height:16px !important}.lh17{line-height:17px !important}.lh18{line-height:18px !important}.lh19{line-height:19px !important}.lh20{line-height:20px !important}.lh21{line-height:21px !important}.lh22{line-height:22px !important}.lh23{line-height:23px
!important}.lh24{line-height:24px !important}.lh25{line-height:25px !important}.lh26{line-height:26px !important}.lh27{line-height:27px !important}.lh28{line-height:28px !important}.lh29{line-height:29px !important}.lh30{line-height:30px !important}.lh31{line-height:31px !important}.lh32{line-height:32px !important}.lh33{line-height:33px !important}.lh34{line-height:34px !important}.lh35{line-height:35px !important}.lh36{line-height:36px !important}.lh37{line-height:37px !important}.lh38{line-height:38px !important}.lh39{line-height:39px !important}.lh40{line-height:40px !important}
/*width px*/
.w0{width:0!important}.w5{width:5px !important}.w10{width:10px !important}.w15{width:15px !important}.w20{width:20px !important}.w25{width:25px !important}.w28{width:28px !important}.w30{width:30px !important}.w35{width:35px !important}.w40{width:40px !important}.w45{width:45px !important}.w50{width:50px !important}.w55{width:55px !important}.w60{width:60px !important}.w65{width:65px !important}.w70{width:70px !important}.w75{width:75px !important}.w80{width:80px !important}.w85{width:85px !important}.w90{width:90px !important}.w95{width:95px !important}.w100{width:100px !important}.w125{width:125px !important}.w190{width:190px !important}
/*width %*/
.w0p{width:0%!important}.w5p{width:5%!important}.w10p{width:10%!important}.w15p{width:15%!important}.w20p{width:20%!important}.w25p{width:25%!important}.w28p{width:28%!important}.w30p{width:30%!important}.w35p{width:35%!important}.w40p{width:40%!important}.w45p{width:45%!important}.w50p{width:50%!important}.w55p{width:55%!important}.w60p{width:60%!important}.w65p{width:65%!important}.w70p{width:70%!important}.w75p{width:75%!important}.w80p{width:80%!important}.w85p{width:85%!important}.w90p{width:90%!important}.w95p{width:95%!important}.w100p{width:100%!important}
/*height*/
.h0{height:0!important}.h5{height:5px !important}.h10{height:10px !important}.h15{height:15px !important}.h20{height:20px !important}.h25{height:25px !important}.h30{height:30px !important}.h35{height:35px !important}.h40{height:40px !important}.h45{height:45px !important}.h50{height:50px !important}.h55{height:55px !important}.h60{height:60px !important}.h65{height:65px !important}.h70{height:70px !important}.h75{height:75px !important}.h80{height:80px !important}.h85{height:85px !important}.h90{height:90px !important}.h95{height:95px !important}.h100{height:100px !important}
}
</style>
<style type="text/css">
@media only screen and (max-width:480px) {
.pad0 { padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important;}
/*padT*/
.padT0{padding-top:0!important}.padT5{padding-top:5px !important}.padT10{padding-top:10px !important}.padT15{padding-top:15px !important}.padT18{padding-top:18px !important}.padT20{padding-top:20px !important}.padT25{padding-top:25px !important}.padT30{padding-top:30px !important}.padT35{padding-top:35px !important}.padT40{padding-top:40px !important}.padT45{padding-top:45px !important}.padT50{padding-top:50px !important}.padT55{padding-top:55px !important}.padT60{padding-top:60px !important}.padT65{padding-top:65px !important}.padT70{padding-top:70px !important}.padT75{padding-top:75px !important}.padT80{padding-top:80px !important}.padT85{padding-top:85px !important}.padT90{padding-top:90px !important}.padT95{padding-top:95px !important}.padT100{padding-top:100px !important}
/*padR*/
.padR0{padding-right:0!important}.padR5{padding-right:5px !important}.padR10{padding-right:10px !important}.padR15{padding-right:15px !important}.padR18{padding-right:18px !important}.padR20{padding-right:20px !important}.padR25{padding-right:25px !important}.padR30{padding-right:30px !important}.padR35{padding-right:35px !important}.padR40{padding-right:40px !important}.padR45{padding-right:45px !important}.padR50{padding-right:50px !important}.padR55{padding-right:55px !important}.padR60{padding-right:60px !important}.padR65{padding-right:65px !important}.padR70{padding-right:70px !important}.padR75{padding-right:75px !important}.padR80{padding-right:80px !important}.padR85{padding-right:85px !important}.padR90{padding-right:90px !important}.padR95{padding-right:95px
!important}.padR100{padding-right:100px !important}.padR83{padding-right:83px !important}
/*padB*/
.padB0{padding-bottom:0!important}.padB5{padding-bottom:5px !important}.padB10{padding-bottom:10px !important}.padB15{padding-bottom:15px !important}.padB18{padding-bottom:18px !important}.padB20{padding-bottom:20px !important}.padB25{padding-bottom:25px !important}.padB30{padding-bottom:30px !important}.padB35{padding-bottom:35px !important}.padB40{padding-bottom:40px !important}.padB45{padding-bottom:45px !important}.padB50{padding-bottom:50px !important}.padB55{padding-bottom:55px !important}.padB60{padding-bottom:60px !important}.padB65{padding-bottom:65px !important}.padB70{padding-bottom:70px !important}.padB75{padding-bottom:75px !important}.padB80{padding-bottom:80px !important}.padB85{padding-bottom:85px !important}.padB90{padding-bottom:90px
!important}.padB95{padding-bottom:95px !important}.padB100{padding-bottom:100px !important}
/*padL*/
.padL0{padding-left:0!important}.padL5{padding-left:5px !important}.padL10{padding-left:10px !important}.padL15{padding-left:15px !important}.padL18{padding-left:18px !important}.padL20{padding-left:20px !important}.padL25{padding-left:25px !important}.padL30{padding-left:30px !important}.padL35{padding-left:35px !important}.padL40{padding-left:40px !important}.padL45{padding-left:45px !important}.padL50{padding-left:50px !important}.padL55{padding-left:55px !important}.padL60{padding-left:60px !important}.padL65{padding-left:65px !important}.padL70{padding-left:70px !important}.padL75{padding-left:75px !important}.padL80{padding-left:80px !important}.padL85{padding-left:85px !important}.padL90{padding-left:90px !important}.padL95{padding-left:95px !important}.padL100{padding-left:100px
!important}.padL108{padding-left:108px !important}.borderT0{border-top-width:0!important}
/*marT*/
.marT0{margin-top:0!important}.marT5{margin-top:5px !important}.marT10{margin-top:10px !important}.marT15{margin-top:15px !important}.marT18{margin-top:18px !important}.marT20{margin-top:20px !important}.marT25{margin-top:25px !important}.marT30{margin-top:30px !important}.marT35{margin-top:35px !important}.marT40{margin-top:40px !important}.marT45{margin-top:45px !important}.marT50{margin-top:50px !important}.marT55{margin-top:55px !important}.marT60{margin-top:60px !important}.marT65{margin-top:65px !important}.marT70{margin-top:70px !important}.marT75{margin-top:75px !important}.marT80{margin-top:80px !important}.marT85{margin-top:85px !important}.marT90{margin-top:90px !important}.marT95{margin-top:95px !important}.marT100{margin-top:100px !important}
/*marR*/
.marR0{margin-right:0!important}.marR5{margin-right:5px !important}.marR10{margin-right:10px !important}.marR15{margin-right:15px !important}.marR18{margin-right:18px !important}.marR20{margin-right:20px !important}.marR25{margin-right:25px !important}.marR30{margin-right:30px !important}.marR35{margin-right:35px !important}.marR40{margin-right:40px !important}.marR45{margin-right:45px !important}.marR50{margin-right:50px !important}.marR55{margin-right:55px !important}.marR60{margin-right:60px !important}.marR65{margin-right:65px !important}.marR70{margin-right:70px !important}.marR75{margin-right:75px !important}.marR80{margin-right:80px !important}.marR85{margin-right:85px !important}.marR90{margin-right:90px !important}.marR95{margin-right:95px !important}.marR100{margin-right:100px
!important}.marR83{margin-right:83px !important}
/*marB*/
.marB0{margin-bottom:0!important}.marB5{margin-bottom:5px !important}.marB10{margin-bottom:10px !important}.marB15{margin-bottom:15px !important}.marB18{margin-bottom:18px !important}.marB20{margin-bottom:20px !important}.marB25{margin-bottom:25px !important}.marB30{margin-bottom:30px !important}.marB35{margin-bottom:35px !important}.marB40{margin-bottom:40px !important}.marB45{margin-bottom:45px !important}.marB50{margin-bottom:50px !important}.marB55{margin-bottom:55px !important}.marB60{margin-bottom:60px !important}.marB65{margin-bottom:65px !important}.marB70{margin-bottom:70px !important}.marB75{margin-bottom:75px !important}.marB80{margin-bottom:80px !important}.marB85{margin-bottom:85px !important}.marB90{margin-bottom:90px !important}.marB95{margin-bottom:95px
!important}.marB100{margin-bottom:100px !important}
/*marL*/
.marL0{margin-left:0!important}.marL5{margin-left:5px !important}.marL10{margin-left:10px !important}.marL15{margin-left:15px !important}.marL18{margin-left:18px !important}.marL20{margin-left:20px !important}.marL25{margin-left:25px !important}.marL30{margin-left:30px !important}.marL35{margin-left:35px !important}.marL40{margin-left:40px !important}.marL45{margin-left:45px !important}.marL50{margin-left:50px !important}.marL55{margin-left:55px !important}.marL60{margin-left:60px !important}.marL65{margin-left:65px !important}.marL70{margin-left:70px !important}.marL75{margin-left:75px !important}.marL80{margin-left:80px !important}.marL85{margin-left:85px !important}.marL90{margin-left:90px !important}.marL95{margin-left:95px !important}.marL100{margin-left:100px
!important}.marL108{margin-left:108px !important}
}
</style>
</head>
<body id="body" bgcolor="#FFFFFF" style="background-color:#ffffff; margin:0; padding:0;-webkit-font-smoothing: antialiased;width:100% !important;-webkit-text-size-adjust:none; font-family:Arial, Helvetica, sans-serif;" topmargin="0">
<!---->
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td bgcolor="#ffffff" >
<div align="center">
<!-- CONTENT HERE -->
<table width="600" border="0" cellspacing="0" cellpadding="0" class="resizetofull">
<tbody>
<tr>
<td>
<!-- -->
<!---->
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="min-width:100%">
<tr>
<td style="font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#888888; text-align:center; padding-bottom:15px;" class="align-center"><table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!-- PREHEADER -->
<table cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="100%" style="font-size: 14px; font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif !important; color: #888888; line-height: 110%;" align="center" valign="bottom" class="padL15 padR15 padB30 align-center">
Comfy, meet cute. <a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706bedca50d94dc91874700fea70d538d510cc5ad0bf97d3d8302ac1786890b81f68c64e7ff7bdc963f2d448e19b4959115a44cadaf61166515" target="_blank" style=";text-decoration:underline;color:#888888;"><span style="color:#888888;text-decoration:underline">Shop Now</span></a>
</td>
</tr>
</table>
<!-- PREHEADER --></td></tr></table></td>
</tr>
</table>
<!---->
<div style="display: none; max-height: 0px; overflow: hidden; font-size:0; line-height:0; color:#ffffff;">
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
‌ ‌ </div>
<!---->
<!---->
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="min-width:100%">
<tr>
<td style="font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#888888; padding:10px 0" align="center"><table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table width="100%" cellspacing="" cellpadding="" style="min-width:100%;">
<tr><td class="align-center" style="text-align:center"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706feb8035a00f1397a513870ba246d318d8aa09d40a31d696cbf927580ac7e890e38e9c516f474e046e4bfd237fa11398894e19307925a96b1"><img src="https://image.s10.sfmc-content.com/lib/fe3d15707564067f7d1071/m/1/7e4cbcf7-4af0-4d27-a1fe-a7da6f59fb04.png" alt="Hush Puppies Home" height="82" border="0"></a>
</td></tr>
</table>
</td></tr></table></td>
</tr>
</table>
<!---->
<table cellpadding="0" cellspacing="0" class="mobile-hide" align="center" bgcolor="#ffffff" width="100%">
<tr class="mobile-hide">
<!---->
<td style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding:7px 15px 7px 15px" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467062c3cad514d22b2c8acfc60de820fda5c61cfecc95aa84fa7c8eaee255f5cc4087c7e76fa069d01cfe233155e238f8da611618599018b9f18" style="color:#000000; text-decoration:none;">Women</a></td>
<!---->
<td style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding:7px 15px 7px 15px" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670682b9aeba96a873fcf55f12f76e75c4890d45e6aa350d710d8895fd1cee448481e5d2663a1b204d48d7a0cfd8d8f7d0e229753532f756f29f" style="color:#000000; text-decoration:none;">Men</a></td>
<!---->
<td style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding:7px 15px 7px 15px" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467066862978baddea42eb5b6a0bc3e6ffb994a8d0dd653a92f79939c83640ef6da778b2c046d69d5dce830cbcc74b222c2c0e838f60d55cae535" style="color:#000000; text-decoration:none;">Accessories</a></td>
<!---->
<td style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding:7px 15px 7px 15px" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706d077ed743f50c9ddf846c5d2e15cb8155e503f07a35ecbf3dc1b89cdeeca32362ef9b18923d7440df0816c2f0a5efea5a1621f4470d2c5e4" style="color:#000000; text-decoration:none;">Kids</a></td>
<!---->
<td style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding:7px 15px 7px 15px" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467065295bb49fe1f03ba45f7da9195d05aea555dcaebb01d298d559d680bc9e8814eb1cf91fb3e9578bc87d3b6a5bc114d1f9e22d372a1ef1ee1" style="color:#000000; text-decoration:none;">Sale</a></td>
<!---->
</tr>
</table>
<!-- END MAIN NAV LOOP -->
<!---->
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#e8e2d7" style="min-width:100%">
<tr>
<td style="font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#000000; background-color:#e8e2d7; padding:10px 0" bgcolor="#e8e2d7" align="center"><!---->Free shipping. Free returns. Every day.<!----></td>
</tr>
</table>
<!---->
<!---->
<!--END LAYOUT IF statement -->
<!---->
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!--hero_2_2_AMP-->
<table bgcolor="#f6f6f6" cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="600">
<tr>
<td align="center" class="resizetofull" style="font-size: 0px; line-height: 0px;" valign="top" width="600">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706915795aa14c7703f2394a38fd0f28df769af609df9b78a044e785cff2f5072b88d90cb4c36af58de968d90ab5c1a9d49f2e5bb5166451760" style="display: block; text-decoration: none;" target="_blank">
<img alt="FLATS FOR ALL OCCASIONS" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/d42ec748-592f-4c6a-b59c-6444bcf60ac0.gif" style="display: block; border: 0px;" width="600">
</a>
</td>
</tr>
<tr>
<td class="padL20 padR20 f16" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:22px;font-weight: normal;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706915795aa14c7703f2394a38fd0f28df769af609df9b78a044e785cff2f5072b88d90cb4c36af58de968d90ab5c1a9d49f2e5bb5166451760" target="_blank" style="text-decoration:none;color: #000000;">For everyone and every to-do.
</a>
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding: 20px 0px 80px" class="">
<table bgcolor="#000000 " cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="220">
<tr>
<td valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 110%;font-size:14px;font-weight: bold;padding-top: 15px;padding-bottom: 15px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706025e5268a7077a73b7871386e39e3d690517e11061be071e35c14d9122ef7a4de8a2ae63ef7741ecffb5871c45fd3e268b9844b9db994512" target="_blank" style="text-decoration:none;color: #ffffff;">SHOP WOMEN'S FLATS</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--/hero_2_2_AMP--></td></tr></table>
<table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!--product_3_1_CTA_AMP-->
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="600">
<tr>
<td valign="top" align="center" style="padding: 30px 0px 40px" class="">
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="544">
<tr>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670644ea9955af8291fe945abfcbca140638ae5d51bea32e903a4f3ac961c33e7070bfdf9276f85b7c64189e4bfd7c0d802345836728b12019e3" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/42663314-08a0-4b77-97ba-0d00b5937563.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670644ea9955af8291fe945abfcbca140638ae5d51bea32e903a4f3ac961c33e7070bfdf9276f85b7c64189e4bfd7c0d802345836728b12019e3" target="_blank" style="text-decoration:none;color:#000000;">SADIE TASSEL SLIP-ON<br><span style="font-weight: normal;">Tan Suede</span></a></td>
</tr>
</table>
</th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack h40" width="14"> </th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706bc4bd2d2b32c524be3dffe9e4229c0309b64d20c5f59e45244f74029f337607ef6341e1480c097319acf185d0287e7f7e8e2d5024c23a0fa" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/eb7b44ae-17ed-46ac-8df9-3b188ab4d4e5.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706bc4bd2d2b32c524be3dffe9e4229c0309b64d20c5f59e45244f74029f337607ef6341e1480c097319acf185d0287e7f7e8e2d5024c23a0fa" target="_blank" style="text-decoration:none;color:#000000;">SADIE TASSEL SLIP-ON<br><span style="font-weight: normal;">Royal Navy Suede</span></a></td>
</tr>
</table>
</th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack h40" width="14"> </th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670604d7f19bf2412a7e426f09f58c692379a4b0d51121c907031e4565d7a024b00678c4d0ad39adb9c1b4d5776d1ef55dfb13780ef04cf5ca63" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/48f281c3-02da-43c8-bf29-6190ddaf2159.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670604d7f19bf2412a7e426f09f58c692379a4b0d51121c907031e4565d7a024b00678c4d0ad39adb9c1b4d5776d1ef55dfb13780ef04cf5ca63" target="_blank" style="text-decoration:none;color:#000000;">SADIE TASSEL SLIP-ON<br><span style="font-weight: normal;">Beaujolais Suede</span></a></td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding: 0px 0px 60px" class="">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="300" style="border: 1px solid #000000;">
<tr>
<td class="" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 110%;font-size:14px;font-weight: bold;padding-top: 15px;padding-bottom: 15px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670627a10a306f08a367f94f23c6fe5bee42a39e708956d027dbf8a1bec2c8f85e2d76f459a3f1933a369cad285239b5638a354576592a9b3060" target="_blank" style="text-decoration:none;color: #000000">SHOP ALL SADIE TASSEL</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--/product_3_1_CTA_AMP--></td></tr></table>
<table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!--secondary_2_AMP-->
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="600">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706a6a8757d230d6537b799c9a97ae6b22dc9a696ff4d4f1c63cda45612432825966f23c79606b062c819766638a37191512755d4150e9c4c75" style="text-decoration: none;" target="_blank"><img alt="SADIE KNIT BALLET" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/7228a176-04ab-43e0-b3d2-4e8f9939e6c8.jpg" style="display: block; border: 0px;" width="600"></a></td>
</tr>
</table>
<!--/secondary_2_AMP--></td></tr></table>
<table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!--product_3_1_CTA_AMP-->
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="600">
<tr>
<td valign="top" align="center" style="padding: 30px 0px 40px" class="">
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="544">
<tr>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467068231cf9e593b6e0d6d9ec569ca041b8f0637d2178e3276e959bb355e86319d74df29c228c89707fb8836fe6a2b3dab7e39f3648f0331f98d" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/e46ac6cf-8bd5-4ad8-8b47-d19a6ee561fa.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467068231cf9e593b6e0d6d9ec569ca041b8f0637d2178e3276e959bb355e86319d74df29c228c89707fb8836fe6a2b3dab7e39f3648f0331f98d" target="_blank" style="text-decoration:none;color:#000000;">SADIE KNIT BALLET<br><span style="font-weight: normal;">Black Knit</span></a></td>
</tr>
</table>
</th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack h40" width="14"> </th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670633c4536b7279eed8da22bac77e9bcb5bdf766be6d6ae0a283060126f91ac8aea657574a80875c37bb62850cabcc6625ab262551ea05041aa" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/9ad35dfa-0002-469e-82bb-a60986abfb83.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670633c4536b7279eed8da22bac77e9bcb5bdf766be6d6ae0a283060126f91ac8aea657574a80875c37bb62850cabcc6625ab262551ea05041aa" target="_blank" style="text-decoration:none;color:#000000;">SADIE KNIT BALLET<br><span style="font-weight: normal;">Navy Knit</span></a></td>
</tr>
</table>
</th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack h40" width="14"> </th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670637c903262f8a7ed11f809f03727de6f7dd2a0ce153ddb2badcdd8cb38ec754d4715e6e0a333a6ca08fc110ee600ad5941c1460cdd19dae99" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/2d694007-bca5-42bb-84f9-af3709344bb5.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670637c903262f8a7ed11f809f03727de6f7dd2a0ce153ddb2badcdd8cb38ec754d4715e6e0a333a6ca08fc110ee600ad5941c1460cdd19dae99" target="_blank" style="text-decoration:none;color:#000000;">SADIE KNIT BALLET<br><span style="font-weight: normal;">Beaujolais Knit</span></a></td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding: 0px 0px 60px" class="">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="300" style="border: 1px solid #000000;">
<tr>
<td class="" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 110%;font-size:14px;font-weight: bold;padding-top: 15px;padding-bottom: 15px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467064a6f8bb7b9e31ae0af038e20251340366b439aed62caffb950348319a37640421d804ff786301eb9450cbba4f10636a43aeab6dbb3da7484" target="_blank" style="text-decoration:none;color: #000000">SHOP ALL SADIE KNIT</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--/product_3_1_CTA_AMP--></td></tr></table>
<table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!--secondary_3_AMP-->
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="600">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670628c7466653751ce9e331daffad9a6b513612dd95ae62723337ad370bb31a7895d9c30623b0a29d86e01012d16db2f9db5a081d7f782e153d" style="text-decoration: none;" target="_blank"><img alt="CHASTE BALLET" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/d29d3bb1-4b34-4fde-a28d-b761fe4e6eef.jpg" style="display: block; border: 0px;" width="600"></a></td>
</tr>
</table>
<!--/secondary_3_AMP-->
</td></tr></table>
<table cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!--product_3_1_CTA_AMP-->
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="600">
<tr>
<td valign="top" align="center" style="padding: 30px 0px 40px" class="">
<table cellspacing="0" cellpadding="0" border="0" class="resizetofull" width="544">
<tr>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467066e7f02326d1a93f092a59f0b855ccfb3aa1f58bb4ee47de02cd7921b0406e4860c6149644a17b501d43fef39e156e141af8a67984b5e942d" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/c65633b3-542c-4faa-b6c7-6c45ed903115.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467066e7f02326d1a93f092a59f0b855ccfb3aa1f58bb4ee47de02cd7921b0406e4860c6149644a17b501d43fef39e156e141af8a67984b5e942d" target="_blank" style="text-decoration:none;color:#000000;">CHASTE BALLET<br><span style="font-weight: normal;">Gunmetal Metallic Leather</span></a></td>
</tr>
</table>
</th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack h40" width="14"> </th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467061a3fd4aa4ce430b7205f7c054fc9f5930ae156cbe0af799fbda4832cdbfd063b348b5fb8b1157886dca4ce5f48ecf49cdd25077376541493" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/3094ba45-d283-4400-9016-2bd7971acf88.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467061a3fd4aa4ce430b7205f7c054fc9f5930ae156cbe0af799fbda4832cdbfd063b348b5fb8b1157886dca4ce5f48ecf49cdd25077376541493" target="_blank" style="text-decoration:none;color:#000000;">CHASTE BALLET<br><span style="font-weight: normal;">Leopard Calf Hair</span></a></td>
</tr>
</table>
</th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack h40" width="14"> </th>
<th valign="top" align="center" style="font-weight: normal;" class="colstack">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="172">
<tr>
<td align="center" class="" style="font-size: 0px; line-height: 0px;" valign="top">
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467062d4ac9838ad8357bf6b988ae86d58f24f9afeb8655670560e77b6b31e3482f86eca6cacb58809a60a8ff983f0cb372505135d9d977835b41" style="text-decoration: none;" target="_blank"><img alt="" class="resizetofull" src="https://image.email.hushpuppies.com/lib/fe4315707564077d751577/m/1/a1e50b0e-3041-46de-a7a2-fb5a2914abd3.jpg" style="display: block; border: 0px;" width="172"></a></td>
</tr>
<tr>
<td class="f13" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 150%;font-size:11px;font-weight: bold;padding-top: 20px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467062d4ac9838ad8357bf6b988ae86d58f24f9afeb8655670560e77b6b31e3482f86eca6cacb58809a60a8ff983f0cb372505135d9d977835b41" target="_blank" style="text-decoration:none;color:#000000;">CHASTE BALLET<br><span style="font-weight: normal;">Red Leather</span></a></td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" align="center" style="padding: 0px 0px 60px" class="">
<table cellspacing="0" cellpadding="0" border="0" class="resizeto80p" width="300" style="border: 1px solid #000000;">
<tr>
<td class="" valign="top" align="center" style="font-family: Arial,'Helvetica Neue', Helvetica, 'sans-serif';line-height: 110%;font-size:14px;font-weight: bold;padding-top: 15px;padding-bottom: 15px;"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467065d8f4828fe065d581f5e9e6409dfbaef7a3726b051ae8811b6e79398849c6d50e818a9346e150795e6cb617257c65f3e77269cf0d0fa2b77" target="_blank" style="text-decoration:none;color: #000000">SHOP ALL CHASTE BALLET</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" style="background-color:#e1e1e1;line-height:0px;font-size:0px;" width="600" class="" height="1"> </td>
</tr>
</table>
<!--/product_3_1_CTA_AMP--></td></tr></table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="24" style="font-size:1px; line-height:1;"> </td></tr></table>
<!---->
<!---->
<table cellpadding="0" cellspacing="0" width="100%" class="mobile-hide" align="center">
<!---->
<tr>
<!---->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<td width="285" style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding-top:15px; padding-bottom:15px; border:#000000 2px solid; box-sizing: border-box;" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467064eaf51accc0908fe474a15e89c27832e291c0dd67bdece0c1e27af32f8568d4324cbee18b26703394bc253de389e5790cd8b6d137e9fc615" style="color:#000000; text-decoration:none; display:block;" class="mobile-hide">New Arrivals</a></td>
<!-- show this only on last element of the row-->
<!---->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<td width="285" style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding-top:15px; padding-bottom:15px; border:#000000 2px solid; box-sizing: border-box;" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467061956cb121e62d95a5f0395ee10a8500a8303efefd71f89a21558cc657d43c166397b863984f0011d7044518c89baf8dc1195bdbe819e83a7" style="color:#000000; text-decoration:none; display:block;" class="mobile-hide">Sandals</a></td>
<!-- -->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<!-- show this only on last element of the row-->
<!---->
</tr>
<!---->
<tr><td height="10" class="mobile-hide" style="font-size:1px;"> </td></tr>
<!---->
<!---->
<tr>
<!---->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<td width="285" style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding-top:15px; padding-bottom:15px; border:#000000 2px solid; box-sizing: border-box;" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706a94be8b21dbdc511f022c40dd8d73822464afe0725f55f5648c99c768e810d169bfa9b539a1696cc8d8c6009f7dfc86e04b060e6a4c4baf9" style="color:#000000; text-decoration:none; display:block;" class="mobile-hide">Best Sellers</a></td>
<!-- show this only on last element of the row-->
<!---->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<td width="285" style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding-top:15px; padding-bottom:15px; border:#000000 2px solid; box-sizing: border-box;" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670618154921be814ca2ec2e0b04b01c737284c534c4920aa48d9b011ea9c37e1c2cbc00cbcfc80434f0126072a3166cdd8781656f34e7a60526" style="color:#000000; text-decoration:none; display:block;" class="mobile-hide">Flats & Slip-Ons</a></td>
<!-- -->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<!-- show this only on last element of the row-->
<!---->
</tr>
<!---->
<tr><td height="10" class="mobile-hide" style="font-size:1px;"> </td></tr>
<!---->
<!---->
<tr>
<!---->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<td width="285" style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding-top:15px; padding-bottom:15px; border:#000000 2px solid; box-sizing: border-box;" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467065295bb49fe1f03ba45f7da9195d05aea555dcaebb01d298d559d680bc9e8814eb1cf91fb3e9578bc87d3b6a5bc114d1f9e22d372a1ef1ee1" style="color:#000000; text-decoration:none; display:block;" class="mobile-hide">Sale</a></td>
<!-- show this only on last element of the row-->
<!---->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<td width="285" style="font-family:arial, helvetica, sans-serif; font-size:14px; line-height:1.2; background-color:#ffffff; padding-top:15px; padding-bottom:15px; border:#000000 2px solid; box-sizing: border-box;" align="center" class="mobile-hide"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467062f627a96244cf21cad6add9b98b8b0b885ce44e5a64315e47b5513d703dcd8514ab932cd3893d20f1af6158a618c5c2c601493840fe3df3f" style="color:#000000; text-decoration:none; display:block;" class="mobile-hide">Sneakers</a></td>
<!-- -->
<td width="10" class="mobile-hide" style="font-size:1px;"> </td>
<!-- show this only on last element of the row-->
<!---->
</tr>
<!---->
<!---->
</table>
<!-- bonus nav end -->
<!--mobile nav begin -->
<table cellpadding="0" cellspacing="0" width="100%" class="mobile-show-table resizetofull" style="display:none; height:0;" align="center">
<!-- -->
<tr class="mobile-show-tr" style="display:none; height:0;"><th style="font-family:arial, helvetica, sans-serif; font-size:16px; line-height:1.2; background-color:#ffffff; padding:20px 0; border:#000000 2px solid; box-sizing: border-box; font-weight:normal;" align="center" class="mobile-show pad0 resizetofull "><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467062c3cad514d22b2c8acfc60de820fda5c61cfecc95aa84fa7c8eaee255f5cc4087c7e76fa069d01cfe233155e238f8da611618599018b9f18" style="color:#000000; text-decoration:none;"><span class="mobile-show mobileNavColor padT20 padB20">Women</span></a></th></tr>
<!-- -->
<tr class="mobile-show-tr" style="display:none; height:0;"><th style="font-family:arial, helvetica, sans-serif; font-size:16px; line-height:1.2; background-color:#ffffff; padding:20px 0; border:#000000 2px solid; box-sizing: border-box; font-weight:normal;" align="center" class="mobile-show pad0 resizetofull borderT0"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670682b9aeba96a873fcf55f12f76e75c4890d45e6aa350d710d8895fd1cee448481e5d2663a1b204d48d7a0cfd8d8f7d0e229753532f756f29f" style="color:#000000; text-decoration:none;"><span class="mobile-show mobileNavColor padT20 padB20">Men</span></a></th></tr>
<!-- -->
<tr class="mobile-show-tr" style="display:none; height:0;"><th style="font-family:arial, helvetica, sans-serif; font-size:16px; line-height:1.2; background-color:#ffffff; padding:20px 0; border:#000000 2px solid; box-sizing: border-box; font-weight:normal;" align="center" class="mobile-show pad0 resizetofull borderT0"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467066862978baddea42eb5b6a0bc3e6ffb994a8d0dd653a92f79939c83640ef6da778b2c046d69d5dce830cbcc74b222c2c0e838f60d55cae535" style="color:#000000; text-decoration:none;"><span class="mobile-show mobileNavColor padT20 padB20">Accessories</span></a></th></tr>
<!-- -->
<tr class="mobile-show-tr" style="display:none; height:0;"><th style="font-family:arial, helvetica, sans-serif; font-size:16px; line-height:1.2; background-color:#ffffff; padding:20px 0; border:#000000 2px solid; box-sizing: border-box; font-weight:normal;" align="center" class="mobile-show pad0 resizetofull borderT0"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706d077ed743f50c9ddf846c5d2e15cb8155e503f07a35ecbf3dc1b89cdeeca32362ef9b18923d7440df0816c2f0a5efea5a1621f4470d2c5e4" style="color:#000000; text-decoration:none;"><span class="mobile-show mobileNavColor padT20 padB20">Kids</span></a></th></tr>
<!-- -->
<tr class="mobile-show-tr" style="display:none; height:0;"><th style="font-family:arial, helvetica, sans-serif; font-size:16px; line-height:1.2; background-color:#ffffff; padding:20px 0; border:#000000 2px solid; box-sizing: border-box; font-weight:normal;" align="center" class="mobile-show pad0 resizetofull borderT0"><a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467065295bb49fe1f03ba45f7da9195d05aea555dcaebb01d298d559d680bc9e8814eb1cf91fb3e9578bc87d3b6a5bc114d1f9e22d372a1ef1ee1" style="color:#000000; text-decoration:none;"><span class="mobile-show mobileNavColor padT20 padB20">Sale</span></a></th></tr>
<!-- -->
</table>
<!-- mobile nav end-->
<!---->
<!---->
<!---->
<!-- --><table width="100%" border="0" cellspacing="0" cellpadding="0" style="min-width:100%"><tr><td height="16" style="font-size:1px; line-height:1;"> </td></tr></table>
<table cellspacing="0" cellpadding="0" width="100%" style="min-width:100%"><tr><td style="font-family:arial, helvetica, sans-serif;font-size:14px; line-height:1.2;" align="center"><strong style="color:#000000;font-size:18px;">Follow Us!</strong></td></tr></table>
<!---->
<!---->
<!--Social begin -->
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="16" style="font-size:1px; line-height:1;"> </td></tr></table>
<table cellpadding="0" cellspacing="0" align="center" width="100%">
<tr class="" style="">
<td align="center">
<!---->
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d467060d793e4e397102340d843a6aee8a911264feeb9421d8366a1482f872accaf6ed4e83551e78535f66ece0cc8130a48eaa734bb250ffb9687e" style="text-decoration:none;"><img src="https://image.s10.sfmc-content.com/lib/fe3d15707564067f7d1071/m/1/62d5cb27-0007-49ad-8721-c88831397a69.png" height="31" alt="Instagram" style="margin-right:12px; margin-left:12px; margin-top:12px" border="0" /></a> <!--[if mso]> <![endif]-->
<!---->
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706018b7027279b403fcf490947597baf6fdaf24c6f06ba09f066506eb10f5291355610263d8abfea68ba589326f72e316dab0df8e3362a0a81" style="text-decoration:none;"><img src="https://image.s10.sfmc-content.com/lib/fe3d15707564067f7d1071/m/1/55374942-c8c3-407e-85e9-230f8362155f.png" height="31" alt="Facebook" style="margin-right:12px; margin-left:12px; margin-top:12px" border="0" /></a> <!--[if mso]> <![endif]-->
<!----><span class="mobile-show"></span><!-- -->
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706081eec05a63d33fd816f81e70921ed842c0cf182fd4e31fbab49f9ae660adcc21c7c9e5f9fee1f769f54a1785eebabb229a7ce3c211b12ea" style="text-decoration:none;"><img src="https://image.s10.sfmc-content.com/lib/fe3d15707564067f7d1071/m/1/39ccd6b9-288d-40a6-b9e8-0ec61d38aa4c.png" height="31" alt="Twitter" style="margin-right:12px; margin-left:12px; margin-top:12px" border="0" /></a> <!--[if mso]> <![endif]-->
<!---->
<a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d4670674fd3361406b7695179f76a85d443a31cc2abd4e9e504e204423b9d1e1c3c1175b3e76d6f1defddbcda1d795cd3ec32390cd5998e8a79f20" style="text-decoration:none;"><img src="https://image.s10.sfmc-content.com/lib/fe3d15707564067f7d1071/m/1/efd03e02-cc96-4f75-8a20-22bec659dd8e.png" height="31" alt="Pinterest" style="margin-right:12px; margin-left:12px; margin-top:12px" border="0" /></a> <!--[if mso]><![endif]-->
<!---->
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td height="30" style="font-size:1px; line-height:1;"> </td></tr></table>
<!---->
<!---->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center" style="font-size:14px; line-height:1.2; color:#888888; font-family:Arial, Helvetica, Arial, sans-serif; padding-bottom:24px;"> <a alias="Footer_MyAccount" href="https://www.hushpuppies.com/US/en/account/?tmemail=bWF0dEByZWFsbHlnb29kZW1haWxzLmNvbQ==" style="color:#888888; text-decoration:none" conversion="true">MY ACCOUNT</a> | <a alias="Footer_StoreLocator" href="https://www.hushpuppies.com/US/en/stores/?tmemail=bWF0dEByZWFsbHlnb29kZW1haWxzLmNvbQ==" style="color:#888888; text-decoration:none" conversion="true">STORE LOCATOR</a> | <a alias="Footer_CustomerService" href="https://www.hushpuppies.com/US/en/content?tmemail=bWF0dEByZWFsbHlnb29kZW1haWxzLmNvbQ==&caid=cs-overview&" style="color:#888888; text-decoration:none" conversion="true">CUSTOMER SERVICE</a> | <a href="tel:18666997365" style="color:#888888; text-decoration:none;" conversion="true">(866) 699-7365</a>
</td></tr><tr> <td align="center" style="font-size:12px; line-height:1.2; color:#888888; font-family:Arial, Helvetica, Arial, sans-serif; padding-bottom:12px;"><a alias="Footer_PrivacyPolicy" href="https://www.hushpuppies.com/US/en/content?tmemail=bWF0dEByZWFsbHlnb29kZW1haWxzLmNvbQ==&caid=privacy-policy&" style="color:#888888; text-decoration:underline" conversion="true">privacy policy</a> <a alias="Footer_ContactUs" href="https://www.hushpuppies.com/US/en/contactus/?tmemail=bWF0dEByZWFsbHlnb29kZW1haWxzLmNvbQ==" style="color:#888888; text-decoration:underline" conversion="true">contact us</a> <a href="#" style="color:#888888; text-decoration:underline" conversion="true">unsubscribe</a></td></tr></table>
<!---->
<table cellpadding="0" cellspacing="0" width="100%"><tr><td align="center" style="font-size:10px; font-family:verdana,arial,sans-serif; line-height:1.16; color:#939598" class="padL15 padR15"><strong>FREE STANDARD SHIPPING:</strong> Valid for standard ground shipping to the 48 contiguous United States. No code required. Additional charges apply for orders shipped to Alaska and Hawaii. Not valid on prior purchases, purchases at retail stores, or express or overnight shipping. <br/><br/> <strong>FREE EXPRESS SHIPPING ON $99+ ORDERS:</strong> Offer valid for express shipping to the 48 contiguous United States. Valid only on <a href="https://click.email.hushpuppies.com/?qs=be6dc365a9d46706e540bf9edc78206ce64ef6cfdb49ce3b386ada5b08237c9e602e26413ac49382cdfabb0598098eec823b715dacd0f27a413ae399f837537e" target="_blank" conversion="true" style="text-decoration:none;color:#888888;">HushPuppies.com</a><br/><br/></td></tr></table>
<table cellpadding="0" cellspacing="0">
<tr>
<td align="center" style="padding-top:10px; font-size:10px; font-family:verdana,arial,sans-serif; line-height:1.16; color:#939598" class="padL15 padR15">
This email was sent to <font color="#83acb0"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8fe7eae3e3e0cfdce2e6e3eafccbeef9e6fca1f6eaeee7">[email protected]</a></font>. To ensure receipt of our emails, please add <font color="#83acb0"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7b330e08132b0e0b0b121e083b1e161a121755130e08130b0e0b0b121e0855181416">[email protected]</a></font> to your email address book.<br> <br> ©2019, Hush Puppies, Wolverine World Wide, Inc., 9341 Courtland Dr., Rockford, MI, 49351, US </td></tr></table>
</td>
</tr>
</table>
<!-- END CONTENT HERE -->
</div>
</td>
</tr>
</table>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>
Also see: Tab Triggers