File size: 16,522 Bytes
fa881a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1080, initial-scale=1">
<title>Men's Sports Shoes - Listing</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;
  }

  /* General */
  .row { display:flex; align-items:center; }
  .spacer { flex:1; }
  .pad { padding:0 32px; }
  .muted { color:#777; }

  /* Status bar */
  .status-bar {
    height:90px; padding:0 26px;
    display:flex; align-items:center; color:#333; font-size:32px; letter-spacing:0.3px;
  }
  .status-icons { margin-left:18px; display:flex; gap:20px; align-items:center; }
  .dot { width:8px; height:8px; background:#777; border-radius:50%; display:inline-block; margin:0 10px; }

  /* Search */
  .search-area { padding:18px 24px 12px; display:flex; align-items:center; gap:18px; }
  .icon-btn { width:56px; height:56px; border-radius:28px; display:flex; justify-content:center; align-items:center; }
  .back { border:2px solid #222; }
  .camera { border:2px solid #222; }
  .search-box {
    flex:1; height:80px; border:4px solid #111; border-radius:40px;
    display:flex; align-items:center; padding:0 26px; font-size:34px; color:#111;
    box-sizing:border-box;
  }
  .search-box .muted { color:#666; }
  .search-box .inside-right { margin-left:auto; display:flex; gap:18px; }
  .search-box .circle-icon {
    width:52px; height:52px; border-radius:26px; background:#eaeaea; display:flex; align-items:center; justify-content:center;
  }

  /* Pills / chips */
  .chips { padding:8px 24px; display:flex; gap:16px; flex-wrap:wrap; }
  .chip {
    background:#EFEFEF; border:1px solid #D7D7D7; color:#333;
    height:64px; border-radius:32px; padding:0 26px; display:flex; align-items:center; gap:12px; font-size:30px;
  }
  .chip svg { width:28px; height:28px; }

  /* Promo band */
  .promo {
    margin:12px 0; padding:20px 24px; background:#FCEDE0; color:#0a9d2f; font-size:30px;
    display:flex; gap:24px; align-items:center;
  }
  .promo .divider { width:2px; height:24px; background:#eec9b5; }

  /* Secondary chips */
  .chips.secondary .chip {
    background:#fff; border-color:#ddd; height:66px; font-size:30px;
  }

  /* Grid of products */
  .grid { padding:20px 24px 120px; display:grid; grid-template-columns:1fr 1fr; gap:26px; }
  .card {
    border:1px solid #e2e2e2; border-radius:18px; overflow:hidden; background:#fff;
    box-shadow:0 1px 0 rgba(0,0,0,0.04);
  }
  .brand-tag {
    position:absolute; top:16px; left:16px; background:#fff; font-size:26px; padding:6px 10px; border:1px solid #ddd; border-radius:8px;
  }
  .img-holder {
    position:relative; height:360px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
    display:flex; justify-content:center; align-items:center; color:#757575; font-size:30px;
  }
  .ribbon {
    position:absolute; left:0; bottom:0; height:58px; display:flex; width:100%;
  }
  .ribbon .black { background:#000; color:#fff; font-weight:bold; padding:0 20px; display:flex; align-items:center; font-size:28px; }
  .ribbon .red { background:#E30000; color:#fff; flex:1; display:flex; align-items:center; justify-content:center; font-size:28px; font-weight:bold; }

  .content { padding:20px; }
  .title { font-size:32px; color:#222; line-height:1.25; height:84px; overflow:hidden; }
  .warning { color:#ff7a00; font-size:28px; margin-top:8px; }
  .sub { color:#777; font-size:26px; margin-left:8px; }
  .stars { display:flex; align-items:center; gap:6px; margin-top:8px; }
  .stars .count { color:#777; font-size:26px; margin-left:8px; }
  .bottom-row { margin-top:12px; display:flex; align-items:flex-end; }
  .price { font-size:38px; font-weight:bold; color:#111; }
  .sold { color:#777; font-size:26px; margin-left:14px; }

  .cart-btn {
    margin-left:auto; width:72px; height:72px; border:2px solid #222; border-radius:36px;
    display:flex; align-items:center; justify-content:center;
  }

  /* Special badges */
  .lightning {
    position:absolute; left:0; bottom:0; width:100%; height:58px; display:flex;
  }
  .lightning .red { background:#E30000; color:#fff; flex:1; display:flex; align-items:center; justify-content:center; font-size:28px; font-weight:bold; }
  .lightning .orange { background:#ff3b00; color:#fff; padding:0 18px; display:flex; align-items:center; font-size:28px; font-weight:bold; }
  .green-floating {
    position:absolute; right:16px; bottom:18px; width:140px; height:140px; border:6px solid #18c319; border-radius:70px;
    background:#fff; color:#18c319; display:flex; flex-direction:column; align-items:center; justify-content:center; font-weight:bold;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
  }
  .green-floating .small { background:#18c319; color:#fff; font-size:24px; padding:4px 12px; border-radius:20px; margin-top:6px; }

  /* Bottom gesture bar */
  .gesture {
    position:absolute; left:50%; bottom:20px; transform:translateX(-50%);
    width:380px; height:12px; background:#000; border-radius:6px;
  }

  /* SVG helpers */
  .icon { width:32px; height:32px; }
  .star { fill:#000; }
  .check { fill:#10b115; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div>8:51</div>
    <div class="status-icons">
      <!-- simple icons -->
      <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="10" stroke="#666" stroke-width="2" fill="none"/><path d="M11 6v6l4 2" stroke="#666" stroke-width="2" fill="none"/></svg>
      <svg class="icon" viewBox="0 0 24 24"><path d="M3 5h18v14H3z" stroke="#666" stroke-width="2" fill="none"/><path d="M6 9h12" stroke="#666" stroke-width="2"/></svg>
      <svg class="icon" viewBox="0 0 24 24"><path d="M12 3l9 18H3z" stroke="#666" stroke-width="2" fill="none"/></svg>
      <svg class="icon" viewBox="0 0 24 24"><path d="M12 2v20" stroke="#666" stroke-width="2"/><path d="M2 12h20" stroke="#666" stroke-width="2"/></svg>
      <span class="dot"></span>
      <svg class="icon" viewBox="0 0 24 24"><path d="M18 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2" stroke="#666" stroke-width="2" fill="none"/><rect x="4" y="7" width="12" height="10" rx="2" stroke="#666" stroke-width="2" fill="none"/><path d="M6 9h8" stroke="#666" stroke-width="2"/></svg>
      <div style="font-size:28px; color:#444; margin-left:6px;">95%</div>
    </div>
  </div>

  <!-- Search -->
  <div class="search-area">
    <div class="icon-btn back">
      <svg viewBox="0 0 24 24" class="icon"><path d="M15 18l-6-6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
    </div>
    <div class="search-box">
      <span class="muted">mens sports shoes</span>
      <div class="inside-right">
        <div class="circle-icon">
          <svg viewBox="0 0 24 24" class="icon"><path d="M6 6l12 12M18 6L6 18" stroke="#666" stroke-width="2"/></svg>
        </div>
      </div>
    </div>
    <div class="icon-btn camera">
      <svg viewBox="0 0 24 24" class="icon">
        <path d="M4 7h16v10H4z" stroke="#111" stroke-width="2" fill="none"/>
        <circle cx="12" cy="12" r="3.5" stroke="#111" stroke-width="2" fill="none"/>
        <path d="M8 7l2-3h4l2 3" stroke="#111" stroke-width="2" fill="none"/>
      </svg>
    </div>
  </div>

  <!-- Filter chips -->
  <div class="chips">
    <div class="chip">
      <svg viewBox="0 0 24 24"><path d="M4 6h16M8 12h8M10 18h4" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
      <span>Filters</span>
    </div>
    <div class="chip">Sort by</div>
    <div class="chip">Category ▼</div>
    <div class="chip">Size ▼</div>
    <div class="chip">Color ▼</div>
  </div>

  <!-- Promo -->
  <div class="promo">
    <svg class="icon check" viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5" fill="none" stroke="#10b115" stroke-width="3"/></svg>
    <span>Free shipping</span>
    <div class="divider"></div>
    <svg class="icon check" viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5" fill="none" stroke="#10b115" stroke-width="3"/></svg>
    <span>Price adjustment within 30 days</span>
  </div>

  <!-- Secondary chips -->
  <div class="chips secondary">
    <div class="chip">
      <svg viewBox="0 0 24 24"><path d="M12 2v20M2 12h20" stroke="#222" stroke-width="2"/></svg>
      Deals
    </div>
    <div class="chip">Under $18</div>
    <div class="chip">★★★★☆ &amp; up</div>
    <div class="chip">50% off or more</div>
  </div>

  <!-- Product grid -->
  <div class="grid">

    <!-- Card 1 -->
    <div class="card">
      <div class="img-holder">
        <div class="brand-tag">BAASPLOA</div>
        <div>[IMG: Yellow Lightweight Running Shoe]</div>
        <div class="ribbon">
          <div class="black">Black Friday</div>
          <div class="red">42% off discount</div>
        </div>
      </div>
      <div class="content">
        <div class="title">Baasploa Men's Lightweight Mesh...</div>
        <div class="row" style="margin-top:4px;">
          <div class="warning">Only 6 Left</div>
          <div class="sub">$6.22/wk x 4</div>
        </div>
        <div class="stars">
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <div class="count">(9,435)</div>
        </div>
        <div class="bottom-row">
          <div class="price">$24.88</div>
          <div class="sold">11K+ sold</div>
          <div class="cart-btn">
            <svg viewBox="0 0 24 24" class="icon"><path d="M3 5h3l2 10h10l3-7H7" stroke="#111" stroke-width="2" fill="none"/><circle cx="10" cy="19" r="2" fill="#111"/><circle cx="17" cy="19" r="2" fill="#111"/></svg>
          </div>
        </div>
      </div>
    </div>

    <!-- Card 2 -->
    <div class="card">
      <div class="img-holder">
        <div>[IMG: Black Lightweight Running Shoe]</div>
        <div class="ribbon">
          <div class="black">Black Friday</div>
          <div class="red">52% off discount</div>
        </div>
      </div>
      <div class="content">
        <div class="title">Men's Super Lightweight Running ...</div>
        <div class="row" style="margin-top:4px;">
          <div class="warning">Almost sold out</div>
          <div class="sub">$3.70/wk x 4</div>
        </div>
        <div class="stars">
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <div class="count">(48,422)</div>
        </div>
        <div class="bottom-row">
          <div class="price">$14.78</div>
          <div class="sold">19K+ sold</div>
          <div class="cart-btn">
            <svg viewBox="0 0 24 24" class="icon"><path d="M3 5h3l2 10h10l3-7H7" stroke="#111" stroke-width="2" fill="none"/><circle cx="10" cy="19" r="2" fill="#111"/><circle cx="17" cy="19" r="2" fill="#111"/></svg>
          </div>
        </div>
      </div>
    </div>

    <!-- Card 3 -->
    <div class="card">
      <div class="img-holder">
        <div>[IMG: Black Knit Breathable Running Shoe]</div>
        <div class="lightning">
          <div class="orange">Lightning Deal</div>
          <div class="red">Ends in 04:38:48</div>
        </div>
      </div>
      <div class="content">
        <div class="title">Men's Knit Breathable Running Sh...</div>
        <div class="row" style="margin-top:4px;">
          <div class="warning">Only 4 Left</div>
          <div class="sub">$5.27/wk x 4</div>
        </div>
        <div class="stars">
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <div class="count">(5,370)</div>
        </div>
        <div class="bottom-row">
          <div class="price" style="color:#ff7a00;">$21.05</div>
          <div class="sold">163 sold</div>
          <div class="cart-btn">
            <svg viewBox="0 0 24 24" class="icon"><path d="M3 5h3l2 10h10l3-7H7" stroke="#111" stroke-width="2" fill="none"/><circle cx="10" cy="19" r="2" fill="#111"/><circle cx="17" cy="19" r="2" fill="#111"/></svg>
          </div>
        </div>
      </div>
    </div>

    <!-- Card 4 -->
    <div class="card">
      <div class="img-holder">
        <div>[IMG: White Lace-up Sneakers]</div>
        <div class="ribbon">
          <div class="black">Black Friday</div>
          <div class="red">52% off discount</div>
        </div>
        <div class="green-floating">
          <svg viewBox="0 0 24 24" class="icon" style="fill:#18c319;">
            <path d="M3 5h3l2 10h10l3-7H7" fill="#18c319"/>
          </svg>
          <div>Cart</div>
          <div class="small">Free Shipping</div>
        </div>
      </div>
      <div class="content">
        <div class="title">Men's Lace-up Sneakers...</div>
        <div class="row" style="margin-top:4px;">
          <div class="warning">Only 4 Left</div>
          <div class="sub">$5.25/wk x 4</div>
        </div>
        <div class="stars">
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <svg viewBox="0 0 24 24" class="icon star"><path d="M12 2l3.1 6.3 6.9 1-5 4.8 1.2 6.9L12 18l-6.2 3.1 1.2-6.9-5-4.8 6.9-1z"/></svg>
          <div class="count">(4,464)</div>
        </div>
        <div class="bottom-row">
          <div class="price">$20.98</div>
          <div class="sold">923 sold</div>
          <div class="cart-btn">
            <svg viewBox="0 0 24 24" class="icon"><path d="M3 5h3l2 10h10l3-7H7" stroke="#111" stroke-width="2" fill="none"/><circle cx="10" cy="19" r="2" fill="#111"/><circle cx="17" cy="19" r="2" fill="#111"/></svg>
          </div>
        </div>
      </div>
    </div>

    <!-- Partial next row previews to match screenshot flow -->
    <div class="card">
      <div class="img-holder"><div>[IMG: Trail Running Shoes on Rocks]</div></div>
      <div class="content"><div class="title">Men's Trail Sneakers...</div></div>
    </div>
    <div class="card">
      <div class="img-holder"><div>[IMG: Black Sneakers on Background]</div></div>
      <div class="content"><div class="title">Men's Cushion Sneakers...</div></div>
    </div>

  </div>

  <!-- Bottom gesture bar -->
  <div class="gesture"></div>

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