Inboxes

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

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- SUPPORTS OUTLOOK DPI SCALING-->
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <!-- PREVENTS PAGE ZOOMING -->
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/>
  <!-- ADDS SUPPORT FOR OLD VERSIONS OF INTERNET EXPLORER -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- LINK DETECTION -->
  <meta content="telephone=no" name="format-detection"/>
  <!-- APPEARS IN BROWSER TAB -->
  <title>
   Bonobos
  </title>
  <!-- OPTIONAL GOOGLE FONT -->
  <!--[if !mso]><!-- -->
  <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&amp;display=swap" rel="stylesheet"/>
  <!--<![endif]-->
  <!-- FAVICON  -->
  <link href="//www.google.com/s2/favicons?domain=https://bonobos.com/" rel="icon" type="image/png"/>
  <!-- DARK MODE -->
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <style>
   /* DARK MODE */
 :root {
  color-scheme: light;
  supported-color-schemes: light;
   }
 
/* CUSTOM FONTS */
@font-face {
   font-family: "Avenir Next";
  /* REGULAR  src: url("https://inboxflows.com/_/image/https%253A%252F%252Fhighline-production-static.bonobos.com%252Fstatic%252Fpublic%252Ffonts%252Favenir%252FAvenirNextW06-Regular-42726636dcc3020a70064b96f2872e1c.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZoaWdobGluZS1wciJ9:1khXxp:DGbG5uVHcuX9vgmEX4CjY4GiQ3jRNJPenxxZR73GWEs") format('woff');*/
 src: url("https://inboxflows.com/_/image/https%253A%252F%252Fhighline-production-static.bonobos.com%252Fstatic%252Fpublic%252Ffonts%252Favenir%252FAvenirNextW06-Medium-53ec3444b9b24aafd1136f3757b28b6b.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZoaWdobGluZS1wciJ9:1khXxp:DGbG5uVHcuX9vgmEX4CjY4GiQ3jRNJPenxxZR73GWEs") format('woff');
   font-weight: 400;
   font-display: swap;
 }
 
