Sujet: Selected Shopper Survey: Ninja Air Fryer Reward
De: Kohl's Survey Team
Date: 13 juillet 2026 à 14:06
<!DOCTYPE html>
Kohl's Shopper Survey Invitation
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: #EEF2F5;
padding: 32px 20px;
line-height: 1.5;
}
.email-container {
max-width: 560px;
margin: 0 auto;
background: #ffffff;
border-radius: 28px;
overflow: hidden;
box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
}
/* Trust Bar */
.trust-bar {
background: #984052;
padding: 10px 24px;
text-align: center;
border-bottom: 2px solid #4A9E34;
}
.trust-bar p {
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #FFD966;
margin: 0;
}
/* Header */
.header {
padding: 22px 28px 12px 28px;
background: #ffffff;
border-bottom: 1px solid #E8EDF2;
}
.header img {
display: block;
max-width: 110px;
height: auto;
}
/* Content */
.content {
padding: 22px 28px 20px;
}
.greeting {
font-size: 20px;
font-weight: 800;
color: #984052;
margin-bottom: 14px;
}
.paragraph {
font-size: 14px;
line-height: 1.6;
color: #2A3A4A;
margin-bottom: 14px;
}
.paragraph strong {
color: #984052;
}
.highlight-box {
background: #F9F0F3;
border-left: 4px solid #4A9E34;
padding: 14px 18px;
margin: 16px 0 18px;
border-radius: 0 8px 8px 0;
}
.highlight-box p {
font-size: 13px;
line-height: 1.5;
color: #2A3A4A;
margin: 0;
}
.highlight-box strong {
color: #4A9E34;
}
.cta-link {
display: inline-block;
background: linear-gradient(135deg, #984052 0%, #7A3442 100%);
color: #FFFFFF;
font-weight: 700;
text-decoration: none;
padding: 14px 32px;
border-radius: 60px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 6px 16px rgba(152, 64, 82, 0.3);
transition: transform 0.2s, box-shadow 0.2s;
margin-top: 6px;
}
.cta-link:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(152, 64, 82, 0.35);
background: linear-gradient(135deg, #7A3442 0%, #5C2833 100%);
}
/* Product Section – LARGER & CLICKABLE */
.product-section {
background: linear-gradient(135deg, #F9F0F3 0%, #F3E8EC 100%);
padding: 28px 28px 32px;
border-top: 1px solid #E8D0D8;
border-bottom: 1px solid #E8D0D8;
text-align: center;
}
.product-badge {
display: inline-block;
background: #984052;
color: #ffffff;
font-size: 10px;
font-weight: 800;
letter-spacing: 1.5px;
padding: 4px 14px;
border-radius: 40px;
text-transform: uppercase;
margin-bottom: 20px;
}
.product-link {
display: inline-block;
background: #ffffff;
border-radius: 32px;
padding: 20px 24px;
border: 1px solid #E8D0D8;
box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.06);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-link:hover {
transform: scale(1.02);
box-shadow: 0 20px 32px -12px rgba(152, 64, 82, 0.15);
}
.product-image {
width: 280px;
max-width: 95%;
height: auto;
display: block;
margin: 0 auto;
}
.product-title {
font-size: 22px;
font-weight: 800;
color: #984052;
margin: 18px 0 10px;
letter-spacing: -0.3px;
}
.product-title span {
color: #4A9E34;
}
.product-text {
font-size: 13px;
line-height: 1.55;
color: #3A4A5E;
max-width: 400px;
margin: 0 auto 18px auto;
}
.product-cta {
display: inline-block;
background: #4A9E34;
color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: 700;
padding: 12px 28px;
border-radius: 60px;
transition: background 0.2s, transform 0.2s;
}
.product-cta:hover {
background: #3D822C;
transform: translateY(-2px);
}
/* Features Grid */
.feature-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 20px;
padding: 20px 28px;
border-bottom: 1px solid #E8EDF2;
background: #ffffff;
}
.feature-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
font-weight: 600;
color: #1E3A4A;
}
.check-icon {
width: 22px;
height: 22px;
background: #4A9E34;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
/* Footer */
.footer {
background: #F8FAFE;
padding: 20px 28px 24px;
text-align: center;
border-top: 1px solid #E8EDF2;
}
.footer-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 18px;
margin-bottom: 14px;
}
.footer-links a {
font-size: 11px;
font-weight: 600;
color: #5A6F8F;
text-decoration: none;
}
.footer-links a:hover {
color: #984052;
}
.footer-text {
font-size: 10px;
color: #7A95AE;
line-height: 1.5;
margin-bottom: 10px;
}
.company-info {
font-size: 10px;
font-weight: 600;
color: #4A6A8A;
margin-bottom: 10px;
}
.acknowledgment {
font-size: 10px;
margin-top: 8px;
}
.acknowledgment a {
color: #5A6F8F;
text-decoration: underline;
}
@media (max-width: 520px) {
body {
padding: 16px 12px;
}
.header {
padding: 18px 20px 10px 20px;
}
.header img {
max-width: 90px;
}
.content {
padding: 18px 20px 16px;
}
.greeting {
font-size: 18px;
}
.paragraph {
font-size: 13px;
}
.product-section {
padding: 20px 20px 24px;
}
.product-link {
padding: 14px 16px;
}
.product-image {
width: 200px;
}
.product-title {
font-size: 20px;
}
.feature-grid {
grid-template-columns: 1fr;
gap: 10px;
padding: 16px 20px;
}
.cta-link {
font-size: 13px;
padding: 12px 24px;
}
.footer {
padding: 16px 20px 20px;
}
}
<!-- Trust Bar -->
✅ EXCLUSIVE KOHL'S SURVEY • LIMITED REWARDS
<!-- Header -->
<!-- Content -->
Dear Kohl's Shopper,
You have been specially selected to participate in our customer feedback study. Your thoughts regarding your shopping experience at Kohl's are highly valuable to us as we strive to enhance our service and product selections.
🎠Your exclusive reward: After completing our quick survey, you will be eligible for a limited-time opportunity to claim a brand-new Ninja Air Fryer (valued at $119.00) as our thank-you gift.
The survey takes less than 3 minutes to complete. Simply click the link below to share your experience and claim your reward.
Original post







