Sujet: Complete our Lowe's survey for a special reward
De: Lowe's Relations Team
Date: 06 septembre 2026 à 10:22
<!DOCTYPE html>
Lowe's Customer Survey Invitation
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Verdana', 'Arial', sans-serif;
background-color: #f0f0f0;
padding: 10px;
}
.email-container {
max-width: 500px;
margin: 0 auto;
background-color: #FFFFFF;
border: 2px solid #015AB9;
padding: 0;
}
.header {
text-align: left;
padding: 20px 25px 0px;
background-color: #ffffff;
}
.logo {
font-family: 'Arial Black', sans-serif;
font-size: 38px;
font-weight: bold;
margin-bottom: 5px;
width: 100%;
}
.logo img {
display: block;
margin: 0;
}
.content {
padding: 25px 30px 30px;
color: #333333;
}
.greeting {
font-size: 16px;
margin-bottom: 15px;
font-weight: bold;
color: #015AB9;
}
.paragraph {
font-size: 13px;
line-height: 1.5;
margin-bottom: 15px;
color: #333333;
}
.bold-text {
font-weight: bold;
color: #1D81F2;
}
.cta-link {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
background-color: #015AB9;
padding: 10px 20px;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
display: inline-block;
margin-top: 10px;
font-size: 12px;
}
.cta-link:hover {
background-color: #1D81F2;
}
.signature {
font-size: 13px;
margin-top: 20px;
color: #555;
}
.wave-divider {
width: 100%;
height: 45px;
background: #015AB9;
position: relative;
overflow: hidden;
}
.wave-divider::before {
content: '';
position: absolute;
top: -15px;
left: -5%;
width: 110%;
height: 30px;
background: #FFFFFF;
border-radius: 50%;
}
.wave-divider::after {
content: '';
position: absolute;
top: -12px;
left: -3%;
width: 106%;
height: 28px;
background: #015AB9;
border-radius: 50%;
}
.author-section {
background-color: #015AB9;
padding: 25px;
display: flex;
gap: 20px;
align-items: center;
}
.author-image {
width: 140px;
height: 140px;
border-radius: 50%;
background: #ffffff;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
border: 3px solid #ffffff;
overflow: hidden;
}
.author-bio {
flex: 1;
color: #FFFFFF;
}
.author-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
text-transform: uppercase;
color: #ffffff;
}
.bio-text {
font-size: 12px;
line-height: 1.4;
margin-bottom: 10px;
color: #e6e6e6;
}
.website {
text-decoration: none;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
color: #1D81F2;
background-color: #FFFFFF;
padding: 8px 12px;
display: inline-block;
border-radius: 3px;
}
.footer {
background-color: #f4f4f4;
padding: 20px 30px;
}
.footer-links {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 20px;
}
.footer-link {
color: #015AB9;
text-decoration: none;
font-size: 9px;
font-weight: bold;
}
.footer-text {
font-size: 10px;
line-height: 1.4;
color: #666666;
margin-bottom: 12px;
}
.company-info {
font-size: 10px;
line-height: 1.4;
color: #333333;
font-weight: bold;
}
.acknowledgment {
font-size: 9px;
line-height: 1.3;
color: #666666;
margin-top: 15px;
}
@media (max-width: 600px) {
body {
padding: 5px;
}
.email-container {
border-width: 1px;
border-top-width: 4px;
}
.content {
padding: 15px;
}
.author-section {
flex-direction: column;
padding: 20px 15px;
text-align: center;
}
.footer {
padding: 15px;
}
}
<!-- Header -->
<!-- Main Content -->
Dear Valued Lowe's Customer,
You are invited to participate in our exclusive customer satisfaction survey. Your valuable feedback
helps us continue providing the best shopping experience and high-quality products for your home.
As a special thank you, completing this short survey will give you a chance to claim a premium
Kobalt 24-Volt Cordless Drill (valued at $79.00) at no cost.
To share your thoughts and claim your reward, click the link below and complete the survey in under 3
minutes.
Start Survey Now
<!-- Product Highlight Section -->
Kobalt 24V Cordless Drill
Brushless motor delivers up to 850 in-lbs of torque for demanding heavy-duty tasks.
Designed with a compact, lightweight body to maximize productivity and reduce fatigue.
CLAIM NOW
<!-- Footer -->
Privacy Policy
Terms of Use
Help Center
Contact Us
This email is sent to you because you have registered as a Lowe's shopper. Participation in this
research survey is completely voluntary.
© 2026 Lowe's Home Improvement. All rights reserved.
Unsubscribe from survey
communications
Original post







