File size: 7,926 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
228
229
230
231
<html>
<head>
<meta charset="UTF-8">
<title>Switch FWD Running Shoes - Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
  #render-target {
    width: 1080px; height: 2400px;
    position: relative; overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 0 0 transparent;
  }

  /* Status bar */
  .status-bar {
    position: absolute; top: 0; left: 0; right: 0;
    height: 110px;
    padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
    color: #111;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.5px;
    background: #f8f8f8;
  }
  .status-icons {
    display: flex; gap: 28px; align-items: center;
    color: #777;
    font-size: 36px;
  }
  .dot { width: 10px; height: 10px; border-radius: 50%; background: #777; display: inline-block; }

  /* Header / nav */
  .nav {
    position: absolute; top: 110px; left: 0; right: 0;
    height: 130px;
    padding: 0 40px;
    display: flex; align-items: center; justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
  }
  .nav-title {
    font-size: 54px; font-weight: 700; color: #111; letter-spacing: 1px;
  }
  .price-close {
    display: flex; align-items: center; gap: 30px;
  }
  .price-pill {
    padding: 24px 36px; border: 2px solid #111; border-radius: 16px;
    font-size: 44px; font-weight: 700; letter-spacing: 2px;
  }
  .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }

  /* Thumbnails carousel */
  .thumbs {
    position: absolute; top: 240px; left: 0; right: 0;
    display: flex; gap: 36px; padding: 30px 40px; align-items: center;
    overflow: hidden;
  }
  .thumb {
    width: 180px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center;
    color: #757575; font-size: 26px; border-radius: 14px;
  }
  .thumb-indicator {
    position: absolute; left: 60px; top: 370px; width: 480px; height: 6px; background: #111;
    border-radius: 3px;
  }

  /* Badges row */
  .badges {
    position: absolute; top: 420px; left: 0; right: 0;
    display: grid; grid-template-columns: 120px auto 120px;
    align-items: center;
    padding: 20px 40px;
    height: 120px;
  }
  .badge-center {
    text-align: center; font-size: 36px; font-weight: 700; color: #111; letter-spacing: 2px;
  }
  .badge-sub {
    font-size: 30px; font-weight: 700; color: #111; letter-spacing: 2px;
    display: block;
  }
  .badge-icon {
    width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
  }

  /* Info note */
  .note {
    position: absolute; top: 540px; left: 40px; right: 40px;
    background: #fafafa; border-radius: 8px; padding: 28px 24px;
    color: #666; font-size: 34px; line-height: 1.4;
  }

  /* Content sections */
  .content {
    position: absolute; top: 760px; left: 40px; right: 40px;
    padding-bottom: 400px;
  }
  .hero-title {
    font-size: 80px; font-weight: 800; color: #111; line-height: 1.1; letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 42px; font-weight: 800; color: #111; letter-spacing: 1.5px;
    margin-top: 10px; margin-bottom: 24px;
  }
  .paragraph {
    font-size: 34px; color: #111; line-height: 1.55; margin-bottom: 28px;
  }
  .link-title {
    font-size: 40px; font-weight: 800; letter-spacing: 3px; margin: 40px 0 20px 0;
  }
  .big-title {
    font-size: 58px; font-weight: 800; margin: 24px 0; color: #111;
  }
  .subhead {
    font-size: 44px; font-weight: 800; margin-top: 18px; color: #111; letter-spacing: 1px;
  }

  /* Home indicator */
  .home-indicator {
    position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
    width: 300px; height: 14px; background: #111; border-radius: 7px; opacity: 0.85;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div>5:13</div>
    <div class="status-icons">
      <span class="dot"></span>
      <span class="dot"></span>
      <span class="dot"></span>
      <span class="dot"></span>
      <span class="dot"></span>
    </div>
  </div>

  <!-- Header -->
  <div class="nav">
    <div class="nav-title">SWITCH FWD RUNNING SHOES</div>
    <div class="price-close">
      <div class="price-pill">$140.00</div>
      <div class="icon-btn" aria-label="Close">
        <svg width="60" height="60" viewBox="0 0 24 24">
          <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2" stroke-linecap="round"/>
        </svg>
      </div>
    </div>
  </div>

  <!-- Thumbnails -->
  <div class="thumbs">
    <div class="thumb">[IMG: Lime Shoe]</div>
    <div class="thumb">[IMG: Pink Shoe]</div>
    <div class="thumb">[IMG: Black Shoe]</div>
    <div class="thumb">[IMG: Beige Shoe]</div>
    <div class="thumb">[IMG: Camo Shoe]</div>
  </div>
  <div class="thumb-indicator"></div>

  <!-- Badges -->
  <div class="badges">
    <div class="badge-icon">
      <!-- Share icon -->
      <svg width="90" height="90" viewBox="0 0 24 24">
        <circle cx="6" cy="12" r="3" fill="none" stroke="#111" stroke-width="2"/>
        <circle cx="18" cy="6" r="3" fill="none" stroke="#111" stroke-width="2"/>
        <circle cx="18" cy="18" r="3" fill="none" stroke="#111" stroke-width="2"/>
        <path d="M8.8 10.8 L15.2 7.2 M8.8 13.2 L15.2 16.8" stroke="#111" stroke-width="2" stroke-linecap="round"/>
      </svg>
    </div>
    <div class="badge-center">
      FREE STANDARD SHIPPING + FREE
      <span class="badge-sub">RETURNS & EXCHANGES</span>
    </div>
    <div class="badge-icon">
      <!-- Info icon -->
      <svg width="90" height="90" viewBox="0 0 24 24">
        <circle cx="12" cy="12" r="10" fill="none" stroke="#111" stroke-width="2"/>
        <path d="M12 10 v6" stroke="#111" stroke-width="2" stroke-linecap="round"/>
        <circle cx="12" cy="7" r="1.6" fill="#111"/>
      </svg>
    </div>
  </div>

  <!-- Note -->
  <div class="note">
    Great catch! This exclusive product is only available at adidas and can't be found anywhere else. This product is excluded from all promotional discounts and offers.
  </div>

  <!-- Content -->
  <div class="content">
    <div class="hero-title">SWITCH FWD TURNS GRAVITY INTO FORWARD MOTION.</div>

    <div class="section-title">FORWARD THINKING INNOVATION</div>
    <div class="paragraph">
      Move your run up to the next level with the all-new switch fwd designed to turn gravity into forward motion.
    </div>
    <div class="paragraph">
      An engineered EVA midsole structure features purpose-built voids that compress and expand under pressure, helping you forward with every stride. Added 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.
    </div>

    <div class="link-title">SPECIFICATIONS</div>

    <div class="big-title">HIGHLIGHTS</div>

    <div class="subhead">NEW MIDSOLE TECHNOLOGY</div>
    <div class="paragraph">
      The EVA midsole structure is engineered with voids that...
    </div>
  </div>

  <!-- Floating check icon near badges (as seen) -->
  <div style="position:absolute; top: 460px; left: 220px; width: 90px; height: 90px; display:flex; align-items:center; justify-content:center;">
    <svg width="90" height="90" viewBox="0 0 24 24">
      <circle cx="12" cy="12" r="10" fill="none" stroke="#111" stroke-width="2"/>
      <path d="M7 12 L10.2 15.2 L17 8.8" stroke="#111" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
    </svg>
  </div>

  <!-- Home Indicator -->
  <div class="home-indicator"></div>
</div>
</body>
</html>