Sujet: Use for 10-20 minutes before bed
De: Snooze Ease Service
Date: 16 juillet 2026 à 09:02
<!DOCTYPE html>
Snooze Ease — Portable Sleep Device
:root {
--brand-green: #2bb673;
--brand-green-dark: #1f9a5e;
--brand-green-light: #f0faf5;
--text: #1b1b1b;
--muted: #6b6b6b;
--line: #e6e6e6;
--bg: #ffffff;
--soft: #f7f8fa;
--blue-dark: #1a4d7a;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background: #f1f5f9;
font-family: 'Segoe UI', 'Open Sans', Helvetica, Arial, sans-serif;
color: var(--text);
-webkit-font-smoothing: antialiased;
}
img {
display: block;
max-width: 100%;
border: 0;
height: auto;
margin: 0 auto;
}
a {
text-decoration: none;
color: inherit;
}
.wrapper {
width: 100%;
background: #f1f5f9;
padding: 20px 0;
}
.container {
max-width: 520px;
margin: 0 auto;
background: var(--bg);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}
.inner {
padding: 0 18px 8px;
}
.inner-alt {
padding: 0 18px 8px;
background: var(--brand-green-light);
}
.center {
text-align: center;
}
.section-spacer {
height: 18px;
}
.section-spacer-lg {
height: 26px;
}
/* ----- TYPOGRAPHY ----- */
h1 {
font-size: 20px;
line-height: 1.3;
margin: 12px 0 14px;
font-weight: 800;
color: var(--text);
letter-spacing: -0.3px;
}
h2 {
font-size: 21px;
margin: 10px 0 8px;
text-align: center;
line-height: 1.4;
color: var(--text);
font-weight: 700;
letter-spacing: -0.3px;
}
p {
font-size: 15px;
line-height: 1.7;
text-align: center;
color: #2d2d2d;
margin: 8px 0;
}
.big-img {
width: 100%;
max-width: 480px;
border-radius: 12px;
display: block;
margin: 0 auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
/* ----- TOP BAR (advertorial) ----- */
.advertorial-header {
background: linear-gradient(135deg, #1a4d7a 0%, #0d2e4d 100%);
color: #fff;
text-align: center;
padding: 14px 10px;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.advertorial-header span {
background: #ffcc00;
color: #0d2e4d;
padding: 2px 12px;
border-radius: 40px;
font-size: 12px;
margin-left: 6px;
}
/* ----- BUTTON (primary) ----- */
.btn {
display: inline-block;
background: linear-gradient(145deg, #2bb673 0%, #1f9a5e 100%);
color: #fff;
padding: 16px 40px;
border-radius: 60px;
font-size: 17px;
font-weight: 800;
margin: 14px 0 10px;
text-align: center;
box-shadow: 0 6px 20px rgba(43, 182, 115, 0.30);
transition: all 0.2s ease;
letter-spacing: 0.3px;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.btn:hover {
background: linear-gradient(145deg, #1f9a5e 0%, #167a48 100%);
transform: translateY(-2px);
box-shadow: 0 8px 28px rgba(43, 182, 115, 0.40);
}
.btn-small {
padding: 12px 28px;
font-size: 14px;
}
/* ----- BADGE (urgency) ----- */
.badge {
display: inline-block;
background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
color: #fff;
padding: 8px 18px;
border-radius: 40px;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 6px;
box-shadow: 0 2px 12px rgba(255, 68, 68, 0.25);
}
/* ----- CHECKLIST (modern) ----- */
.list {
padding: 0;
list-style: none;
margin: 16px 0 10px;
}
.list li {
display: flex;
align-items: flex-start;
gap: 14px;
margin: 12px 0;
font-size: 15px;
line-height: 1.5;
color: #1e1e1e;
}
.check {
width: 22px;
height: 22px;
border-radius: 50%;
background: var(--brand-green);
flex-shrink: 0;
position: relative;
box-shadow: 0 2px 6px rgba(43, 182, 115, 0.25);
margin-top: 1px;
}
.check::after {
content: '✓';
position: absolute;
color: white;
font-size: 12px;
font-weight: 700;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* ----- CARD / PRICE BOX ----- */
.price-card {
background: #fafcfe;
border: 2px solid var(--brand-green);
border-radius: 16px;
padding: 20px 18px 24px;
margin: 16px 0 12px;
text-align: center;
}
.price-card .old-price {
font-size: 18px;
color: #999;
text-decoration: line-through;
font-weight: 400;
}
.price-card .new-price {
font-size: 34px;
font-weight: 900;
color: var(--brand-green);
letter-spacing: -0.5px;
}
.price-card .price-label {
font-size: 13px;
color: #666;
font-weight: 600;
}
.price-card .stock {
display: inline-block;
background: #fff4f0;
color: #cc0000;
padding: 4px 16px;
border-radius: 40px;
font-size: 12px;
font-weight: 700;
margin-top: 8px;
border: 1px solid #ffd6d0;
}
/* ----- FOOTER ----- */
.footer {
font-size: 11px;
color: #808080;
padding: 18px 16px 20px;
background: #fafafa;
border-top: 1px solid var(--line);
line-height: 1.6;
text-align: center;
}
.footer p {
margin: 6px 0;
font-size: 11px;
color: #808080;
}
.footer a {
color: var(--brand-green);
text-decoration: underline;
font-weight: 600;
}
.footer a:hover {
color: #167a48;
}
/* ----- RESPONSIVE ----- */
@media (max-width: 520px) {
.wrapper {
padding: 10px 0;
}
.container {
border-radius: 12px;
}
.inner,
.inner-alt {
padding: 0 14px 6px;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 18px;
}
p {
font-size: 14px;
}
.list li {
font-size: 14px;
}
.btn {
padding: 14px 28px;
font-size: 15px;
width: 100%;
text-align: center;
box-sizing: border-box;
}
.price-card .new-price {
font-size: 28px;
}
.advertorial-header {
font-size: 11px;
padding: 10px 8px;
}
.advertorial-header span {
font-size: 10px;
padding: 1px 10px;
}
}
@media (max-width: 380px) {
h1 {
font-size: 16px;
}
h2 {
font-size: 16px;
}
.list li {
font-size: 13px;
}
.btn {
font-size: 13px;
padding: 12px 20px;
}
}
<!-- TOP BAR -->
âš¡ SPECIAL LIMITED TIME OFFER 50% OFF
<!-- HERO -->
Can't Sleep? This Tiny Device Helps You Relax, Sleep Fast, and Wake Up Refreshed
<img src="https://www.ni03hfph.com/686/off
Original post







