File size: 7,749 Bytes
98687c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Nike Air Max 97 - Mobile Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #111;
  }

  /* Status bar */
  .status-bar {
    height: 96px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 36px;
    font-size: 34px;
    box-sizing: border-box;
  }
  .status-left { display: flex; align-items: center; gap: 18px; }
  .sb-icons { display: inline-flex; gap: 10px; margin-left: 16px; }
  .sb-dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; opacity: 0.9; }
  .status-spacer { flex: 1; }
  .status-right { display: flex; align-items: center; gap: 18px; }
  .sb-rect { width: 28px; height: 18px; border: 2px solid #fff; border-radius: 3px; }

  /* App bar */
  .app-bar {
    height: 140px;
    display: flex;
    align-items: center;
    padding: 0 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
  .title { font-size: 54px; font-weight: 700; margin-left: 8px; }
  .app-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }

  /* Content */
  .content {
    position: absolute;
    top: 236px; /* status + app bars */
    left: 0;
    right: 0;
    bottom: 120px; /* bottom nav pill spacing */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px 40px 80px 40px;
    box-sizing: border-box;
  }
  .para {
    font-size: 34px;
    line-height: 48px;
    color: #333;
    margin: 8px 0 22px 0;
  }
  .bullets {
    margin: 12px 0 16px 20px;
    padding-left: 22px;
  }
  .bullets li {
    font-size: 34px;
    line-height: 50px;
    margin: 6px 0;
  }
  .link {
    font-size: 36px;
    color: #1e73ff;
    margin: 18px 0 26px 0;
  }

  /* Controls */
  .control {
    margin: 18px 0;
  }
  .select {
    height: 136px;
    border-radius: 68px;
    border: 2px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    font-size: 42px;
    font-weight: 600;
    color: #111;
    box-sizing: border-box;
    background: #fff;
  }
  .select .caret {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 22px solid #111;
    margin-left: 16px;
  }

  .btn-primary {
    height: 144px;
    border-radius: 76px;
    background: #0f0f0f;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-outline {
    height: 136px;
    border-radius: 72px;
    border: 2px solid #e5e5e5;
    background: #fff;
    color: #111;
    font-size: 44px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .heart {
    width: 44px; height: 44px;
    position: relative;
  }
  .heart:before, .heart:after {
    content: "";
    position: absolute;
    width: 24px; height: 36px;
    background: #111;
    border-radius: 24px 24px 0 0;
    transform: rotate(-45deg);
    left: 10px; top: 8px;
  }
  .heart:after {
    left: 18px;
    transform: rotate(45deg);
  }

  .note {
    color: #8b8b8b;
    text-align: center;
    font-size: 34px;
    line-height: 48px;
    margin: 36px 40px;
  }

  .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 8px;
    font-size: 44px;
    font-weight: 700;
    border-top: 1px solid #eee;
  }
  .row .chev {
    width: 24px; height: 24px;
    border-right: 4px solid #888;
    border-top: 4px solid #888;
    transform: rotate(45deg);
    margin-left: 18px;
  }
  .stars { font-size: 46px; color: #111; letter-spacing: 6px; }
  .star-dim { color: #cfcfcf; }

  /* Bottom navigation pill */
  .nav-pill {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 14px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
  }

  /* Simple SVG icons */
  svg { display: block; }
</style>
</head>
<body>
<div id="render-target">
  <!-- Status bar -->
  <div class="status-bar">
    <div class="status-left">
      <div>10:57</div>
      <div class="sb-icons">
        <div class="sb-dot"></div>
        <div class="sb-dot"></div>
        <div class="sb-dot"></div>
      </div>
    </div>
    <div class="status-spacer"></div>
    <div class="status-right">
      <!-- Wi‑Fi -->
      <svg width="36" height="28" viewBox="0 0 24 18" fill="none">
        <path d="M2 6c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"/>
        <path d="M5 9c3-2 11-2 14 0" stroke="#fff" stroke-width="2" fill="none"/>
        <path d="M9 13c2-1 4-1 6 0" stroke="#fff" stroke-width="2" fill="none"/>
        <circle cx="12" cy="16" r="1.6" fill="#fff"/>
      </svg>
      <!-- Battery -->
      <div style="display:flex; align-items:center; gap:6px;">
        <div class="sb-rect"></div>
        <div style="width:6px;height:10px;background:#fff;border-radius:2px;"></div>
      </div>
    </div>
  </div>

  <!-- App bar -->
  <div class="app-bar">
    <div class="icon-btn" aria-label="Back">
      <svg width="40" height="40" viewBox="0 0 24 24">
        <path d="M15 4L7 12l8 8" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="title">Nike Air Max 97</div>
    <div class="app-right">
      <div class="icon-btn" aria-label="Search">
        <svg width="42" height="42" viewBox="0 0 24 24">
          <circle cx="10" cy="10" r="7" stroke="#111" stroke-width="2" fill="none"></circle>
          <path d="M15.5 15.5L22 22" stroke="#111" stroke-width="2"></path>
        </svg>
      </div>
      <div class="icon-btn" aria-label="Bag">
        <svg width="42" height="42" viewBox="0 0 24 24">
          <path d="M6 8h12l-1 12H7L6 8z" stroke="#111" stroke-width="2" fill="none"/>
          <path d="M9 8V6a3 3 0 016 0v2" stroke="#111" stroke-width="2" fill="none"/>
        </svg>
      </div>
    </div>
  </div>

  <!-- Content -->
  <div class="content">
    <div class="para">
      made for running, the 97 is now a pair of kicks you can rock anywhere, any day of the week.
    </div>

    <ul class="bullets">
      <li>Shown: Metallic Gold/Black/White/Varsity Red</li>
      <li>Style: 918890-700</li>
      <li>Country/Region of Origin: Vietnam</li>
    </ul>

    <div class="link">View Product Details</div>

    <div class="control select">
      <div>Select Size</div>
      <div class="caret"></div>
    </div>

    <div class="control btn-primary">Add to Bag</div>

    <div class="control btn-outline">
      <span>Favorited</span>
      <span class="heart" aria-hidden="true"></span>
    </div>

    <div class="note">
      This product is excluded from all promotions and discounts.
    </div>

    <div class="row">
      <div>Size &amp; Fit</div>
      <div class="chev"></div>
    </div>

    <div class="row" style="border-bottom:1px solid #eee;">
      <div>Reviews (2)</div>
      <div style="display:flex; align-items:center; gap:26px;">
        <div class="stars">
          <span></span><span></span><span></span><span></span><span class="star-dim"></span>
        </div>
        <div class="chev"></div>
      </div>
    </div>
  </div>

  <!-- Bottom pill -->
  <div class="nav-pill"></div>
</div>
</body>
</html>