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" name="viewport"/>
  <title>
   Lowe's - Claim Your Gorilla Cart
  </title>
  <style>
   * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
      background-color: #eef2f0;
      text-align: center;
      padding: 20px 16px;
      line-height: 1.4;
    }
    .email-container {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 28px;
      box-shadow: 0 20px 35px -10px rgba(0,0,0,0.12);
      overflow: hidden;
    }
    /* Lowe's brand colors */
    .logo-area {
      padding: 28px 24px 16px;
      text-align: center;
      background: white;
    }
    .lowes-text-logo {
      font-family: 'Arial Black', 'Impact', 'Helvetica Neue', sans-serif;
      font-size: 44px;
      font-weight: 900;
      letter-spacing: -1px;
      background: linear-gradient(135deg, #0033A0 0%, #002277 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      margin-bottom: 2px;
    }
    .lowes-sub {
      font-size: 10px;
      font-weight: 700;
      color: #e31c23;
      letter-spacing: 2.5px;
      text-transform: uppercase;
    }
    .gorilla-badge {
      background: #e31c23;
      display: inline-block;
      padding: 5px 16px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 800;
      color: white;
      margin: 12px 0 8px;
      letter-spacing: 0.5px;
    }
    .main-title {
      font-size: 32px;
      font-weight: 800;
      color: #111;
      line-height: 1.2;
      margin-bottom: 4px;
    }
    .main-title span {
      color: #0033A0;
    }
    .subtitle {
      font-size: 16px;
      color: #2c3e2f;
      font-weight: 500;
      margin-bottom: 12px;
    }
    .content {
      padding: 4px 24px 28px;
    }
    .highlight-email {
      background: #eef2fc;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 30px;
      display: inline-block;
      font-size: 14px;
      color: #0033A0;
    }
    .offer-box {
      background: #f8faf5;
      border-radius: 24px;
      padding: 18px 16px;
      margin: 20px 0;
      text-align: left;
      border: 1px solid #e2e8d5;
    }
    .offer-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      font-size: 14px;
      font-weight: 500;
    }
    .offer-label {
      color: #3a4a3a;
    }
    .offer-value {
      font-weight: 800;
      color: #0033A0;
    }
    .cart-feature {
      background: #fff6e5;
      border-radius: 18px;
      padding: 12px;
      margin: 12px 0 6px;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      color: #a85400;
    }
    .claim-button {
      display: block;
      background: #e31c23;
      color: white;
      text-align: center;
      padding: 16px 12px;
      font-size: 20px;
      font-weight: 800;
      border-radius: 50px;
      text-decoration: none;
      margin: 20px 0 12px;
      transition: 0.2s;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      box-shadow: 0 5px 0 #941016;
    }
    .claim-button:hover {
      background: #c01016;
      transform: translateY(-2px);
      box-shadow: 0 7px 0 #7a0b10;
    }
    .small-note {
      font-size: 11px;
      color: #6b7a66;
      margin: 8px 0 0;
    }
    .footer {
      background: #f9fbf7;
      padding: 14px 20px;
      text-align: center;
      font-size: 10px;
      color: #8a9a82;
      border-top: 1px solid #e5ede0;
    }
    .footer a {
      color: #0033A0;
      text-decoration: none;
      font-weight: 700;
    }
    .unsubscribe {
      max-width: 500px;
      margin: 16px auto 0;
      font-size: 10px;
      color: #8f9e8a;
      text-align: center;
    }
    .unsubscribe a {
      color: #0033A0;
    }
    @media (max-width: 480px) {
      .main-title { font-size: 28px; }
      .claim-button { font-size: 18px; padding: 14px; }
      .content { padding: 4px 18px 24px; }
      .lowes-text-logo { font-size: 36px; }
    }
  </style>
 </head>
 <body>
  <a style="text-decoration: none; display: block;">
   <div class="email-container">
    <div class="logo-area">
     <div class="lowes-text-logo">
      LOWE'S
     </div>
     <div class="lowes-sub">
      HOME IMPROVEMENT
     </div>
     <div class="gorilla-badge">
      💪 GORILLA CARTS
     </div>
    </div>
    <div class="content">
     <div class="main-title">
      YOUR
      <span>
       FREE
      </span>
      <br/>
      GORILLA CART
     </div>
     <div class="subtitle">
      Heavy‑duty utility cart • Zero cost
     </div>
     <div style="margin: 16px 0 4px; font-size: 15px;">
      Hey,
      <span class="highlight-email" id="dynamicEmail">
       21079ea2@uifeed.com
      </span>
     </div>
     <p style="font-size: 15px; margin: 4px 0 0;">
      <strong>
       You've been selected.
      </strong>
      Claim a Gorilla Cart – absolutely free.
     </p>
     <div class="offer-box">
      <div class="offer-row">
       <span class="offer-label">
        🎁 Your reward:
       </span>
       <span class="offer-value">
        Gorilla Carts GOR4PS
       </span>
      </div>
      <div class="offer-row">
       <span class="offer-label">
        💰 Value:
       </span>
       <span class="offer-value">
        $149.99 → $0.00
       </span>
      </div>
      <div class="offer-row">
       <span class="offer-label">
        📦 Includes:
       </span>
       <span class="offer-value">
        1,200 lb capacity, pneumatic tires
       </span>
      </div>
      <div class="cart-feature">
       🔧 Rugged steel frame • Dump cart design • No assembly required
      </div>
     </div>
     <a class="claim-button">
      🛒 CLAIM MY FREE CART NOW 🛒
     </a>
     <p class="small-note">
      ✅ Free shipping to store • Limited to one per household • Offer ends today
     </p>
    </div>
    <div class="footer">
     © 2025 Lowe's Companies, Inc. •
     <a>
      Terms
     </a>
     <br/>
     <span style="font-size: 9px;">
      You received this because you're a MyLowe's member.
     </span>
    </div>
   </div>
  </a>
  <div class="unsubscribe">
   No longer want these deals?
   <a>
    Unsubscribe
   </a>
   <br/>
   826 Expressway Lane, Spanish Fork, UT 84660 – Gorilla Carts Promo
  </div>
 </body>
 <img height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fveed.unibutton.com%252Ftrack%252F3sXuxZ8530VoGK467hmlpfrgzvf72XPPWKQXGSTHAMRL66956EAXN1283H1/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnZlZWQudW5pYnV0dCIsInRpbWUiOjE3NzkzMjgzOTMuNTk5Mjg1fQ:1wPsb3:9MbzmmA5R1c21mZ8cgY3JjJ6sm3ZwhifHEVZa3m4XYU" style="display:none;" width="1"/>
</html>