File size: 6,779 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Nike Air Max 97 - Mobile Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color:#111; }
  #render-target {
    width:1080px; height:2400px; position:relative; overflow:hidden; background:#ffffff;
  }
  .screen {
    position:absolute; inset:0; overflow-y:auto; -webkit-overflow-scrolling: touch;
  }
  /* Status bar */
  .status-bar {
    height:90px; background:#000; color:#fff; display:flex; align-items:center; justify-content:space-between;
    padding:0 34px; font-size:36px; box-sizing:border-box;
  }
  .status-icons{ display:flex; gap:24px; align-items:center; }
  /* Header */
  .header {
    height:140px; display:flex; align-items:center; padding:0 32px; box-sizing:border-box; border-bottom:1px solid #eee;
  }
  .title { font-size:54px; font-weight:700; margin-left:20px; }
  .header-actions { margin-left:auto; display:flex; gap:28px; align-items:center; }
  .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
  /* Thumbnails */
  .thumb-row { display:flex; gap:28px; padding:28px 32px; box-sizing:border-box; }
  .thumb {
    flex:1; height:260px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#555; font-size:30px;
  }
  .out-of-stock-label {
    text-align:center; color:#888; font-size:40px; margin-top:8px;
  }
  /* Content */
  .section { padding:20px 40px; box-sizing:border-box; }
  .subtitle { color:#333; font-size:38px; margin-top:6px; }
  .product-name { font-size:86px; font-weight:800; margin:12px 0 10px; }
  .price { font-size:44px; font-weight:700; margin:8px 0; }
  .muted { color:#6a6a6a; font-size:34px; line-height:1.35; }
  .desc { margin-top:36px; font-size:38px; line-height:1.55; color:#222; letter-spacing:0.2px; }
  .bullets { margin-top:36px; padding-left:40px; }
  .bullets li { font-size:38px; margin:14px 0; }
  .link { color:#1a73e8; font-size:40px; margin:36px 0 24px; display:inline-block; }
  /* Size selector */
  .size-select {
    margin:10px 40px 30px; height:140px; border:1px solid #ddd; border-radius:70px; display:flex; align-items:center; justify-content:center;
    font-size:48px; background:#fff;
  }
  /* Add to bag footer button */
  .footer-spacer { height:40px; }
  .add-to-bag {
    position:sticky; bottom:0; padding:24px 32px 34px; background:transparent;
  }
  .bag-btn {
    width:100%; height:150px; background:#111; color:#fff; font-size:56px; font-weight:800; border:none; border-radius:90px;
  }

  /* Simple helper */
  .badge {
    position:absolute; top:-6px; right:-6px; background:#fff; color:#111; border:2px solid #111;
    width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:28px; font-weight:700;
  }
  .relative { position:relative; }
</style>
</head>
<body>
<div id="render-target">
  <div class="screen">
    <!-- Status Bar -->
    <div class="status-bar">
      <div>9:42</div>
      <div class="status-icons">
        <!-- simple dot for network -->
        <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="3"/></svg>
        <!-- wifi -->
        <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
          <path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M8 16c2-2 6-2 8 0"/><circle cx="12" cy="19" r="1.5" fill="#fff" stroke="none"/>
        </svg>
        <!-- battery -->
        <svg width="56" height="28" viewBox="0 0 36 18">
          <rect x="1" y="3" width="30" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
          <rect x="3" y="5" width="26" height="8" rx="1" fill="#fff"/>
          <rect x="32" y="6" width="3" height="6" rx="1" fill="#fff"/>
        </svg>
        <span style="font-size:32px;">51%</span>
      </div>
    </div>

    <!-- Header -->
    <div class="header">
      <!-- Back Arrow -->
      <div class="icon-btn" aria-label="Back">
        <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.5">
          <path d="M15 5l-7 7 7 7"/>
        </svg>
      </div>
      <div class="title">Nike Air Max 97</div>
      <div class="header-actions">
        <!-- Search -->
        <div class="icon-btn" aria-label="Search">
          <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.5">
            <circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/>
          </svg>
        </div>
        <!-- Bag with badge -->
        <div class="icon-btn relative" aria-label="Cart">
          <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
            <rect x="6" y="7" width="12" height="12" rx="2"/>
            <path d="M9 7V6a3 3 0 0 1 6 0v1"/>
          </svg>
          <div class="badge">3</div>
        </div>
      </div>
    </div>

    <!-- Thumbnails -->
    <div class="thumb-row">
      <div class="thumb">[IMG: Black/Red Nike Shoe]</div>
      <div class="thumb" style="opacity:0.9;">[IMG: Grey/Red Nike Shoe]</div>
      <div class="thumb">[IMG: White/Purple Nike Shoe]</div>
    </div>
    <div class="out-of-stock-label">Out of Stock</div>

    <!-- Product Content -->
    <div class="section">
      <div class="subtitle">Men's Shoes</div>
      <div class="product-name">Nike Air Max 97</div>
      <div class="price">MRP : ₹ 16 995.00</div>
      <div class="muted">Incl. of taxes</div>
      <div class="muted">(Also includes all applicable duties)</div>

      <div class="desc">
        Featuring the original ripple design inspired by Japanese bullet trains, the Nike Air Max 97 lets you push your style full-speed ahead.
        Taking the revolutionary full-length Nike Air unit that shook up the running world and adding fresh colours and crisp details,
        it lets you ride in first-class comfort.
      </div>

      <ul class="bullets">
        <li>Shown: Black/Anthracite/Picante Red</li>
        <li>Style: 921826-018</li>
        <li>Country/Region of Origin: Vietnam</li>
      </ul>

      <a class="link">View Product Details</a>
    </div>

    <!-- Size selector -->
    <div class="size-select">
      Size UK 7
      <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" style="margin-left:14px;">
        <path d="M6 9l6 6 6-6"/>
      </svg>
    </div>

    <div class="footer-spacer"></div>

    <!-- Add to Bag -->
    <div class="add-to-bag">
      <button class="bag-btn">Add to Bag</button>
    </div>

    <div style="height:140px"></div>
  </div>
</div>
</body>
</html>