File size: 9,826 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 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 | <!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;
}
/* SVG basics */
.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">
<!-- Status bar -->
<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>
<!-- Promo banner -->
<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>
<!-- Header -->
<div class="header">
<!-- Back icon -->
<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">
<!-- Search -->
<svg class="icon" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="6"></circle>
<path d="M14 14 L20 20"></path>
</svg>
<!-- Heart -->
<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>
<!-- Bag icon -->
<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>
<!-- Steps -->
<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">
<!-- Product card -->
<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>
<!-- Delete icon -->
<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>
<!-- Coupons section -->
<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>
<!-- Cart details -->
<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>
<!-- Payment methods -->
<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>
<!-- Bottom summary bar -->
<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> |