File size: 5,922 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Switch FWD Running Shoes</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
  #render-target {
    position: relative;
    width: 1080px;
    height: 2400px;
    overflow: hidden;
    background: #ffffff;
  }

  /* Status bar */
  .status-bar {
    height: 100px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 600;
    font-size: 34px;
  }
  .status-left {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .status-icons {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .dot {
    width: 18px; height: 18px; border-radius: 50%; background: #000;
  }
  .status-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .icon { width: 40px; height: 40px; }

  /* Header */
  .header {
    padding: 28px 48px 18px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .title {
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #000;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .price-pill {
    background: #000;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 18px;
    letter-spacing: 1px;
  }
  .close-btn {
    width: 72px; height: 72px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid #000;
    background: #fff;
  }

  /* Carousel thumbnails */
  .thumb-row {
    padding: 12px 48px 4px 48px;
    display: flex;
    gap: 30px;
    overflow: hidden;
  }
  .thumb {
    width: 150px;
    height: 100px;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    display: flex; justify-content: center; align-items: center;
    color: #757575;
    font-weight: 600; font-size: 22px;
    border-radius: 10px;
  }

  /* Body copy */
  .content {
    padding: 20px 48px 0 48px;
    color: #1a1a1a;
    font-size: 32px;
    line-height: 1.5;
  }

  .small-label {
    margin-top: 60px;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
  }
  .main-headline {
    margin-top: 40px;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #000;
  }
  .section-title {
    margin-top: 50px;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #000;
  }
  .section-body {
    margin-top: 16px;
    font-size: 30px;
    color: #222;
    line-height: 1.6;
  }

  /* Bottom handle */
  .bottom-handle {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 12px;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div class="status-left">
      <div>5:13</div>
      <div class="status-icons">
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot" style="opacity:0.6"></div>
      </div>
    </div>
    <div class="status-right">
      <!-- WiFi -->
      <svg class="icon" viewBox="0 0 24 24">
        <path d="M12 18c.7 0 1.2.5 1.2 1.2S12.7 20.4 12 20.4s-1.2-.5-1.2-1.2S11.3 18 12 18z" fill="#000"/>
        <path d="M4.5 11.5c4.9-4.6 10.1-4.6 15 0" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
        <path d="M7.8 14.3c2.8-2.6 5.6-2.6 8.4 0" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
      </svg>
      <!-- Battery -->
      <svg class="icon" viewBox="0 0 28 24">
        <rect x="1" y="5" width="20" height="14" rx="3" ry="3" stroke="#000" stroke-width="2" fill="none"/>
        <rect x="3" y="7" width="12" height="10" fill="#000"/>
        <rect x="22" y="9" width="4" height="6" rx="1" fill="#000"/>
      </svg>
    </div>
  </div>

  <!-- Header -->
  <div class="header">
    <div class="title">SWITCH FWD RUNNING SHOES</div>
    <div class="header-actions">
      <div class="price-pill">$140.00</div>
      <div class="close-btn">
        <svg width="36" height="36" viewBox="0 0 24 24">
          <path d="M5 5L19 19M19 5L5 19" stroke="#000" stroke-width="2" stroke-linecap="round"/>
        </svg>
      </div>
    </div>
  </div>

  <!-- Carousel thumbnails -->
  <div class="thumb-row">
    <div class="thumb">[IMG: Shoe]</div>
    <div class="thumb">[IMG: Shoe]</div>
    <div class="thumb">[IMG: Shoe]</div>
    <div class="thumb">[IMG: Shoe]</div>
    <div class="thumb">[IMG: Shoe]</div>
  </div>

  <!-- Intro copy -->
  <div class="content">
    <p>Comfort comes from a breathable mesh upper, and a dedicated support in the heel delivers stability at every pace. The lightweight, high‑performance outsole brings optimized grip for all conditions. Experience your smoothest run yet with the new switch fwd.</p>

    <div class="small-label">SPECIFICATIONS</div>

    <div class="main-headline">HIGHLIGHTS</div>

    <div class="section-title">NEW MIDSOLE TECHNOLOGY</div>
    <div class="section-body">
      The EVA midsole structure is engineered with voids that compress and expand under pressure.
    </div>

    <div class="section-title">BREATHABLE UPPER</div>
    <div class="section-body">
      An engineered lightweight mesh upper includes window panels for breathability. Made in part with recycled materials.
    </div>

    <div class="section-title">CONTINENTAL™ OUTSOLE</div>
    <div class="section-body">
      The durable and lightweight Continental™ outsole features a high‑performance compound for optimized grip in all conditions.
    </div>
  </div>

  <div class="bottom-handle"></div>
</div>
</body>
</html>