File size: 12,560 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Estee Lauder Product Page Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #0a0a0a;
    font-family: "Georgia", "Times New Roman", serif;
  }

  /* Common */
  .row { display: flex; align-items: center; }
  .serif { font-family: "Georgia", "Times New Roman", serif; }
  .sans { font-family: "Segoe UI", Roboto, Arial, sans-serif; }
  .navy { color: #0f1a33; }
  .muted { color: #4b5664; }
  .light-gray { color: #6f7a88; }
  .pad-40 { padding: 0 40px; }
  .price { font-weight: 800; font-size: 40px; letter-spacing: 0.3px; }
  .divider { height: 1px; background: #e5e7eb; }

  /* Status bar */
  .status-bar {
    position: absolute; top: 0; left: 0; width: 100%; height: 90px;
    background: #000000; color: #ffffff; font-family: "Segoe UI", Roboto, Arial, sans-serif;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 28px; font-size: 32px;
  }
  .status-icons { display: flex; align-items: center; gap: 18px; }

  /* Promo banner */
  .promo {
    position: absolute; top: 90px; left: 0; width: 100%; height: 160px;
    background: #0f1a33; color: #ffffff;
    display: flex; align-items: center; justify-content: center;
    text-align: center; line-height: 1.35; padding: 0 140px;
    box-sizing: border-box;
  }
  .promo .edge {
    position: absolute; top: 0; width: 120px; height: 100%; display: flex; align-items: center; justify-content: center;
  }
  .promo .edge.left { left: 0; }
  .promo .edge.right { right: 0; }
  .promo .text { font-size: 34px; }
  .promo .text .link { text-decoration: underline; }

  /* Header */
  .header {
    position: absolute; top: 250px; left: 0; width: 100%; height: 160px;
    background: #ffffff; border-bottom: 1px solid #e6e8ee;
    display: flex; align-items: center; justify-content: center;
  }
  .header .left, .header .right {
    position: absolute; top: 0; height: 100%; display: flex; align-items: center; gap: 30px;
  }
  .header .left { left: 30px; }
  .header .right { right: 30px; }
  .brand {
    font-size: 70px; letter-spacing: 6px; color: #1b243a;
  }
  .header .right .signin { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; color: #1b243a; }

  /* Intro text & rating */
  .intro {
    position: absolute; top: 410px; left: 0; width: 100%; background: #ffffff;
    padding: 22px 40px 30px 40px; box-sizing: border-box;
  }
  .stars { display: inline-flex; gap: 8px; vertical-align: middle; }
  .reviews { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; margin-left: 18px; color: #1b243a; }
  .intro .desc { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 36px; color: #2b3343; margin-top: 16px; }
  .intro .range { font-weight: 800; font-size: 42px; color: #1b243a; margin-top: 20px; }

  /* Best seller tag */
  .best-seller {
    position: absolute; top: 720px; left: 0; width: 100%; height: 100px;
    background: #eef2f6; display: flex; align-items: center; padding: 0 40px; box-sizing: border-box;
    color: #0f1a33; font-weight: 700; letter-spacing: 4px; font-size: 32px;
  }

  /* Hero image area */
  .hero {
    position: absolute; top: 820px; left: 0; width: 100%; height: 720px;
    background: #e9edf3;
    display: flex; align-items: center; justify-content: center; box-sizing: border-box;
  }
  .hero .img {
    width: 820px; height: 600px; background: #E0E0E0; border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center; color: #757575; font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 32px; text-align: center; padding: 20px;
  }
  .hero .overlay {
    position: absolute; top: 0; width: 130px; height: 100%;
    background: rgba(0,0,0,0.04);
    display: flex; align-items: center; justify-content: center;
  }
  .hero .overlay.left { left: 0; }
  .hero .overlay.right { right: 0; }

  /* Product details section */
  .details {
    position: absolute; top: 1540px; left: 0; width: 100%;
    background: #ffffff; padding: 40px; box-sizing: border-box;
  }
  .details .title {
    font-size: 56px; line-height: 1.2; color: #1b243a;
    margin-bottom: 24px;
  }
  .details .rating-row { display: flex; align-items: center; margin-bottom: 18px; }
  .details .subdesc { font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; color: #2b3343; line-height: 1.4; margin-top: 8px; }
  .details .price { margin-top: 22px; }

  /* Bottom actions */
  .bottom-bar {
    position: absolute; bottom: 60px; left: 0; width: 100%; height: 120px;
    background: #0f1a33; color: #ffffff; display: flex; align-items: center; justify-content: center; gap: 60px;
    font-family: "Segoe UI", Roboto, Arial, sans-serif; font-size: 34px; letter-spacing: 2px;
  }
  .bottom-bar .sep { width: 1px; height: 36px; background: rgba(255,255,255,0.4); }

  /* Home indicator */
  .home-indicator {
    position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
    width: 200px; height: 12px; background: #c9cdd3; border-radius: 6px;
  }

  /* SVG sizing helpers */
  .icon { width: 48px; height: 48px; }
  .icon-large { width: 64px; height: 64px; }
  .icon-chev { width: 40px; height: 40px; }
  .icon-bag { width: 60px; height: 60px; }
  .icon-menu { width: 56px; height: 56px; }
  .icon-search { width: 56px; height: 56px; }

</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div>10:56</div>
    <div class="status-icons">
      <!-- simple dots and shapes to mimic system icons -->
      <svg class="icon" viewBox="0 0 24 24">
        <circle cx="6" cy="12" r="3" fill="#fff"></circle>
        <rect x="12" y="9" width="6" height="6" fill="#fff"></rect>
      </svg>
      <svg class="icon" viewBox="0 0 24 24">
        <circle cx="12" cy="12" r="3" fill="#fff"></circle>
      </svg>
      <svg class="icon" viewBox="0 0 24 24">
        <rect x="3" y="10" width="18" height="4" fill="#fff"></rect>
      </svg>
      <div style="width:8px"></div>
    </div>
    <div class="status-icons">
      <svg class="icon" viewBox="0 0 24 24">
        <path d="M3 17c3-3 6-5 9-5s6 2 9 5" stroke="#fff" stroke-width="2" fill="none"></path>
      </svg>
      <svg class="icon" viewBox="0 0 24 24">
        <rect x="6" y="5" width="12" height="14" rx="2" stroke="#fff" stroke-width="2" fill="none"></rect>
        <rect x="8" y="7" width="8" height="10" fill="#fff"></rect>
      </svg>
    </div>
  </div>

  <!-- Promo Banner -->
  <div class="promo">
    <div class="edge left">
      <svg class="icon-chev" viewBox="0 0 24 24">
        <path d="M15 4 L7 12 L15 20" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="text">
      Try up to 4 free favorites with every purchase. <span style="font-size:30px">*</span> <span class="link">Details</span>
    </div>
    <div class="edge right">
      <svg class="icon-chev" viewBox="0 0 24 24">
        <path d="M9 4 L17 12 L9 20" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
  </div>

  <!-- Header -->
  <div class="header">
    <div class="left">
      <!-- Menu icon -->
      <svg class="icon-menu" viewBox="0 0 24 24">
        <path d="M3 6h18M3 12h18M3 18h18" stroke="#1b243a" stroke-width="2" stroke-linecap="round"></path>
      </svg>
      <!-- Search icon -->
      <svg class="icon-search" viewBox="0 0 24 24">
        <circle cx="11" cy="11" r="7" stroke="#1b243a" stroke-width="2" fill="none"></circle>
        <path d="M16 16l5 5" stroke="#1b243a" stroke-width="2" stroke-linecap="round"></path>
      </svg>
    </div>

    <div class="brand">ESTĒE LAUDER</div>

    <div class="right">
      <div class="signin">SIGN IN</div>
      <!-- Bag icon -->
      <svg class="icon-bag" viewBox="0 0 24 24">
        <path d="M6 9h12l-1 11H7L6 9z" stroke="#1b243a" stroke-width="2" fill="none"></path>
        <path d="M9 9V7a3 3 0 0 1 6 0v2" stroke="#1b243a" stroke-width="2" fill="none"></path>
      </svg>
    </div>
  </div>

  <!-- Intro rating and descriptive text -->
  <div class="intro">
    <div class="row">
      <div class="stars">
        <!-- 4 full stars + 1 half star -->
        <svg viewBox="0 0 20 20" width="40" height="40">
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
        </svg>
        <svg viewBox="0 0 20 20" width="40" height="40">
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
        </svg>
        <svg viewBox="0 0 20 20" width="40" height="40">
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
        </svg>
        <svg viewBox="0 0 20 20" width="40" height="40">
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path>
        </svg>
        <svg viewBox="0 0 20 20" width="40" height="40">
          <defs>
            <clipPath id="halfStarClip">
              <rect x="0" y="0" width="10" height="20"></rect>
            </clipPath>
          </defs>
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111" clip-path="url(#halfStarClip)"></path>
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="none" stroke="#111" stroke-width="1"></path>
        </svg>
      </div>
      <div class="reviews">(21989)</div>
    </div>
    <div class="desc sans">7 serums in 1: fight the look of multiple signs of aging.</div>
    <div class="range">$85.00 - $240.00</div>
  </div>

  <!-- BEST SELLER Tag -->
  <div class="best-seller">BEST SELLER</div>

  <!-- Hero image -->
  <div class="hero">
    <div class="img">[IMG: Advanced Night Repair Serum Duo bottles]</div>
    <div class="overlay left">
      <svg class="icon-large" viewBox="0 0 24 24">
        <path d="M15 4 L7 12 L15 20" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="overlay right">
      <svg class="icon-large" viewBox="0 0 24 24">
        <path d="M9 4 L17 12 L9 20" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
  </div>

  <!-- Product details -->
  <div class="details">
    <div class="title">Advanced Night Repair Serum Duo<br>Synchronized Multi-Recovery Complex</div>
    <div class="rating-row">
      <div class="stars">
        <svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
        <svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
        <svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
        <svg viewBox="0 0 20 20" width="38" height="38"><path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111"></path></svg>
        <svg viewBox="0 0 20 20" width="38" height="38">
          <defs>
            <clipPath id="halfStarClip2">
              <rect x="0" y="0" width="10" height="20"></rect>
            </clipPath>
          </defs>
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="#111" clip-path="url(#halfStarClip2)"></path>
          <path d="M10 1l2.9 6.3 6.9.3-5.4 4.1 1.9 6.7L10 14.6 3.7 18.4 5.6 11.7.2 7.6l6.9-.3L10 1z" fill="none" stroke="#111" stroke-width="1"></path>
        </svg>
      </div>
      <div class="reviews">(21989)</div>
    </div>
    <div class="subdesc">Serum value set: fight the look of signs of aging.<br>A $250 Value</div>
    <div class="price">$208.00</div>
  </div>

  <!-- Bottom Bar -->
  <div class="bottom-bar">
    <div>LIVE CHAT</div>
    <div class="sep"></div>
    <div>JOIN LOYALTY</div>
    <div class="sep"></div>
    <div>OFFERS</div>
  </div>

  <!-- Home Indicator -->
  <div class="home-indicator"></div>

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