File size: 6,096 Bytes
fa881a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | <html>
<head>
<meta charset="UTF-8">
<title>Hardware Shack - Product</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 */
.status-bar {
height: 90px;
background: #4A22C8;
color: #fff;
padding: 0 40px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 36px;
}
.status-left { display: flex; align-items: center; gap: 28px; }
.status-right { display: flex; align-items: center; gap: 24px; }
.chip {
background: rgba(255,255,255,0.15);
border: 2px solid rgba(255,255,255,0.35);
padding: 8px 16px;
border-radius: 22px;
font-size: 28px;
}
.icon {
width: 40px; height: 40px;
display: inline-flex; align-items: center; justify-content: center;
}
.icon svg { width: 100%; height: 100%; fill: #fff; }
/* Navigation row */
.nav {
height: 130px;
background: #ffffff;
border-bottom: 1px solid #e5e5e5;
display: flex;
align-items: center;
padding: 0 32px;
gap: 24px;
}
.burger { width: 72px; height: 72px; }
.logo {
width: 140px; height: 110px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display: flex; align-items: center; justify-content: center;
color: #757575; font-size: 26px; border-radius: 16px;
}
.brand {
font-size: 54px; font-weight: 700; letter-spacing: 2px; color: #000;
}
.cart {
margin-left: auto;
width: 84px; height: 84px;
background: #F7D35A;
border-radius: 42px;
display: flex; align-items: center; justify-content: center;
border: 2px solid #e8c64a;
}
.cart svg { width: 48px; height: 48px; fill: #6b5600; }
/* Product image area */
.product-hero {
position: relative;
margin: 0 auto;
width: 100%;
height: 1080px;
background: #F9F9F9;
display: flex; align-items: center; justify-content: center;
border-bottom: 1px solid #eee;
}
.product-hero .img {
width: 900px; height: 980px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display: flex; align-items: center; justify-content: center;
color: #757575; font-size: 36px; text-align: center; border-radius: 18px;
}
.badge {
position: absolute;
left: 24px; top: 60px;
width: 150px; height: 150px;
background: #000; color: #fff; border-radius: 75px;
display: flex; align-items: center; justify-content: center;
font-size: 44px; font-weight: 700;
box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
/* Breadcrumbs and title */
.content { padding: 36px 32px; }
.breadcrumbs {
color: #9E9E9E; font-size: 34px; margin-bottom: 24px;
}
.breadcrumbs span { color: #9E9E9E; }
.title {
font-size: 62px; font-weight: 800; line-height: 1.25; color: #111;
margin: 12px 0 10px 0;
}
.divider {
width: 92px; height: 6px; background: #ECECEC; border-radius: 3px; margin: 24px 0;
}
.round-btn {
width: 84px; height: 84px; border: 2px solid #D6D6D6; border-radius: 42px;
display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.round-btn svg { width: 40px; height: 40px; fill: #8C8C8C; }
.price {
font-size: 60px; font-weight: 800; color: #111; margin: 18px 0 22px 0;
}
.desc {
font-size: 38px; color: #666; line-height: 1.4;
}
/* Home indicator */
.home-indicator {
position: absolute; bottom: 30px; left: 50%;
transform: translateX(-50%);
width: 520px; height: 16px; background: #DCDCDC; border-radius: 8px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Purple status bar -->
<div class="status-bar">
<div class="status-left">
<div style="font-weight:700;">12:53</div>
<div class="chip">ib</div>
<div class="chip">oyo</div>
<div class="icon">
<svg viewBox="0 0 24 24"><path d="M12 2l4 4-4 4-4-4 4-4zm0 12l4 4-4 4-4-4 4-4z"/></svg>
</div>
<div class="icon">
<svg viewBox="0 0 24 24"><path d="M3 12h3l4 4V8l4 4h7v2h-7l-4 4V8l-4 4H3z"/></svg>
</div>
</div>
<div class="status-right">
<div class="icon">
<svg viewBox="0 0 24 24"><path d="M2 18h20v2H2zm2-6h16v2H4zm4-6h8v2H8z"/></svg>
</div>
<div class="icon">
<svg viewBox="0 0 24 24"><path d="M16 4h3a1 1 0 011 1v14a1 1 0 01-1 1h-3V4zM5 7h10v10H5V7z"/></svg>
</div>
</div>
</div>
<!-- White navigation bar -->
<div class="nav">
<div class="burger">
<svg viewBox="0 0 24 24">
<rect x="3" y="5" width="18" height="2" fill="#3C3C3C"></rect>
<rect x="3" y="11" width="18" height="2" fill="#3C3C3C"></rect>
<rect x="3" y="17" width="18" height="2" fill="#3C3C3C"></rect>
</svg>
</div>
<div class="logo">[IMG: Hardware Shack Logo]</div>
<div class="brand">HARDWARE SHACK</div>
<div class="cart">
<svg viewBox="0 0 24 24"><path d="M7 18a2 2 0 104 0 2 2 0 00-4 0zm6 0a2 2 0 104 0 2 2 0 00-4 0zM6 6h13l-2 7H8L6 6zm-2-2h3l1 4H5V4z"/></svg>
</div>
</div>
<!-- Product hero image -->
<div class="product-hero">
<div class="img">[IMG: Asian Paints TruCare Interior Wall Primer Bucket]</div>
<div class="badge">-11%</div>
</div>
<!-- Details -->
<div class="content">
<div class="breadcrumbs">HOME <span>/</span> PAINTS <span>/</span> PRIMER AND WALL PUTTY</div>
<div class="title">Asian Paints Trucare Interior Wall Primer – Water Thinnable</div>
<div class="divider"></div>
<div class="round-btn" title="More">
<svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
</div>
<div class="price">₹258.00 – ₹3,060.00</div>
<div class="desc">
Get excellent coverage with a wall primer that doesn’t compromise on adhesion. Designed for interior walls, this water thinnable primer prepares surfaces for smooth, long‑lasting paint results.
</div>
</div>
<div class="home-indicator"></div>
</div>
</body>
</html> |