| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Product Details - Mock</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:#ffffff;border-radius:0; |
| } |
| |
| .appbar{ |
| position:absolute;left:0;top:0;width:100%;height:230px;background:#0A7EA3;color:#fff; |
| } |
| .status-dots{position:absolute;top:20px;left:36px;height:40px;opacity:.9} |
| .toolbar{position:absolute;left:0;right:0;bottom:22px;padding:0 36px;display:flex;align-items:center;gap:26px;} |
| .back-btn{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:36px;cursor:default} |
| .search-pill{ |
| flex:1;height:96px;background:#fff;border-radius:48px;padding:0 36px 0 36px; |
| display:flex;align-items:center;gap:22px;color:#6b6b6b;font-size:38px; |
| box-shadow:0 2px 0 rgba(0,0,0,0.04); |
| } |
| .cart{width:84px;height:84px;display:flex;align-items:center;justify-content:center} |
| |
| .content{position:absolute;left:0;top:230px;right:0;bottom:180px;overflow:auto;background:#fff;} |
| .section{padding:40px 48px;} |
| .title-lg{font-size:56px;font-weight:800;margin:8px 0 28px;} |
| .subhead{font-size:36px;font-weight:700;color:#7a7a7a;letter-spacing:.3px;margin-bottom:28px;} |
| .info-grid{display:grid;grid-template-columns: 320px 1fr;row-gap:34px;column-gap:28px;} |
| .label{font-weight:800;font-size:38px;} |
| .value{font-size:38px;color:#555;line-height:1.35;} |
| .chip-btn{ |
| display:inline-flex;align-items:center;gap:18px;border:2px solid #cfd8dc;color:#0A7EA3; |
| padding:24px 36px;border-radius:48px;font-size:42px;font-weight:700;background:#fff; |
| } |
| hr.sep{border:none;border-top:1px solid #e5e5e5;margin:32px 0;} |
| .h2{font-size:54px;font-weight:800;margin:12px 0 8px;} |
| .muted{font-size:38px;color:#6b6b6b;} |
| .link{color:#0A7EA3;font-weight:700;text-decoration:none;} |
| .row{display:flex;align-items:center;justify-content:space-between;gap:20px;} |
| .article{font-size:38px;font-weight:700;margin-top:28px;} |
| .copy-ic{width:64px;height:64px;border-radius:14px;background:#0A7EA3;display:flex;align-items:center;justify-content:center;} |
| |
| .rec-wrap{background:#f6f7f8;padding:36px 0 40px;} |
| .rec-title{font-size:54px;font-weight:800;margin:16px 0 24px;padding:0 48px;} |
| .cards{display:flex;gap:28px;overflow:auto;padding:0 48px 12px;} |
| .card{ |
| width:300px;background:#fff;border-radius:26px;box-shadow:0 2px 6px rgba(0,0,0,0.06); |
| border:1px solid #eee;overflow:hidden;flex:0 0 auto;position:relative; |
| } |
| .img-ph{ |
| height:260px;background:#E0E0E0;border-bottom:1px solid #BDBDBD;display:flex;align-items:center;justify-content:center;color:#757575;font-size:34px;text-align:center;padding:0 16px; |
| } |
| .heart{ |
| position:absolute;right:18px;top:18px;width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center; |
| } |
| .card-body{padding:22px;} |
| .card-title{font-size:34px;line-height:1.25;color:#333;} |
| |
| .bottom-bar{ |
| position:absolute;left:0;right:0;bottom:0;height:180px;background:#ffffff;border-top:1px solid #e6e6e6; |
| display:flex;align-items:center;justify-content:space-between;padding:0 40px; |
| } |
| .explore{display:flex;flex-direction:column;gap:8px;} |
| .explore .small{font-size:34px;color:#6b6b6b;} |
| .explore .big{font-size:44px;font-weight:800;color:#0A7EA3;display:flex;align-items:center;gap:12px;} |
| .cta{ |
| background:#0A7EA3;color:#fff;font-size:48px;font-weight:800;padding:28px 64px;border-radius:60px;border:none; |
| box-shadow:0 3px 8px rgba(10,126,163,0.25); |
| } |
| |
| svg{display:block} |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="appbar"> |
| <div class="toolbar"> |
| <div class="back-btn" aria-label="Back"> |
| <svg width="48" height="48" viewBox="0 0 24 24" fill="none"> |
| <path d="M15.5 19L8.5 12L15.5 5" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="search-pill"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="none"> |
| <circle cx="11" cy="11" r="7" stroke="#5f6a6f" stroke-width="2"/> |
| <path d="M20 20L17 17" stroke="#5f6a6f" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <span>Search JioMart</span> |
| </div> |
| <div class="cart" aria-label="Cart"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="none"> |
| <path d="M6 6h15l-2 8H8L6 3H3" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <circle cx="9.5" cy="19.5" r="1.5" fill="#ffffff"/> |
| <circle cx="17.5" cy="19.5" r="1.5" fill="#ffffff"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="section"> |
| <div class="title-lg">Product Information</div> |
| <div class="subhead">GENERAL INFORMATION</div> |
| <div class="info-grid"> |
| <div class="label">Brand</div> |
| <div class="value">Tools Titan</div> |
|
|
| <div class="label">Manufacturer</div> |
| <div class="value">KALKAJI TRADING</div> |
|
|
| <div class="label">Manufacturer Address</div> |
| <div class="value">KALKAJI TRADING<br>30/75, GALI NO.7, BLOCK 30 NEAR DURGA MANDIR VISHWAS NAGAR, East Delhi, Delhi, 110032</div> |
|
|
| <div class="label">Manufacturer Email</div> |
| <div class="value">aditya.gupta559@gmail.com</div> |
|
|
| <div class="label">Sold By</div> |
| <div class="value">KALKAJI TRADING</div> |
| </div> |
|
|
| <div style="height:32px"></div> |
| <a href="#" class="chip-btn"> |
| <span>More Details</span> |
| </a> |
|
|
| <hr class="sep"> |
|
|
| <div class="h2">Return Policy</div> |
| <div class="muted">This product is returnable within 7 days <a href="#" class="link">know more.</a></div> |
|
|
| <hr class="sep"> |
|
|
| <div class="row"> |
| <div class="article">Article ID: RVWWQKRBCZ</div> |
| <div class="copy-ic" title="Copy"> |
| <svg width="34" height="34" viewBox="0 0 24 24" fill="none"> |
| <rect x="9" y="9" width="11" height="11" rx="2" stroke="#ffffff" stroke-width="2"/> |
| <rect x="4" y="4" width="11" height="11" rx="2" stroke="#ffffff" stroke-width="2"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="rec-wrap"> |
| <div class="rec-title">Frequently Bought Together</div> |
| <div class="cards"> |
| |
| <div class="card"> |
| <div class="img-ph">[IMG: Yellow/Black Utility Knife Photo]</div> |
| <div class="heart"> |
| <svg width="30" height="30" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#888" stroke-width="1.8" fill="none"/> |
| </svg> |
| </div> |
| <div class="card-body"> |
| <div class="card-title">Implemental Heavy Duty Paper Cutter with 10...</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="img-ph">[IMG: Bathroom Shelf Dispenser Set Photo]</div> |
| <div class="heart"> |
| <svg width="30" height="30" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#888" stroke-width="1.8" fill="none"/> |
| </svg> |
| </div> |
| <div class="card-body"> |
| <div class="card-title">SHOPITECH COMBO OF 4 PCS Bathroom Shelf...</div> |
| </div> |
| </div> |
| |
| <div class="card"> |
| <div class="img-ph">[IMG: Chrome Shower Fixture Photo]</div> |
| <div class="heart"> |
| <svg width="30" height="30" viewBox="0 0 24 24" fill="none"> |
| <path d="M12 20s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" stroke="#888" stroke-width="1.8" fill="none"/> |
| </svg> |
| </div> |
| <div class="card-body"> |
| <div class="card-title">Bathonix Silver Steel, Brass ...</div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="section" style="padding-top:24px;"> |
| <div class="muted" style="font-size:40px;">Explore More!</div> |
| </div> |
| </div> |
|
|
| |
| <div class="bottom-bar"> |
| <div class="explore"> |
| <div class="small">Explore More!</div> |
| <div class="big"> |
| View Categories |
| <svg width="34" height="34" viewBox="0 0 24 24" fill="none"> |
| <path d="M8 5l7 7-7 7" stroke="#0A7EA3" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
| <button class="cta">Add to Cart</button> |
| </div> |
| </div> |
| </body> |
| </html> |