File size: 10,631 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>DMart Ready UI Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #2b2b2b; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  }

  /* Top status bar */
  .status-bar {
    height: 130px;
    background: #2e7d32;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 36px;
    font-weight: 600;
    font-size: 32px;
  }
  .status-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .icon { display: inline-flex; align-items: center; justify-content: center; }
  .icon svg { width: 40px; height: 40px; fill: #ffffff; }

  /* App bar */
  .app-bar {
    height: 150px;
    background: #2e7d32;
    display: flex;
    align-items: center;
    padding: 0 40px;
    color: #ffffff;
  }
  .hamburger svg, .cart svg, .user svg { fill: #ffffff; }
  .brand {
    margin-left: 24px;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 0.2px;
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  .brand .ready {
    font-size: 38px;
    color: #ff6f00;
    font-weight: 800;
  }
  .app-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 36px;
  }

  /* Search bar */
  .search-wrap {
    padding: 26px 40px 16px 40px;
    background: #f8f9fa;
  }
  .search {
    height: 120px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  }
  .search .placeholder {
    margin-left: 22px;
    font-size: 40px;
    color: #757575;
    flex: 1;
  }
  .search .mic svg, .search .magnify svg { fill: #6b6b6b; }

  /* Location & delivery info card */
  .location-card {
    margin: 12px 40px 22px 40px;
    background: #e8f5e9;
    border: 2px solid #c8e6c9;
    border-radius: 22px;
    display: flex;
    align-items: center;
    padding: 26px 28px;
    gap: 26px;
  }
  .loc-left, .loc-right { display: flex; align-items: center; gap: 18px; }
  .loc-left { width: 380px; }
  .loc-pin {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .loc-pin .pin-top {
    display: flex; align-items: center; gap: 14px; font-weight: 800; color: #2e7d32; font-size: 40px;
  }
  .loc-pin .sub { font-size: 34px; color: #616161; margin-top: 8px; }
  .divider {
    height: 72px; width: 2px; background: #c8e6c9;
    margin: 0 18px;
  }
  .loc-right-text {
    display: flex; flex-direction: column; line-height: 1.2;
  }
  .loc-right-text .title { font-size: 36px; color: #5e5e5e; }
  .loc-right-text .time { font-size: 40px; font-weight: 800; color: #2e7d32; margin-top: 8px; }

  /* Banner */
  .banner {
    margin: 10px 40px 20px 40px;
    height: 520px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    background: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 44px;
    font-weight: 700;
  }

  /* Slider dots */
  .dots {
    display: flex; gap: 14px; justify-content: center; align-items: center;
    margin-bottom: 20px;
  }
  .dot { width: 20px; height: 20px; border-radius: 10px; background: #dedede; }
  .dot.active { background: #4caf50; }

  /* Popular categories */
  .section-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 40px 0 40px;
  }
  .section-title {
    font-size: 56px; font-weight: 700; color: #383838;
  }
  .section-title .light { font-weight: 500; color: #6c6c6c; margin-right: 12px; }
  .view-all { color: #2e7d32; font-size: 42px; font-weight: 700; display: flex; align-items: center; gap: 12px; }

  .categories {
    display: flex; gap: 24px; padding: 30px 40px 26px 40px;
  }
  .cat-card {
    width: 194px;
    background: #ffffff;
    border: 2px solid #eeeeee;
    border-radius: 28px;
    padding: 24px;
    display: flex; flex-direction: column; align-items: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  }
  .cat-img {
    width: 146px; height: 146px; border: 1px solid #BDBDBD; background: #E0E0E0; border-radius: 20px;
    display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px; text-align: center; padding: 10px;
  }
  .cat-label {
    margin-top: 22px; font-size: 34px; text-align: center; color: #424242; font-weight: 700; line-height: 1.2;
  }

  /* Cashback banners row */
  .cashback-row {
    display: flex; gap: 24px; padding: 10px 40px;
  }
  .cash-banner {
    flex: 1;
    height: 170px;
    border: 1px solid #bdbdbd;
    background: #E0E0E0;
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    color: #757575; font-weight: 800; font-size: 34px; text-align: center; padding: 10px;
  }

  /* Season's Special */
  .section-header.small { padding-top: 34px; }
  .season-banner {
    margin: 18px 40px 0 40px;
    height: 460px;
    border: 1px solid #bdbdbd;
    border-radius: 22px;
    background: #E0E0E0;
    display: flex; align-items: center; justify-content: center;
    color: #757575; font-size: 44px; font-weight: 700; text-align: center; padding: 10px;
  }

  /* Bottom gesture bar (OS) */
  .gesture {
    position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
    width: 360px; height: 20px; background: #000000; border-radius: 12px; opacity: 0.85;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div>10:09</div>
    <div class="status-right">
      <span class="icon" title="video"><svg viewBox="0 0 24 24"><path d="M17 10l4-2v8l-4-2v2H3V8h14v2z"/></svg></span>
      <span class="icon" title="messages"><svg viewBox="0 0 24 24"><path d="M3 4h18v12H6l-3 3V4z"/></svg></span>
      <span class="icon" title="wallet"><svg viewBox="0 0 24 24"><path d="M2 7h18a2 2 0 012 2v6a2 2 0 01-2 2H2V7zm14 3a2 2 0 100 4 2 2 0 000-4z"/></svg></span>
      <span class="icon" title="dot"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg></span>
      <span class="icon" title="wifi"><svg viewBox="0 0 24 24"><path d="M2 8a16 16 0 0120 0l-2 2a12 12 0 00-16 0L2 8zm4 4a10 10 0 0112 0l-2 2a6 6 0 00-8 0l-2-2zm6 6a2 2 0 110 4 2 2 0 010-4z"/></svg></span>
      <span class="icon" title="battery"><svg viewBox="0 0 24 24"><path d="M2 8h18v8H2V8zm20 3h2v2h-2v-2z"/></svg></span>
    </div>
  </div>

  <!-- App bar -->
  <div class="app-bar">
    <div class="hamburger icon"><svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg></div>
    <div class="brand">
      <span>DMart</span>
      <span class="ready">ready</span>
    </div>
    <div class="app-actions">
      <div class="cart icon"><svg viewBox="0 0 24 24"><path d="M7 18a2 2 0 114 0 2 2 0 01-4 0zm8 0a2 2 0 114 0 2 2 0 01-4 0zM3 4h2l2 12h12l2-8H7"/></svg></div>
      <div class="user icon"><svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm7 8H5a7 7 0 0114 0z"/></svg></div>
    </div>
  </div>

  <!-- Search -->
  <div class="search-wrap">
    <div class="search">
      <div class="magnify icon"><svg viewBox="0 0 24 24"><path d="M10 4a6 6 0 104 10l4 4-2 2-4-4a6 6 0 00-2-12z"/></svg></div>
      <div class="placeholder">Aapko Kya Chahiye?</div>
      <div class="mic icon"><svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 003-3V6a3 3 0 10-6 0v5a3 3 0 003 3zm-6-3h2a4 4 0 008 0h2a6 6 0 01-6 6v2h-2v-2a6 6 0 01-6-6z"/></svg></div>
    </div>
  </div>

  <!-- Location & delivery info -->
  <div class="location-card">
    <div class="loc-left">
      <div class="icon" style="color:#2e7d32;"><svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z"/></svg></div>
      <div class="loc-pin">
        <div class="pin-top">412207
          <span class="icon" style="margin-left:10px;"><svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M7 10l5 5 5-5H7z"/></svg></span>
        </div>
        <div class="sub">Wagholi</div>
      </div>
    </div>
    <div class="divider"></div>
    <div class="loc-right">
      <div class="icon"><svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg></div>
      <div class="loc-right-text">
        <div class="title">Earliest Home Delivery time slot available</div>
        <div class="time">Thursday 07:00 AM - 09:30 AM</div>
      </div>
    </div>
  </div>

  <!-- Main banner -->
  <div class="banner">[IMG: Skin Care promotional banner]</div>

  <!-- Slider dots -->
  <div class="dots">
    <div class="dot"></div>
    <div class="dot"></div>
    <div class="dot active"></div>
  </div>

  <!-- Popular Categories -->
  <div class="section-header">
    <div class="section-title"><span class="light">Popular</span>Categories</div>
    <div class="view-all">View All
      <span class="icon"><svg viewBox="0 0 24 24"><path fill="#2e7d32" d="M8 5l8 7-8 7V5z"/></svg></span>
    </div>
  </div>

  <div class="categories">
    <div class="cat-card">
      <div class="cat-img">[IMG: Personal Care]</div>
      <div class="cat-label">Personal<br>Care</div>
    </div>
    <div class="cat-card">
      <div class="cat-img">[IMG: Dairy]</div>
      <div class="cat-label">Dairy</div>
    </div>
    <div class="cat-card">
      <div class="cat-img">[IMG: Biscuits &amp; Cookies]</div>
      <div class="cat-label">Biscuits &amp;<br>Cookies</div>
    </div>
    <div class="cat-card">
      <div class="cat-img">[IMG: Tissue Paper &amp; Napkins]</div>
      <div class="cat-label">Tissue Paper<br>&amp; Napkins</div>
    </div>
    <div class="cat-card">
      <div class="cat-img">[IMG: Shaving Needs]</div>
      <div class="cat-label">Shaving<br>Needs</div>
    </div>
  </div>

  <!-- Cashback banners -->
  <div class="cashback-row">
    <div class="cash-banner">[IMG: Kotak 7% Cashback banner]</div>
    <div class="cash-banner">[IMG: IDFC FIRST 5% Cashback banner]</div>
  </div>

  <!-- Season's Special -->
  <div class="section-header small">
    <div class="section-title"><span class="light">Season’s</span>Special</div>
  </div>
  <div class="season-banner">[IMG: The Monsoon Collection banner]</div>

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