| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Search - Mozzarella</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: #FFFFFF; |
| } |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| height: 96px; |
| width: 100%; |
| padding: 0 36px; |
| box-sizing: border-box; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #333; |
| font-size: 36px; |
| } |
| |
| .search-header { |
| position: absolute; |
| top: 96px; |
| left: 0; |
| width: 100%; |
| height: 148px; |
| box-sizing: border-box; |
| padding: 0 24px; |
| border-bottom: 2px solid #E0E0E0; |
| display: flex; |
| align-items: center; |
| } |
| .back-btn, .close-btn { |
| width: 96px; |
| height: 96px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .search-text { |
| flex: 1; |
| font-size: 44px; |
| color: #222; |
| font-weight: 600; |
| display: flex; |
| align-items: center; |
| } |
| .caret { |
| width: 4px; |
| height: 48px; |
| background: #F57C00; |
| margin-left: 8px; |
| border-radius: 2px; |
| } |
| |
| |
| .suggestion { |
| position: absolute; |
| top: 244px; |
| left: 0; |
| width: 100%; |
| box-sizing: border-box; |
| padding: 28px 40px 24px 40px; |
| border-bottom: 1px solid #E0E0E0; |
| } |
| .suggestion .title { |
| font-size: 40px; |
| font-weight: 700; |
| color: #111; |
| margin-bottom: 12px; |
| } |
| .suggestion .link { |
| font-size: 34px; |
| color: #F57C00; |
| } |
| |
| .section-label { |
| position: absolute; |
| top: 388px; |
| left: 0; |
| width: 100%; |
| background: #F5F5F5; |
| color: #757575; |
| font-size: 34px; |
| padding: 18px 40px; |
| box-sizing: border-box; |
| border-top: 1px solid #E0E0E0; |
| border-bottom: 1px solid #E0E0E0; |
| } |
| |
| |
| .list { |
| position: absolute; |
| top: 460px; |
| left: 0; |
| width: 100%; |
| } |
| .list-item { |
| display: flex; |
| align-items: center; |
| padding: 30px 40px; |
| box-sizing: border-box; |
| border-bottom: 1px solid #E0E0E0; |
| background: #FFF; |
| } |
| .item-icon { |
| width: 120px; |
| height: 120px; |
| border: 2px solid #BDBDBD; |
| border-radius: 12px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| margin-right: 32px; |
| } |
| .item-text .title { |
| font-size: 40px; |
| color: #333; |
| font-weight: 600; |
| margin-bottom: 6px; |
| } |
| .item-text .subtitle { |
| font-size: 30px; |
| color: #9E9E9E; |
| } |
| |
| |
| .keyboard { |
| position: absolute; |
| left: 0; |
| bottom: 0; |
| width: 100%; |
| height: 980px; |
| background: #1E1E1E; |
| box-shadow: 0 -6px 20px rgba(0,0,0,0.25); |
| color: #FFF; |
| box-sizing: border-box; |
| padding: 24px 26px 60px 26px; |
| } |
| .kb-top { |
| display: flex; |
| align-items: center; |
| gap: 40px; |
| margin-bottom: 22px; |
| color: #BDBDBD; |
| font-size: 30px; |
| } |
| .kb-pill { |
| background: #2A2A2A; |
| padding: 16px 22px; |
| border-radius: 16px; |
| } |
| .kb-row { |
| display: flex; |
| justify-content: space-between; |
| margin: 18px 0; |
| padding: 0 8px; |
| } |
| .key { |
| background: #2A2A2A; |
| color: #FFF; |
| border-radius: 22px; |
| height: 120px; |
| min-width: 88px; |
| flex: 1; |
| margin: 0 8px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 42px; |
| box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06); |
| } |
| .key.wide { flex: 1.4; } |
| .key.space { flex: 4.4; } |
| .key.light { |
| background: #DADCFD; |
| color: #222; |
| } |
| .key.circle { |
| border-radius: 60px; |
| width: 160px; |
| flex: 0 0 160px; |
| } |
| |
| .home-indicator { |
| position: absolute; |
| bottom: 18px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 260px; |
| height: 10px; |
| background: #EAEAEA; |
| border-radius: 6px; |
| opacity: 0.9; |
| } |
| |
| |
| .divider { height: 1px; background: #E0E0E0; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>9:08</div> |
| <div style="display:flex; align-items:center; gap:22px;"> |
| |
| <svg width="42" height="42" viewBox="0 0 24 24" fill="none"> |
| <path d="M2 8c4-4 16-4 20 0" stroke="#616161" stroke-width="2" stroke-linecap="round"/> |
| <path d="M5 11c3-3 11-3 14 0" stroke="#616161" stroke-width="2" stroke-linecap="round"/> |
| <path d="M8 14c2-2 6-2 8 0" stroke="#616161" stroke-width="2" stroke-linecap="round"/> |
| <circle cx="12" cy="18" r="2" fill="#616161"/> |
| </svg> |
| |
| <svg width="42" height="42" viewBox="0 0 24 24" fill="none"> |
| <rect x="2" y="6" width="18" height="12" rx="2" stroke="#616161" stroke-width="2"/> |
| <rect x="4" y="8" width="12" height="8" rx="1" fill="#616161"/> |
| <rect x="20" y="9" width="2" height="6" rx="1" fill="#616161"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="search-header"> |
| <div class="back-btn"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="none"> |
| <path d="M15 19L8 12l7-7" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="search-text"> |
| Mozzarella cheese 150g |
| <span class="caret"></span> |
| </div> |
| <div class="close-btn"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="none"> |
| <path d="M6 6l12 12M18 6L6 18" stroke="#333" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="suggestion"> |
| <div class="title">Mozzarella cheese 150g</div> |
| <div class="link">Search in the store assortment</div> |
| </div> |
|
|
| <div class="section-label">Product recommendations</div> |
|
|
| |
| <div class="list"> |
| <div class="list-item"> |
| <div class="item-icon"> |
| <svg width="90" height="90" viewBox="0 0 64 64" fill="none"> |
| <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/> |
| <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/> |
| <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/> |
| </svg> |
| </div> |
| <div class="item-text"> |
| <div class="title">Mozzarella</div> |
| <div class="subtitle">Milchprodukte & Eier</div> |
| </div> |
| </div> |
|
|
| <div class="list-item"> |
| <div class="item-icon"> |
| <svg width="90" height="90" viewBox="0 0 64 64" fill="none"> |
| <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/> |
| <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/> |
| <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/> |
| </svg> |
| </div> |
| <div class="item-text"> |
| <div class="title">Mozzarella</div> |
| <div class="subtitle">Milchprodukte & Eier</div> |
| </div> |
| </div> |
|
|
| <div class="list-item"> |
| <div class="item-icon"> |
| <svg width="90" height="90" viewBox="0 0 64 64" fill="none"> |
| <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/> |
| <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/> |
| <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/> |
| </svg> |
| </div> |
| <div class="item-text"> |
| <div class="title">Galbani Mozzarella</div> |
| <div class="subtitle">Milchprodukte & Eier</div> |
| </div> |
| </div> |
|
|
| <div class="list-item"> |
| <div class="item-icon"> |
| <svg width="90" height="90" viewBox="0 0 64 64" fill="none"> |
| <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/> |
| <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/> |
| <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/> |
| </svg> |
| </div> |
| <div class="item-text"> |
| <div class="title">Mozzarella Bufflonne</div> |
| <div class="subtitle">Milchprodukte & Eier</div> |
| </div> |
| </div> |
|
|
| <div class="list-item"> |
| <div class="item-icon"> |
| <svg width="90" height="90" viewBox="0 0 64 64" fill="none"> |
| <rect x="10" y="16" width="22" height="36" rx="4" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="18" y="6" width="10" height="10" rx="2" stroke="#9E9E9E" stroke-width="3"/> |
| <rect x="36" y="36" width="22" height="16" rx="3" stroke="#9E9E9E" stroke-width="3"/> |
| <circle cx="44" cy="44" r="2.5" fill="#9E9E9E"/> |
| <circle cx="52" cy="48" r="2.5" fill="#9E9E9E"/> |
| </svg> |
| </div> |
| <div class="item-text"> |
| <div class="title">M-Budget Mozzarella</div> |
| <div class="subtitle">Milchprodukte & Eier</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="keyboard"> |
| <div class="kb-top"> |
| <div class="kb-pill">▤▤</div> |
| <div class="kb-pill">🙂</div> |
| <div class="kb-pill">GIF</div> |
| <div class="kb-pill">⚙︎</div> |
| <div class="kb-pill">Gx</div> |
| <div class="kb-pill">🎨</div> |
| </div> |
|
|
| <div class="kb-row"> |
| <div class="key">q</div> |
| <div class="key">w</div> |
| <div class="key">e</div> |
| <div class="key">r</div> |
| <div class="key">t</div> |
| <div class="key">y</div> |
| <div class="key">u</div> |
| <div class="key">i</div> |
| <div class="key">o</div> |
| <div class="key">p</div> |
| </div> |
|
|
| <div class="kb-row" style="padding: 0 58px;"> |
| <div class="key">a</div> |
| <div class="key">s</div> |
| <div class="key">d</div> |
| <div class="key">f</div> |
| <div class="key">g</div> |
| <div class="key">h</div> |
| <div class="key">j</div> |
| <div class="key">k</div> |
| <div class="key">l</div> |
| </div> |
|
|
| <div class="kb-row"> |
| <div class="key wide">⇧</div> |
| <div class="key">z</div> |
| <div class="key">x</div> |
| <div class="key">c</div> |
| <div class="key">v</div> |
| <div class="key">b</div> |
| <div class="key">n</div> |
| <div class="key">m</div> |
| <div class="key wide">⌫</div> |
| </div> |
|
|
| <div class="kb-row" style="align-items:center;"> |
| <div class="key circle" style="background:#3A3A3A;">?123</div> |
| <div class="key circle" style="background:#3A3A3A;">🙂</div> |
| <div class="key circle" style="background:#3A3A3A;">,</div> |
| <div class="key space"></div> |
| <div class="key circle" style="background:#3A3A3A;">.</div> |
| <div class="key circle light"> |
| <svg width="42" height="42" viewBox="0 0 24 24" fill="none"> |
| <circle cx="11" cy="11" r="7" stroke="#333" stroke-width="2"/> |
| <path d="M16 16l5 5" stroke="#333" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="home-indicator"></div> |
|
|
| </div> |
| </body> |
| </html> |