| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>H&M shoes - Mock UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| color: #222; |
| } |
| |
| |
| .status-bar { |
| height: 120px; |
| background: #e6e6e6; |
| display: flex; |
| align-items: center; |
| padding: 0 36px; |
| box-sizing: border-box; |
| font-size: 32px; |
| color: #555; |
| } |
| .status-bar .right { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 26px; |
| } |
| .icon { |
| width: 56px; |
| height: 56px; |
| } |
| |
| |
| .app-header { |
| height: 140px; |
| display: flex; |
| align-items: center; |
| padding: 0 36px; |
| box-sizing: border-box; |
| border-bottom: 1px solid #eee; |
| } |
| .title { |
| font-weight: 700; |
| font-size: 48px; |
| margin-left: 24px; |
| } |
| .app-header .actions { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 36px; |
| } |
| |
| |
| .filter-row { |
| display: flex; |
| align-items: center; |
| padding: 22px 36px; |
| box-sizing: border-box; |
| border-bottom: 1px solid #eee; |
| font-size: 36px; |
| color: #333; |
| } |
| .filter-row .dept { |
| display: flex; |
| align-items: center; |
| gap: 16px; |
| font-weight: 600; |
| } |
| .filter-row .right { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| font-weight: 700; |
| } |
| |
| |
| .tabs-row { |
| display: flex; |
| align-items: center; |
| padding: 18px 36px; |
| box-sizing: border-box; |
| font-size: 34px; |
| color: #666; |
| border-bottom: 1px solid #f1f1f1; |
| } |
| .tabs { |
| display: flex; |
| gap: 28px; |
| } |
| .tab { |
| padding: 10px 6px; |
| } |
| .tab.active { |
| color: #c20d1a; |
| border-bottom: 3px solid #c20d1a; |
| font-weight: 700; |
| } |
| .items-view { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 16px; |
| color: #666; |
| } |
| .items-view .count { margin-right: 10px; } |
| |
| |
| .grid { |
| padding: 30px 24px 24px; |
| box-sizing: border-box; |
| display: flex; |
| flex-wrap: wrap; |
| gap: 28px; |
| } |
| .card { |
| width: 504px; |
| background: #fff; |
| } |
| .image { |
| width: 100%; |
| height: 630px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| color: #757575; |
| font-size: 34px; |
| position: relative; |
| } |
| .fav { |
| position: absolute; |
| right: 22px; |
| bottom: 22px; |
| width: 64px; |
| height: 64px; |
| border-radius: 32px; |
| background: #fff; |
| border: 1px solid #ddd; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| } |
| .card .name { |
| font-size: 36px; |
| font-weight: 700; |
| margin-top: 18px; |
| padding: 0 10px; |
| } |
| .card .price { |
| font-size: 36px; |
| margin-top: 10px; |
| padding: 0 10px; |
| } |
| .colors { |
| display: flex; |
| gap: 16px; |
| padding: 12px 10px 0; |
| } |
| .dot { |
| width: 26px; |
| height: 26px; |
| border-radius: 50%; |
| border: 1px solid #bbb; |
| } |
| .dot.black { background: #111; } |
| .dot.pink { background: #e7c9d8; } |
| .dot.gray { background: #bfb7ae; } |
| .dot.dkgray { background: #3a3a3a; } |
| |
| |
| .spacer { |
| height: 600px; |
| } |
| |
| |
| svg { display: block; } |
| .btn { |
| width: 64px; height: 64px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>1:44</div> |
| <div class="right"> |
| <div>⌁</div> |
| <div>🔔</div> |
| <div>100%</div> |
| </div> |
| </div> |
|
|
| |
| <div class="app-header"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M3 6h18M3 12h18M3 18h18" stroke="#222" stroke-width="2" stroke-linecap="round" fill="none"/> |
| </svg> |
| <div class="title">H&M shoes</div> |
|
|
| <div class="actions"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="10" cy="10" r="6" stroke="#222" stroke-width="2" fill="none"/> |
| <path d="M14.5 14.5L21 21" stroke="#222" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="12" cy="8" r="4" stroke="#222" stroke-width="2" fill="none"/> |
| <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3 3 0 5.5 2.5 3 6.5C19 16.5 12 21 12 21z" stroke="#222" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M6 9h12l-1 11H7L6 9z" stroke="#222" stroke-width="2" fill="none"/> |
| <path d="M9 9V7a3 3 0 016 0v2" stroke="#222" stroke-width="2" fill="none"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="filter-row"> |
| <div class="dept"> |
| <div>DEPARTMENT</div> |
| <svg class="btn" viewBox="0 0 24 24"> |
| <path d="M6 9l6 6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="right"> |
| <div>FILTER & SORT</div> |
| |
| <svg class="btn" viewBox="0 0 24 24"> |
| <path d="M4 6h10M4 12h16M4 18h12" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/> |
| <circle cx="16" cy="6" r="2" fill="#222"/> |
| <circle cx="10" cy="18" r="2" fill="#222"/> |
| <circle cx="12" cy="12" r="2" fill="#222"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="tabs-row"> |
| <div class="tabs"> |
| <div class="tab">Model</div> |
| <div class="tab active">Product</div> |
| </div> |
| <div class="items-view"> |
| <div class="count">653 Items</div> |
| |
| <svg class="btn" viewBox="0 0 24 24"> |
| <rect x="4" y="5" width="16" height="3" stroke="#222" stroke-width="2" fill="none"/> |
| <rect x="4" y="10.5" width="16" height="3" stroke="#222" stroke-width="2" fill="none"/> |
| <rect x="4" y="16" width="16" height="3" stroke="#222" stroke-width="2" fill="none"/> |
| </svg> |
| |
| <svg class="btn" viewBox="0 0 24 24"> |
| <rect x="3" y="3" width="8" height="8" stroke="#222" stroke-width="2" fill="none"/> |
| <rect x="13" y="3" width="8" height="8" stroke="#222" stroke-width="2" fill="none"/> |
| <rect x="3" y="13" width="8" height="8" stroke="#222" stroke-width="2" fill="none"/> |
| <rect x="13" y="13" width="8" height="8" stroke="#222" stroke-width="2" fill="none"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="grid"> |
|
|
| |
| <div class="card"> |
| <div class="image"> |
| [IMG: Glittery Ballet Flats - pair] |
| <div class="fav"> |
| <svg viewBox="0 0 24 24" class="icon"> |
| <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3 3 0 5.5 2.5 3 6.5C19 16.5 12 21 12 21z" stroke="#222" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| <div class="name">Glittery Ballet Flats</div> |
| <div class="price">$24.99</div> |
| <div class="colors"> |
| <div class="dot black"></div> |
| <div class="dot pink"></div> |
| </div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="image"> |
| [IMG: Warm-lined Boots with Laces] |
| <div class="fav"> |
| <svg viewBox="0 0 24 24" class="icon"> |
| <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3 3 0 5.5 2.5 3 6.5C19 16.5 12 21 12 21z" stroke="#222" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| <div class="name">Warm-lined Boots with Laces</div> |
| <div class="price">$34.99</div> |
| <div class="colors"> |
| <div class="dot dkgray"></div> |
| <div class="dot black"></div> |
| <div class="dot gray"></div> |
| </div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="image" style="height: 760px;"> |
| [IMG: Tall Leather Boots - left] |
| <div class="fav"> |
| <svg viewBox="0 0 24 24" class="icon"> |
| <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3 3 0 5.5 2.5 3 6.5C19 16.5 12 21 12 21z" stroke="#222" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| <div class="name">Leather Riding Boots</div> |
| <div class="price">$59.99</div> |
| <div class="colors"> |
| <div class="dot black"></div> |
| </div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="image" style="height: 760px;"> |
| [IMG: Tall Leather Boots - right] |
| <div class="fav"> |
| <svg viewBox="0 0 24 24" class="icon"> |
| <path d="M12 21s-7-4.5-9-8.5C1 8.5 3.5 6 6.5 6c2 0 3.5 1 5.5 3 2-2 3.5-3 5.5-3 3 0 5.5 2.5 3 6.5C19 16.5 12 21 12 21z" stroke="#222" stroke-width="2" fill="none" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| <div class="name">Knee High Boots</div> |
| <div class="price">$64.99</div> |
| <div class="colors"> |
| <div class="dot black"></div> |
| </div> |
| </div> |
|
|
| </div> |
|
|
| <div class="spacer"></div> |
| </div> |
| </body> |
| </html> |