| <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 { |
| 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 { |
| 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; |
| } |
| |
| |
| .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; |
| } |
| |
| |
| .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 { |
| 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"> |
|
|
| |
| <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"> |
| |
| <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> |
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |