| <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 { |
| 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; } |
| |
| |
| .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; } |
| |
| |
| .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 { |
| 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%; |
| } |
| |
| |
| .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 { |
| 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 { |
| 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"> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <div class="badges"> |
| <div class="badge-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"> |
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <div class="home-indicator"></div> |
| </div> |
| </body> |
| </html> |