File size: 8,317 Bytes
98687c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Product Detail - Avocado</title>
<meta name="viewport" content="width=1080, initial-scale=1.0">
<style>
  body { margin:0; padding:0; background:transparent; }
  #render-target {
    width:1080px; height:2400px; position:relative; overflow:hidden;
    background:#ffffff; font-family: Arial, Helvetica, sans-serif; color:#1a1a1a;
  }

  /* Top purple area */
  .top-bar {
    position:absolute; left:0; top:0; width:100%; height:210px; background:#46107f;
    color:#fff;
  }
  .status-row {
    height:90px; display:flex; align-items:center; justify-content:space-between;
    padding:0 40px; font-size:40px; letter-spacing:0.5px;
  }
  .status-icons { display:flex; gap:26px; align-items:center; }
  .dot-icon { width:22px; height:22px; background:#fff; border-radius:50%; opacity:0.8; }
  .wifi-icon, .battery-icon {
    width:46px; height:46px; border:2px solid #fff; border-radius:8px; opacity:0.85;
  }
  .nav-row {
    height:120px; display:flex; align-items:center; justify-content:space-between;
    padding:0 30px;
  }
  .icon-btn { width:110px; height:90px; display:flex; align-items:center; justify-content:center; }
  .icon-btn svg { width:60px; height:60px; fill:#fff; }

  /* Image block */
  .hero-img {
    position:absolute; left:0; top:210px; width:100%; height:780px;
    display:flex; align-items:center; justify-content:center;
  }
  .img-placeholder {
    width:900px; height:680px; background:#E0E0E0; border:1px solid #BDBDBD;
    display:flex; align-items:center; justify-content:center; color:#757575;
    font-size:40px; text-align:center; border-radius:8px;
  }

  /* Carousel dots */
  .dots {
    position:absolute; top:1010px; left:420px; display:flex; gap:18px;
  }
  .dots span {
    width:26px; height:26px; border-radius:50%; background:#d9d9d9;
  }
  .dots span.active { background:#ff6b7a; }

  /* Title section */
  .content {
    position:absolute; top:1060px; left:34px; right:34px;
  }
  .title {
    font-size:56px; font-weight:700; line-height:1.25; margin-bottom:22px;
  }
  .link {
    color:#7A30D8; font-size:40px; font-weight:600; text-decoration:none;
    display:inline-block; margin-bottom:26px;
  }
  .link svg { width:28px; height:28px; vertical-align:middle; fill:#7A30D8; }

  .price-row {
    display:flex; align-items:flex-end; justify-content:space-between; margin-top:12px;
  }
  .piece { font-size:44px; color:#444; }
  .price-info { margin-top:16px; display:flex; align-items:center; gap:18px; }
  .price { font-size:64px; font-weight:800; color:#000; }
  .mrp { font-size:46px; color:#8a8a8a; text-decoration:line-through; }
  .off-pill {
    background:#7A30D8; color:#fff; font-size:38px; padding:18px 24px; border-radius:18px;
    font-weight:700;
  }

  .qty-stepper {
    display:flex; align-items:center; gap:20px;
  }
  .qty-stepper .btn {
    width:180px; height:100px; background:#ff6b7a; border-radius:22px;
    display:flex; align-items:center; justify-content:center; color:#fff; font-size:62px; font-weight:900;
  }
  .qty-stepper .count {
    width:180px; height:100px; background:#ffe1e6; border-radius:22px;
    display:flex; align-items:center; justify-content:center; font-size:54px; font-weight:700; color:#cc3b52;
  }

  .divider { height:24px; background:#f1eef6; margin:40px -34px; }

  /* Product info */
  .section-head {
    display:flex; align-items:center; justify-content:space-between;
    font-size:46px; font-weight:800; margin-bottom:18px;
  }
  .chevron svg { width:40px; height:40px; fill:#6a6a6a; }
  .bullets { font-size:42px; color:#333; line-height:1.7; }
  .bullets li { margin-bottom:16px; }

  /* Similar products & promo card */
  .similar-title {
    font-size:46px; font-weight:800; margin-top:36px; margin-bottom:24px;
  }
  .promo-card {
    border:1px solid #e2e2e2; border-radius:28px; padding:26px 30px;
    display:flex; align-items:center; justify-content:space-between; background:#fafafa;
  }
  .promo-left { display:flex; align-items:center; gap:28px; }
  .badge {
    width:120px; height:120px; background:#55c17a; border-radius:26px; display:flex;
    align-items:center; justify-content:center; color:#fff; font-size:56px; font-weight:900;
  }
  .promo-text { font-size:44px; color:#222; }
  .promo-text .bold { font-weight:900; }
  .promo-right { display:flex; align-items:center; gap:40px; }
  .pill { background:#7A30D8; color:#fff; padding:14px 26px; border-radius:24px; font-size:38px; font-weight:700; }
  .mini-dots { display:flex; gap:12px; }
  .mini-dots span { width:16px; height:16px; background:#c3b9d9; border-radius:50%; }
  .mini-dots span.active { background:#7A30D8; }

  /* Bottom cart bar */
  .bottom-bar {
    position:absolute; left:30px; right:30px; bottom:140px; height:160px;
    background:#ff6b7a; border-radius:36px; display:flex; align-items:center; justify-content:space-between;
    padding:0 40px; color:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
  }
  .bottom-left { font-size:56px; font-weight:800; }
  .view-cart {
    background:rgba(255,255,255,0.2); border-radius:28px; padding:22px 34px;
    display:flex; align-items:center; gap:24px; font-size:54px; font-weight:800;
  }
  .bag-icon svg { width:56px; height:56px; fill:#fff; }

  /* Gesture bar */
  .gesture {
    position:absolute; left:50%; transform:translateX(-50%);
    bottom:56px; width:640px; height:16px; background:#111; border-radius:10px;
    opacity:0.85;
  }
</style>
</head>
<body>
<div id="render-target">
  <div class="top-bar">
    <div class="status-row">
      <div>8:51</div>
      <div class="status-icons">
        <div class="dot-icon"></div>
        <div class="dot-icon"></div>
        <div class="wifi-icon"></div>
        <div class="battery-icon"></div>
      </div>
    </div>
    <div class="nav-row">
      <div class="icon-btn">
        <svg viewBox="0 0 24 24"><path d="M15.5 4l-9 8 9 8v-4.5L9.8 12 15.5 8.5V4z"/></svg>
      </div>
      <div class="icon-btn">
        <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M14.5 14.5L20 20" stroke="#fff" stroke-width="2" fill="none"/></svg>
      </div>
    </div>
  </div>

  <div class="hero-img">
    <div class="img-placeholder">[IMG: Westfalia logo & avocado]</div>
  </div>

  <div class="dots">
    <span class="active"></span>
    <span></span>
    <span></span>
    <span></span>
    <span></span>
  </div>

  <div class="content">
    <div class="title">Westfalia Avocado Imported Semi Ripe</div>
    <a class="link" href="#">See All Westfalia Products
      <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
    </a>

    <div class="price-row">
      <div>
        <div class="piece">1 piece</div>
        <div class="price-info">
          <div class="price">₹89</div>
          <div class="mrp">₹111</div>
          <div class="off-pill">19% Off</div>
        </div>
      </div>
      <div class="qty-stepper">
        <div class="btn"></div>
        <div class="count">1</div>
        <div class="btn">+</div>
      </div>
    </div>

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

    <div class="section-head">
      <div>Product Information</div>
      <div class="chevron">
        <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
      </div>
    </div>
    <ul class="bullets">
      <li>Country of Origin : Tanzania</li>
      <li>Shelf Life : 6 days</li>
    </ul>

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

    <div class="similar-title">Similar Products</div>
    <div class="promo-card">
      <div class="promo-left">
        <div class="badge">%</div>
        <div class="promo-text">Add items worth <span class="bold">₹10</span> to get<br><span class="bold">Free Delivery</span></div>
      </div>
      <div class="promo-right">
        <div class="pill">1/5</div>
        <div class="mini-dots">
          <span class="active"></span><span></span>
        </div>
      </div>
    </div>
  </div>

  <div class="bottom-bar">
    <div class="bottom-left">1 Item | ₹89</div>
    <div class="view-cart">
      <span class="bag-icon">
        <svg viewBox="0 0 24 24">
          <path d="M7 9h10l-1 11H8L7 9z"/>
          <path d="M9 9V7a3 3 0 0 1 6 0v2" fill="none" stroke="#fff" stroke-width="2"/>
        </svg>
      </span>
      View Cart
    </div>
  </div>

  <div class="gesture"></div>
</div>
</body>
</html>