| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Switch FWD Running Shoes - Mock UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| font-family: Arial, Helvetica, sans-serif; |
| color: #111; |
| } |
| |
| |
| .screen-padding { padding: 0 60px; } |
| |
| |
| .status-bar { |
| height: 90px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 0 28px; |
| box-sizing: border-box; |
| } |
| .status-time { |
| font-size: 34px; |
| font-weight: 700; |
| letter-spacing: 0.5px; |
| } |
| .status-icons { |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| } |
| .status-icon { width: 40px; height: 40px; } |
| |
| |
| .header { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 18px 60px 10px 60px; |
| } |
| .title { |
| font-size: 44px; |
| font-weight: 800; |
| letter-spacing: 2px; |
| text-transform: uppercase; |
| } |
| .price-pill { |
| border: 2px solid #111; |
| border-radius: 12px; |
| padding: 14px 28px; |
| font-size: 36px; |
| font-weight: 800; |
| } |
| .close-btn { |
| margin-left: 18px; |
| width: 60px; |
| height: 60px; |
| display: inline-flex; |
| align-items: center; |
| justify-content: center; |
| } |
| |
| |
| .thumbs-row { |
| margin-top: 18px; |
| padding: 0 60px; |
| display: flex; |
| gap: 28px; |
| } |
| .thumb { |
| width: 180px; |
| height: 110px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| border-radius: 12px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #555; |
| font-size: 22px; |
| text-align: center; |
| padding: 8px; |
| box-sizing: border-box; |
| } |
| .thumb.selected { |
| outline: 3px solid #bdbdbd; |
| background: #D8D8D8; |
| } |
| |
| |
| .section-title { |
| font-size: 54px; |
| font-weight: 900; |
| letter-spacing: 1px; |
| padding: 32px 60px 10px 60px; |
| } |
| |
| .desc { |
| font-size: 32px; |
| line-height: 46px; |
| color: #222; |
| padding: 0 60px; |
| } |
| |
| |
| .share-title { |
| font-size: 64px; |
| font-weight: 900; |
| letter-spacing: 1px; |
| padding: 80px 60px 30px 60px; |
| text-transform: uppercase; |
| } |
| .photo-frame { |
| margin: 0 auto; |
| width: 860px; |
| height: 1160px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| border-radius: 12px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #555; |
| font-size: 30px; |
| text-align: center; |
| box-shadow: 0 6px 0 rgba(0,0,0,0.05); |
| } |
| |
| |
| .ratings-title { |
| font-size: 56px; |
| font-weight: 900; |
| padding: 70px 60px 10px 60px; |
| letter-spacing: 1px; |
| } |
| .ratings-row { |
| display: flex; |
| gap: 70px; |
| padding: 20px 60px; |
| align-items: baseline; |
| } |
| .rating-number { |
| font-size: 120px; |
| font-weight: 800; |
| line-height: 1; |
| } |
| .rating-label { |
| font-size: 34px; |
| color: #666; |
| } |
| |
| |
| .divider { |
| height: 1px; |
| background: #eee; |
| margin: 20px 0; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar"> |
| <div class="status-time">5:13</div> |
| <div class="status-icons"> |
| |
| <svg class="status-icon" viewBox="0 0 24 24"> |
| <rect x="2" y="16" width="3" height="6" fill="#111"></rect> |
| <rect x="7" y="12" width="3" height="10" fill="#111"></rect> |
| <rect x="12" y="8" width="3" height="14" fill="#111"></rect> |
| <rect x="17" y="4" width="3" height="18" fill="#111"></rect> |
| </svg> |
| |
| <svg class="status-icon" viewBox="0 0 24 24"> |
| <path d="M2 8c5-4 15-4 20 0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/> |
| <path d="M5 12c3-3 11-3 14 0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/> |
| <path d="M9 16c2-2 4-2 6 0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/> |
| <circle cx="12" cy="20" r="2" fill="#111"></circle> |
| </svg> |
| |
| <svg class="status-icon" viewBox="0 0 28 24"> |
| <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#111" stroke-width="2" fill="none"></rect> |
| <rect x="4" y="8" width="14" height="8" fill="#111"></rect> |
| <rect x="22" y="10" width="4" height="4" fill="#111"></rect> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="header"> |
| <div class="title">SWITCH FWD RUNNING SHOES</div> |
| <div style="display:flex; align-items:center; gap:16px;"> |
| <div class="price-pill">$140.00</div> |
| <div class="close-btn" aria-label="Close"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 4 L20 20 M20 4 L4 20" stroke="#111" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="thumbs-row"> |
| <div class="thumb">[IMG: Switch FWD shoe - neon green]</div> |
| <div class="thumb">[IMG: Switch FWD shoe - pink]</div> |
| <div class="thumb">[IMG: Switch FWD shoe - black]</div> |
| <div class="thumb">[IMG: Switch FWD shoe - beige]</div> |
| <div class="thumb selected">[IMG: Switch FWD shoe - grey/green]</div> |
| </div> |
|
|
| |
| <div class="section-title">CONTINENTAL™ OUTSOLE</div> |
| <div class="desc"> |
| The durable and lightweight Continental™ outsole features a high-performance compound for optimized grip in all conditions. |
| </div> |
|
|
| |
| <div class="divider" style="margin: 40px 60px 0 60px;"></div> |
|
|
| |
| <div class="share-title">SHARE HOW YOU WEAR IT</div> |
| <div class="photo-frame"> |
| [IMG: Person wearing Switch FWD shoes doing a warm-up on a street] |
| </div> |
|
|
| |
| <div class="ratings-title">RATINGS & REVIEWS</div> |
| <div class="ratings-row"> |
| <div> |
| <div class="rating-number">4.7</div> |
| <div class="rating-label">Average Rating</div> |
| </div> |
| <div> |
| <div class="rating-number">96%</div> |
| <div class="rating-label">Would recommend</div> |
| </div> |
| </div> |
| </div> |
| </body> |
| </html> |