Skip to content

Cart

Your cart is empty

Shipping policy

/* ───────────────────────────────────────────── STERLING × PRESTIGE — SHIPPING POLICY Matches Privacy, Returns & ToS design language ───────────────────────────────────────────── */ .sshp { --wine: #7A0C12; --fawn: #C6A96B; --parchment: #F6F1EA; --graphite: #2B2B2B; --muted: #888888; --warm-mid: #6B5C5C; --rule: rgba(43,43,43,0.10); --rule-gold: rgba(198,169,107,0.30); font-family: var(--font-body-family, 'DM Sans', -apple-system, sans-serif); color: var(--graphite); max-width: 760px; margin: 0 auto; padding: 0 0 80px; } /* ── META BAR ── */ .sshp__meta { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 24px; border-bottom: 1px solid var(--rule); margin-bottom: 52px; flex-wrap: wrap; gap: 12px; } .sshp__meta-left { display: flex; align-items: center; gap: 20px; } .sshp__eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--fawn); } .sshp__meta-divider { width: 1px; height: 16px; background: var(--rule-gold); } .sshp__date { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; } .sshp__badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border: 1px solid var(--rule-gold); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm-mid); } .sshp__badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #4CAF50; flex-shrink: 0; } /* ── PAGE TITLE ── */ .sshp__title-block { margin-bottom: 52px; } .sshp__title-block h1 { font-family: var(--font-heading-family, 'Playfair Display', Georgia, serif); font-size: clamp(32px, 5vw, 52px); font-weight: 400; color: var(--graphite); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 20px; } .sshp__lead { font-size: 16px; color: var(--warm-mid); line-height: 1.8; max-width: 580px; margin: 0; border-left: 1px solid var(--fawn); padding-left: 20px; } /* ── AT A GLANCE STRIP ── */ .sshp__glance { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin-bottom: 56px; } .sshp__glance-cell { background: var(--parchment); padding: 22px 18px; text-align: center; } .sshp__glance-value { font-family: var(--font-heading-family, 'Playfair Display', Georgia, serif); font-size: 22px; font-weight: 400; color: var(--wine); display: block; margin-bottom: 5px; line-height: 1.2; letter-spacing: -0.01em; } .sshp__glance-label { font-size: 10px; font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase; color: var(--muted); display: block; line-height: 1.4; } /* ── TABLE OF CONTENTS ── */ .sshp__toc { margin-bottom: 56px; padding: 28px 32px; border: 1px solid var(--rule); background: rgba(246,241,234,0.4); } .sshp__toc-label { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fawn); margin-bottom: 20px; display: block; } .sshp__toc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 40px; list-style: none; padding: 0; margin: 0; } .sshp__toc-grid li { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--rule); } .sshp__toc-grid li:nth-last-child(-n+2) { border-bottom: none; } .sshp__toc-num { font-size: 10px; font-weight: 600; color: var(--fawn); letter-spacing: 0.06em; flex-shrink: 0; width: 18px; } .sshp__toc-grid a { font-size: 13px; color: var(--graphite); text-decoration: none; line-height: 1.4; transition: color 0.2s; } .sshp__toc-grid a:hover { color: var(--wine); } /* ── SECTION ── */ .sshp__section { margin-bottom: 52px; scroll-margin-top: 80px; } .sshp__section-header { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); } .sshp__section-num { font-family: var(--font-heading-family, 'Playfair Display', Georgia, serif); font-size: 13px; font-style: italic; color: var(--fawn); flex-shrink: 0; } .sshp__section h2 { font-family: var(--font-heading-family, 'Playfair Display', Georgia, serif); font-size: 22px; font-weight: 400; color: var(--graphite); margin: 0; line-height: 1.2; } /* ── BODY ── */ .sshp__body p { font-size: 14px; line-height: 1.9; color: var(--warm-mid); margin: 0 0 16px; } .sshp__body p:last-child { margin-bottom: 0; } .sshp__body strong { color: var(--graphite); font-weight: 600; } .sshp__body a { color: var(--wine); text-decoration: none; border-bottom: 1px solid rgba(122,12,18,0.25); transition: border-color 0.2s; } .sshp__body a:hover { border-color: var(--wine); } /* ── LIST ── */ .sshp__list { list-style: none; padding: 0; margin: 16px 0; } .sshp__list li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--rule); font-size: 14px; color: var(--warm-mid); line-height: 1.75; } .sshp__list li:last-child { border-bottom: none; } .sshp__list-dash { color: var(--fawn); font-size: 12px; flex-shrink: 0; margin-top: 3px; } .sshp__list li strong { color: var(--graphite); font-weight: 600; } /* ── ZONE CARDS ── */ .sshp__zones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin: 24px 0; } .sshp__zone { background: var(--parchment); padding: 26px 22px; } .sshp__zone-name { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fawn); margin-bottom: 10px; display: block; } .sshp__zone-days { font-family: var(--font-heading-family, 'Playfair Display', Georgia, serif); font-size: 28px; font-weight: 400; color: var(--wine); display: block; line-height: 1; margin-bottom: 4px; letter-spacing: -0.01em; } .sshp__zone-days-label { font-size: 11px; color: var(--muted); display: block; margin-bottom: 14px; letter-spacing: 0.04em; } .sshp__zone-cities { font-size: 12px; color: var(--warm-mid); line-height: 1.7; border-top: 1px solid var(--rule-gold); padding-top: 12px; } /* ── TABLE ── */ .sshp__table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 20px 0; } .sshp__table thead tr { border-bottom: 1px solid var(--graphite); } .sshp__table th { text-align: left; padding: 10px 12px 10px 0; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); white-space: nowrap; } .sshp__table td { padding: 14px 12px 14px 0; vertical-align: middle; color: var(--warm-mid); line-height: 1.55; border-bottom: 1px solid var(--rule); font-size: 13px; } .sshp__table td:first-child { font-weight: 600; color: var(--graphite); } .sshp__table tr:last-child td { border-bottom: none; } .sshp__free-tag { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wine); border: 1px solid var(--rule-gold); padding: 2px 8px; background: rgba(198,169,107,0.08); } /* ── SUB HEADING ── */ .sshp__sub { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--graphite); margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--rule-gold); } /* ── NOTE ── */ .sshp__note { margin: 20px 0; padding: 18px 22px; border-left: 1px solid var(--fawn); background: rgba(198,169,107,0.06); font-size: 13px; font-style: italic; color: var(--graphite); line-height: 1.75; } .sshp__note strong { font-style: normal; } /* ── PARTNERS GRID ── */ .sshp__partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); margin: 20px 0; } .sshp__partner { background: var(--parchment); padding: 20px 18px; } .sshp__partner-name { font-size: 13px; font-weight: 700; color: var(--graphite); margin-bottom: 6px; display: block; } .sshp__partner-desc { font-size: 12px; color: var(--warm-mid); line-height: 1.6; } /* ── CONTACT STRIP ── */ .sshp__contact-strip { margin-top: 64px; padding: 36px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; } .sshp__contact-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fawn); margin-bottom: 8px; } .sshp__contact-strip a { font-size: 14px; color: var(--graphite); text-decoration: none; border-bottom: 1px solid rgba(122,12,18,0.2); transition: all 0.2s; display: inline; } .sshp__contact-strip a:hover { color: var(--wine); border-color: var(--wine); } .sshp__contact-strip p { font-size: 14px; color: var(--warm-mid); margin: 0; line-height: 1.5; } /* ── RELATED POLICIES ── */ .sshp__related { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); } .sshp__related-link { background: var(--parchment); padding: 20px; text-decoration: none; display: block; transition: background 0.2s; } .sshp__related-link:hover { background: rgba(122,12,18,0.04); } .sshp__related-link-label { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fawn); margin-bottom: 6px; display: block; } .sshp__related-link-title { font-size: 14px; font-weight: 600; color: var(--graphite); display: flex; align-items: center; justify-content: space-between; } .sshp__related-arrow { color: var(--fawn); } /* ── BACK TO TOP ── */ .sshp__back-top { display: flex; justify-content: flex-end; margin-top: 36px; } .sshp__back-top a { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.2s; } .sshp__back-top a:hover { color: var(--wine); } /* ── RESPONSIVE ── */ @media (max-width: 640px) { .sshp__glance { grid-template-columns: 1fr 1fr; } .sshp__zones { grid-template-columns: 1fr; } .sshp__partners { grid-template-columns: 1fr 1fr; } .sshp__toc-grid { grid-template-columns: 1fr; } .sshp__toc-grid li:last-child { border-bottom: none; } .sshp__contact-strip { grid-template-columns: 1fr; gap: 20px; } .sshp__related { grid-template-columns: 1fr; } .sshp__title-block h1 { font-size: 30px; } }
Store Policy Last updated: March 19, 2026
Currently in effect

Shipping
Policy

We deliver across every corner of India — from metro cities to the mountains of Kashmir. Here is everything you need to know about how your Sterling order travels to you.

Free Shipping above ₹1999
1–2 Day dispatch
Pan India delivery
COD Available nationwide
01

Order Processing

Before your order is handed to a courier, it goes through our internal processing — payment verification, quality inspection, packing, and labelling. Understanding this timeline helps set the right expectations.

  • Orders are processed on business days only (Monday to Saturday, excluding national public holidays). Sunday orders are picked up on Monday.
  • Orders placed before 2:00 PM IST on a business day are typically dispatched the same day. Orders placed after 2:00 PM are dispatched the following business day.
  • For prepaid orders, processing begins immediately upon payment confirmation. For COD orders, processing begins upon order confirmation — no payment is needed upfront.
  • During high-volume periods — sale events, new collection launches, and festive seasons such as Eid, Diwali, and Navratri — processing may take 2–3 additional business days. We will communicate any significant delays via email.
  • Every order undergoes a quality check before packing. If an item fails our quality standard, we will contact you with the option of a replacement or a full refund before dispatching.
  • Once your order is dispatched, you will receive a dispatch confirmation email and SMS containing your tracking number and courier partner details.
Processing time and delivery time are two separate windows. A "3–5 day delivery" begins from the day of dispatch — not the day you place the order. Add 1–2 business days for processing to get your total expected wait time.
02

Delivery Zones & Timelines

We ship to all serviceable pin codes across India. Estimated delivery timelines are counted from the date of dispatch, not the date of order placement.

Zone A — Metro 3–5 Business days Delhi NCR, Mumbai, Bangalore, Hyderabad, Chennai, Kolkata, Pune, Ahmedabad, Jaipur, Surat
Zone B — Tier 2 & 3 5–7 Business days All other cities, towns, and semi-urban areas across India not listed in Zone A or Zone C
Zone C — Remote 7–10 Business days J&K, Ladakh, all North Eastern states, Andaman & Nicobar Islands, Lakshadweep, and remote hill stations
  • Delivery timelines are estimates only and are not guaranteed. Actual delivery may vary due to courier operational factors, regional disruptions, or address accessibility.
  • Your delivery zone is automatically determined by our logistics system based on the pin code you provide at checkout. If you are unsure of your zone, check the estimated delivery date shown on the checkout page.
  • Certain remote pin codes within Zone C may require additional time or may not be serviceable by all partners. In such cases, we will contact you with an alternative or a full refund.
03

Shipping Rates

Shipping is calculated automatically at checkout based on your order value and delivery zone. No surprises — the rate you see is the rate you pay.

Order value Zone A — Metro Zone B — Tier 2/3 Zone C — Remote
Below ₹799 ₹79 ₹99 ₹149
₹800 – ₹1,498 ₹59 ₹79 ₹119
₹1,499 – ₹1,998 ₹39 ₹59 ₹89
₹1,999 & above Free Free Free
  • All shipping rates are inclusive of GST. No additional taxes are levied on shipping charges.
  • Shipping rates are based on order value after any discount codes are applied — so if a coupon reduces your cart below ₹1,999, the applicable shipping fee will be added.
  • For COD orders, a handling fee of ₹30–₹50 is added to the shipping charge, depending on your zone. This is shown transparently at checkout before you confirm the order.
  • Sterling reserves the right to revise shipping rates. The rate applicable to your order is always the rate displayed at the time of checkout confirmation.
04

Free Shipping

Free shipping is available on all orders — to all zones across India — when your cart value reaches ₹1,999 or above after discounts.

  • Free shipping is applied automatically at checkout — no code required. You will see the shipping fee drop to ₹0 once your cart crosses the threshold.
  • The free shipping threshold applies to the cart total after discount codes are applied. If a promo code reduces your order below ₹1,999, standard shipping charges will apply.
  • Free shipping applies to standard delivery only. There is currently no express or priority shipping option available on sterlingwear.in.
  • Free shipping is available on both prepaid and COD orders above ₹1,999. However, the COD handling fee (₹30–₹50) is separate from the shipping charge and is not waived.
  • In the event of a partial return that reduces the net order value below ₹1,999, a return shipping handling fee of ₹99 may be deducted from your refund.
You are ₹X away from free shipping — the cart progress bar at checkout shows exactly how close you are.
05

Delivery Partners

We work with India's most reliable logistics providers. The courier assigned to your order is selected automatically based on your pin code to ensure the fastest and most reliable delivery.

Delhivery Primary partner for most metro and Tier 2 pin codes. Real-time tracking via SMS and app.
Blue Dart Used for premium and time-sensitive shipments. Excellent metro coverage and reliability.
Ecom Express Covers deep Tier 3 and remote pin codes where other partners have limited reach.
Shiprocket Our logistics aggregator — intelligently routes each shipment to the best-available carrier.
DTDC Backup partner for Northeast states, J&K, and other Zone C locations with restricted access.
India Post Used for extremely remote pin codes where private couriers do not operate. Longer delivery timelines apply.
  • You cannot request a specific courier partner. The assignment is made automatically to optimise for delivery speed and success rate in your area.
  • All partners provide 3 delivery attempts before returning the package to us. After each failed attempt, you may receive an SMS or call from the courier to reschedule.
  • Most partners offer a self-pickup facility at their nearest hub if you are unable to receive the parcel at your address. Contact the courier directly using the tracking number to arrange this.
06

Order Tracking

We believe you should always know exactly where your order is. Here is how to stay informed at every step:

  • A dispatch confirmation email and SMS containing your AWB (tracking) number and a direct tracking link is sent to you as soon as your order is handed to the courier — typically within 30 minutes of handover.
  • You can track your order at any time using the tracking link in your dispatch email, by visiting the courier's website directly with the AWB number, or by logging into your Sterling account under My Orders.
  • SMS delivery alerts are sent at key milestones: dispatch, out for delivery, and delivered. Make sure the mobile number on your order is correct and active.
  • If your tracking link does not show updates within 48 hours of dispatch, it is usually a scanning delay at the courier's facility — not a lost shipment. Wait an additional 24 hours before contacting us.
  • If your order shows as "Delivered" but you have not received it, contact us within 24 hours with your order number. We will raise a formal investigation with the courier immediately.
07

Cash on Delivery (COD)

Cash on Delivery is available across most pin codes in India and is one of our most popular payment options. Here is what you need to know:

  • COD availability is checked in real time at checkout based on your pin code. If COD is not available for your area, only prepaid options will be shown.
  • Please keep the exact cash amount ready at the time of delivery. Delivery executives do not carry change, and requesting change may result in a failed delivery attempt.
  • COD orders have a maximum order value of ₹10,000. Orders above this threshold require prepaid payment.
  • A COD handling fee of ₹30–₹50 applies depending on your delivery zone. This is shown clearly at checkout before you confirm.
  • Refunds on COD orders — for returns or cancellations — are processed via bank transfer or UPI. You will be asked to share your bank account details or UPI ID at the time of the refund request.
  • Repeated COD refusals — accepting and then returning an order, or refusing delivery without valid reason — may result in COD being restricted for your account on future orders.
If you have changed your mind after placing a COD order, please do not refuse delivery. Accept the parcel and initiate a return through our normal process — this results in a faster refund and avoids unnecessary return shipping costs.
08

Failed & Returned Shipments

A shipment is considered failed if delivery cannot be completed after three attempts, or if the parcel is returned due to an incorrect address, the recipient being unavailable, or delivery being refused.

  • If all three delivery attempts fail, the courier will return the package to our facility. This typically takes 7–10 additional business days on top of the original delivery timeline.
  • Once a returned shipment arrives at our facility, we will send you an email notification with two options: re-ship the order (standard shipping charges apply) or receive a refund minus return shipping costs.
  • For prepaid orders returned due to our error or courier fault, the full order value plus original shipping charge is refunded with no deductions.
  • For prepaid orders returned because of an incorrect address provided by you or repeated non-availability, a return shipping fee of ₹99–₹149 is deducted from the refund.
  • For COD orders that are refused at delivery without a valid reason, a return shipping cost of ₹100–₹150 may be charged on the customer's next order as a deterrent against order abuse.
  • We are not responsible for non-delivery caused by an incorrect, incomplete, or inaccessible address provided at checkout. Please always double-check your pin code, landmark, and contact number before confirming your order.
09

Damaged in Transit

While we pack every order carefully with protective materials, courier mishandling can occasionally cause damage. Here is what to do if this happens to you:

  • If your parcel arrives with visible external damage — a torn box, crushed packaging, or tampered seal — note it on the courier's delivery receipt before accepting. Take a photograph of the outer packaging before opening.
  • Contact us within 48 hours of delivery at support@sterlingwear.in or via WhatsApp with clear photographs of both the damaged outer packaging and the affected item inside.
  • Upon reviewing your photographs, we will arrange a free pickup and replacement, or issue a full refund — whichever you prefer. Courier damage claims are handled entirely by us on your behalf.
  • Claims raised after 48 hours of delivery may be difficult to process as courier partners require timely notification for damage claims. We strongly recommend inspecting your order on arrival.
Unboxing tip: We recommend recording a short video while opening your parcel for the first time. This is the single most effective way to resolve any transit damage or wrong-item issue quickly and without dispute.
10

Delays & Exceptions

We always aim to dispatch on time and deliver within the stated window. However, certain situations are outside our control:

Situations that may cause delays
  • Festive & sale seasons. During Diwali, Eid, Navratri, Independence Day sales, and end-of-season events, both our dispatch time and courier delivery windows may extend by 2–5 business days due to exceptionally high order volumes across the industry.
  • Natural events. Floods, cyclones, heavy snowfall, or other natural disruptions affecting road or air networks — particularly in Zone C regions — may cause delays that are beyond anyone's control.
  • Government advisories & strikes. Bandhs, regional transport strikes, curfews, or government-imposed restrictions may temporarily suspend deliveries in affected areas.
  • Remote & restricted areas. Certain mountainous, island, or security-restricted zones may have limited courier frequency — sometimes only 2–3 days per week — extending effective delivery timelines.
  • Public holidays. National and regional public holidays affect courier operations. Orders placed around long weekends or public holiday clusters may take an additional 1–2 days.
What we commit to
  • We will proactively email you if we anticipate a significant delay to your specific order — we will not let you wait and wonder.
  • If your order has not arrived within 15 business days of dispatch with no tracking updates, we will initiate a formal courier investigation and keep you informed of progress every 48 hours.
  • If an order is confirmed as lost in transit by the courier, we will offer you a full replacement shipment or a complete refund — no further waiting required.
Shipping queries
support@sterlingwear.in
WhatsApp support
+91 98765 43210
Response time

Within 24 hrs on business days