| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Search Results - Mozzarella</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #222; } |
| #render-target { |
| width: 1080px; height: 2400px; |
| position: relative; overflow: hidden; |
| background: #f5f6f7; |
| border-radius: 24px; |
| box-shadow: 0 2px 12px rgba(0,0,0,0.08); |
| } |
| |
| .status-bar { |
| height: 120px; |
| padding: 0 36px; |
| display: flex; align-items: center; justify-content: space-between; |
| color: #111; |
| } |
| .status-time { font-weight: 600; font-size: 42px; letter-spacing: 0.5px; } |
| .status-icons { display: flex; align-items: center; gap: 28px; } |
| .icon { width: 40px; height: 40px; } |
| |
| .app-header { |
| padding: 20px 36px 24px 36px; |
| display: flex; align-items: flex-start; gap: 24px; |
| background: #fff; |
| border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; |
| box-shadow: 0 6px 12px rgba(0,0,0,0.06); |
| } |
| .back-btn { width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center; } |
| .header-text { flex: 1; } |
| .header-title { font-size: 52px; font-weight: 700; margin: 6px 0 8px 0; color: #111; } |
| .header-sub { font-size: 28px; color: #777; } |
| |
| .content { |
| padding: 24px 24px 260px 24px; |
| } |
| .grid { |
| display: grid; |
| grid-template-columns: 1fr 1fr; |
| gap: 28px; |
| } |
| .card { |
| background: #fff; |
| border-radius: 28px; |
| box-shadow: 0 8px 16px rgba(0,0,0,0.06); |
| overflow: hidden; |
| position: relative; |
| } |
| .card .img { |
| height: 360px; |
| background: #E0E0E0; |
| border-bottom: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 30px; text-align: center; padding: 0 20px; |
| } |
| .card-body { padding: 28px; } |
| .price { font-size: 56px; font-weight: 800; margin-bottom: 8px; } |
| .name { font-size: 36px; font-weight: 600; margin-bottom: 6px; } |
| .meta { font-size: 28px; color: #8a8a8a; } |
| .clip-add { |
| position: absolute; top: 18px; right: 18px; |
| width: 66px; height: 66px; |
| border-radius: 18px; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.08); |
| display: flex; align-items: center; justify-content: center; |
| } |
| |
| .bottom-nav { |
| position: absolute; left: 0; right: 0; bottom: 0; |
| height: 210px; background: #fff; |
| border-top-left-radius: 24px; border-top-right-radius: 24px; |
| box-shadow: 0 -6px 14px rgba(0,0,0,0.08); |
| padding: 16px 24px 24px; |
| } |
| .nav-items { |
| height: 100%; |
| display: flex; align-items: center; justify-content: space-between; |
| } |
| .nav-item { width: 20%; text-align: center; color: #777; } |
| .nav-item .nav-icon { |
| width: 72px; height: 72px; margin: 10px auto 8px auto; |
| display: flex; align-items: center; justify-content: center; |
| border-radius: 18px; color: #ff6f00; |
| } |
| .nav-item.active { color: #ff6f00; } |
| .nav-label { font-size: 28px; margin-top: 6px; } |
| |
| .gesture { |
| position: absolute; bottom: 12px; left: 50%; |
| transform: translateX(-50%); |
| width: 240px; height: 10px; border-radius: 6px; background: #d1d1d1; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar"> |
| <div class="status-time">9:08</div> |
| <div class="status-icons"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="2" y="14" width="3" height="8" fill="#555"></rect> |
| <rect x="7" y="10" width="3" height="12" fill="#555"></rect> |
| <rect x="12" y="6" width="3" height="16" fill="#555"></rect> |
| <rect x="17" y="2" width="3" height="20" fill="#555"></rect> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"></rect> |
| <rect x="4" y="8" width="12" height="8" fill="#555"></rect> |
| <rect x="21" y="9" width="2" height="6" fill="#555"></rect> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="app-header"> |
| <div class="back-btn"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <path d="M15 5l-7 7 7 7" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path> |
| </svg> |
| </div> |
| <div class="header-text"> |
| <div class="header-title">Search for "Mozzarella cheese 1..."</div> |
| <div class="header-sub">Results in the stores</div> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="grid"> |
| |
| <div class="card"> |
| <div class="clip-add"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M7 6h8v2H7z" fill="#888"></path> |
| <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect> |
| <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="img">[IMG: Mozzarella bag with mountains]</div> |
| <div class="card-body"> |
| <div class="price">2.15</div> |
| <div class="name">Mozzarella</div> |
| <div class="meta">150g</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="clip-add"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M7 6h8v2H7z" fill="#888"></path> |
| <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect> |
| <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="img">[IMG: Mozzarella bag with cows]</div> |
| <div class="card-body"> |
| <div class="price">2.20</div> |
| <div class="name">Mozzarella</div> |
| <div class="meta">125g</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="clip-add"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M7 6h8v2H7z" fill="#888"></path> |
| <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect> |
| <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="img">[IMG: Galbani Mozzarella packs]</div> |
| <div class="card-body"> |
| <div class="price">3.85</div> |
| <div class="name">Galbani Mozzarella</div> |
| <div class="meta">3 x 125g</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="clip-add"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M7 6h8v2H7z" fill="#888"></path> |
| <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect> |
| <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="img">[IMG: Mozzarella Bufflonne cup]</div> |
| <div class="card-body"> |
| <div class="price">4.75</div> |
| <div class="name">Mozzarella Bufflonne</div> |
| <div class="meta">150g</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="clip-add"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M7 6h8v2H7z" fill="#888"></path> |
| <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect> |
| <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="img">[IMG: Mozzarella slices bag]</div> |
| <div class="card-body"> |
| <div class="price">—</div> |
| <div class="name">Mozzarella</div> |
| <div class="meta">2 pieces</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="clip-add"> |
| <svg width="36" height="36" viewBox="0 0 24 24"> |
| <path d="M7 6h8v2H7z" fill="#888"></path> |
| <rect x="6" y="4" width="12" height="16" rx="2" ry="2" fill="none" stroke="#888" stroke-width="2"></rect> |
| <path d="M12 11v6M9 14h6" stroke="#0a8f08" stroke-width="2" stroke-linecap="round"></path> |
| </svg> |
| </div> |
| <div class="img">[IMG: Buffalo Mozzarella tub]</div> |
| <div class="card-body"> |
| <div class="price">—</div> |
| <div class="name">Büfel Mozzarella</div> |
| <div class="meta">Swiss buffalo milk</div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bottom-nav"> |
| <div class="nav-items"> |
| <div class="nav-item active"> |
| <div class="nav-icon"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <rect x="3" y="3" width="18" height="18" rx="3" fill="none" stroke="#ff6f00" stroke-width="2"></rect> |
| <text x="12" y="16" font-size="10" text-anchor="middle" fill="#ff6f00" font-weight="700">M</text> |
| </svg> |
| </div> |
| <div class="nav-label">Migros</div> |
| </div> |
| <div class="nav-item"> |
| <div class="nav-icon"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <rect x="5" y="4" width="14" height="16" rx="2" fill="none" stroke="#777" stroke-width="2"></rect> |
| <path d="M7 8h10M7 12h10M7 16h10" stroke="#777" stroke-width="2"></path> |
| </svg> |
| </div> |
| <div class="nav-label">List</div> |
| </div> |
| <div class="nav-item"> |
| <div class="nav-icon"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#777" stroke-width="2"></rect> |
| <path d="M3 9h18" stroke="#777" stroke-width="2"></path> |
| </svg> |
| </div> |
| <div class="nav-label">Wallet</div> |
| </div> |
| <div class="nav-item"> |
| <div class="nav-icon" style="color:#222"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"></circle> |
| <text x="12" y="15" font-size="10" text-anchor="middle" fill="#777" font-weight="800">Go</text> |
| </svg> |
| </div> |
| <div class="nav-label">subitoGo</div> |
| </div> |
| <div class="nav-item"> |
| <div class="nav-icon"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <path d="M6 7h12l-1 12H7L6 7z" fill="none" stroke="#777" stroke-width="2"></path> |
| <circle cx="9" cy="20" r="1.5" fill="#777"></circle> |
| <circle cx="15" cy="20" r="1.5" fill="#777"></circle> |
| </svg> |
| </div> |
| <div class="nav-label">Order</div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="gesture"></div> |
| </div> |
| </body> |
| </html> |