File size: 7,289 Bytes
ff1f000 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Estée Lauder Promo</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
}
/* Common */
.navy { background:#0c1633; color:#ffffff; }
.row { display:flex; align-items:center; }
.center { display:flex; justify-content:center; align-items:center; }
.underline { text-decoration: underline; }
.divider { width:1px; height:24px; background:#8ea0c2; margin: 0 28px; opacity:0.5; }
/* Status bar */
.status-bar {
position:absolute; top:0; left:0; width:100%; height:80px; background:#000; color:#fff;
padding:0 30px; box-sizing:border-box; font-family: Arial, Helvetica, sans-serif;
font-size:32px;
}
.status-bar .right { margin-left:auto; gap:18px; }
/* Top promo banner */
.promo {
position:absolute; top:80px; left:0; width:100%; height:160px; box-sizing:border-box;
padding:0 80px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing:0.5px;
}
.promo .text { font-size:42px; font-weight:600; }
.promo .link { font-size:40px; margin-left:20px; }
.promo .chev { position:absolute; top:50%; transform:translateY(-50%); width:60px; height:60px; }
.promo .chev.left { left:18px; }
.promo .chev.right { right:18px; }
.promo svg { width:60px; height:60px; }
/* Header */
.header {
position:absolute; top:240px; left:0; width:100%; height:140px; background:#fff;
border-bottom: 1px solid #e6e8ee;
padding:0 40px; box-sizing:border-box;
}
.header .brand {
font-family: "Georgia", "Times New Roman", serif;
font-size:72px; letter-spacing:6px; color:#1a2236;
}
.header .left, .header .right { gap:38px; }
.header svg { width:58px; height:58px; }
.header .signin { font-size:34px; color:#1a2236; font-family: Arial, Helvetica, sans-serif; }
/* Hero image */
.hero {
position:absolute; top:380px; left:0; width:100%; height:900px;
}
.img-box {
width:100%; height:100%;
background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
font-family: Arial, Helvetica, sans-serif; font-size:40px;
}
.hero .overlay {
position:absolute; bottom:40px; left:0; width:100%;
text-align:center; color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
}
.hero .overlay .top { font-weight:700; letter-spacing:1px; font-size:34px; text-transform:uppercase; }
.hero .overlay .sub { font-size:36px; margin-top:6px; }
/* Content section */
.content {
position:absolute; top:1280px; left:0; width:100%; height:860px; background:#fff;
padding:70px 80px; box-sizing:border-box; text-align:center;
color:#1a2236;
}
.content .kicker {
font-family: Arial, Helvetica, sans-serif; font-weight:800; letter-spacing:3px;
font-size:40px; text-transform:uppercase;
}
.content .headline {
font-family: "Georgia", "Times New Roman", serif;
font-size:96px; line-height:1.05; margin-top:36px;
}
.content .subline {
font-family: "Georgia", "Times New Roman", serif;
font-size:56px; color:#3a4258; margin-top:30px;
}
.content .value {
font-family: Arial, Helvetica, sans-serif; font-size:48px; font-weight:800; margin-top:60px;
}
.content .price {
font-family: Arial, Helvetica, sans-serif; font-size:42px; color:#3a4258; margin-top:16px;
}
/* CTA section */
.cta {
position:absolute; top:2140px; left:0; width:100%; height:220px; background:#0c1633; color:#fff;
box-sizing:border-box; padding:24px 40px;
}
.cta .button {
width:100%; height:110px; border:2px solid #ffffff; border-radius:8px;
font-family: Arial, Helvetica, sans-serif; font-size:48px; font-weight:800; letter-spacing:3px;
}
.cta .links {
margin-top:26px; width:100%; display:flex; align-items:center; justify-content:center;
font-family: Arial, Helvetica, sans-serif; font-size:36px; letter-spacing:3px; color:#cdd4e8;
}
.cta .links span { padding:0 4px; }
/* Home indicator */
.home-indicator {
position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
width:260px; height:18px; border-radius:9px; background:#cfcfcf; opacity:0.9;
}
/* Simple button hover (visual only) */
.button:hover { background:rgba(255,255,255,0.08); }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar row">
<div>10:52</div>
<div class="right row">
<!-- placeholders for status icons -->
<span>80°</span>
<span>•</span>
<span>▭</span>
<span>🔋</span>
</div>
</div>
<!-- Promo banner -->
<div class="promo navy row">
<div class="chev left">
<svg viewBox="0 0 24 24" fill="none">
<path d="M15 4 L7 12 L15 20" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="text">Shop Now & Pay Later with Afterpay</div>
<div class="link underline">Learn More</div>
<div class="chev right">
<svg viewBox="0 0 24 24" fill="none">
<path d="M9 4 L17 12 L9 20" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<!-- Header -->
<div class="header row">
<div class="left row">
<!-- Menu icon -->
<svg viewBox="0 0 24 24" stroke="#1a2236" fill="none">
<path d="M3 6 H21 M3 12 H21 M3 18 H21" stroke-width="2" stroke-linecap="round"/>
</svg>
<!-- Search icon -->
<svg viewBox="0 0 24 24" stroke="#1a2236" fill="none">
<circle cx="11" cy="11" r="7" stroke-width="2"/>
<path d="M20 20 L16 16" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<div class="center" style="flex:1;">
<div class="brand">ESTÉE LAUDER</div>
</div>
<div class="right row">
<div class="signin">SIGN IN</div>
<!-- Bag icon -->
<svg viewBox="0 0 24 24" stroke="#1a2236" fill="none">
<path d="M6 9 H18 V20 H6 Z" stroke-width="2"/>
<path d="M8 9 C8 6 10 4 12 4 C14 4 16 6 16 9" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</div>
<!-- Hero image -->
<div class="hero">
<div class="img-box center">[IMG: Estee Lauder holiday gift set on blue background]</div>
<div class="overlay">
<div class="top">Choose Your Look</div>
<div class="sub">Celestial Glow</div>
</div>
</div>
<!-- Content block -->
<div class="content">
<div class="kicker">LIMITED EDITION</div>
<div class="headline">11 Full-Size Favorites<br>& More</div>
<div class="subline">for the Price of One<br>Full-Size Advanced Night Repair*</div>
<div class="value">A $615 Value</div>
<div class="price">$85 with any purchase**</div>
</div>
<!-- CTA Section -->
<div class="cta">
<div class="button center">SHOP NOW</div>
<div class="links">
<span>LIVE CHAT</span>
<div class="divider"></div>
<span>JOIN LOYALTY</span>
<div class="divider"></div>
<span>OFFERS</span>
</div>
</div>
<!-- Home indicator -->
<div class="home-indicator"></div>
</div>
</body>
</html> |