<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<div class="terms-page">
<div class="terms-container">
<h1>Return, Refund & Exchange Policy</h1>
<p>
At Deepak Tailor, customer satisfaction is our priority. If for any reason you are not fully satisfied with your purchase, we are here to help with an easy and transparent return process.
</p>
<p>
Products purchased at Deepaktailoronline.com can only be returned to us; products purchased in-store should be returned to the store. Deepak Tailor reserves the right to amend this policy at any time without prior notice.
</p>
<!-- SECTION -->
<h2>Return Window</h2>
<ul>
<li>Return or exchange requests must be raised within 7 days of delivery.</li>
<li>Requests raised after 7 days may not be accepted.</li>
</ul>
<!-- SECTION -->
<h2>Tag Requirement</h2>
<ul>
<li>Every product includes a tag to ensure a smooth return process.</li>
<li>The tag must remain attached, intact, and untampered.</li>
<li>Returns or exchanges will not be accepted if the tag is removed, damaged, or tampered with.</li>
</ul>
<!-- SECTION -->
<h2>Eligibility for Return or Exchange</h2>
<p>
Products are eligible only if they are:
</p>
<ul>
<li>Unused and in original condition;</li>
<li>Returned in their original packaging (the same box in which they were delivered);</li>
<li>Returned within the 7-day return window;</li>
<li>Not purchased on sale — sale products are not eligible for returns or exchanges.</li>
</ul>
<!-- SECTION -->
<h2>Damaged, Defective, or Wrong Products</h2>
<p>
If you receive a damaged, defective, or wrong product, contact our customer support team within 48 hours of delivery to request an exchange at support@deepaktailoronline.com.
</p>
<!-- SECTION -->
<h2>How to Raise a Return or Exchange Request</h2>
<p>
Email us at support@deepaktailoronline.com with your order number, the reason for the return or exchange, and — for exchanges — the replacement item or size you'd like.
</p>
<!-- SECTION -->
<h2>Packaging</h2>
<p>
Please return the product in its original packaging so that it can be properly inspected.
</p>
<!-- SECTION -->
<h2>Pickup Process</h2>
<ul>
<li>Our team will arrange a pickup from your address within 3–5 business days of your request.</li>
<li>Once the returned product reaches our warehouse and passes quality inspection, the refund process will begin.</li>
<li>A ₹100 logistics fee will be deducted from your refund amount to cover reverse shipping costs.</li>
</ul>
<!-- SECTION -->
<h2>Refunds - Prepaid Orders</h2>
<ul>
<li>Refunds are processed to the original payment method only, after deduction of the ₹100 logistics fee.</li>
<li>Processing time is 10–15 business days, depending on your bank or payment provider.</li>
</ul>
<!-- SECTION -->
<h2>Refunds - Cash on Delivery (COD) Orders</h2>
<ul>
<li>Please provide your bank account details when raising the return request.</li>
<li>Refunds are processed after deduction of the ₹100 logistics fee.</li>
<li>Processing time is 20–22 business days, depending on your bank.</li>
</ul>
<!-- SECTION -->
<h2>Customer Support</h2>
<p>
For any questions or assistance, reach our team at support@deepaktailoronline.com.
</p>
</div>
</div>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
font-family:'Plus Jakarta Sans',sans-serif;
background:#F7F7F7;
}
.terms-page{
padding:60px 20px;
}
.terms-container{
max-width:900px;
margin:auto;
background:#ffffff;
padding:48px 56px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
border:1px solid #EFEFEF;
}
.terms-container h1{
font-size:32px;
font-weight:800;
text-align:center;
letter-spacing:-0.02em;
margin-bottom:8px;
color:#111;
}
.terms-container h1::after{
content:"";
display:block;
width:56px;
height:3px;
background:#111;
margin:18px auto 0;
border-radius:2px;
}
.terms-container h2{
font-size:23px;
font-weight:700;
margin-top:36px;
margin-bottom:14px;
color:#111;
border-bottom:1px solid #EAEAEA;
padding-bottom:10px;
letter-spacing:-0.01em;
}
.terms-container h2:first-of-type{
margin-top:40px;
}
.terms-container p{
font-size:15px;
line-height:1.75;
color:#555;
margin-bottom:14px;
}
.terms-container p:first-of-type{
margin-top:0;
}
.terms-container ul{
padding-left:22px;
margin-bottom:10px;
}
.terms-container ul li{
font-size:15px;
line-height:1.75;
color:#555;
margin-bottom:8px;
}
.terms-container strong{
color:#222;
font-weight:600;
}
/* TABLET */
@media(max-width:1024px){
.terms-container{
max-width:92%;
padding:40px 40px;
}
}
/* MOBILE / TABLET-DOWN */
@media(max-width:767px){
.terms-page{
padding:36px 14px;
}
.terms-container{
max-width:100%;
padding:28px 20px;
border-radius:14px;
}
.terms-container h1{
font-size:24px;
}
.terms-container h1::after{
margin-top:14px;
}
.terms-container h2{
font-size:20px;
margin-top:28px;
margin-bottom:12px;
}
.terms-container p,
.terms-container ul li{
font-size:14px;
line-height:1.7;
}
.terms-container ul{
padding-left:18px;
}
}
/* SMALL MOBILE */
@media(max-width:420px){
.terms-page{
padding:24px 10px;
}
.terms-container{
padding:22px 16px;
}
.terms-container h1{
font-size:21px;
}
.terms-container h2{
font-size:18px;
}
.terms-container p,
.terms-container ul li{
font-size:13.5px;
line-height:1.65;
}
}
</style>