File size: 9,017 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Product Details - Mock</title>
<style>
  body{margin:0;padding:0;background:transparent;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;color:#222;}
  #render-target{
    width:1080px;height:2400px;position:relative;overflow:hidden;
    background:#ffffff;border-radius:0;
  }
  /* Top App Bar */
  .appbar{
    position:absolute;left:0;top:0;width:100%;height:230px;background:#0A7EA3;color:#fff;
  }
  .status-dots{position:absolute;top:20px;left:36px;height:40px;opacity:.9}
  .toolbar{position:absolute;left:0;right:0;bottom:22px;padding:0 36px;display:flex;align-items:center;gap:26px;}
  .back-btn{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:36px;cursor:default}
  .search-pill{
    flex:1;height:96px;background:#fff;border-radius:48px;padding:0 36px 0 36px;
    display:flex;align-items:center;gap:22px;color:#6b6b6b;font-size:38px;
    box-shadow:0 2px 0 rgba(0,0,0,0.04);
  }
  .cart{width:84px;height:84px;display:flex;align-items:center;justify-content:center}
  /* Content */
  .content{position:absolute;left:0;top:230px;right:0;bottom:180px;overflow:auto;background:#fff;}
  .section{padding:40px 48px;}
  .title-lg{font-size:56px;font-weight:800;margin:8px 0 28px;}
  .subhead{font-size:36px;font-weight:700;color:#7a7a7a;letter-spacing:.3px;margin-bottom:28px;}
  .info-grid{display:grid;grid-template-columns: 320px 1fr;row-gap:34px;column-gap:28px;}
  .label{font-weight:800;font-size:38px;}
  .value{font-size:38px;color:#555;line-height:1.35;}
  .chip-btn{
    display:inline-flex;align-items:center;gap:18px;border:2px solid #cfd8dc;color:#0A7EA3;
    padding:24px 36px;border-radius:48px;font-size:42px;font-weight:700;background:#fff;
  }
  hr.sep{border:none;border-top:1px solid #e5e5e5;margin:32px 0;}
  .h2{font-size:54px;font-weight:800;margin:12px 0 8px;}
  .muted{font-size:38px;color:#6b6b6b;}
  .link{color:#0A7EA3;font-weight:700;text-decoration:none;}
  .row{display:flex;align-items:center;justify-content:space-between;gap:20px;}
  .article{font-size:38px;font-weight:700;margin-top:28px;}
  .copy-ic{width:64px;height:64px;border-radius:14px;background:#0A7EA3;display:flex;align-items:center;justify-content:center;}
  /* Recommendations */
  .rec-wrap{background:#f6f7f8;padding:36px 0 40px;}
  .rec-title{font-size:54px;font-weight:800;margin:16px 0 24px;padding:0 48px;}
  .cards{display:flex;gap:28px;overflow:auto;padding:0 48px 12px;}
  .card{
    width:300px;background:#fff;border-radius:26px;box-shadow:0 2px 6px rgba(0,0,0,0.06);
    border:1px solid #eee;overflow:hidden;flex:0 0 auto;position:relative;
  }
  .img-ph{
    height:260px;background:#E0E0E0;border-bottom:1px solid #BDBDBD;display:flex;align-items:center;justify-content:center;color:#757575;font-size:34px;text-align:center;padding:0 16px;
  }
  .heart{
    position:absolute;right:18px;top:18px;width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;
  }
  .card-body{padding:22px;}
  .card-title{font-size:34px;line-height:1.25;color:#333;}
  /* Bottom bar */
  .bottom-bar{
    position:absolute;left:0;right:0;bottom:0;height:180px;background:#ffffff;border-top:1px solid #e6e6e6;
    display:flex;align-items:center;justify-content:space-between;padding:0 40px;
  }
  .explore{display:flex;flex-direction:column;gap:8px;}
  .explore .small{font-size:34px;color:#6b6b6b;}
  .explore .big{font-size:44px;font-weight:800;color:#0A7EA3;display:flex;align-items:center;gap:12px;}
  .cta{
    background:#0A7EA3;color:#fff;font-size:48px;font-weight:800;padding:28px 64px;border-radius:60px;border:none;
    box-shadow:0 3px 8px rgba(10,126,163,0.25);
  }
  /* helper icons */
  svg{display:block}
</style>
</head>
<body>
<div id="render-target">
  <!-- App Bar -->
  <div class="appbar">
    <div class="toolbar">
      <div class="back-btn" aria-label="Back">
        <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
          <path d="M15.5 19L8.5 12L15.5 5" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
      <div class="search-pill">
        <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
          <circle cx="11" cy="11" r="7" stroke="#5f6a6f" stroke-width="2"/>
          <path d="M20 20L17 17" stroke="#5f6a6f" stroke-width="2" stroke-linecap="round"/>
        </svg>
        <span>Search JioMart</span>
      </div>
      <div class="cart" aria-label="Cart">
        <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
          <path d="M6 6h15l-2 8H8L6 3H3" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
          <circle cx="9.5" cy="19.5" r="1.5" fill="#ffffff"/>
          <circle cx="17.5" cy="19.5" r="1.5" fill="#ffffff"/>
        </svg>
      </div>
    </div>
  </div>

  <!-- Scrollable Content -->
  <div class="content">
    <div class="section">
      <div class="title-lg">Product Information</div>
      <div class="subhead">GENERAL INFORMATION</div>
      <div class="info-grid">
        <div class="label">Brand</div>
        <div class="value">Tools Titan</div>

        <div class="label">Manufacturer</div>
        <div class="value">KALKAJI TRADING</div>

        <div class="label">Manufacturer Address</div>
        <div class="value">KALKAJI TRADING<br>30/75, GALI NO.7, BLOCK 30 NEAR DURGA MANDIR VISHWAS NAGAR, East Delhi, Delhi, 110032</div>

        <div class="label">Manufacturer Email</div>
        <div class="value">aditya.gupta559@gmail.com</div>

        <div class="label">Sold By</div>
        <div class="value">KALKAJI TRADING</div>
      </div>

      <div style="height:32px"></div>
      <a href="#" class="chip-btn">
        <span>More Details</span>
      </a>

      <hr class="sep">

      <div class="h2">Return Policy</div>
      <div class="muted">This product is returnable within 7 days <a href="#" class="link">know more.</a></div>

      <hr class="sep">

      <div class="row">
        <div class="article">Article ID: RVWWQKRBCZ</div>
        <div class="copy-ic" title="Copy">
          <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
            <rect x="9" y="9" width="11" height="11" rx="2" stroke="#ffffff" stroke-width="2"/>
            <rect x="4" y="4" width="11" height="11" rx="2" stroke="#ffffff" stroke-width="2"/>
          </svg>
        </div>
      </div>
    </div>

    <div class="rec-wrap">
      <div class="rec-title">Frequently Bought Together</div>
      <div class="cards">
        <!-- Card 1 -->
        <div class="card">
          <div class="img-ph">[IMG: Yellow/Black Utility Knife Photo]</div>
          <div class="heart">
            <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
              <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#888" stroke-width="1.8" fill="none"/>
            </svg>
          </div>
          <div class="card-body">
            <div class="card-title">Implemental Heavy Duty Paper Cutter with 10...</div>
          </div>
        </div>
        <!-- Card 2 -->
        <div class="card">
          <div class="img-ph">[IMG: Bathroom Shelf Dispenser Set Photo]</div>
          <div class="heart">
            <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
              <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#888" stroke-width="1.8" fill="none"/>
            </svg>
          </div>
          <div class="card-body">
            <div class="card-title">SHOPITECH COMBO OF 4 PCS Bathroom Shelf...</div>
          </div>
        </div>
        <!-- Card 3 -->
        <div class="card">
          <div class="img-ph">[IMG: Chrome Shower Fixture Photo]</div>
          <div class="heart">
            <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
              <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#888" stroke-width="1.8" fill="none"/>
            </svg>
          </div>
          <div class="card-body">
            <div class="card-title">Bathonix Silver Steel, Brass ...</div>
          </div>
        </div>
      </div>
    </div>

    <div class="section" style="padding-top:24px;">
      <div class="muted" style="font-size:40px;">Explore More!</div>
    </div>
  </div>

  <!-- Bottom Action Bar -->
  <div class="bottom-bar">
    <div class="explore">
      <div class="small">Explore More!</div>
      <div class="big">
        View Categories
        <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
          <path d="M8 5l7 7-7 7" stroke="#0A7EA3" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
    </div>
    <button class="cta">Add to Cart</button>
  </div>
</div>
</body>
</html>