File size: 7,860 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Estee Lauder - Night Repair Serum Results</title>
<style>
  body { margin: 0; padding: 0; background: transparent; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #1b223b;
  }

  /* Top status bar */
  .status-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 100px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 32px;
    letter-spacing: 1px;
  }
  .status-bar .right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .status-icon { width: 34px; height: 34px; }

  /* Promo banner */
  .promo {
    position: absolute;
    top: 100px;
    left: 0;
    width: 1080px;
    height: 170px;
    background: #0b1431;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 100px;
  }
  .promo .text {
    text-align: center;
    font-size: 34px;
    line-height: 1.35;
    max-width: 800px;
  }
  .promo a { color: #c9d3ff; text-decoration: underline; }
  .promo .edge {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promo .left { left: 0; }
  .promo .right { right: 0; }

  /* Header */
  .header {
    position: absolute;
    top: 270px;
    left: 0;
    width: 1080px;
    height: 160px;
    background: #fff;
    border-bottom: 1px solid #e6e8ef;
    display: flex;
    align-items: center;
    padding: 0 36px;
    box-sizing: border-box;
  }
  .header .left,
  .header .right {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .header .center {
    position: absolute;
    left: 0; right: 0;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    letter-spacing: 6px;
    color: #1b223b;
  }
  .header .right {
    margin-left: auto;
    font-size: 30px;
    color: #1b223b;
  }
  .icon { width: 56px; height: 56px; }

  /* Results text */
  .results {
    position: absolute;
    top: 430px;
    left: 0;
    width: 1080px;
    padding: 36px 44px 0;
    box-sizing: border-box;
    font-size: 36px;
    color: #2c3249;
  }

  /* Filters row */
  .filters-row {
    position: absolute;
    top: 530px;
    left: 0;
    width: 1080px;
    padding: 24px 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #2c3249;
  }
  .filters-row .right { margin-left: auto; }

  /* Product hero */
  .hero {
    position: absolute;
    top: 620px;
    left: 0;
    width: 1080px;
    height: 930px;
    background: #e9edf2;
  }
  .hero .label {
    position: absolute;
    top: 40px;
    left: 44px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #17203e;
    font-size: 32px;
  }
  .hero .img-wrap {
    position: absolute;
    left: 240px;
    top: 120px;
    width: 600px;
    height: 760px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 32px;
    text-align: center;
  }
  .hero .side {
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero .side.left { left: 0; }
  .hero .side.right { right: 0; }
  .chev { width: 50px; height: 50px; opacity: 0.75; }

  /* Product details */
  .details {
    position: absolute;
    top: 1550px;
    left: 0;
    width: 1080px;
    background: #fff;
    padding: 40px 44px 20px;
    box-sizing: border-box;
  }
  .details .title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    line-height: 1.2;
    color: #1b223b;
    margin-bottom: 24px;
  }
  .details .desc {
    font-size: 34px;
    color: #3c4566;
    margin-bottom: 24px;
  }
  .details .price {
    font-size: 40px;
    font-weight: 800;
    color: #1b223b;
  }

  /* Bottom CTA bar */
  .cta-bar {
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 1080px;
    height: 140px;
    background: #0b1431;
    color: #e6eafc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 36px;
    letter-spacing: 2px;
  }
  .divider {
    width: 2px;
    height: 40px;
    background: #394266;
  }

  /* Simple helper for SVG stroke color */
  svg { display: block; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div>10:55</div>
    <div class="right">
      <!-- simplified status icons -->
      <svg class="status-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#fff"/></svg>
      <svg class="status-icon" viewBox="0 0 24 24"><rect x="2" y="6" width="20" height="12" rx="2" fill="#fff"/></svg>
      <svg class="status-icon" viewBox="0 0 24 24"><path d="M2 12h20" stroke="#fff" stroke-width="3"/></svg>
    </div>
  </div>

  <!-- Promo banner -->
  <div class="promo">
    <div class="edge left">
      <svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
    </div>
    <div class="text">
      Try up to 4 free favorites with every purchase. <a href="#">Details</a>
    </div>
    <div class="edge right">
      <svg class="icon" viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
    </div>
  </div>

  <!-- Header -->
  <div class="header">
    <div class="left">
      <!-- menu -->
      <svg class="icon" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#1b223b" stroke-width="2" stroke-linecap="round"/></svg>
      <!-- search -->
      <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#1b223b" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#1b223b" stroke-width="2" stroke-linecap="round"/></svg>
    </div>
    <div class="center">ESTEE LAUDER</div>
    <div class="right">
      <div>SIGN IN</div>
      <!-- cart -->
      <svg class="icon" viewBox="0 0 24 24"><path d="M6 7h12l-1 11H7L6 7z" stroke="#1b223b" stroke-width="2" fill="none"/><path d="M9 7V5a3 3 0 0 1 6 0v2" stroke="#1b223b" stroke-width="2" fill="none"/></svg>
    </div>
  </div>

  <!-- Results info -->
  <div class="results">
    Showing 28 results for "Night Repair Serum".
  </div>

  <!-- Filters row -->
  <div class="filters-row">
    <div>Filters ▼</div>
    <div class="right">Best Sellers ▼</div>
  </div>

  <!-- Product hero area -->
  <div class="hero">
    <div class="label">BEST SELLER</div>

    <div class="img-wrap">[IMG: Advanced Night Repair Bottle]</div>

    <div class="side left">
      <svg class="chev" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
    </div>
    <div class="side right">
      <svg class="chev" viewBox="0 0 24 24"><path d="M9 5l7 7-7 7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
    </div>
  </div>

  <!-- Product details -->
  <div class="details">
    <div class="title">
      Advanced Night Repair Serum<br>
      Synchronized Multi-Recovery Complex
    </div>
    <div class="desc">7 serums in 1: fight the look of multiple signs of aging.</div>
    <div class="price">$85.00 - $240.00</div>
  </div>

  <!-- Bottom CTA bar -->
  <div class="cta-bar">
    <div>JOIN LOYALTY</div>
    <div class="divider"></div>
    <div>OFFERS</div>
  </div>

</div>
</body>
</html>