| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Jordan Retro 6 G NRG - List</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; |
| } |
| |
| |
| .status-bar { |
| height: 120px; |
| background: #000; |
| color: #fff; |
| display: flex; |
| align-items: center; |
| padding: 0 32px; |
| font-weight: 600; |
| font-size: 34px; |
| justify-content: space-between; |
| } |
| .status-left { display: flex; align-items: center; gap: 18px; } |
| .status-right { display: flex; align-items: center; gap: 22px; } |
| .sb-icon { |
| width: 34px; height: 34px; border-radius: 6px; |
| background: rgba(255,255,255,0.25); |
| } |
| |
| |
| .app-bar { |
| height: 150px; |
| display: flex; |
| align-items: center; |
| padding: 0 28px; |
| border-bottom: 1px solid #eee; |
| background: #fff; |
| } |
| .app-title { |
| font-size: 50px; |
| font-weight: 700; |
| color: #111; |
| margin-left: 18px; |
| } |
| .app-actions { |
| margin-left: auto; |
| display: flex; |
| gap: 28px; |
| } |
| .icon-btn { |
| width: 72px; height: 72px; |
| display: flex; align-items: center; justify-content: center; |
| border-radius: 50%; |
| color: #111; |
| } |
| .icon-btn svg { width: 48px; height: 48px; } |
| |
| |
| .content { |
| position: absolute; |
| top: 270px; |
| left: 0; right: 0; bottom: 0; |
| overflow: hidden; |
| } |
| .grid { |
| display: grid; |
| grid-template-columns: 1fr 1fr; |
| column-gap: 28px; |
| row-gap: 24px; |
| padding: 24px; |
| } |
| .card { |
| padding: 0; |
| } |
| .img-wrap { |
| position: relative; |
| width: 100%; |
| height: 500px; |
| background: #F4F4F4; |
| border: 1px solid #D0D0D0; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #777; |
| font-size: 32px; |
| text-align: center; |
| } |
| .fav { |
| position: absolute; |
| top: 18px; right: 18px; |
| width: 86px; height: 86px; |
| background: #fff; |
| border: 1px solid #DADADA; |
| border-radius: 50%; |
| display: flex; align-items: center; justify-content: center; |
| box-shadow: 0 2px 6px rgba(0,0,0,0.05); |
| } |
| .fav svg { width: 44px; height: 44px; } |
| .title { |
| margin-top: 26px; |
| font-size: 46px; |
| font-weight: 700; |
| color: #111; |
| } |
| .subtitle { |
| margin-top: 10px; |
| font-size: 34px; |
| color: #7a7a7a; |
| } |
| .price { |
| margin-top: 26px; |
| font-size: 40px; |
| color: #111; |
| letter-spacing: 0.5px; |
| } |
| |
| |
| .fab { |
| position: absolute; |
| right: 40px; |
| bottom: 220px; |
| width: 140px; |
| height: 140px; |
| background: #fff; |
| border-radius: 50%; |
| box-shadow: 0 10px 30px rgba(0,0,0,0.18); |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .fab svg { width: 72px; height: 72px; stroke: #111; } |
| |
| |
| .gesture-bar { |
| position: absolute; |
| bottom: 28px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 500px; |
| height: 10px; |
| background: #C9C9C9; |
| border-radius: 8px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="status-left"> |
| <div>10:34</div> |
| <div class="sb-icon"></div> |
| <div class="sb-icon" style="width:36px;"></div> |
| <div class="sb-icon" style="width:36px;"></div> |
| </div> |
| <div class="status-right"> |
| |
| <svg width="44" height="34" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"> |
| <path d="M2 8c5-5 15-5 20 0"></path> |
| <path d="M5 11c3-3 11-3 14 0"></path> |
| <path d="M8 14c2-2 6-2 8 0"></path> |
| <circle cx="12" cy="18" r="1.5" fill="#fff"></circle> |
| </svg> |
| <svg width="44" height="34" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"> |
| <rect x="3" y="7" width="15" height="10" rx="2"></rect> |
| <path d="M21 10v4"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="app-bar"> |
| |
| <div class="icon-btn" aria-label="Back"> |
| <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M15 18l-6-6 6-6"></path> |
| </svg> |
| </div> |
| <div class="app-title">Jordan Retro 6 G NRG</div> |
| <div class="app-actions"> |
| <div class="icon-btn" aria-label="Search"> |
| <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <circle cx="11" cy="11" r="7"></circle> |
| <path d="M21 21l-4.2-4.2"></path> |
| </svg> |
| </div> |
| <div class="icon-btn" aria-label="Bag"> |
| <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M6 8h12l-1 12H7L6 8z"></path> |
| <path d="M9 8a3 3 0 0 1 6 0"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="grid"> |
| |
| <div class="card"> |
| <div class="img-wrap"> |
| <div>[IMG: Light Purple Jordan Shoe]</div> |
| <div class="fav" title="Save"> |
| <svg viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="1.8"> |
| <path d="M12 21s-7-4.6-9.5-8.1C.4 10 .9 6.9 3.4 5.5c1.9-1 4.2-.4 5.6 1 1.4-1.4 3.7-2 5.6-1 2.5 1.3 3 4.5.9 7.4C19 16.4 12 21 12 21z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">Jordan Retro 6 G NRG</div> |
| <div class="subtitle">Men's Golf Shoes</div> |
| <div class="price">MRP : ₹ 19 695.00</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="img-wrap"> |
| <div>[IMG: Black Jordan Shoe]</div> |
| <div class="fav" title="Save"> |
| <svg viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="1.8"> |
| <path d="M12 21s-7-4.6-9.5-8.1C.4 10 .9 6.9 3.4 5.5c1.9-1 4.2-.4 5.6 1 1.4-1.4 3.7-2 5.6-1 2.5 1.3 3 4.5.9 7.4C19 16.4 12 21 12 21z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">Jordan Retro 6 G NRG</div> |
| <div class="subtitle">Men's Golf Shoes</div> |
| <div class="price">MRP : ₹ 19 695.00</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="fab" title="Filter"> |
| <svg viewBox="0 0 24 24" fill="none" stroke-width="2"> |
| <path d="M4 7h10" stroke="#111" stroke-linecap="round"></path> |
| <circle cx="17" cy="7" r="2.2" fill="#111"></circle> |
| <path d="M4 12h7" stroke="#111" stroke-linecap="round"></path> |
| <circle cx="14" cy="12" r="2.2" fill="#111"></circle> |
| <path d="M4 17h14" stroke="#111" stroke-linecap="round"></path> |
| <circle cx="7" cy="17" r="2.2" fill="#111"></circle> |
| </svg> |
| </div> |
|
|
| |
| <div class="gesture-bar"></div> |
| </div> |
| </body> |
| </html> |