File size: 9,292 Bytes
c32f9a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<html>
<head>
<meta charset="UTF-8">
<title>Mobile UI - Party Wear Formal Shoes</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: #f6f7f9;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  }
  /* Top gradient header area */
  .header-wrap {
    width: 100%;
    background: linear-gradient(180deg, #aee3df 0%, #b7e6e2 40%, #c3e9e5 100%);
    padding-bottom: 16px;
    box-sizing: border-box;
  }
  .status-bar {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    font-size: 28px;
    color: #1a1a1a;
  }
  .status-icons { margin-left: auto; display: flex; gap: 18px; color: #2a2a2a; }
  .top-search-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 24px;
  }
  .icon-btn {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-btn svg { width: 40px; height: 40px; fill: #2c2c2c; }
  .search-bar {
    flex: 1;
    height: 88px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #e2e2e2;
    display: flex;
    align-items: center;
    padding: 0 24px;
    gap: 18px;
  }
  .search-input {
    flex: 1;
    font-size: 30px;
    color: #202020;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search-bar .suffix {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #e8f1f0;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid #cfd8dc;
  }
  .location-row {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 28px;
    height: 82px;
    color: #2b2b2b;
    font-size: 30px;
  }
  .location-row .right { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #4d4d4d; }
  .chips-row {
    display: flex; align-items: center; gap: 16px;
    padding: 12px 24px 20px;
    flex-wrap: nowrap;
  }
  .chip {
    display: inline-flex; align-items: center; gap: 12px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 40px;
    padding: 16px 24px;
    font-size: 28px; color: #2a2a2a;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
    white-space: nowrap;
  }
  .chip .x {
    background: #eaeaea; border-radius: 50%; width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
  }
  .toggle {
    width: 72px; height: 36px; border-radius: 18px; background: #e9ecef; position: relative; margin-left: 8px;
    border: 1px solid #cfd8dc;
  }
  .toggle::after {
    content: ""; position: absolute; left: 4px; top: 4px; width: 28px; height: 28px; border-radius: 50%; background: #ffffff; box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  /* Content */
  .section {
    padding: 0 28px;
  }
  .title {
    font-size: 42px; font-weight: 700; color: #1a1a1a; margin-top: 20px;
  }
  .subnote {
    display: flex; align-items: center; gap: 10px; color: #6a6a6a; font-size: 26px; margin-top: 8px;
  }
  .banner {
    margin-top: 16px;
    height: 720px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    color: #757575; font-size: 34px; text-align: center;
  }
  .brand-row {
    margin-top: 22px; display: flex; align-items: center; gap: 20px; padding-bottom: 8px;
  }
  .brand-logo {
    width: 160px; height: 120px;
    background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
  }
  .brand-link { font-size: 36px; color: #157a8a; }
  .brand-link svg { width: 28px; height: 28px; vertical-align: middle; fill: #157a8a; }

  .desc-note {
    font-size: 30px; color: #3a3a3a; margin: 22px 0 6px;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0 6px;
  }
  .card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 16px;
    padding: 18px;
    box-sizing: border-box;
    height: 540px;
    display: flex; flex-direction: column;
  }
  .card .img {
    flex: 1;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #757575; font-size: 28px; text-align: center;
  }

  /* Bottom navigation */
  .bottom-nav {
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 132px;
    background: #ffffff;
    border-top: 1px solid #e1e1e1;
    display: flex; align-items: center; justify-content: space-around;
  }
  .nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #2a2a2a; font-size: 24px; }
  .nav-item svg { width: 56px; height: 56px; fill: #2a2a2a; }
  .badge {
    position: absolute; margin-left: 34px; margin-top: -6px;
    background: #00a0a0; color: #fff; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
    border-radius: 18px; font-size: 22px;
  }
</style>
</head>
<body>
<div id="render-target">

  <div class="header-wrap">
    <div class="status-bar">
      <div>11:06</div>
      <div class="status-icons">
        <span>📧</span>
        <span>📶</span>
        <span>🔋</span>
      </div>
    </div>

    <div class="top-search-row">
      <div class="icon-btn">
        <svg viewBox="0 0 24 24">
          <path d="M15 6L6 12l9 6" stroke="#2c2c2c" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
      <div class="search-bar">
        <svg viewBox="0 0 24 24" style="width:36px;height:36px;fill:#5e6a6a">
          <path d="M10 2a8 8 0 105.3 14.1l5.1 5.1 1.4-1.4-5.1-5.1A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/>
        </svg>
        <div class="search-input">party wear formal shoes for men</div>
        <div class="suffix">
          <svg viewBox="0 0 24 24" style="width:26px;height:26px;fill:#157a8a">
            <path d="M5 7h14v10H5V7zm3 0l2-2h4l2 2H8z"/>
          </svg>
        </div>
      </div>
    </div>

    <div class="location-row">
      <svg viewBox="0 0 24 24" style="width:32px;height:32px;fill:#2b6f72">
        <path d="M12 2a7 7 0 00-7 7c0 4.7 7 13 7 13s7-8.3 7-13a7 7 0 00-7-7zm0 9a2 2 0 110-4 2 2 0 010 4z"/>
      </svg>
      <div>Choose location for most accurate options</div>
      <div class="right">
        <svg viewBox="0 0 24 24" style="width:28px;height:28px;fill:#5e6a6a"><path d="M7 10l5 5 5-5z"/></svg>
      </div>
    </div>

    <div class="chips-row">
      <div class="chip">prime <span class="toggle"></span></div>
      <div class="chip">8</div>
      <div class="chip">Men's Shoes <span class="x">×</span></div>
      <div class="chip">Liberty</div>
      <div class="chip">Filters (2)
        <svg viewBox="0 0 24 24" style="width:24px;height:24px;fill:#4d4d4d;margin-left:6px"><path d="M7 10l5 5 5-5z"/></svg>
      </div>
    </div>
  </div>

  <div class="section">
    <div class="title">Men's Classic Office Dress Shoes</div>
    <div class="subnote">
      <span>Sponsored</span>
      <svg viewBox="0 0 24 24" style="width:22px;height:22px;fill:#6a6a6a">
        <circle cx="12" cy="12" r="10" fill="none" stroke="#6a6a6a" stroke-width="2"/>
        <path d="M12 8.5a1.2 1.2 0 100-2.4 1.2 1.2 0 000 2.4zm1 2.5h-2v7h2v-7z" fill="#6a6a6a"/>
      </svg>
    </div>

    <div class="banner">[IMG: Lifestyle banner - man in suit lounging with brown monk-strap shoes]</div>

    <div class="brand-row">
      <div class="brand-logo">[IMG: FAUSTO Logo]</div>
      <div class="brand-link">Shop FAUSTO
        <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
      </div>
    </div>

    <div class="desc-note">Price and other details may vary based on product size and colour.</div>

    <div class="grid">
      <div class="card">
        <div class="img">[IMG: Dark Brown Brogue Oxford]</div>
      </div>
      <div class="card">
        <div class="img">[IMG: Tan Brogue Oxford]</div>
      </div>
    </div>
  </div>

  <div class="bottom-nav">
    <div class="nav-item">
      <svg viewBox="0 0 24 24">
        <path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/>
      </svg>
      <div>Home</div>
    </div>
    <div class="nav-item">
      <svg viewBox="0 0 24 24">
        <path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-8 9c0-4.4 3.6-8 8-8s8 3.6 8 8H4z"/>
      </svg>
      <div>Account</div>
    </div>
    <div class="nav-item">
      <svg viewBox="0 0 24 24">
        <path d="M12 4v2a6 6 0 016 6h2c0-4.4-3.6-8-8-8zm-6 6H4c0 4.4 3.6 8 8 8v2c-5.5 0-10-4.5-10-10h2z"/>
      </svg>
      <div>Refresh</div>
    </div>
    <div class="nav-item" style="position: relative;">
      <svg viewBox="0 0 24 24">
        <path d="M7 6h14l-2 10H9L7 6zm-2 0H3v2h2V6zm4 14a2 2 0 104 0H9z"/>
      </svg>
      <div class="badge">0</div>
      <div>Cart</div>
    </div>
    <div class="nav-item">
      <svg viewBox="0 0 24 24">
        <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
      </svg>
      <div>Menu</div>
    </div>
  </div>

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