@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap');
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Arial,sans-serif;background:#111111;color:#111111}.checkout-page{min-height:100vh;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;padding:34px}.summary-card,.form-card{background:#ffffff;border-radius:18px;padding:34px}.home-link{text-decoration:none;color:#ff4d00;font-weight:900}.tagline{text-transform:uppercase;color:#ff4d00;font-weight:900;letter-spacing:2px;margin-top:38px}.summary-card h1{font-size:52px;line-height:1;letter-spacing:-3px;margin:12px 0 24px}.summary-product{display:grid;grid-template-columns:112px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #eeeeee}.summary-product h3{font-size:18px}.summary-product p{color:#666666;margin-top:6px}.order-photo{width:100px;height:86px;border-radius:16px;background:#f2f2f2;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #eeeeee}.order-photo img{width:100%;height:100%;object-fit:cover}.shoe-drawn::before{content:"";position:absolute;left:15px;top:28px;width:76px;height:32px;border-radius:60% 40% 55% 45%;transform:rotate(-10deg);background:var(--shoeGradient)}.shoe-drawn::after{content:"";position:absolute;left:20px;top:58px;width:72px;height:10px;background:#111111;border-radius:10px}.order-photo.large{width:340px;height:180px;margin:0 auto 18px;background:radial-gradient(circle,#ffffff 0%,#eeeeee 60%,#dddddd 100%)}.order-photo.large::before{left:35px;top:58px;width:260px;height:92px}.order-photo.large::after{left:55px;top:135px;width:245px;height:26px}.order-line,.total{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #eeeeee}.total{font-size:24px;border-bottom:0}.form-card{display:flex;align-items:flex-start}.form-card form{width:100%;max-width:760px;margin:auto}.form-card h2{font-size:34px;margin-bottom:16px}.payment-title{margin-top:24px}label{display:block;font-weight:900;margin:14px 0}input,textarea,select{width:100%;margin-top:8px;background:#f2f2f2;border:0;border-radius:10px;padding:15px;font-size:16px}textarea{min-height:95px;resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.payment-box,.cod-box,.upi-box{background:#f7f7f7;border-radius:16px;padding:18px;margin-top:10px}.cod-box p,.upi-box p{color:#666666;line-height:1.6;margin:8px 0 4px}.upi-preview{display:flex;align-items:center;gap:14px;background:#ffffff;border:1px dashed #cccccc;border-radius:10px;padding:12px;margin-top:12px}.qr-demo{width:70px;height:70px;border-radius:10px;background:repeating-linear-gradient(45deg,#111111 0 6px,#ffffff 6px 12px);color:#ff4d00;font-weight:900;display:grid;place-items:center}.upi-preview span{color:#666666;font-weight:800}button,.success-card a{display:block;text-align:center;width:100%;border:0;border-radius:14px;background:#111111;color:#ffffff;padding:17px;font-weight:900;margin-top:20px;text-decoration:none;cursor:pointer}.success-layout{display:flex;align-items:center;justify-content:center}.success-card{position:relative;overflow:hidden;background:#ffffff;border-radius:18px;padding:48px;width:100%;max-width:760px;margin:auto;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.22);animation:popIn .6s ease both}.success-card h1{font-size:52px;line-height:1;margin:20px 0 14px;letter-spacing:-2px}.success-card p{color:#555555;line-height:1.7;margin-bottom:24px}.success-card .light-link{background:#f2f2f2;color:#111111;margin-top:12px}.checkmark{width:82px;height:82px;margin:0 auto;border-radius:50%;background:#111111;color:#ffffff;display:grid;place-items:center;font-size:46px;font-weight:900;animation:checkBounce .9s ease both}.placed-preview{background:#f7f7f7;border-radius:16px;padding:14px;margin:20px 0}.placed-line{display:grid;grid-template-columns:78px 1fr;gap:14px;text-align:left;align-items:center;padding:10px}.placed-line .order-photo{width:72px;height:60px}.placed-line span{display:block;color:#666666;font-size:14px;margin-top:4px}.confetti-wrap span{position:absolute;top:-20px;width:12px;height:22px;border-radius:4px;background:#ff4d00;animation:confettiFall 2.6s linear infinite}.confetti-wrap span:nth-child(2){left:18%;animation-delay:.2s;background:#111111}.confetti-wrap span:nth-child(3){left:35%;animation-delay:.5s;background:#ffb000}.confetti-wrap span:nth-child(4){left:58%;animation-delay:.1s;background:#ff4d00}.confetti-wrap span:nth-child(5){left:76%;animation-delay:.45s;background:#111111}.confetti-wrap span:nth-child(6){left:90%;animation-delay:.7s;background:#ffb000}@keyframes popIn{from{opacity:0;transform:scale(.88) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes checkBounce{0%{transform:scale(0)}60%{transform:scale(1.15)}100%{transform:scale(1)}}@keyframes confettiFall{0%{transform:translateY(-40px) rotate(0deg);opacity:1}100%{transform:translateY(640px) rotate(420deg);opacity:0}}@media(max-width:900px){.checkout-page{grid-template-columns:1fr;padding:16px}.summary-card h1{font-size:38px}.summary-product{grid-template-columns:88px 1fr}.summary-product strong{grid-column:2}.two-col,.three-col{grid-template-columns:1fr}.order-photo.large{width:260px}.order-photo.large::before{width:205px}.order-photo.large::after{width:200px}}


/* Image placeholders: demo shoe drawings removed. Add your local image sources inside these boxes. */
.image-slot{display:flex;align-items:center;justify-content:center;text-align:center;border:2px dashed #cfcfcf;background:#f3f3f3;color:#777777;font-weight:900;letter-spacing:.2px;overflow:hidden;position:relative;}
.image-slot img{width:100%;height:100%;object-fit:contain;display:block;}
.product-image::before,.product-image::after,.explore-image::before,.explore-image::after,.mini-shoe::before,.mini-shoe::after,.shoe-graphic::before,.shoe-graphic::after,.main-shoe::before,.main-shoe::after,.thumb::before,.shoe-drawn::before,.shoe-drawn::after{display:none!important;content:none!important;}
.product-card{display:flex;flex-direction:column;}
.product-card .buy-btn{align-self:flex-end;margin-left:auto;}
.featured .trending-grid .buy-btn{align-self:flex-end;margin-left:auto;margin-right:4px;}

.order-photo.image-slot span{font-size:12px;color:#777777;}.order-photo.large.image-slot span{font-size:16px;}

.summary-product.text-only{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid #eeeeee;}
.summary-product.text-only h3{font-size:18px;margin-bottom:6px;}
.summary-product.text-only p{color:#666666;line-height:1.5;}
.placed-preview .placed-line{display:flex;justify-content:space-between;gap:16px;text-align:left;padding:14px 16px;border:1px solid #eeeeee;border-radius:12px;background:#fafafa;}
.placed-preview .placed-line span{display:block;color:#666666;margin-top:4px;}
.placed-preview .placed-line em{font-style:normal;font-weight:900;white-space:nowrap;}
