File size: 11,349 Bytes
0e1717f | 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 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | <html>
<head>
<meta charset="UTF-8">
<title>Adidas NMD Listing - Mock</title>
<style>
body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
#render-target {
width:1440px; height:3120px;
position:relative; overflow:hidden;
background:#ffffff;
color:#111;
}
/* Top status bar */
.status-bar {
height:120px; padding:0 40px;
display:flex; align-items:center; justify-content:space-between;
color:#111; font-size:40px; letter-spacing:1px;
}
.status-right { display:flex; align-items:center; gap:28px; color:#555; }
.dot { width:18px; height:18px; background:#111; border-radius:50%; display:inline-block; }
/* Simple icons */
.icon {
width:64px; height:64px; display:inline-flex; align-items:center; justify-content:center;
}
.icon svg { width:56px; height:56px; }
/* Nav bar with back + search */
.nav-bar {
height:120px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
}
.title-wrap { text-align:center; padding:10px 0 0 0; }
.title { font-size:52px; font-weight:700; letter-spacing:3px; }
.subtitle { font-size:34px; color:#6b6b6b; margin-top:8px; }
/* Chips / filters */
.filters {
display:flex; align-items:center; gap:24px;
padding:24px 40px 30px 40px;
}
.filter-icon {
position:relative; width:100px; height:76px; border:2px solid #000; border-radius:12px;
display:flex; align-items:center; justify-content:center;
}
.filter-icon::before, .filter-icon::after {
content:""; position:absolute; width:52px; height:4px; background:#000; left:50%; transform:translateX(-50%);
}
.filter-icon::before { top:22px; }
.filter-icon::after { bottom:22px; }
.filter-badge {
position:absolute; top:-16px; left:-16px; background:#000; color:#fff; width:48px; height:48px;
border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:28px; font-weight:700;
}
.chip {
padding:18px 36px; border:2px solid #d0d0d0; border-radius:14px; font-size:36px; color:#666; }
.chip.selected { background:#000; color:#fff; border-color:#000; }
/* Grid */
.grid {
display:grid; grid-template-columns: 1fr 1fr; gap:40px;
padding:10px 40px 0 40px;
}
.card {
background:#f7f7f7; border:1px solid #e6e6e6; border-radius:8px;
padding:28px; position:relative; min-height:980px;
}
.img {
width:100%; height:420px; background:#E0E0E0; border:1px solid #BDBDBD;
border-radius:6px; display:flex; align-items:center; justify-content:center; color:#757575; font-size:38px;
}
.heart {
position:absolute; top:34px; right:34px; width:72px; height:72px; display:flex; align-items:center; justify-content:center;
background:#ffffffd9; border-radius:50%;
box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.heart svg { width:44px; height:44px; }
.label {
display:inline-block; margin-top:28px; padding:16px 24px; font-size:28px; letter-spacing:3px;
border-radius:8px;
}
.label.white { background:#fff; border:2px solid #000; color:#111; }
.label.black { background:#111; color:#fff; }
.price-row { margin-top:22px; display:flex; align-items:center; gap:24px; }
.new-price { color:#e53935; font-size:44px; font-weight:700; }
.old-price { color:#888; font-size:40px; text-decoration:line-through; }
.name { font-size:46px; font-weight:700; margin-top:24px; }
.category { font-size:36px; color:#555; margin-top:10px; }
.colors { font-size:34px; color:#333; margin-top:12px; }
.swatch { display:inline-block; width:12px; height:12px; border-radius:50%; margin-left:10px; }
.sw1 { background:#1e88e5; } .sw2 { background:#ffb300; } .sw3 { background:#ef5350; }
/* Bottom nav */
.bottom-nav {
position:absolute; left:0; right:0; bottom:120px; height:120px; border-top:1px solid #e9e9e9;
display:flex; align-items:center; justify-content:space-around; background:#fff;
}
.bottom-item { display:flex; flex-direction:column; align-items:center; gap:6px; color:#666; font-size:28px; }
.home-bar {
position:absolute; left:50%; bottom:36px; transform:translateX(-50%);
width:540px; height:16px; background:#cfcfcf; border-radius:10px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>2:20</div>
<div class="status-right">
<span class="dot"></span>
<span>◢</span>
<span>▮▮</span>
</div>
</div>
<!-- Nav -->
<div class="nav-bar">
<div class="icon" aria-label="Back">
<svg viewBox="0 0 24 24"><path d="M15.5 19L8.5 12l7-7" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="icon" aria-label="Search">
<svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" fill="none" stroke="#111" stroke-width="2"/><path d="M15 15l6 6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
</div>
</div>
<!-- Title -->
<div class="title-wrap">
<div class="title">MENS SHOES • NMD</div>
<div class="subtitle">100 RESULTS</div>
</div>
<!-- Filters -->
<div class="filters">
<div class="filter-icon">
<div class="filter-badge">1</div>
</div>
<div class="chip selected">NMD</div>
<div class="chip">BOOST</div>
<div class="chip">GORE-TEX</div>
</div>
<!-- Product Grid -->
<div class="grid">
<!-- Card 1 -->
<div class="card">
<div class="heart">
<svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/></svg>
</div>
<div class="img">[IMG: White NMD_R1 Shoe]</div>
<div class="label white">EARLY ACCESS BLACK FRIDAY</div>
<div class="price-row">
<div class="new-price">$90.00</div>
<div class="old-price">$150.00</div>
</div>
<div class="name">NMD_R1 Shoes</div>
<div class="category">Originals</div>
<div class="colors">+37
<span class="swatch sw1"></span>
<span class="swatch sw2"></span>
<span class="swatch sw3"></span>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<div class="heart">
<svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/></svg>
</div>
<div class="img">[IMG: Black NMD_R1 Shoe]</div>
<div class="label black">MEMBERS' PRICE</div>
<div class="price-row">
<div class="new-price">$120.00</div>
<div class="old-price">$150.00</div>
</div>
<div class="name">NMD_R1 Shoes</div>
<div class="category">Men's Originals</div>
<div class="colors">+37
<span class="swatch sw1"></span>
<span class="swatch sw2"></span>
<span class="swatch sw3"></span>
</div>
</div>
<!-- Card 3 -->
<div class="card">
<div class="heart">
<svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/></svg>
</div>
<div class="img">[IMG: NMD_R1.V2 White/Red Shoe]</div>
<div class="label white">EARLY ACCESS BLACK FRIDAY</div>
<div class="price-row">
<div class="new-price">$68.00</div>
<div class="old-price">$150.00</div>
</div>
<div class="name">NMD_R1.V2 Shoes</div>
<div class="category">Men's Originals</div>
<div class="colors">+6
<span class="swatch sw1"></span>
<span class="swatch sw2"></span>
<span class="swatch sw3"></span>
</div>
</div>
<!-- Card 4 -->
<div class="card">
<div class="heart">
<svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/></svg>
</div>
<div class="img">[IMG: Olive NMD_R1 Shoe]</div>
<div class="label black">MEMBERS' PRICE</div>
<div class="price-row">
<div class="new-price">$120.00</div>
<div class="old-price">$150.00</div>
</div>
<div class="name">NMD_R1 Shoes</div>
<div class="category">Men's Originals</div>
<div class="colors">+38
<span class="swatch sw1"></span>
<span class="swatch sw2"></span>
<span class="swatch sw3"></span>
</div>
</div>
<!-- Additional placeholders to fill vertical space (not visible in screenshot but keep structure) -->
<div class="card">
<div class="heart">
<svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/></svg>
</div>
<div class="img">[IMG: NMD Sneaker]</div>
<div class="label white">EARLY ACCESS</div>
<div class="price-row">
<div class="new-price">$99.00</div>
<div class="old-price">$150.00</div>
</div>
<div class="name">NMD_R1 Shoes</div>
<div class="category">Men's Originals</div>
<div class="colors">+24
<span class="swatch sw1"></span>
<span class="swatch sw2"></span>
<span class="swatch sw3"></span>
</div>
</div>
<div class="card">
<div class="heart">
<svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/></svg>
</div>
<div class="img">[IMG: Black NMD Sneaker]</div>
<div class="label black">MEMBERS' PRICE</div>
<div class="price-row">
<div class="new-price">$120.00</div>
<div class="old-price">$150.00</div>
</div>
<div class="name">NMD_R1 Shoes</div>
<div class="category">Originals</div>
<div class="colors">+12
<span class="swatch sw1"></span>
<span class="swatch sw2"></span>
<span class="swatch sw3"></span>
</div>
</div>
</div>
<!-- Bottom Navigation -->
<div class="bottom-nav">
<div class="bottom-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M3 12l9-8 9 8v8h-6v-5H9v5H3z" fill="none" stroke="#666" stroke-width="1.8"/></svg>
</div>
<div class="bottom-item">
<svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" fill="none" stroke="#666" stroke-width="1.8"/><path d="M15 15l6 6" stroke="#666" stroke-width="1.8" fill="none" stroke-linecap="round"/></svg>
</div>
<div class="bottom-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9.3-8.3C.8 9.8 2.3 6 6 6c2 0 3.2 1.2 4 2.3C10.8 7.2 12 6 14 6c3.7 0 5.2 3.8 3.3 6.7C19 16.4 12 21 12 21z" fill="none" stroke="#666" stroke-width="1.8"/></svg>
</div>
<div class="bottom-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M6 6h12l-1.5 12h-9L6 6zM9 6V4h6v2" fill="none" stroke="#666" stroke-width="1.8"/></svg>
</div>
</div>
<div class="home-bar"></div>
</div>
</body>
</html> |