@font-face {
   font-family: "Avenir Next";
   src: url("https://inboxflows.com/_/image/https%253A%252F%252Fhighline-production-static.bonobos.com%252Fstatic%252Fpublic%252Ffonts%252Favenir%252FAvenirNextW06-Bold-593f9cbe96d0600c1b2d7900956adbdd.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZoaWdobGluZS1wciJ9:1khXxp:DGbG5uVHcuX9vgmEX4CjY4GiQ3jRNJPenxxZR73GWEs") format('woff');
   font-weight: 700;
   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:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; 
 border: none;
 margin: 0px;
 padding: 0px;
}
/* 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: #000000 !important;}
 .darkModeBackgroundWhite {background: #ffffff !important;}
 .darkModeBackgroundGrey1 {background: #111111 !important;}
 .darkModeBackgroundGrey2 {background: #222222 !important;}
 .darkModeBackgroundGrey3 {background: #333333 !important;}
 .darkModeBackgroundGrey4 {background: #555555 !important;}
 .darkModeBackgroundGrey5 {background: #5b5d64 !important;}
 .darkModeBackgroundBranded1 {background: #000000 !important;}
 .darkModeBackgroundBranded2 {background: #000000 !important;}
 .darkModeBackgroundBranded3 {background: #000000 !important;}
 .darkModeBackgroundBranded4 {background: #000000 !important;}
 .darkModeBackgroundBranded5 {background: #000000 !important;}
 .darkModeBackgroundAlert {background: #000000 !important;}
 
 /* TEXT */
 .darkModeTextWhite {color: #ffffff !important;}
 .darkModeTextBlack {color: #000000 !important;}
 .darkModeTextLightGrey {color: #f4f4f4 !important;}
 .darkModeTextBranded1 {color: #ffffff !important;}
 .darkModeTextBranded2 {color: #ffffff !important;}
 .darkModeTextBranded3 {color: #ffffff !important;}
 .darkModeTextBranded4 {color: #ffffff !important;}
 .darkModeTextBranded5 {color: #ffffff !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;}
 
 }

@media only screen and (max-width: 500px) {
  
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:  Tahoma,  sans-serif !important; v-text-align:left;}    </style> <![endif]-->
 </head>
 <body class="darkModeBackgroundGrey1 mobileBackgroundWhite" style="background: #f7f7f7; margin: 0px; padding: 0px;">
  <style type="text/css">
   div.preheader 
{ display: none !important; }
  </style>
  <div class="preheader" style="font-size: 1px; display: none !important;">
   Black Friday Week is here. Exclusions apply.
  </div>
  <!-- 100% WIDTH WRAPPER BACKGROUND TABLE -->
  <table border="0" cellpadding="0" cellspacing="0" class="darkModeBackgroundGrey1 mobileBackgroundWhite" style="background: #f7f7f7;" width="100%">
   <tr>
    <td align="center" class="clearPadding darkModeBackgroundGrey1 mobileBackgroundWhite" style="background: #f7f7f7; padding: 20px 0px;">
     <!-- FIXED WIDTH, CENTERED WRAPPER TABLE -->
     <table align="center" border="0" cellpadding="0" cellspacing="0" class="width320" style="table-layout: fixed; min-width: 700px; width: 700px;" width="700">
      <tr>
       <td align="left">
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <!-- CONTENT SLOT -->
         <tr>
          <td>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="darkModeBackgroundWhite paddingLeft20 paddingRight20 clearBottomPadding" style="padding: 10px 70px; background: #ffffff;">
                 <!-- LOGO -->
                 <table align="left" border="0" cellpadding="0" cellspacing="0" class="width120" style="width: 250px;" valign="top" width="150">
                  <tr>
                   <td class="paddingTop5">
                    <a data-linkto="https://" target="_blank" title="BONOBOS">
                     <img alt="Bonobos" class="width120 heightAuto" data-assetid="76896" height="21" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F2%252F9e14f3cd-8fa5-49f7-a9eb-4e0d337b29b6.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 150px; height: 22px; padding: 0px; text-align: center;" width="150"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                 <!-- TEXT -->
                 <table align="right" border="0" cellpadding="0" cellspacing="0" class="width140" style="width: 300px;" valign="top" width="400">
                  <tr>
                   <td style="text-align: right; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #848484; font-weight: 400; letter-spacing: 1px;">
                    <p class="font11" style="margin: 0px; font-size: 12px; line-height: 21px;">
                     FREE SHIPPING &amp; RETURNS IN THE U.S.
                    </p>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <tr>
                <td>
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <tr>
                   <td align="center" style="width: 600px; background: #ffffff;" width="600">
                    <table border="0" cellpadding="0" cellspacing="0" class="width320" height="40" style="width: 700px; height: 40px;" width="700">
                     <tr>
                      <td height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                      </td>
                      <td class="paddingLeft10 paddingRight20 font14" height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                       <a class="navLink" data-linkto="https://" style="color:#707070;text-decoration:none; height: 20px; max-height: 20px;" target="_blank" title="">
                        New
                       </a>
                      </td>
                      <td height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                      </td>
                      <td class="paddingRight20 font14" height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                       <a data-linkto="https://" style="color:#707070;text-decoration:none; height: 20px; max-height: 20px;" target="_blank" title="">
                        Sweaters
                       </a>
                      </td>
                      <td height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                      </td>
                      <td class="paddingRight20 font14" height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                       <a data-linkto="//" style="color:#707070;text-decoration:none; height: 20px; max-height: 20px;" target="_blank" title="">
                        Shirts
                       </a>
                      </td>
                      <td class="mobileHide" height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                      </td>
                      <td class="paddingRight20 paddingLeft20 font14" height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding-top:4px;">
                       <a data-linkto="https://" style="color:#707070;text-decoration:none; height: 20px; max-height: 20px;" target="_blank" title="">
                        Gifts
                       </a>
                      </td>
                      <td class="mobileHide" height="20" style="-webkit-text-size-adjust:none; font-family: 'Avenir Next', 'Nunito Sans Black', Tahoma, sans-serif; font-size: 20px; text-align:right; color: #707070; padding: 4px 5px 0px;">
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <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 data-linkto="https://" title="">
                  <img alt="Shop Black Friday Specials" data-assetid="84982" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F4798b23a-57d9-4d89-8625-21a7fb5a18d7.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="700"/>
                 </a>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="darkModeBackgroundWhite paddingTop10 paddingLeft30 paddingRight30" style="background: #ffffff; padding: 10px 50px 0px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <!-- HEADLINE -->
                  <tr>
                   <td class="darkModeTextBlack" style="text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 2px;">
                    <h1 class="font25" style="font-weight: 400">
                     The Pants That Keep On Giving
                    </h1>
                   </td>
                  </tr>
                  <!-- TEXT -->
                  <tr>
                   <td class="darkModeTextBlack" style="padding: 0x 0px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px;">
                    <p class="clearPadding" style="margin: 0px 0px 0px 0px; font-size: 16px; line-height: 22px; padding: 0px 90px;">
                     It’s the most wonderful week of the year, so put on your comfy shopping pants and get some comfy pants for everything else you get up to.
                    </p>
                   </td>
                  </tr>
                  <!-- CTA -->
                  <tr>
                   <td align="center" style="padding: 25px 0px 0px;">
                    <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: 0px auto;">
                     <tr>
                      <td class="darkModeCTA3" height="34" style="background: #000000; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; text-align: center; font-size: 12px; line-height: 16px; font-weight: 400;  height: 34px; letter-spacing: 2px; ">
                       <a class="darkModeCTA3" data-linkto="https://" style="color:#ffffff;text-decoration:none; padding: 11px 20px; border: 1px solid #000000; display: block;" target="_blank" title="">
                        USE CODE
                        <strong>
                         FRIDAYWEEK
                        </strong>
                       </a>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                  <!-- SUB TEXT -->
                  <tr>
                   <td class="darkModeTextBlack" style="padding: 0x 0px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 0px;">
                    <p class="font10" style="margin: 10px 0px 0px 0px; font-size: 10px; line-height: 15px;">
                     EXCLUSIONS APPLY. LIMITED TIME ONLY.
                    </p>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="height20 darkModeBackgroundWhite" height="40" style="height: 40px; background: #ffffff;">
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <!-- GRID -->
               <tr>
                <td class="paddingLeft20 paddingRight20 darkModeBackgroundWhite" style="background: #ffffff; padding: 0px 40px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <!-- GRID ROW 1 -->
                  <tr>
                   <td class="paddingBottom20" style="padding: 0px 0px 30px 0px;">
                    <!--[if mso]>  <table width="620" width="620px;" border="0" cellspacing="0" cellpadding="0">  <tr>  <td width="295" style="width: 295px;" valign="top">  <!             [endif]-->
                    <!-- IMAGE -->
                    <table align="left" border="0" cellpadding="0" cellspacing="0" class="width130" style="width: 295px;" valign="top" width="295">
                     <tr>
                      <td>
                       <a data-linkto="https://" title="">
                        <img alt="SHOP CHINOS &amp; CASUAL PANTS" data-assetid="84981" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F1a257441-454a-4699-be7e-aaf76ae517a9.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="570"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="clearRightPadding clearLeftPadding darkModeTextBlack" style="padding: 10px 10px 0px 10px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                       <p class="font10 paddingLeft10 paddingRight10" style="font-weight: 700; margin: 0px 0px 3px 0px; font-size: 12px; line-height: 16px;">
                        <a class="clearPadding" data-linkto="https://" style="color:#000000;text-decoration:none; padding: 0px 0px 5px; border-bottom: 1px black solid; line-height: 20px;" title="">
                         SHOP HOLIDAY TARTAN CHINOS
                        </a>
                       </p>
                      </td>
                     </tr>
                    </table>
                    <!--[if mso]>  </td>  <td width="30" style="width: 30px;" valign="top">  <img src="//image.e.bonobos.com/lib/fe3b157175640479701c71/m/2/650263bf-9b53-47df-846b-18d566f8b3ad.gif" width="30" height="30" style="display:block; width: 30px; height: 30px;" />  </td>  <td width="295" style="width: 295px;" valign="top">  <!             [endif]-->
                    <!-- TEXT -->
                    <table align="right" border="0" cellpadding="0" cellspacing="0" class="width130" style="width: 295px;" valign="top" width="295">
                     <tr>
                      <td>
                       <a data-linkto="https://" title="">
                        <img alt="SHOP DENIM" data-assetid="84983" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F115b8fcc-13fd-44cf-9f60-abfd1ea0c34c.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="570"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="clearRightPadding clearLeftPadding darkModeTextBlack" style="padding: 10px 10px 0px 10px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                       <p class="font10 paddingLeft10 paddingRight10" style="font-weight: 700; margin: 0px 0px 3px 0px; font-size: 12px; line-height: 16px;">
                        <a class="clearPadding" data-linkto="https://" style="color:#000000;text-decoration:none; padding: 0px 0px 5px; border-bottom: 1px black solid; line-height: 20px;" title="">
                         SHOP PREMIUM STRETCH JEANS
                        </a>
                       </p>
                      </td>
                     </tr>
                    </table>
                    <!--[if mso]>  </td>  </tr>  </table>  <![endif]-->
                   </td>
                  </tr>
                  <!--SECONDARY HERO IMAGE -->
                  <tr>
                   <td align="center" class="darkModeBackgroundWhite clearPadding" style="background: #ffffff; padding: 0px 0px;">
                    <!-- IMAGE -->
                    <a data-linkto="https://" title="">
                     <img alt="SHOP NEW ARRIVALS" data-assetid="84985" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F496b2a48-b323-4cd1-8bd9-5456adc0d3ce.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="700"/>
                    </a>
                   </td>
                  </tr>
                  <tr>
                   <td class="clearRightPadding clearLeftPadding paddingBottom20 darkModeTextBlack" style="padding: 10px 0px 40px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                    <p class="font10 paddingLeft10 paddingRight10" style="font-weight: 700; margin: 0px 0px 3px 0px; font-size: 12px; line-height: 16px;">
                     <a class="clearPadding" data-linkto="https://" style="color:#000000;text-decoration:none; padding: 0px 0px 5px; border-bottom: 1px black solid; line-height: 20px;" title="">
                      SHOP THE WFHQ PANT
                     </a>
                    </p>
                   </td>
                  </tr>
                  <!-- GRID ROW 2 -->
                  <tr>
                   <td>
                    <!--[if mso]>  <table width="620" width="620px;" border="0" cellspacing="0" cellpadding="0">  <tr>  <td width="295" style="width: 295px;" valign="top">  <!             [endif]-->
                    <!-- IMAGE -->
                    <table align="left" border="0" cellpadding="0" cellspacing="0" class="width130" style="width: 295px;" valign="top" width="295">
                     <tr>
                      <td>
                       <a data-linkto="https://" title="">
                        <img alt="SHOP LOUNGEWEAR" data-assetid="84984" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Fdec4b5fa-4521-4d3f-ba7b-997409015255.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="570"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="clearRightPadding clearLeftPadding paddingBottom10 darkModeTextBlack" style="padding: 10px 10px 30px 10px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                       <p class="font10 paddingLeft10 paddingRight10" style="font-weight: 700; margin: 0px 0px 3px 0px; font-size: 12px; line-height: 16px;">
                        <a class="clearPadding" data-linkto="https://" style="color:#000000;text-decoration:none; padding: 0px 0px 5px; border-bottom: 1px black solid; line-height: 20px;" title="">
                         SHOP FLEECE SWEATPANTS
                        </a>
                       </p>
                      </td>
                     </tr>
                    </table>
                    <!--[if mso]>  </td>  <td width="30" style="width: 30px;" valign="top">  <img src="//image.e.bonobos.com/lib/fe3b157175640479701c71/m/2/650263bf-9b53-47df-846b-18d566f8b3ad.gif" width="30" height="30" style="display:block; width: 30px; height: 30px;" />  </td>  <td width="295" style="width: 295px;" valign="top">  <!             [endif]-->
                    <!-- TEXT -->
                    <table align="right" border="0" cellpadding="0" cellspacing="0" class="width130" style="width: 295px;" valign="top" width="295">
                     <tr>
                      <td>
                       <a data-linkto="https://" title="">
                        <img alt="SHOP CORDUROY" data-assetid="84980" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Fab854021-8b2d-445d-a22f-c90c06e1bca0.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="570"/>
                       </a>
                      </td>
                     </tr>
                     <tr>
                      <td class="clearRightPadding clearLeftPadding paddingBottom10 darkModeTextBlack" style="padding: 10px 10px 30px 10px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                       <p class="font10 paddingLeft10 paddingRight10" style="font-weight: 700; margin: 0px 0px 3px 0px; font-size: 12px; line-height: 16px;">
                        <a class="clearPadding" data-linkto="https://" style="color:#000000;text-decoration:none; padding: 0px 0px 5px; border-bottom: 1px black solid; line-height: 20px;" title="">
                         SHOP CORDUROY TROUSERS
                        </a>
                       </p>
                      </td>
                     </tr>
                    </table>
                    <!--[if mso]>  </td>  </tr>  </table>  <![endif]-->
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <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 data-linkto="https://" title="">
                  <img alt="Shop Black Friday Specials" data-assetid="85066" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F440a151c-90f4-4cfb-8916-7d8d05f95342.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="700"/>
                 </a>
                </td>
               </tr>
               <tr>
                <td class="darkModeBackgroundWhite" style="background: #ffffff;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <!-- GRID ROW 1 -->
                  <tr>
                   <!-- IMAGE 1 -->
                   <td class="width160" style="width: 350px;" width="350">
                    <a data-linkto="https://" title="">
                     <img alt="Shop Stretch Washed Chinos" data-assetid="85064" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F9c3b097e-1981-44ee-890c-3c1b8af4d4be.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="600"/>
                    </a>
                   </td>
                   <!-- IMAGE 2 -->
                   <td class="width160" style="width: 350px;" width="350">
                    <a data-linkto="https://" title="">
                     <img alt="Shop Tees &amp; Polos" data-assetid="85069" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F2d634094-6433-499c-98a3-6ff9cb3b0a96.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="600"/>
                    </a>
                   </td>
                  </tr>
                  <!-- GRID ROW 2 -->
                  <tr>
                   <!-- IMAGE 1 -->
                   <td class="width160" style="width: 350px;" width="350">
                    <a data-linkto="https://" title="">
                     <img alt="Shop Coats" data-assetid="85067" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F2f74c60c-bbd1-494e-9220-02064defb044.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="600"/>
                    </a>
                   </td>
                   <!-- IMAGE 2 -->
                   <td class="width160" style="width: 350px;" width="350">
                    <a data-linkto="https://" title="">
                     <img alt="Shop Jeans" data-assetid="85062" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F3bc9e408-795e-43bd-8c0c-4d9ac3ca99a3.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="600"/>
                    </a>
                   </td>
                  </tr>
                  <!-- GRID ROW 3 -->
                  <tr>
                   <!-- IMAGE 1 -->
                   <td class="width160" style="width: 350px;" width="350">
                    <a data-linkto="https://" title="">
                     <img alt="Shop Casual Shirts" data-assetid="85063" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Fa8b0672b-91df-4e28-bee0-871130181352.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px;" width="600"/>
                    </a>
                   </td>
                   <!-- IMAGE 2 -->
                   <td class="width160" style="width: 350px;" width="350">
                    <a data-linkto="https://" title="">
                     <img alt="Shop Dress Pants" data-assetid="85065" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F69510475-fa19-45ef-9976-3e027544e0a6.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="600"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="darkModeBackgroundWhite" style="background: #ffffff;">
                 <!-- CTA -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" class="widthFull" style="width: 100%;" valign="top" width="700">
                  <tr>
                   <td align="center" class="paddingTop5" style="padding: 10px 0px 0px;">
                    <a data-linkto="https://" target="_blank" title="BONOBOS">
                     <img alt="SHOP OUR GIFT GUIDE" data-assetid="84475" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Fcf8cfd19-b66d-4cb1-b657-228b6111246b.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="600"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!--- NAV MENU --->
               <tr>
                <td>
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <tr>
                   <td align="center" style="width: 600px; background: #ffffff;" width="600">
                    <table border="0" cellpadding="0" cellspacing="0" class="width320" height="40" style="width: 700px; height: 40px;" width="700">
                     <tr>
                      <td class="paddingTop10" style="padding:10px 0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Gifts Under $100" data-assetid="84477" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F82ff7b12-15f4-4db4-a6e0-7123daf8e087.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="150"/>
                       </a>
                      </td>
                      <td class="paddingTop10" style="padding:10px 0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Stocking Stuffers" data-assetid="84476" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Ffe0bdea4-0ac7-44c8-9542-15602a272c6c.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="125"/>
                       </a>
                      </td>
                      <td class="paddingTop10" style="padding:10px 0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Gift Cards" data-assetid="84479" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F40a47864-2714-483a-a29e-a4be2ad45abc.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="125"/>
                       </a>
                      </td>
                      <td class="paddingTop10" style="padding:10px 0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Extended Returns" data-assetid="84478" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F339692e3-22c2-4851-99dc-774f0bd50a18.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="125"/>
                       </a>
                      </td>
                      <td class="paddingTop10" style="padding:10px 0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Gift Guide" data-assetid="84480" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F33b68393-4ca4-41a7-ab0b-12493dda50f7.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="150"/>
                       </a>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="darkModeBackgroundWhite paddingTop10" style="background: #ffffff; padding: 20px 0px 0px;">
                 <!-- CTA -->
                 <table align="center" border="0" cellpadding="0" cellspacing="0" class="widthFull" style="width: 100%;" valign="top" width="700">
                  <tr>
                   <td align="center" class="paddingTop5">
                    <a data-linkto="https://" target="_blank" title="Service Banner">
                     <img alt="WE'RE HERE TO HELP" data-assetid="85068" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Fa9e40c2a-a9c0-4d00-96c8-c995740291c4.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="700"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!--- NAV MENU --->
               <tr>
                <td>
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <tr>
                   <td align="center" style="width: 600px; background: #ffffff;" width="600">
                    <table border="0" cellpadding="0" cellspacing="0" class="width320" height="40" style="width: 700px; height: 40px;" width="600">
                     <tr>
                      <td align="center" style="padding:0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Guide Chat" data-assetid="84864" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F25a8af84-ea5f-4643-8981-ef638e0492e1.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="233"/>
                       </a>
                      </td>
                      <td align="center" style="padding:0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="virtual Appointments" data-assetid="84865" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252F2621218a-2944-4516-9516-98cc3ec811fa.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="233"/>
                       </a>
                      </td>
                      <td align="center" style="0px 0px;">
                       <a data-linkto="https://" target="_blank" title="BONOBOS">
                        <img alt="Order Help" data-assetid="84862" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F4%252Ff32f6603-f16b-4859-a8ff-6230763cd439.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display: block; width: 100%; height: auto; padding: 0px; text-align: center;" width="233"/>
                       </a>
                      </td>
                     </tr>
                    </table>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="padding10 paddingTop5" style="background: #000000; padding: 10px 140px 20px;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <!-- HEADLINE -->
                  <tr>
                   <td class="darkModeTextWhite" style="text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #ffffff; font-weight: 400; letter-spacing: 2px;">
                    <h2 class="font15" style="font-weight: 400; letter-spacing: 3px;">
                     <a data-linkto="https://" style="color:#FFFFFF;text-decoration:none;" title="HOLIDAY HEADS UP!">
                      HOLIDAY HEADS UP!
                     </a>
                    </h2>
                   </td>
                  </tr>
                  <tr>
                   <td class="darkModeTextWhite" style="padding: 0x 0px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #ffffff; font-weight: 400; letter-spacing: 0px;">
                    <p class="font11" style="margin: 0px 0px 10px 0px; font-size: 16px; line-height: 22px;">
                     <a data-linkto="https://" style="color:#FFFFFF;text-decoration:none;" title="Shop early if you can: deliveries may take longer than expected this year.">
                      Shop early if you can: deliveries may take longer than expected this year.
                     </a>
                    </p>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="height20 darkModeBackgroundWhite" height="40" style="height: 40px; background: #ffffff;">
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <!-- MENU -->
               <tr>
                <td class="darkModeBackgroundWhite" style="background: #ffffff;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <!-- MENU ITEM -->
                  <tr>
                   <td style="border-top: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px 20px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 2px; font-weight: 700;">
                    <p style="font-size: 18px; line-height: 25px; margin: 0px 0px 0px 0px;">
                     <a class="darkModeTextBlack" data-linkto="https://" style="color:#000000;text-decoration:none;" target="_blank" title="">
                      NEW
                     </a>
                    </p>
                   </td>
                  </tr>
                  <!-- MENU ITEM -->
                  <tr>
                   <td style="border-bottom: 1px solid #666666; padding: 10px 20px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 2px; font-weight: 700;">
                    <p style="font-size: 18px; line-height: 25px; margin: 0px 0px 0px 0px;">
                     <a class="darkModeTextBlack" data-linkto="https://" style="color:#000000;text-decoration:none;" target="_blank" title="">
                      SHIRTS
                     </a>
                    </p>
                   </td>
                  </tr>
                  <!-- MENU ITEM -->
                  <tr>
                   <td style="border-bottom: 1px solid #666666; padding: 10px 20px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 2px; font-weight: 700;">
                    <p style="font-size: 18px; line-height: 25px; margin: 0px 0px 0px 0px;">
                     <a class="darkModeTextBlack" data-linkto="https://" style="color:#000000;text-decoration:none;" target="_blank" title="">
                      PANTS
                     </a>
                    </p>
                   </td>
                  </tr>
                  <!-- MENU ITEM -->
                  <tr>
                   <td style="border-bottom: 1px solid #666666; padding: 10px 20px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 2px; font-weight: 700;">
                    <p style="font-size: 18px; line-height: 25px; margin: 0px 0px 0px 0px;">
                     <a class="darkModeTextBlack" data-linkto="https://" style="color:#000000;text-decoration:none;" target="_blank" title="">
                      SWEATERS
                     </a>
                    </p>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="height20 darkModeBackgroundWhite" height="40" style="height: 40px;; background: #ffffff;">
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <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 40px 0px 0px;">
                    <a target="_blank">
                     <img alt="Instagram" border="0" height="36" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F2%252Fce7aeb94-68a3-41d5-8661-a3eeb547f1ff.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display:block; width: 36px; height: 36px;" width="36"/>
                    </a>
                   </td>
                   <td style="padding: 0px 40px 0px 0px;">
                    <a target="_blank">
                     <img alt="Facebook" border="0" height="36" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F2%252F48809254-b222-49ab-aba3-e7120f63c26d.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display:block; width: 36px; height: 36px;" width="36"/>
                    </a>
                   </td>
                   <td>
                    <a target="_blank">
                     <img alt="Twitter" border="0" height="36" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F2%252Fdb9bfc07-d9b1-4d1e-ad8c-5d9c7b9f82d1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="display:block; width: 36px; height: 36px;" width="36"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!-- APP -->
               <tr>
                <td class="darkModeBackgroundWhite" style="padding: 0px 40px 30px 40px; background: #ffffff;">
                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
                  <tr>
                   <td class="darkModeTextBlack" style="padding: 0px 0px 15px 0px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                    <p style="font-size: 12px; line-height: 16px; margin: 0px 0px 0px 0px;">
                     A smarter way to get dressed.
                     <br/>
                     Download our new app.
                    </p>
                   </td>
                  </tr>
                  <tr>
                   <td align="center">
                    <a target="_blank">
                     <img align="middle" alt="Download on the App Store" border="0" height="40" src="https://inboxflows.com/_/image/http%253A%252F%252Fimage.e.bonobos.com%252Flib%252Ffe3b157175640479701c71%252Fm%252F2%252F0e587553-dd5f-4d13-8327-b7e506487473.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmltYWdlLmUuYm9ubyJ9:1khXxp:i7somMpGbZxMKodlLJoDRi-eYxTqcgXpfrYyjTx0Z80" style="width: 120px; height: 40px;" width="120"/>
                    </a>
                   </td>
                  </tr>
                 </table>
                </td>
               </tr>
               <!-- LINKS AND CANSPAM -->
               <tr>
                <td class="darkModeBackgroundWhite paddingLeft20 paddingRight20 darkModeTextBlack" style="background: #ffffff; padding: 0px 40px 15px 40px; text-align: center; font-family:  'Avenir Next',  'Nunito Sans', Tahoma,  sans-serif; color: #000000; font-weight: 400; letter-spacing: 1px;">
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 15px 0px;">
                  <a class="darkModeTextBlack" style="color: #000000; text-decoration: none;" target="_blank">
                   Help &amp; FAQ's
                  </a>
                  |
                  <a alias="Footer_Phone" class="darkModeTextBlack" style="color: #000000; text-decoration: none;">
                   1-877-294-7737
                  </a>
                  |
                  <a class="darkModeTextBlack" style="color: #000000; text-decoration: none;" target="_blank">
                   Returns
                  </a>
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 15px 0px;">
                  This email was sent by: Bonobos, Inc.
                  <br class="mobileHide"/>
                  <a class="darkModeTextBlack" style="color: #000000; text-decoration: none;  cursor: default;">
                   45 W 25th St., New York, New York, 10010, United States
                  </a>
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 15px 0px;">
                  To ensure delivery to your inbox, please add
                  <a class="darkModeTextBlack" style="color: #000000; text-decoration: none; cursor: default;">
                   ninjas@e.bonobos.com
                  </a>
                  to your address book and
                  <br class="mobileHide"/>
                  safe-sender list.
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 15px 0px;">
                  This email was sent to
                  <a class="darkModeTextBlack" style="color: #000000; text-decoration: none; cursor: default;">
                   21079ea2@uifeed.com
                  </a>
                  . If you no longer want to receive emails from us, you can
                  <br class="mobileHide"/>
                  <a class="darkModeTextBlack" data-linkto="other" style="color:#000000;text-decoration:underline;" target="_blank" title="">
                   unsubscribe
                  </a>
                  .
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 5px 0px;">
                  Black Friday Week
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 15px 0px;">
                  Offer valid from 11/23/2020 at 12:00 am ET to 11/29/2020 at 11:59 pm PT. Not valid on Black Friday Specials or Final Sale items. Cannot be combined with any other offers or promotions. Offer is non-transferable and cannot be applied to previous purchases or the purchase of gift cards. Void where prohibited by law. Terms of offer are subject to change. To redeem online, enter promo code at checkout.
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 5px 0px;">
                  Black Friday Specials
                 </p>
                 <p style="font-size: 10px; line-height: 14px; margin: 0px 0px 0px 0px;">
                  Offer valid from 11/19/2020 at 12:00 am ET to 11/30/2020 at 11:59 pm PT. Styles priced as marked. Cannot be combined with any other offers or promotions. Offer is non-transferable and cannot be applied to previous purchases. Void where prohibited by law. Terms of offer are subject to change.
                 </p>
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
           <table cellpadding="0" cellspacing="0" class="stylingblock-content-wrapper" role="presentation" style="min-width: 100%; " width="100%">
            <tr>
             <td class="stylingblock-content-wrapper camarker-inner">
              <table border="0" cellpadding="0" cellspacing="0" width="100%">
               <tr>
                <td class="height20 darkModeBackgroundWhite" height="40" style="height: 40px;; background: #ffffff;">
                </td>
               </tr>
              </table>
             </td>
            </tr>
           </table>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CONTENT SLOT -->
         <tr>
          <td>
          </td>
         </tr>
         <!-- CANSPAM -->
         <tr>
          <td>
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td height="1" style="display:none; height: 1px; line-height: 0px; font-size: 0px;color: #f2f2f2;">
               45 W 25th St., New York, New York 10010 United States
               <br/>
               <br/>
               <a style="color: #f2f2f2; text-decoration: underline;" target="_blank">
                Manage Subscriptions
               </a>
               |
               <a style="color: #f2f2f2; text-decoration: underline;" target="_blank">
                Update Profile
               </a>
               |
               <a style="color: #642064; text-decoration: underline;" target="_blank">
                Unsubscribe
               </a>
               <br/>
               <br/>
               © 2020 Bonobos, Inc.
              </td>
             </tr>
            </tbody>
           </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 CODE -->
  <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.e.bonobos.com%252Fopen.aspx%253Fffcb10-fefb1d72726604-fe6411717464077a771c-fe3b157175640479701c71-fefe1170766c05-fe6011777461067c7d16-ff5d12747d%2526d%253D110007/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5lLmJvbiJ9:1khXxp:43NeZKkIROYQM6P0K--YqjMsnoP0VKjst14GGXxqKfo" width="1"/>
  <img height="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fbeacon.krxd.net%252F1x1_usermatch.gif%253Fpartner%253DMiauObZf_sfmc_110004581_sha256%2526partner_uid%253Dadd41eab3cf470d3f17064c4172796d6aea80b88df0b10d7065730e1375b2183/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZiZWFjb24ua3J4ZCJ9:1khXxp:guk8MerI-urrA06AT6vMO8BF7YW6ViQQ7tuK49Uu6XQ" style="display:none" width="0"/>
  <img height="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fbeacon.krxd.net%252F1x1_usermatch.gif%253Fpartner%253DMiauObZf_sfmc_110004581_subid%2526partner_uid%253D57152182/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZiZWFjb24ua3J4ZCJ9:1khXxp:guk8MerI-urrA06AT6vMO8BF7YW6ViQQ7tuK49Uu6XQ" style="display:none" width="0"/>
  <img height="0" src="https://inboxflows.com/_/image/https%253A%252F%252Fbeacon.krxd.net%252F1x1_ad_impression.gif%253Fconfid%253Durh947g31%2526advertiserid%253D110004581%2526campaignid%253D1124__BF_Bottoms/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZiZWFjb24ua3J4ZCJ9:1khXxp:guk8MerI-urrA06AT6vMO8BF7YW6ViQQ7tuK49Uu6XQ" style="display:none;" width="0"/>
 </body>
</html>