Inboxes List

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

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport"/>
  <title>
   AAA – Car Emergency Kit – Limited Time
  </title>
  <style>
   *{margin:0;padding:0;box-sizing:border-box;}
        body{background:#f0f4f8;font-family:'Arial','Helvetica Neue',Helvetica,sans-serif;padding:36px 16px;}
        .card{max-width:600px;margin:0 auto;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.05);border:1px solid #e0e8f0;}
        /* NO HOVER */
        a, a:link, a:visited, a:hover, a:active, .btn, .btn:hover, .btn:active, *:hover {
            transition: none !important;
            transform: none !important;
            background-color: inherit !important;
            color: inherit !important;
            box-shadow: none !important;
            text-decoration: none !important;
            outline: none !important;
            border: none !important;
            opacity: 1 !important;
        }
        a{text-decoration:none;color:inherit;cursor:pointer;}
        .hero{background:#003DA5;padding:28px 24px;text-align:center;}
        .hero img{max-width:100px;margin-bottom:12px;}
        .hero h1{color:#fff;font-size:30px;font-weight:800;margin-bottom:6px;}
        .hero p{color:#cce0ff;font-size:15px;}
        .content{padding:28px 28px 32px;}
        .grid{display:flex;gap:24px;margin-bottom:28px;flex-wrap:wrap;}
        .grid-left{flex:1;min-width:180px;text-align:center;}
        .grid-left img{max-width:200px;width:100%;border-radius:20px;box-shadow:0 8px 18px rgba(0,0,0,0.08);}
        .grid-right{flex:1;min-width:200px;}
        .badge{background:#eef2fa;color:#003DA5;display:inline-block;padding:4px 12px;border-radius:30px;font-size:11px;font-weight:800;margin-bottom:16px;}
        .grid-right h2{font-size:26px;font-weight:800;color:#1e2a3a;margin-bottom:12px;}
        .price{font-size:18px;font-weight:800;color:#e67e22;margin:12px 0;}
        .features{margin:16px 0;}
        .features li{font-size:14px;color:#4a627a;margin-bottom:10px;display:flex;align-items:center;gap:10px;}
        .features li::before{content:"✓";color:#003DA5;font-weight:800;}
        .stock-alert{background:#fef2f2;border-left:4px solid #d9534f;padding:14px 18px;margin:24px 0;border-radius:12px;}
        .stock-alert p{font-size:13px;color:#7f1d1d;font-weight:600;}
        /* BOUTON AVEC BACKGROUND DÉGRADÉ BLEU (harmonisé AAA) */
        .btn{
            display:block;
            background:linear-gradient(105deg,#002a6e 0%,#003DA5 100%);
            color:#fff!important;
            font-weight:800;
            font-size:18px;
            padding:15px;
            border-radius:60px;
            text-align:center;
            margin:24px 0 16px;
            background-color:#003DA5!important;
        }
        .footer{background:#f8fafc;border-top:1px solid #eef2f8;padding:20px;text-align:center;font-size:11px;color:#8ba0b5;}
        .footer a{color:#003DA5;text-decoration:underline;}
        .small-note{font-size:12px;color:#8ba0b5;text-align:center;margin-top:12px;}
        @media(max-width:550px){.grid{flex-direction:column;}.hero h1{font-size:26px;}.btn{font-size:16px;}}
  </style>
 </head>
 <body>
  <div class="card">
   <div class="hero">
    <img alt="AAA" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.pngkey.com%252Fpng%252Ffull%252F267-2677732_aaa-logo-black-and-white-philip-morris-international.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cucG5na2V5LiIsInRpbWUiOjE3ODA5MzI1MjkuMDA5NTE0M30:1wWbuD:EspEJly1xOs93FrIG8L-XfRCgoFTgWFT8Vi-LC1GEVo"/>
    <h1>
     Member Exclusive Reward
    </h1>
    <p>
     Your loyalty matters – claim your free gift today
    </p>
   </div>
   <div class="content">
    <div class="grid">
     <div class="grid-left">
      <img alt="Car Emergency Kit" src="https://inboxflows.com/_/image/https%253A%252F%252Fwww.ni03hfph.com%252F686%252Foffers%252F17695%252Fthumb%252Fe4e1cd3a245b38ee5f278597ba9c2b3c.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ3d3cubmkwM2hmcCIsInRpbWUiOjE3ODA5MzI1MjkuMDEwMzM0N30:1wWbuD:8AlD2DbqNJueMEVurt0v05WTXS39kUKIq9QdydJ8bW8"/>
     </div>
     <div class="grid-right">
      <div class="badge">
       🎁 LIMITED TIME OFFER
      </div>
      <h2>
       Car Emergency Kit
      </h2>
      <div class="price">
       Retail $79.99 – YOURS FREE
      </div>
      <ul class="features">
       <li>
        Roadside assistance essentials
       </li>
       <li>
        Jumper cables, reflectors, first aid
       </li>
       <li>
        Compact trunk-friendly case
       </li>
      </ul>
     </div>
    </div>
    <div class="stock-alert">
     <p>
      ⚠️ Only 147 kits remaining – claim yours before the offer expires.
     </p>
    </div>
    <div class="small-note">
     📋 Quick 2‑minute survey about your AAA experience – no purchase necessary
    </div>
    <a class="btn">
     👉 CONFIRM MY FREE KIT
    </a>
   </div>
   <div class="footer">
    <a>
     Unsubscribe
    </a>
    | © 2025 AAA Member Rewards
   </div>
  </div>
  <img height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Foffer.btbtrading.it%252Ftrack%252F3VxMTd9660JqcI241xatpcblfhs72DGAINDLVJYFYWPB66956JCHZ1500m5/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm9mZmVyLmJ0YnRyYSIsInRpbWUiOjE3ODA5MzI1MjkuMDEwNjE0OX0:1wWbuD:kX54u3hdeloeD4rknm5qIEaEGq3SDeN4QOo7kLNXCv8" style="display:none!important" width="1"/>
 </body>
</html>