File size: 1,446 Bytes
cf6c0e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Product</title></head>
<body style="margin:0; background:#fff; max-width:800px; padding:40px 20px">
  <div style="display:flex; align-items:flex-start">
    <div style="flex:1; border-radius:12px; display:flex; justify-content:center">
      <svg width="80" height="80" viewBox="0 0 24 24" fill="none" stroke="#999" stroke-width="1.5"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>
    </div>
    <div style="flex:1">
      <p style="margin:0 0 8px; color:#999">ELECTRONICS</p>
      <h1 style="font-size:26px">UltraView Monitor 27"</h1>
      <div style="display:flex; gap:8px">
        <span style="color:#f59e0b">★★★★☆</span>
        <span style="font-size:13px">4.2 (318 reviews)</span>
      </div>
      <p style="font-size:28px; margin:0 0 20px">$349<span style="font-size:16px; font-weight:400; margin-left:10px">$429</span></p>
      <p style="line-height:1.7; font-size:14px">4K IPS display with 144Hz refresh rate, HDR400 support, and USB-C connectivity. Perfect for professionals and gamers alike.</p>
      <button style="width:100%; background:#4f46e5; border:none; font-size:15px; cursor:pointer">Add to Cart</button>
      <button style="width:100%; background:#fff; border:1px solid #ddd; font-size:15px">Save for Later</button>
    </div>
  </div>
</body>
</html>