| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Track Pants Search - Mock</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #000; |
| color: #fff; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |
| } |
| .topbar { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 54px 36px 10px 24px; |
| } |
| .top-left { |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| } |
| .back-btn { |
| width: 72px; |
| height: 72px; |
| border-radius: 36px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .title { |
| font-size: 64px; |
| font-weight: 800; |
| letter-spacing: -0.5px; |
| } |
| .top-actions { |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| } |
| .circle-icon { |
| width: 96px; |
| height: 96px; |
| border-radius: 48px; |
| background: #1a1a1a; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .row { |
| display: flex; |
| align-items: center; |
| padding: 6px 36px 0 36px; |
| justify-content: space-between; |
| } |
| .link { |
| color: #4C97FF; |
| font-size: 38px; |
| display: flex; |
| align-items: center; |
| gap: 12px; |
| } |
| .right-links { |
| display: flex; |
| gap: 42px; |
| align-items: center; |
| } |
| .right-links .link { |
| font-size: 38px; |
| } |
| .section { |
| padding: 36px; |
| } |
| .section h3 { |
| margin: 0 0 24px 0; |
| font-size: 52px; |
| } |
| .chips { |
| display: flex; |
| flex-wrap: wrap; |
| gap: 18px; |
| } |
| .chip { |
| padding: 18px 34px; |
| background: #141414; |
| border: 2px solid #4a4a4a; |
| color: #eaeaea; |
| border-radius: 40px; |
| font-size: 36px; |
| } |
| .divider { |
| height: 2px; |
| background: #2a2a2a; |
| margin: 12px 36px 24px; |
| } |
| .card { |
| display: flex; |
| gap: 28px; |
| padding: 24px 36px; |
| } |
| .thumb { |
| width: 320px; |
| height: 320px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| color: #757575; |
| border-radius: 36px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 32px; |
| position: relative; |
| overflow: hidden; |
| } |
| .heart-badge { |
| position: absolute; |
| right: 16px; |
| top: 16px; |
| width: 88px; |
| height: 88px; |
| background: rgba(0,0,0,0.55); |
| border-radius: 44px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .info { |
| flex: 1; |
| padding-top: 4px; |
| } |
| .title2 { |
| font-size: 44px; |
| line-height: 1.22; |
| margin: 0 0 10px 0; |
| font-weight: 700; |
| color: #eee; |
| } |
| .subtitle { |
| color: #bdbdbd; |
| font-size: 34px; |
| margin-top: 6px; |
| } |
| .price { |
| font-size: 56px; |
| font-weight: 800; |
| margin: 12px 0 8px; |
| } |
| .strike { |
| color: #bdbdbd; |
| text-decoration: line-through; |
| margin-right: 10px; |
| } |
| .percent { |
| color: #bdbdbd; |
| font-size: 34px; |
| } |
| .meta { |
| color: #bdbdbd; |
| font-size: 34px; |
| margin-top: 6px; |
| line-height: 1.35; |
| } |
| .sponsored { |
| color: #8a8a8a; |
| font-size: 34px; |
| padding: 12px 36px 18px 36px; |
| } |
| .results-count { |
| text-align: center; |
| color: #ddd; |
| font-size: 40px; |
| padding: 18px 0 18px; |
| } |
| .bottom-nav { |
| position: absolute; |
| left: 0; |
| right: 0; |
| bottom: 0; |
| height: 240px; |
| background: #121212; |
| border-top: 2px solid #2a2a2a; |
| padding-top: 18px; |
| } |
| .nav-items { |
| display: flex; |
| justify-content: space-around; |
| padding: 0 24px; |
| } |
| .nav-item { |
| display: flex; |
| flex-direction: column; |
| align-items: center; |
| gap: 10px; |
| color: #cfcfcf; |
| font-size: 28px; |
| } |
| .nav-item .ico { |
| width: 88px; |
| height: 88px; |
| border-radius: 44px; |
| background: #1a1a1a; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .nav-item.active .ico { |
| background: #0d3b66; |
| box-shadow: inset 0 0 0 4px #2e6ef7; |
| } |
| .home-indicator { |
| position: absolute; |
| bottom: 24px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 320px; |
| height: 12px; |
| border-radius: 6px; |
| background: #fff; |
| opacity: 0.9; |
| } |
| |
| svg { display: block; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="topbar"> |
| <div class="top-left"> |
| <div class="back-btn"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="none"> |
| <path d="M15 18L9 12l6-6" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="title">track pants</div> |
| </div> |
| <div class="top-actions"> |
| <div class="circle-icon"> |
| |
| <svg width="40" height="40" viewBox="0 0 24 24" fill="none"> |
| <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2"/> |
| <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="circle-icon"> |
| |
| <svg width="42" height="42" viewBox="0 0 24 24" fill="none"> |
| <rect x="3" y="7" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/> |
| <path d="M9 7l1.5-2h3L15 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <circle cx="12" cy="13" r="3.5" stroke="#fff" stroke-width="2"/> |
| </svg> |
| </div> |
| <div class="circle-icon"> |
| |
| <svg width="42" height="42" viewBox="0 0 24 24" fill="none"> |
| <path d="M6 6h14l-2 8H8L6 4H3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <circle cx="9" cy="20" r="1.8" fill="#fff"/> |
| <circle cx="18" cy="20" r="1.8" fill="#fff"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="row"> |
| <div class="link"> |
| <svg width="34" height="34" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#4C97FF" stroke-width="2"/> |
| </svg> |
| <span>Save this search</span> |
| </div> |
| <div class="right-links"> |
| <div class="link"> |
| <span>Sort</span> |
| <svg width="28" height="28" viewBox="0 0 24 24" fill="none"> |
| <path d="M7 6h10M7 12h6M7 18h2" stroke="#4C97FF" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="link"> |
| <span>Filter</span> |
| <svg width="28" height="28" viewBox="0 0 24 24" fill="none"> |
| <path d="M3 5h18l-7 8v5l-4 2v-7L3 5z" stroke="#4C97FF" stroke-width="2" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="section"> |
| <h3>Shop by Color</h3> |
| <div class="chips"> |
| <div class="chip">Black</div> |
| <div class="chip">Blue</div> |
| <div class="chip">Gray</div> |
| <div class="chip">Green</div> |
| <div class="chip">Yellow</div> |
| <div class="chip">White</div> |
| </div> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| |
| <div class="card"> |
| <div class="thumb"> |
| [IMG: Track pants collage] |
| <div class="heart-badge"> |
| <svg width="40" height="40" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#fff" stroke-width="2"/> |
| </svg> |
| </div> |
| </div> |
| <div class="info"> |
| <div class="title2">Mens Fleece Sweat Track Pants w Pockets Jogger Sports Casual Trackies Cuffed Hem</div> |
| <div class="subtitle">Brand New</div> |
| <div class="price">$10.73</div> |
| <div class="percent"><span class="strike">$22.16</span>· 52% off</div> |
| <div class="meta">+$8.87 shipping from Australia<br>33+ sold</div> |
| </div> |
| </div> |
|
|
| <div class="sponsored">Sponsored</div> |
|
|
| <div class="divider"></div> |
|
|
| |
| <div class="card"> |
| <div class="thumb"> |
| [IMG: Adidas tricot jogger pants] |
| <div class="heart-badge"> |
| <svg width="40" height="40" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 21s-7-4.4-7-10a4.1 4.1 0 018-1 4.1 4.1 0 018 1c0 5.6-7 10-7 10z" stroke="#fff" stroke-width="2"/> |
| </svg> |
| </div> |
| </div> |
| <div class="info"> |
| <div class="title2">NWT Adidas Tricot JOGGER Pant Mens Training Track Pants 3 Stripe Black Grey Gray</div> |
| <div class="subtitle">Brand New</div> |
| <div class="price">$38.99 to $40.99</div> |
| <div class="meta">+$25.30 shipping from United States<br>8+ sold</div> |
| </div> |
| </div> |
|
|
| <div class="sponsored">Sponsored</div> |
|
|
| <div class="divider"></div> |
|
|
| <div class="results-count">57,000+ results</div> |
|
|
| |
| <div class="bottom-nav"> |
| <div class="nav-items"> |
| <div class="nav-item"> |
| <div class="ico"> |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="none"> |
| <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-8z" stroke="#fff" stroke-width="2" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div>Home</div> |
| </div> |
| <div class="nav-item"> |
| <div class="ico"> |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="none"> |
| <circle cx="12" cy="8" r="4" stroke="#fff" stroke-width="2"/> |
| <path d="M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div>My eBay</div> |
| </div> |
| <div class="nav-item active"> |
| <div class="ico"> |
| <svg width="36" height="36" viewBox="0 0 24 24" fill="none"> |
| <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2"/> |
| <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div>Search</div> |
| </div> |
| <div class="nav-item"> |
| <div class="ico"> |
| <svg width="34" height="34" viewBox="0 0 24 24" fill="none"> |
| <path d="M18 8a6 6 0 11-12 0 6 6 0 0112 0z" stroke="#fff" stroke-width="2"/> |
| <path d="M21 21l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div>Inbox</div> |
| </div> |
| <div class="nav-item"> |
| <div class="ico"> |
| <svg width="34" height="34" viewBox="0 0 24 24" fill="none"> |
| <path d="M3 7l9-4 9 4v5c0 5-4 9-9 9S3 17 3 12V7z" stroke="#fff" stroke-width="2"/> |
| <path d="M12 9v8" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div>Selling</div> |
| </div> |
| </div> |
| <div class="home-indicator"></div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |