| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1"> |
| <title>Bag - Checkout</title> |
| <style> |
| body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } |
| #render-target { |
| width:1080px; height:2400px; position:relative; overflow:hidden; |
| background:#ffffff; border-radius:32px; box-shadow:0 6px 24px rgba(0,0,0,0.2); |
| } |
| .status-bar { |
| height:120px; background:#2b2b2b; color:#fff; display:flex; align-items:center; padding:0 36px; font-weight:600; font-size:42px; |
| } |
| .status-icons { margin-left:auto; display:flex; gap:28px; align-items:center; } |
| .pill { width:24px; height:24px; background:#fff; border-radius:50%; opacity:.8; } |
| .promo { |
| height:150px; background:#86d7f0; display:flex; align-items:center; justify-content:center; color:#0b3b4c; font-size:40px; font-weight:600; position:relative; |
| } |
| .promo .shop { color:#d61b2d; margin-left:14px; text-decoration:underline; font-weight:700; } |
| .header { |
| height:150px; background:#d52532; color:#fff; display:flex; align-items:center; padding:0 36px; position:relative; |
| } |
| .header-title { font-size:56px; font-weight:700; margin-left:24px; } |
| .header-actions { margin-left:auto; display:flex; align-items:center; gap:40px; position:relative; } |
| .badge { |
| position:absolute; right:36px; top:26px; width:64px; height:64px; background:#fff; border-radius:50%; border:6px solid #f5f5f5; |
| display:flex; align-items:center; justify-content:center; color:#d52532; font-weight:700; font-size:34px; |
| } |
| .steps { |
| height:120px; display:flex; align-items:center; gap:30px; padding:0 36px; color:#8d8d8d; font-size:36px; background:#ffffff; |
| border-bottom:2px solid #e5e5e5; |
| } |
| .step { display:flex; align-items:center; gap:24px; flex:1; } |
| .line { height:6px; background:#cfcfcf; flex:1; border-radius:3px; } |
| .dot { width:26px; height:26px; border-radius:50%; background:#e64a19; margin-right:8px; } |
| .step.active { color:#d52532; font-weight:700; } |
| .content { padding:24px 24px 220px 24px; } |
| .card { |
| background:#fff; border:1px solid #e5e5e5; border-radius:24px; padding:26px; display:flex; gap:28px; align-items:flex-start; |
| box-shadow:0 2px 0 #e0e0e0; margin-bottom:24px; |
| } |
| .thumb { |
| width:160px; height:160px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:20px; |
| display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600; text-align:center; padding:10px; |
| } |
| .card-body { flex:1; } |
| .brand { color:#a0853c; font-size:34px; font-weight:700; margin-bottom:8px; } |
| .title { font-size:54px; font-weight:800; color:#111; line-height:1.15; margin-bottom:20px; } |
| .price { font-size:44px; color:#555; margin:6px 0; } |
| .sub { font-size:32px; color:#9b9b9b; } |
| .qty-row { display:flex; align-items:center; gap:28px; margin-top:24px; } |
| .qty-btn { |
| width:130px; height:130px; border-radius:50%; |
| background:#ffe8db; box-shadow:0 14px 0 #f6c6aa inset; |
| display:flex; align-items:center; justify-content:center; font-size:58px; color:#2b2b2b; font-weight:700; |
| } |
| .qty-center { |
| width:130px; height:130px; border-radius:50%; background:#fff; border:8px solid #000; display:flex; align-items:center; justify-content:center; |
| font-size:52px; font-weight:800; |
| } |
| .trash { width:72px; height:72px; border-radius:16px; color:#9b9b9b; } |
| .divider { height:14px; background:#e9e9e9; margin:24px -24px; } |
| .section { |
| background:#fff; border:1px solid #e5e5e5; border-radius:24px; padding:28px; margin-bottom:24px; box-shadow:0 2px 0 #e0e0e0; |
| } |
| .section-title { font-size:52px; font-weight:800; color:#111; margin-bottom:12px; } |
| .coupon-row { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; } |
| .coupon-hint { color:#9b9b9b; font-size:36px; line-height:1.35; } |
| .link-red { color:#d52532; font-size:44px; font-weight:800; } |
| .cart-row { display:flex; justify-content:space-between; align-items:center; font-size:44px; color:#333; padding:22px 0; } |
| .cart-row small { color:#21a354; font-weight:700; font-size:44px; } |
| .hr { height:2px; background:#e5e5e5; margin:16px 0; } |
| .total-row { display:flex; justify-content:space-between; align-items:center; font-size:50px; font-weight:800; padding:26px 0; } |
| .accept-logos { display:flex; flex-wrap:wrap; gap:18px; align-items:center; margin-top:18px; } |
| .logo { |
| width:140px; height:70px; border:1px solid #BDBDBD; background:#E0E0E0; display:flex; align-items:center; justify-content:center; |
| color:#666; font-weight:700; border-radius:12px; font-size:30px; |
| } |
| .bottom-bar { |
| position:absolute; left:0; right:0; bottom:70px; height:160px; background:#fff; border-top:2px solid #e5e5e5; |
| display:flex; align-items:center; justify-content:space-between; padding:0 36px; |
| } |
| .bottom-text { font-size:44px; color:#111; } |
| .btn-outline { |
| padding:24px 44px; border:6px solid #d52532; color:#d52532; border-radius:88px; font-size:48px; font-weight:800; background:#fff; |
| box-shadow:0 8px 0 #ffe1e5 inset; |
| } |
| .gesture { |
| position:absolute; bottom:20px; left:50%; transform:translateX(-50%); |
| width:320px; height:18px; border-radius:18px; background:#0a0a0a; opacity:.9; |
| } |
| |
| .icon { width:72px; height:72px; } |
| .icon path, .icon circle, .icon rect { stroke:#fff; stroke-width:6; fill:none; } |
| .icon-dark path { stroke:#9b9b9b; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| 2:00 |
| <div class="status-icons"> |
| <div class="pill"></div> |
| <div class="pill"></div> |
| <div class="pill"></div> |
| <div style="color:#9ad1ff; font-size:42px;">•</div> |
| <div class="pill"></div> |
| <div class="pill"></div> |
| <div class="pill"></div> |
| </div> |
| </div> |
|
|
| |
| <div class="promo"> |
| Use code NEW10 and get addn. 10% off on cart value Rs. 2099 and above!! |
| <span class="shop">SHOP NOW</span> |
| </div> |
|
|
| |
| <div class="header"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M15 5 L7 12 L15 19" /> |
| </svg> |
| <div class="header-title">Bag</div> |
|
|
| <div class="header-actions"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="10" cy="10" r="6"></circle> |
| <path d="M14 14 L20 20"></path> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 19 L5 12 C3 9 5 6 8 6 C10 6 12 8 12 8 C12 8 14 6 16 6 C19 6 21 9 19 12 Z"></path> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="5" y="8" width="14" height="12" rx="2"></rect> |
| <path d="M9 8 C9 5 15 5 15 8"></path> |
| </svg> |
| <div class="badge">1</div> |
| </div> |
| </div> |
|
|
| |
| <div class="steps"> |
| <div class="step active"> |
| <div class="dot"></div> |
| Bag |
| <div class="line"></div> |
| </div> |
| <div class="step"> |
| Address |
| <div class="line"></div> |
| </div> |
| <div class="step"> |
| Payment |
| </div> |
| </div> |
|
|
| <div class="content"> |
| |
| <div class="card"> |
| <div class="thumb">[IMG: Captain America Toy Bag]</div> |
| <div class="card-body"> |
| <div class="brand">Disney</div> |
| <div class="title">Marvel Captain America Toy On Bag Plush Accessories for Kids age 3Y+ ...</div> |
| <div class="price">MRP ₹1499</div> |
| <div class="sub">Price inclusive of all taxes</div> |
|
|
| <div class="qty-row"> |
| <div class="qty-btn">-</div> |
| <div class="qty-center">1</div> |
| <div class="qty-btn">+</div> |
| </div> |
| </div> |
| |
| <svg class="trash icon-dark" viewBox="0 0 24 24"> |
| <path d="M9 3 L15 3"></path> |
| <path d="M4 6 L20 6"></path> |
| <path d="M6 6 L6 21 L18 21 L18 6"></path> |
| </svg> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| |
| <div class="section"> |
| <div class="coupon-row"> |
| <div class="section-title">Apply Coupons</div> |
| <div class="link-red">View Coupons</div> |
| </div> |
| <div class="coupon-hint">Check out exciting offers on cashbacks, banks credits and much more</div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="section-title">Cart Details</div> |
|
|
| <div class="cart-row"> |
| <div>Total MRP</div> |
| <div>₹1499</div> |
| </div> |
| <div class="cart-row"> |
| <div>Discount</div> |
| <small>-₹0</small> |
| </div> |
| <div class="cart-row"> |
| <div>Delivery Fee</div> |
| <div>₹0 <span style="color:#21a354; font-weight:800;">free</span></div> |
| </div> |
|
|
| <div class="hr"></div> |
|
|
| <div class="total-row"> |
| <div>Total Amount</div> |
| <div>₹1499</div> |
| </div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="section-title">We Accept</div> |
| <div class="accept-logos"> |
| <div class="logo">MasterCard</div> |
| <div class="logo">VISA</div> |
| <div class="logo">RuPay</div> |
| <div class="logo">JioMoney</div> |
| <div class="logo">Google Pay</div> |
| <div class="logo">Paytm</div> |
| <div class="logo">UPI</div> |
| <div class="logo">American Exp.</div> |
| <div class="logo">PhonePe</div> |
| <div class="logo">Zest Money</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bottom-bar"> |
| <div class="bottom-text"> |
| 1 item<br> |
| <strong>Total : ₹1499</strong> |
| </div> |
| <button class="btn-outline">Add Address</button> |
| </div> |
|
|
| <div class="gesture"></div> |
| </div> |
| </body> |
| </html> |