File size: 11,172 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Women • Soccer • Cleats</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;
  }

  /* Top status bar */
  .status-bar {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    color: #5a5a5a;
    font-size: 36px;
  }
  .status-icons {
    display: flex; gap: 20px; align-items: center;
  }
  .status-dot { width: 26px; height: 26px; background:#c4c4c4; border-radius: 6px; }

  /* Header */
  .header {
    border-bottom: 1px solid #ececec;
    padding: 20px 24px 12px 24px;
  }
  .header-row {
    display: flex; align-items: center; justify-content: space-between;
  }
  .title {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #111;
  }
  .results {
    text-align: center;
    color: #777;
    font-size: 30px;
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }

  /* Filters */
  .filters {
    display: flex; align-items: center; gap: 24px;
    padding: 24px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .filter-square {
    width: 84px; height: 84px; border: 2px solid #bbb; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
  }
  .pill {
    height: 72px; padding: 0 28px; border: 2px solid #d3d3d3; border-radius: 12px;
    color: #777; font-weight: 700; letter-spacing: 2px; font-size: 26px;
    display: inline-flex; align-items: center;
    background: #fff;
  }

  /* Grid */
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
    row-gap: 0;
  }
  .card {
    background: #eef1f4;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .card:nth-child(2n) { border-right: none; }
  .image-wrap { position: relative; }
  .img-placeholder {
    width: 100%; height: 420px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    color: #757575;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px;
  }
  .heart {
    position: absolute; right: 24px; top: 24px; width: 60px; height: 60px;
    background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
  }
  .details {
    padding: 20px 24px 28px 24px;
  }
  .badge-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
  .badge {
    background: #ffffff; border: 1px solid #d9d9d9; font-weight: 700;
    font-size: 24px; color: #111; padding: 8px 12px; border-radius: 4px;
  }
  .price {
    background: #ffffff; border: 1px solid #d9d9d9; font-weight: 700;
    font-size: 28px; color: #111; padding: 10px 14px; border-radius: 6px;
  }
  .title-line {
    font-size: 34px; color: #111; font-weight: 800; line-height: 1.25; margin-top: 16px;
  }
  .subtitle {
    color: #555; font-size: 28px; margin-top: 12px;
  }
  .variant {
    float: right; display: flex; align-items: center; gap: 8px; font-size: 28px; color: #555; margin-top: -36px;
  }
  .dot { width: 16px; height: 16px; border-radius: 50%; display: inline-block; }
  .dot.red { background: #ea4335; }
  .dot.blue { background: #4285f4; }
  .dot.yellow { background: #fbbc05; }
  .dot.green { background: #34a853; }

  /* Bottom Nav */
  .bottom-nav {
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 150px; background: #ffffff; border-top: 1px solid #e5e5e5;
    display: flex; align-items: center; justify-content: space-around;
    padding: 0 24px;
  }
  .nav-item { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; position: relative; }
  .badge-num {
    position: absolute; bottom: 8px; right: 8px; background: #eaeaea; border: 1px solid #cfcfcf;
    color: #333; font-size: 24px; padding: 2px 10px; border-radius: 6px;
  }
  .home-indicator {
    position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
    width: 360px; height: 12px; background: #dcdcdc; border-radius: 6px;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Simulated status bar -->
  <div class="status-bar">
    <div>3:17</div>
    <div class="status-icons">
      <div class="status-dot"></div>
      <div class="status-dot" style="width:34px;"></div>
      <div class="status-dot" style="background:#9c9c9c;"></div>
    </div>
  </div>

  <!-- Header -->
  <div class="header">
    <div class="header-row">
      <div class="icon-btn">
        <svg width="48" height="48" viewBox="0 0 48 48">
          <path d="M30 10 L14 24 L30 38" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
      <div class="title">WOMEN • SOCCER • CLEATS</div>
      <div class="icon-btn">
        <svg width="48" height="48" viewBox="0 0 48 48">
          <circle cx="20" cy="20" r="12" stroke="#000" stroke-width="4" fill="none"></circle>
          <line x1="30" y1="30" x2="42" y2="42" stroke="#000" stroke-width="4" stroke-linecap="round"></line>
        </svg>
      </div>
    </div>
    <div class="results">93 RESULTS</div>
  </div>

  <!-- Filters -->
  <div class="filters">
    <div class="filter-square">
      <svg width="42" height="42" viewBox="0 0 42 42">
        <line x1="6" y1="10" x2="36" y2="10" stroke="#555" stroke-width="3" />
        <line x1="12" y1="21" x2="36" y2="21" stroke="#555" stroke-width="3" />
        <line x1="18" y1="32" x2="36" y2="32" stroke="#555" stroke-width="3" />
      </svg>
    </div>
    <div class="pill">PRIMEKNIT</div>
    <div class="pill">BOUNCE</div>
    <div class="pill">LIGHTSTRIKE</div>
  </div>

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

    <!-- Card 1 -->
    <div class="card">
      <div class="image-wrap">
        <div class="img-placeholder">[IMG: Predator Accuracy+ Artificial Grass Cleats]</div>
        <div class="heart">
          <svg width="34" height="34" viewBox="0 0 24 24">
            <path d="M12 20s-7-4.6-7-9a4.2 4.2 0 0 1 7-2.8A4.2 4.2 0 0 1 19 11c0 4.4-7 9-7 9z" fill="none" stroke="#333" stroke-width="1.8"/>
          </svg>
        </div>
      </div>
      <div class="details">
        <div class="badge-row">
          <div class="badge">NEW</div>
          <div class="price">$300.00</div>
        </div>
        <div class="title-line">Predator Accuracy+ Artificial Grass Cleats</div>
        <div class="subtitle">Performance</div>
        <div class="variant">
          +1
          <span class="dot blue"></span><span class="dot red"></span><span class="dot yellow"></span><span class="dot green"></span>
        </div>
      </div>
    </div>

    <!-- Card 2 -->
    <div class="card">
      <div class="image-wrap">
        <div class="img-placeholder">[IMG: Predator Accuracy+ FG Cleats]</div>
        <div class="heart">
          <svg width="34" height="34" viewBox="0 0 24 24">
            <path d="M12 20s-7-4.6-7-9a4.2 4.2 0 0 1 7-2.8A4.2 4.2 0 0 1 19 11c0 4.4-7 9-7 9z" fill="none" stroke="#333" stroke-width="1.8"/>
          </svg>
        </div>
      </div>
      <div class="details">
        <div class="badge-row">
          <div class="badge">NEW</div>
          <div class="price">$300.00</div>
        </div>
        <div class="title-line" style="text-transform: uppercase;">Predator Accuracy+ FG</div>
        <div class="subtitle">Performance</div>
        <div class="variant">
          +3
          <span class="dot blue"></span><span class="dot red"></span><span class="dot yellow"></span><span class="dot green"></span>
        </div>
      </div>
    </div>

    <!-- Card 3 -->
    <div class="card">
      <div class="image-wrap">
        <div class="img-placeholder">[IMG: X CRAZYFAST+ FG Cleats]</div>
        <div class="heart">
          <svg width="34" height="34" viewBox="0 0 24 24">
            <path d="M12 20s-7-4.6-7-9a4.2 4.2 0 0 1 7-2.8A4.2 4.2 0 0 1 19 11c0 4.4-7 9-7 9z" fill="none" stroke="#333" stroke-width="1.8"/>
          </svg>
        </div>
      </div>
      <div class="details">
        <div class="badge-row">
          <div class="badge" style="letter-spacing:2px;">BEST SELLER</div>
          <div class="price">$300.00</div>
        </div>
        <div class="title-line">X CRAZYFAST+ FG</div>
        <div class="subtitle">Performance</div>
      </div>
    </div>

    <!-- Card 4 -->
    <div class="card">
      <div class="image-wrap">
        <div class="img-placeholder">[IMG: Copa Pure II+ Firm Ground Cleats]</div>
        <div class="heart">
          <svg width="34" height="34" viewBox="0 0 24 24">
            <path d="M12 20s-7-4.6-7-9a4.2 4.2 0 0 1 7-2.8A4.2 4.2 0 0 1 19 11c0 4.4-7 9-7 9z" fill="none" stroke="#333" stroke-width="1.8"/>
          </svg>
        </div>
      </div>
      <div class="details">
        <div class="badge-row">
          <div class="badge">NEW</div>
          <div class="price">$280.00</div>
        </div>
        <div class="title-line">Copa Pure II+ Firm Ground Cleats</div>
        <div class="subtitle">Performance</div>
        <div class="variant">
          +2
          <span class="dot blue"></span><span class="dot red"></span><span class="dot yellow"></span><span class="dot green"></span>
        </div>
      </div>
    </div>

  </div>

  <!-- Bottom navigation -->
  <div class="bottom-nav">
    <div class="nav-item">
      <svg width="44" height="44" viewBox="0 0 44 44">
        <path d="M12 30c0-8 8-10 10-18 3 6 8 8 8 14 0 4-3 8-8 8s-10-2-10-4z" fill="none" stroke="#222" stroke-width="2"/>
      </svg>
    </div>
    <div class="nav-item">
      <svg width="52" height="52" viewBox="0 0 48 48">
        <circle cx="20" cy="20" r="12" stroke="#222" stroke-width="4" fill="none"></circle>
        <line x1="30" y1="30" x2="42" y2="42" stroke="#222" stroke-width="4" stroke-linecap="round"></line>
      </svg>
    </div>
    <div class="nav-item">
      <svg width="50" height="50" viewBox="0 0 24 24">
        <path d="M12 20s-7-4.6-7-9a4.2 4.2 0 0 1 7-2.8A4.2 4.2 0 0 1 19 11c0 4.4-7 9-7 9z" fill="none" stroke="#222" stroke-width="2"/>
      </svg>
      <div class="badge-num">1</div>
    </div>
    <div class="nav-item">
      <svg width="48" height="48" viewBox="0 0 48 48">
        <rect x="6" y="6" width="16" height="16" stroke="#222" stroke-width="3" fill="none"></rect>
        <rect x="26" y="12" width="16" height="16" stroke="#222" stroke-width="3" fill="none"></rect>
      </svg>
      <div class="badge-num">4</div>
    </div>
    <div class="nav-item">
      <svg width="52" height="52" viewBox="0 0 48 48">
        <circle cx="24" cy="24" r="16" stroke="#222" stroke-width="3" fill="none"></circle>
        <circle cx="24" cy="24" r="6" fill="#222"></circle>
      </svg>
    </div>
  </div>
  <div class="home-indicator"></div>

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