File size: 10,764 Bytes
5501681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Track Pants Search - Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 36px 10px 24px;
  }
  .top-left {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .back-btn {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.5px;
  }
  .top-actions {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .circle-icon {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row {
    display: flex;
    align-items: center;
    padding: 6px 36px 0 36px;
    justify-content: space-between;
  }
  .link {
    color: #4C97FF;
    font-size: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .right-links {
    display: flex;
    gap: 42px;
    align-items: center;
  }
  .right-links .link {
    font-size: 38px;
  }
  .section {
    padding: 36px;
  }
  .section h3 {
    margin: 0 0 24px 0;
    font-size: 52px;
  }
  .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .chip {
    padding: 18px 34px;
    background: #141414;
    border: 2px solid #4a4a4a;
    color: #eaeaea;
    border-radius: 40px;
    font-size: 36px;
  }
  .divider {
    height: 2px;
    background: #2a2a2a;
    margin: 12px 36px 24px;
  }
  .card {
    display: flex;
    gap: 28px;
    padding: 24px 36px;
  }
  .thumb {
    width: 320px;
    height: 320px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    color: #757575;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    overflow: hidden;
  }
  .heart-badge {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 88px;
    height: 88px;
    background: rgba(0,0,0,0.55);
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info {
    flex: 1;
    padding-top: 4px;
  }
  .title2 {
    font-size: 44px;
    line-height: 1.22;
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #eee;
  }
  .subtitle {
    color: #bdbdbd;
    font-size: 34px;
    margin-top: 6px;
  }
  .price {
    font-size: 56px;
    font-weight: 800;
    margin: 12px 0 8px;
  }
  .strike {
    color: #bdbdbd;
    text-decoration: line-through;
    margin-right: 10px;
  }
  .percent {
    color: #bdbdbd;
    font-size: 34px;
  }
  .meta {
    color: #bdbdbd;
    font-size: 34px;
    margin-top: 6px;
    line-height: 1.35;
  }
  .sponsored {
    color: #8a8a8a;
    font-size: 34px;
    padding: 12px 36px 18px 36px;
  }
  .results-count {
    text-align: center;
    color: #ddd;
    font-size: 40px;
    padding: 18px 0 18px;
  }
  .bottom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    background: #121212;
    border-top: 2px solid #2a2a2a;
    padding-top: 18px;
  }
  .nav-items {
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
  }
  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #cfcfcf;
    font-size: 28px;
  }
  .nav-item .ico {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-item.active .ico {
    background: #0d3b66;
    box-shadow: inset 0 0 0 4px #2e6ef7;
  }
  .home-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    opacity: 0.9;
  }
  /* small svg tint helpers */
  svg { display: block; }
</style>
</head>
<body>
<div id="render-target">

  <div class="topbar">
    <div class="top-left">
      <div class="back-btn">
        <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
          <path d="M15 18L9 12l6-6" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
      <div class="title">track pants</div>
    </div>
    <div class="top-actions">
      <div class="circle-icon">
        <!-- search -->
        <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
          <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2"/>
          <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
        </svg>
      </div>
      <div class="circle-icon">
        <!-- camera -->
        <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
          <rect x="3" y="7" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
          <path d="M9 7l1.5-2h3L15 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
          <circle cx="12" cy="13" r="3.5" stroke="#fff" stroke-width="2"/>
        </svg>
      </div>
      <div class="circle-icon">
        <!-- cart -->
        <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
          <path d="M6 6h14l-2 8H8L6 4H3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
          <circle cx="9" cy="20" r="1.8" fill="#fff"/>
          <circle cx="18" cy="20" r="1.8" fill="#fff"/>
        </svg>
      </div>
    </div>
  </div>

  <div class="row">
    <div class="link">
      <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
        <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#4C97FF" stroke-width="2"/>
      </svg>
      <span>Save this search</span>
    </div>
    <div class="right-links">
      <div class="link">
        <span>Sort</span>
        <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
          <path d="M7 6h10M7 12h6M7 18h2" stroke="#4C97FF" stroke-width="2" stroke-linecap="round"/>
        </svg>
      </div>
      <div class="link">
        <span>Filter</span>
        <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
          <path d="M3 5h18l-7 8v5l-4 2v-7L3 5z" stroke="#4C97FF" stroke-width="2" stroke-linejoin="round"/>
        </svg>
      </div>
    </div>
  </div>

  <div class="section">
    <h3>Shop by Color</h3>
    <div class="chips">
      <div class="chip">Black</div>
      <div class="chip">Blue</div>
      <div class="chip">Gray</div>
      <div class="chip">Green</div>
      <div class="chip">Yellow</div>
      <div class="chip">White</div>
    </div>
  </div>

  <div class="divider"></div>

  <!-- Product 1 -->
  <div class="card">
    <div class="thumb">
      [IMG: Track pants collage]
      <div class="heart-badge">
        <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
          <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#fff" stroke-width="2"/>
        </svg>
      </div>
    </div>
    <div class="info">
      <div class="title2">Mens Fleece Sweat Track Pants w Pockets Jogger Sports Casual Trackies Cuffed Hem</div>
      <div class="subtitle">Brand New</div>
      <div class="price">$10.73</div>
      <div class="percent"><span class="strike">$22.16</span>· 52% off</div>
      <div class="meta">+$8.87 shipping from Australia<br>33+ sold</div>
    </div>
  </div>

  <div class="sponsored">Sponsored</div>

  <div class="divider"></div>

  <!-- Product 2 -->
  <div class="card">
    <div class="thumb">
      [IMG: Adidas tricot jogger pants]
      <div class="heart-badge">
        <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
          <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#fff" stroke-width="2"/>
        </svg>
      </div>
    </div>
    <div class="info">
      <div class="title2">NWT Adidas Tricot JOGGER Pant Mens Training Track Pants 3 Stripe Black Grey Gray</div>
      <div class="subtitle">Brand New</div>
      <div class="price">$38.99 to $40.99</div>
      <div class="meta">+$25.30 shipping from United States<br>8+ sold</div>
    </div>
  </div>

  <div class="sponsored">Sponsored</div>

  <div class="divider"></div>

  <div class="results-count">57,000+ results</div>

  <!-- Bottom Navigation -->
  <div class="bottom-nav">
    <div class="nav-items">
      <div class="nav-item">
        <div class="ico">
          <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
            <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-8z" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
          </svg>
        </div>
        <div>Home</div>
      </div>
      <div class="nav-item">
        <div class="ico">
          <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
            <circle cx="12" cy="8" r="4" stroke="#fff" stroke-width="2"/>
            <path d="M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </div>
        <div>My eBay</div>
      </div>
      <div class="nav-item active">
        <div class="ico">
          <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
            <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2"/>
            <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </div>
        <div>Search</div>
      </div>
      <div class="nav-item">
        <div class="ico">
          <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
            <path d="M18 8a6 6 0 11-12 0 6 6 0 0112 0z" stroke="#fff" stroke-width="2"/>
            <path d="M21 21l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </div>
        <div>Inbox</div>
      </div>
      <div class="nav-item">
        <div class="ico">
          <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
            <path d="M3 7l9-4 9 4v5c0 5-4 9-9 9S3 17 3 12V7z" stroke="#fff" stroke-width="2"/>
            <path d="M12 9v8" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </div>
        <div>Selling</div>
      </div>
    </div>
    <div class="home-indicator"></div>
  </div>

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