Shipping Policy
Last updated: 3 July 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shipping Policy | The Jaipuri Kapda</title>
<style>
body{
font-family:Arial,Helvetica,sans-serif;
background:#f8f8f8;
margin:0;
line-height:1.8;
color:#333;
}
.container{
max-width:900px;
margin:40px auto;
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}
h1{
color:#b45309;
margin-bottom:10px;
}
h2{
margin-top:35px;
color:#111827;
}
ul{
padding-left:20px;
}
.note{
background:#fff7ed;
padding:15px;
border-left:5px solid #f59e0b;
margin-top:25px;
}
</style>
</head>
<body>
<div class="container">
<h1>Shipping Policy</h1>
<p>
At <strong>The Jaipuri Kapda</strong>, we are committed to delivering your orders safely and as quickly as possible.
</p>
<h2>Order Processing</h2>
<ul>
<li>Orders received throughout the day are processed together.</li>
<li>All confirmed orders are scheduled for courier pickup on the next business day.</li>
<li>After dispatch, tracking details will be shared through SMS, Email or WhatsApp (where available).</li>
</ul>
<h2>Estimated Delivery Time</h2>
<ul>
<li>Metro Cities: <strong>2–5 Business Days</strong></li>
<li>Other Cities: <strong>3–7 Business Days</strong></li>
<li>Remote Locations: <strong>5–10 Business Days</strong></li>
</ul>
<div class="note">
Delivery timelines may vary due to weather conditions, festivals, public holidays, courier delays, or other unavoidable circumstances.
</div>
<h2>Shipping Charges</h2>
<p>
Shipping charges (if applicable) are displayed during checkout before payment.
</p>
<h2>Need Help?</h2>
<p>
For any shipping-related queries, please contact our customer support team.
</p>
</div>
</body>
</html>