| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Mens Shoes NMD Stretch - UI Mock</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1440px; |
| height: 3120px; |
| position: relative; |
| overflow: hidden; |
| background: #FFFFFF; |
| font-family: Arial, Helvetica, sans-serif; |
| color: #111; |
| } |
| |
| |
| .system-bar { |
| height: 100px; |
| padding: 0 40px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| font-size: 36px; |
| color: #333; |
| } |
| .system-right { |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .dot { |
| width: 20px; height: 20px; border-radius: 50%; background: #111; display: inline-block; |
| } |
| |
| |
| .header-controls { |
| height: 120px; |
| padding: 0 36px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| } |
| .icon-btn { |
| width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; |
| border-radius: 12px; |
| } |
| .page-title { |
| text-align: center; |
| font-weight: 700; |
| letter-spacing: 4px; |
| font-size: 48px; |
| margin-top: 10px; |
| } |
| .result-count { |
| text-align: center; |
| color: #666; |
| font-size: 34px; |
| margin: 16px 0 20px 0; |
| } |
| |
| |
| .filter-row { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| padding: 0 40px; |
| margin-top: 8px; |
| } |
| .filter-icon { |
| position: relative; |
| width: 120px; |
| height: 88px; |
| border-radius: 10px; |
| } |
| .filter-icon .box { |
| width: 120px; |
| height: 88px; |
| border: 2px solid #111; |
| border-radius: 10px; |
| position: absolute; |
| left: 0; top: 0; |
| } |
| .filter-icon .lines { |
| position: absolute; left: 20px; top: 18px; |
| } |
| .filter-icon .lines div { |
| width: 72px; height: 8px; background: #111; margin: 10px 0; |
| } |
| .filter-badge { |
| position: absolute; |
| left: -18px; top: -18px; |
| background: #000; color: #fff; |
| width: 52px; height: 52px; border-radius: 12px; |
| display: flex; align-items: center; justify-content: center; |
| font-size: 28px; font-weight: 700; |
| } |
| .chip { |
| border: 2px solid #111; |
| border-radius: 8px; |
| padding: 18px 36px; |
| font-size: 32px; |
| letter-spacing: 1px; |
| } |
| |
| |
| .card { |
| width: 1280px; |
| margin: 36px auto 0 auto; |
| background: #F4F6F8; |
| border-radius: 6px; |
| overflow: hidden; |
| position: relative; |
| } |
| .card-img { |
| height: 650px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; |
| font-size: 36px; |
| } |
| .heart-fav { |
| position: absolute; |
| top: 40px; right: 60px; |
| width: 72px; height: 72px; |
| } |
| .ar-badge { |
| position: absolute; |
| left: 30px; top: 650px; |
| width: 74px; height: 74px; |
| background: #000; color: #fff; |
| border-radius: 8px; |
| font-weight: 700; font-size: 28px; |
| display: flex; align-items: center; justify-content: center; |
| } |
| .meta-row { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| padding: 24px 30px; |
| } |
| .pill { |
| display: inline-block; |
| border: 2px solid #111; |
| color: #111; |
| padding: 10px 22px; |
| border-radius: 10px; |
| font-size: 28px; |
| letter-spacing: 2px; |
| } |
| .price-pill { |
| display: inline-block; |
| padding: 16px 22px; |
| background: #fff; |
| border: 2px solid #ddd; |
| font-size: 34px; |
| border-radius: 10px; |
| } |
| .card-body { |
| padding: 0 30px 34px 30px; |
| } |
| .title-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| margin-top: 8px; |
| } |
| .product-title { |
| font-size: 44px; |
| font-weight: 700; |
| } |
| .assist { |
| display: flex; align-items: center; gap: 16px; color: #333; font-size: 30px; |
| } |
| .dot-blue { width: 18px; height: 18px; border-radius: 50%; background: #4D86F5; display: inline-block; } |
| .dot-red { width: 18px; height: 18px; border-radius: 50%; background: #F55C4D; display: inline-block; } |
| .dot-yellow { width: 18px; height: 18px; border-radius: 50%; background: #FDBB2D; display: inline-block; } |
| .subtitle { |
| color: #666; |
| font-size: 32px; |
| margin-top: 6px; |
| } |
| |
| |
| .nav-bottom { |
| position: absolute; |
| bottom: 0; left: 0; |
| width: 100%; |
| height: 160px; |
| border-top: 1px solid #e6e6e6; |
| display: flex; |
| align-items: center; |
| justify-content: space-around; |
| padding: 0 40px; |
| background: #fff; |
| } |
| .nav-item { |
| width: 140px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #777; |
| gap: 10px; |
| } |
| .badge { |
| position: absolute; |
| background: #CFCFCF; |
| color: #333; |
| font-weight: 700; |
| font-size: 26px; |
| width: 44px; height: 44px; border-radius: 8px; |
| display: flex; align-items: center; justify-content: center; |
| right: -8px; bottom: -10px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="system-bar"> |
| <div class="left-sys">2:22</div> |
| <div class="system-right"> |
| <span class="dot"></span> |
| <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2c-2.8 0-5 2.2-5 5v3h2V7c0-1.7 1.3-3 3-3s3 1.3 3 3v3h2V7c0-2.8-2.2-5-5-5z" fill="#111"/></svg> |
| <svg width="42" height="42" viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="#111"/><rect x="20" y="9" width="2" height="6" fill="#111"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="header-controls"> |
| <div class="icon-btn"> |
| <svg width="48" height="48" viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg> |
| </div> |
| <div class="icon-btn"> |
| <svg width="48" height="48" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2" fill="none"/><line x1="16" y1="16" x2="22" y2="22" stroke="#111" stroke-width="2" stroke-linecap="round"/></svg> |
| </div> |
| </div> |
|
|
| <div class="page-title">MENS SHOES • NMD • STRETCH</div> |
| <div class="result-count">1 RESULT</div> |
|
|
| |
| <div class="filter-row"> |
| <div class="filter-icon"> |
| <div class="box"></div> |
| <div class="filter-badge">2</div> |
| <div class="lines"> |
| <div></div> |
| <div style="width:58px;"></div> |
| <div style="width:46px;"></div> |
| </div> |
| </div> |
| <div class="chip">NMD</div> |
| <div class="chip">STRETCH</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="card-img">[IMG: Black Adidas NMD_R1 Shoe]</div> |
|
|
| <div class="heart-fav"> |
| <svg width="72" height="72" viewBox="0 0 24 24"> |
| <path d="M12 21s-6.5-4.1-9.3-7.1C1.4 12.5 2 9.7 4.4 8.5c2.1-1.1 4.3.2 5.6 1.8 1.3-1.6 3.5-2.9 5.6-1.8 2.4 1.2 3 4 1.7 5.4C18.5 16.9 12 21 12 21z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/> |
| </svg> |
| </div> |
|
|
| <div class="ar-badge">AR</div> |
|
|
| <div class="meta-row"> |
| <span class="pill">NEW</span> |
| <span class="price-pill">$150.00</span> |
| </div> |
|
|
| <div class="card-body"> |
| <div class="title-row"> |
| <div class="product-title">NMD_R1 Shoes</div> |
| <div class="assist"> |
| <span>+37</span> |
| <span class="dot-blue"></span> |
| <span class="dot-red"></span> |
| <span class="dot-yellow"></span> |
| </div> |
| </div> |
| <div class="subtitle">Men's Originals</div> |
| </div> |
| </div> |
|
|
| |
| <div class="nav-bottom"> |
| <div class="nav-item"> |
| <svg width="56" height="56" viewBox="0 0 24 24"><path d="M6 3l3 4-3 4h4l3 4-2-8h4L12 3H6z" fill="#B5B5B5"/></svg> |
| </div> |
| <div class="nav-item"> |
| <svg width="56" height="56" viewBox="0 0 24 24"> |
| <rect x="4" y="5" width="16" height="2" fill="#B5B5B5"/> |
| <rect x="4" y="10" width="10" height="2" fill="#B5B5B5"/> |
| <circle cx="18" cy="11" r="2" fill="#B5B5B5"/> |
| </svg> |
| </div> |
| <div class="nav-item"> |
| <svg width="56" height="56" viewBox="0 0 24 24"> |
| <path d="M12 21s-6-3.8-8.6-6.6C2 12.3 2.6 9.8 5 8.6c1.9-.9 3.8.2 5 1.7 1.2-1.5 3.1-2.7 5-1.7 2.4 1.2 3 3.8 1.6 5.2C18 17.2 12 21 12 21z" fill="#B5B5B5"/> |
| </svg> |
| </div> |
| <div class="nav-item" style="position: relative;"> |
| <svg width="56" height="56" viewBox="0 0 24 24"> |
| <path d="M6 7h12l-2 11H8L6 7z" fill="none" stroke="#B5B5B5" stroke-width="2"/> |
| <circle cx="9" cy="20" r="2" fill="#B5B5B5"/> |
| <circle cx="16" cy="20" r="2" fill="#B5B5B5"/> |
| </svg> |
| <div class="badge">2</div> |
| </div> |
| <div class="nav-item"> |
| <svg width="56" height="56" viewBox="0 0 24 24"> |
| <circle cx="12" cy="8" r="4" fill="#B5B5B5"/> |
| <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#B5B5B5" stroke-width="2"/> |
| </svg> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |