| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Party Wear - Catalog Mock</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <style> |
| |
| html, body { margin: 0; padding: 0; } |
| body { background: transparent; } |
| |
| |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; |
| color: #111111; |
| } |
| * { box-sizing: border-box; } |
| |
| |
| .status-bar { |
| height: 90px; |
| padding: 0 28px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| font-size: 36px; |
| color: #1e1e1e; |
| } |
| .status-icons { |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| } |
| .dot { |
| width: 22px; height: 22px; |
| border-radius: 50%; |
| background: #3b3b3b; |
| opacity: 0.9; |
| } |
| .wifi svg, .battery svg { |
| display: block; |
| } |
| |
| |
| .app-bar { |
| height: 160px; |
| padding: 0 36px; |
| border-bottom: 1px solid #eeeeee; |
| display: flex; |
| align-items: center; |
| gap: 18px; |
| } |
| .app-title { |
| font-size: 44px; |
| font-weight: 700; |
| letter-spacing: 1px; |
| } |
| .app-actions { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .icon-btn { |
| width: 56px; height: 56px; |
| display: grid; |
| place-items: center; |
| cursor: default; |
| } |
| .icon { |
| width: 40px; height: 40px; |
| } |
| |
| |
| .content { |
| position: absolute; |
| top: 250px; |
| left: 0; right: 0; |
| bottom: 110px; |
| overflow-y: auto; |
| padding: 40px 60px 140px; |
| } |
| .grid { |
| display: grid; |
| grid-template-columns: 1fr 1fr; |
| grid-column-gap: 60px; |
| grid-row-gap: 60px; |
| } |
| |
| .card { |
| display: flex; |
| flex-direction: column; |
| } |
| |
| .img { |
| width: 100%; |
| height: 620px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #757575; |
| font-size: 28px; |
| text-align: center; |
| position: relative; |
| } |
| .badge-top { |
| position: absolute; |
| top: 18px; |
| left: 18px; |
| background: #3a3a3a; |
| color: #ffffff; |
| padding: 10px 22px; |
| font-size: 26px; |
| letter-spacing: 2px; |
| font-weight: 700; |
| text-transform: uppercase; |
| } |
| .badge-bottom { |
| position: absolute; |
| bottom: 0; |
| left: 0; right: 0; |
| background: #f1f1f1; |
| color: #1e1e1e; |
| text-align: center; |
| padding: 12px 16px; |
| font-size: 26px; |
| letter-spacing: 2px; |
| font-weight: 700; |
| } |
| |
| .price-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| margin-top: 22px; |
| } |
| .price { |
| font-size: 46px; |
| font-weight: 800; |
| } |
| .title { |
| margin-top: 14px; |
| font-size: 32px; |
| line-height: 1.35; |
| color: #333333; |
| } |
| |
| |
| .gesture-bar { |
| position: absolute; |
| left: 0; |
| right: 0; |
| bottom: 26px; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| } |
| .gesture-pill { |
| width: 320px; |
| height: 14px; |
| border-radius: 10px; |
| background: #bdbdbd; |
| opacity: 0.9; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>8:56</div> |
| <div class="status-icons"> |
| <div class="dot"></div> |
| <div class="dot" style="background:#bbbbbb;"></div> |
| <div class="dot" style="background:#4a4a4a;"></div> |
| <div class="dot" style="background:#000000;"></div> |
| <div class="dot" style="background:#000000; opacity:0.6;"></div> |
| <div class="wifi"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M5 12a9 9 0 0 1 14 0"></path> |
| <path d="M8.5 15.5a5 5 0 0 1 7 0"></path> |
| <path d="M12 19h.01"></path> |
| </svg> |
| </div> |
| <div class="battery"> |
| <svg class="icon" viewBox="0 0 28 18" fill="none" stroke="#222" stroke-width="2"> |
| <rect x="1" y="3" width="22" height="12" rx="2"></rect> |
| <rect x="3" y="5" width="14" height="8" fill="#222"></rect> |
| <rect x="24" y="7" width="3" height="6" rx="1" fill="#222"></rect> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="app-bar"> |
| <div class="icon-btn" aria-label="Back"> |
| <svg class="icon" 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">PARTY WEAR</div> |
| <div class="app-actions"> |
| <div class="icon-btn" aria-label="Wishlist"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| <div class="icon-btn" aria-label="Search"> |
| <svg class="icon" 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="M20 20l-3.5-3.5"></path> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="grid"> |
|
|
| |
| <div class="card"> |
| <div class="img">[IMG: Metallic crop top in silver]</div> |
| <div class="price-row"> |
| <div class="price">£40.00</div> |
| <div class="icon-btn" aria-label="Favorite"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">ASOS DESIGN metallic crop top in silver</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="img">[IMG: Sequin wrap top in silver]</div> |
| <div class="price-row"> |
| <div class="price">£42.00</div> |
| <div class="icon-btn" aria-label="Favorite"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">Pieces sequin wrap top in silver</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="img"> |
| [IMG: High waisted leather look trousers - silver] |
| <div class="badge-bottom">MIX & MATCH</div> |
| </div> |
| <div class="price-row"> |
| <div class="price">£48.00</div> |
| <div class="icon-btn" aria-label="Favorite"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">Extro & Vert high waisted leather look trousers co-ord</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="img"> |
| <div class="badge-top">SELLING FAST</div> |
| [IMG: Black mini dress with diamante fringe] |
| </div> |
| <div class="price-row"> |
| <div class="price">£72.00</div> |
| <div class="icon-btn" aria-label="Favorite"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">ASOS DESIGN diamante fringe mesh mini dress in black</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="img">[IMG: Off-shoulder silver maxi dress]</div> |
| <div class="price-row"> |
| <div class="price">£95.00</div> |
| <div class="icon-btn" aria-label="Favorite"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">ASOS EDITION off-shoulder metallic maxi dress in silver</div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="img">[IMG: Chocolate satin slip maxi dress]</div> |
| <div class="price-row"> |
| <div class="price">£68.00</div> |
| <div class="icon-btn" aria-label="Favorite"> |
| <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M20.8 8.6c0 5.4-8.8 10.3-8.8 10.3S3.2 14 3.2 8.6c0-2.6 2-4.6 4.5-4.6 1.7 0 3.2.9 4.3 2.3 1.1-1.4 2.6-2.3 4.3-2.3 2.5 0 4.5 2.1 4.5 4.6z"></path> |
| </svg> |
| </div> |
| </div> |
| <div class="title">Satin cowl neck slip maxi dress in chocolate brown</div> |
| </div> |
|
|
| </div> |
| </div> |
|
|
| |
| <div class="gesture-bar"> |
| <div class="gesture-pill"></div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |