| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Mobile UI - Party Wear Formal Shoes</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #f6f7f9; |
| border-radius: 24px; |
| box-shadow: 0 10px 30px rgba(0,0,0,0.12); |
| } |
| |
| .header-wrap { |
| width: 100%; |
| background: linear-gradient(180deg, #aee3df 0%, #b7e6e2 40%, #c3e9e5 100%); |
| padding-bottom: 16px; |
| box-sizing: border-box; |
| } |
| .status-bar { |
| height: 60px; |
| display: flex; |
| align-items: center; |
| padding: 0 32px; |
| font-size: 28px; |
| color: #1a1a1a; |
| } |
| .status-icons { margin-left: auto; display: flex; gap: 18px; color: #2a2a2a; } |
| .top-search-row { |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| padding: 16px 24px; |
| } |
| .icon-btn { |
| width: 72px; |
| height: 72px; |
| border-radius: 36px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .icon-btn svg { width: 40px; height: 40px; fill: #2c2c2c; } |
| .search-bar { |
| flex: 1; |
| height: 88px; |
| background: #ffffff; |
| border-radius: 20px; |
| box-shadow: inset 0 0 0 2px #e2e2e2; |
| display: flex; |
| align-items: center; |
| padding: 0 24px; |
| gap: 18px; |
| } |
| .search-input { |
| flex: 1; |
| font-size: 30px; |
| color: #202020; |
| white-space: nowrap; |
| overflow: hidden; |
| text-overflow: ellipsis; |
| } |
| .search-bar .suffix { |
| width: 56px; |
| height: 56px; |
| border-radius: 12px; |
| background: #e8f1f0; |
| display: flex; align-items: center; justify-content: center; |
| border: 1px solid #cfd8dc; |
| } |
| .location-row { |
| margin-top: 12px; |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| padding: 0 28px; |
| height: 82px; |
| color: #2b2b2b; |
| font-size: 30px; |
| } |
| .location-row .right { margin-left: auto; display: flex; align-items: center; gap: 8px; color: #4d4d4d; } |
| .chips-row { |
| display: flex; align-items: center; gap: 16px; |
| padding: 12px 24px 20px; |
| flex-wrap: nowrap; |
| } |
| .chip { |
| display: inline-flex; align-items: center; gap: 12px; |
| background: #ffffff; |
| border: 1px solid #d5d5d5; |
| border-radius: 40px; |
| padding: 16px 24px; |
| font-size: 28px; color: #2a2a2a; |
| box-shadow: 0 1px 0 rgba(0,0,0,0.04); |
| white-space: nowrap; |
| } |
| .chip .x { |
| background: #eaeaea; border-radius: 50%; width: 28px; height: 28px; |
| display: inline-flex; align-items: center; justify-content: center; font-size: 22px; |
| } |
| .toggle { |
| width: 72px; height: 36px; border-radius: 18px; background: #e9ecef; position: relative; margin-left: 8px; |
| border: 1px solid #cfd8dc; |
| } |
| .toggle::after { |
| content: ""; position: absolute; left: 4px; top: 4px; width: 28px; height: 28px; border-radius: 50%; background: #ffffff; box-shadow: 0 1px 2px rgba(0,0,0,0.2); |
| } |
| |
| |
| .section { |
| padding: 0 28px; |
| } |
| .title { |
| font-size: 42px; font-weight: 700; color: #1a1a1a; margin-top: 20px; |
| } |
| .subnote { |
| display: flex; align-items: center; gap: 10px; color: #6a6a6a; font-size: 26px; margin-top: 8px; |
| } |
| .banner { |
| margin-top: 16px; |
| height: 720px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| border-radius: 16px; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 34px; text-align: center; |
| } |
| .brand-row { |
| margin-top: 22px; display: flex; align-items: center; gap: 20px; padding-bottom: 8px; |
| } |
| .brand-logo { |
| width: 160px; height: 120px; |
| background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px; |
| display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; |
| } |
| .brand-link { font-size: 36px; color: #157a8a; } |
| .brand-link svg { width: 28px; height: 28px; vertical-align: middle; fill: #157a8a; } |
| |
| .desc-note { |
| font-size: 30px; color: #3a3a3a; margin: 22px 0 6px; |
| } |
| |
| .grid { |
| display: grid; |
| grid-template-columns: 1fr 1fr; |
| gap: 24px; |
| padding: 0 6px; |
| } |
| .card { |
| background: #ffffff; |
| border: 1px solid #dddddd; |
| border-radius: 16px; |
| padding: 18px; |
| box-sizing: border-box; |
| height: 540px; |
| display: flex; flex-direction: column; |
| } |
| .card .img { |
| flex: 1; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| border-radius: 12px; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 28px; text-align: center; |
| } |
| |
| |
| .bottom-nav { |
| position: absolute; left: 0; right: 0; bottom: 0; |
| height: 132px; |
| background: #ffffff; |
| border-top: 1px solid #e1e1e1; |
| display: flex; align-items: center; justify-content: space-around; |
| } |
| .nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #2a2a2a; font-size: 24px; } |
| .nav-item svg { width: 56px; height: 56px; fill: #2a2a2a; } |
| .badge { |
| position: absolute; margin-left: 34px; margin-top: -6px; |
| background: #00a0a0; color: #fff; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; |
| border-radius: 18px; font-size: 22px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="header-wrap"> |
| <div class="status-bar"> |
| <div>11:06</div> |
| <div class="status-icons"> |
| <span>📧</span> |
| <span>📶</span> |
| <span>🔋</span> |
| </div> |
| </div> |
|
|
| <div class="top-search-row"> |
| <div class="icon-btn"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M15 6L6 12l9 6" stroke="#2c2c2c" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="search-bar"> |
| <svg viewBox="0 0 24 24" style="width:36px;height:36px;fill:#5e6a6a"> |
| <path d="M10 2a8 8 0 105.3 14.1l5.1 5.1 1.4-1.4-5.1-5.1A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/> |
| </svg> |
| <div class="search-input">party wear formal shoes for men</div> |
| <div class="suffix"> |
| <svg viewBox="0 0 24 24" style="width:26px;height:26px;fill:#157a8a"> |
| <path d="M5 7h14v10H5V7zm3 0l2-2h4l2 2H8z"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="location-row"> |
| <svg viewBox="0 0 24 24" style="width:32px;height:32px;fill:#2b6f72"> |
| <path d="M12 2a7 7 0 00-7 7c0 4.7 7 13 7 13s7-8.3 7-13a7 7 0 00-7-7zm0 9a2 2 0 110-4 2 2 0 010 4z"/> |
| </svg> |
| <div>Choose location for most accurate options</div> |
| <div class="right"> |
| <svg viewBox="0 0 24 24" style="width:28px;height:28px;fill:#5e6a6a"><path d="M7 10l5 5 5-5z"/></svg> |
| </div> |
| </div> |
|
|
| <div class="chips-row"> |
| <div class="chip">prime <span class="toggle"></span></div> |
| <div class="chip">8</div> |
| <div class="chip">Men's Shoes <span class="x">×</span></div> |
| <div class="chip">Liberty</div> |
| <div class="chip">Filters (2) |
| <svg viewBox="0 0 24 24" style="width:24px;height:24px;fill:#4d4d4d;margin-left:6px"><path d="M7 10l5 5 5-5z"/></svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="section"> |
| <div class="title">Men's Classic Office Dress Shoes</div> |
| <div class="subnote"> |
| <span>Sponsored</span> |
| <svg viewBox="0 0 24 24" style="width:22px;height:22px;fill:#6a6a6a"> |
| <circle cx="12" cy="12" r="10" fill="none" stroke="#6a6a6a" stroke-width="2"/> |
| <path d="M12 8.5a1.2 1.2 0 100-2.4 1.2 1.2 0 000 2.4zm1 2.5h-2v7h2v-7z" fill="#6a6a6a"/> |
| </svg> |
| </div> |
|
|
| <div class="banner">[IMG: Lifestyle banner - man in suit lounging with brown monk-strap shoes]</div> |
|
|
| <div class="brand-row"> |
| <div class="brand-logo">[IMG: FAUSTO Logo]</div> |
| <div class="brand-link">Shop FAUSTO |
| <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg> |
| </div> |
| </div> |
|
|
| <div class="desc-note">Price and other details may vary based on product size and colour.</div> |
|
|
| <div class="grid"> |
| <div class="card"> |
| <div class="img">[IMG: Dark Brown Brogue Oxford]</div> |
| </div> |
| <div class="card"> |
| <div class="img">[IMG: Tan Brogue Oxford]</div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="bottom-nav"> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/> |
| </svg> |
| <div>Home</div> |
| </div> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-8 9c0-4.4 3.6-8 8-8s8 3.6 8 8H4z"/> |
| </svg> |
| <div>Account</div> |
| </div> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M12 4v2a6 6 0 016 6h2c0-4.4-3.6-8-8-8zm-6 6H4c0 4.4 3.6 8 8 8v2c-5.5 0-10-4.5-10-10h2z"/> |
| </svg> |
| <div>Refresh</div> |
| </div> |
| <div class="nav-item" style="position: relative;"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M7 6h14l-2 10H9L7 6zm-2 0H3v2h2V6zm4 14a2 2 0 104 0H9z"/> |
| </svg> |
| <div class="badge">0</div> |
| <div>Cart</div> |
| </div> |
| <div class="nav-item"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/> |
| </svg> |
| <div>Menu</div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |