Shipping policy

.ke-shipping { --ke-maroon: #54151b; --ke-maroon-dark: #350a0f; --ke-gold: #c99845; --ke-gold-light: #e5ca94; --ke-ivory: #faf6ee; --ke-cream: #fffdf8; --ke-white: #ffffff; --ke-text: #493c33; --ke-muted: #7d7065; --ke-border: #e6dccd; --ke-success: #38664c; width: 100%; overflow: hidden; color: var(--ke-text); background: var(--ke-cream); font-family: inherit; } .ke-shipping *, .ke-shipping *::before, .ke-shipping *::after { box-sizing: border-box; } .ke-shipping__container { width: min(980px, calc(100% - 40px)); margin: 0 auto; } /* Hero */ .ke-shipping__hero { position: relative; padding: 90px 0 78px; overflow: hidden; text-align: center; background: radial-gradient( circle at 12% 20%, rgba(201, 152, 69, 0.14), transparent 30% ), radial-gradient( circle at 88% 82%, rgba(84, 21, 27, 0.09), transparent 32% ), linear-gradient(145deg, #fffdf8 0%, #faf3e6 100%); border-bottom: 1px solid var(--ke-border); } .ke-shipping__hero::before, .ke-shipping__hero::after { content: ""; position: absolute; width: 165px; height: 165px; border: 1px solid rgba(201, 152, 69, 0.28); border-radius: 50%; pointer-events: none; } .ke-shipping__hero::before { top: -78px; left: -62px; } .ke-shipping__hero::after { right: -66px; bottom: -82px; } .ke-shipping__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--ke-gold); font-size: 12px; font-weight: 700; line-height: 1.4; letter-spacing: 0.18em; text-transform: uppercase; } .ke-shipping__eyebrow::before, .ke-shipping__eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; } .ke-shipping__title { margin: 0; color: var(--ke-maroon-dark); font-size: clamp(38px, 5vw, 64px); font-weight: 600; line-height: 1.08; letter-spacing: -0.03em; } .ke-shipping__dates { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin: 22px 0 0; color: var(--ke-muted); font-size: 14px; line-height: 1.6; } .ke-shipping__dates span { display: inline-flex; align-items: center; gap: 7px; } .ke-shipping__dates strong { color: var(--ke-maroon); font-weight: 700; } .ke-shipping__intro { max-width: 750px; margin: 24px auto 0; color: var(--ke-muted); font-size: clamp(16px, 2vw, 19px); line-height: 1.8; } /* Policy body */ .ke-shipping__body { padding: 82px 0 95px; } .ke-shipping__notice { margin: 0 0 34px; padding: 24px 26px; color: var(--ke-text); background: var(--ke-ivory); border: 1px solid var(--ke-border); border-left: 4px solid var(--ke-gold); border-radius: 5px; font-size: 15px; line-height: 1.8; } /* Summary cards */ .ke-shipping__summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 34px; } .ke-shipping__summary-card { padding: 22px 18px; text-align: center; background: var(--ke-white); border: 1px solid var(--ke-border); border-radius: 6px; box-shadow: 0 10px 28px rgba(53, 10, 15, 0.04); } .ke-shipping__summary-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: var(--ke-gold); background: var(--ke-ivory); border: 1px solid var(--ke-gold-light); border-radius: 50%; } .ke-shipping__summary-icon svg { width: 23px; height: 23px; display: block; stroke: currentColor; } .ke-shipping__summary-title { margin: 0 0 7px; color: var(--ke-maroon-dark); font-size: 15px; font-weight: 700; line-height: 1.4; } .ke-shipping__summary-text { margin: 0; color: var(--ke-muted); font-size: 13px; line-height: 1.6; } /* Section cards */ .ke-shipping__section { margin-bottom: 24px; padding: 32px 34px; background: var(--ke-white); border: 1px solid var(--ke-border); border-radius: 6px; box-shadow: 0 12px 35px rgba(53, 10, 15, 0.045); } .ke-shipping__section:last-child { margin-bottom: 0; } .ke-shipping__section-number { display: block; margin-bottom: 9px; color: var(--ke-gold); font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: 0.16em; text-transform: uppercase; } .ke-shipping__section-title { margin: 0 0 16px; color: var(--ke-maroon-dark); font-size: clamp(23px, 3vw, 31px); font-weight: 600; line-height: 1.25; letter-spacing: -0.015em; } .ke-shipping__subheading { margin: 25px 0 10px; color: var(--ke-maroon); font-size: 17px; font-weight: 700; line-height: 1.4; } .ke-shipping__text { margin: 0; color: var(--ke-text); font-size: 15px; line-height: 1.85; } .ke-shipping__text + .ke-shipping__text { margin-top: 14px; } .ke-shipping__list { margin: 14px 0 0; padding: 0; list-style: none; } .ke-shipping__list li { position: relative; margin: 0 0 11px; padding-left: 24px; color: var(--ke-text); font-size: 15px; line-height: 1.75; } .ke-shipping__list li:last-child { margin-bottom: 0; } .ke-shipping__list li::before { content: ""; position: absolute; top: 0.68em; left: 1px; width: 7px; height: 7px; background: var(--ke-gold); border-radius: 50%; } .ke-shipping__list strong { color: var(--ke-maroon-dark); font-weight: 700; } /* Delivery timeline table */ .ke-shipping__table-wrap { width: 100%; margin-top: 20px; overflow-x: auto; border: 1px solid var(--ke-border); border-radius: 6px; -webkit-overflow-scrolling: touch; } .ke-shipping__table { width: 100%; min-width: 700px; border-collapse: collapse; background: var(--ke-white); } .ke-shipping__table th, .ke-shipping__table td { padding: 16px 18px; text-align: left; vertical-align: top; border-right: 1px solid var(--ke-border); border-bottom: 1px solid var(--ke-border); } .ke-shipping__table th:last-child, .ke-shipping__table td:last-child { border-right: 0; } .ke-shipping__table tbody tr:last-child td { border-bottom: 0; } .ke-shipping__table thead th { color: var(--ke-white); background: var(--ke-maroon); font-size: 13px; font-weight: 700; line-height: 1.5; letter-spacing: 0.02em; } .ke-shipping__table tbody td { color: var(--ke-text); font-size: 14px; line-height: 1.65; } .ke-shipping__table tbody tr:nth-child(even) td { background: var(--ke-ivory); } .ke-shipping__table tbody td:nth-child(2) { color: var(--ke-maroon-dark); font-weight: 700; } /* Highlight box */ .ke-shipping__highlight { margin-top: 20px; padding: 20px 22px; color: var(--ke-text); background: var(--ke-ivory); border: 1px solid var(--ke-border); border-left: 4px solid var(--ke-gold); border-radius: 5px; font-size: 15px; line-height: 1.75; } .ke-shipping__highlight strong { color: var(--ke-maroon-dark); } /* Contact boxes */ .ke-shipping__contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 22px; } .ke-shipping__contact-box { padding: 20px 22px; background: var(--ke-ivory); border: 1px solid var(--ke-border); border-radius: 5px; } .ke-shipping__contact-box--full { grid-column: 1 / -1; } .ke-shipping__contact-label { display: block; margin-bottom: 7px; color: var(--ke-muted); font-size: 11px; font-weight: 700; line-height: 1.4; letter-spacing: 0.13em; text-transform: uppercase; } .ke-shipping__contact-link, .ke-shipping__contact-value { display: block; color: var(--ke-maroon); font-size: 16px; font-weight: 700; line-height: 1.55; text-decoration: none; overflow-wrap: anywhere; } .ke-shipping__contact-link:hover { color: var(--ke-maroon-dark); text-decoration: underline; } .ke-shipping__contact-link:focus-visible { outline: 3px solid rgba(201, 152, 69, 0.42); outline-offset: 4px; } /* Policy link */ .ke-shipping__policy-link { color: var(--ke-maroon); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; } .ke-shipping__policy-link:hover { color: var(--ke-maroon-dark); } /* Footer */ .ke-shipping__footer { padding: 58px 0; text-align: center; background: var(--ke-ivory); border-top: 1px solid var(--ke-border); } .ke-shipping__footer-text { max-width: 720px; margin: 0 auto; color: var(--ke-maroon-dark); font-size: clamp(19px, 2.5vw, 27px); font-weight: 500; line-height: 1.55; } .ke-shipping__footer-line { display: block; width: 52px; height: 2px; margin: 23px auto 0; background: var(--ke-gold); } @media screen and (max-width: 900px) { .ke-shipping__summary { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media screen and (max-width: 700px) { .ke-shipping__container { width: min(100% - 28px, 980px); } .ke-shipping__hero { padding: 70px 0 64px; } .ke-shipping__body { padding: 58px 0 70px; } .ke-shipping__section { padding: 25px 21px; } .ke-shipping__notice { padding: 20px; } .ke-shipping__dates { flex-direction: column; align-items: center; gap: 4px; } .ke-shipping__dates > span[aria-hidden="true"] { display: none; } .ke-shipping__eyebrow::before, .ke-shipping__eyebrow::after { width: 18px; } .ke-shipping__contact-grid { grid-template-columns: 1fr; } .ke-shipping__contact-box--full { grid-column: auto; } .ke-shipping__footer { padding: 46px 0; } } @media screen and (max-width: 480px) { .ke-shipping__summary { grid-template-columns: 1fr; } .ke-shipping__summary-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: center; text-align: left; } .ke-shipping__summary-icon { margin: 0; } }

Shipping & Delivery

Shipping Policy

Effective Date: 1 January 2025 Last Updated: 21 July 2026

This Shipping Policy explains how Kavya Ethnics processes, dispatches and delivers orders placed through our website.

By placing an order with Kavya Ethnics, you acknowledge the order processing, shipping and delivery terms described in this policy. Please review these details before completing your purchase.

Order Processing

Usually dispatched within 1–2 business days.

Delivery Time

Usually 4–7 business days after dispatch.

Free Shipping

Free standard shipping on prepaid Indian orders.

India-Wide Delivery

Available to serviceable PIN codes across India.

Section 01

Shipping Coverage

We currently deliver to serviceable PIN codes across India through authorised courier and logistics partners.

Delivery availability depends on the destination PIN code, courier coverage, product type, order value and payment method.

A location may occasionally become temporarily unserviceable because of courier restrictions, weather, operational disruptions or other circumstances outside our reasonable control.

Enter your complete delivery address and correct PIN code during checkout to confirm whether delivery is available to your location.
Section 02

Order Processing

Orders are generally processed and prepared for dispatch within 1–2 business days after order confirmation.

Processing may include:

  • Payment or Cash on Delivery verification.
  • Product availability confirmation.
  • Quality inspection.
  • Packing and preparation of shipping documents.
  • Courier assignment and pickup scheduling.

Orders placed after business hours, on Sundays or on public holidays will normally begin processing on the next business day.

Processing may take longer during major sales, festive periods, unusually high order volumes or circumstances outside our reasonable control.

Section 03

Order Confirmation

After successfully placing an order, you may receive an order confirmation by email, SMS, WhatsApp or another contact method provided during checkout.

An order acknowledgement does not guarantee dispatch if:

  • The payment is unsuccessful or cannot be verified.
  • The product becomes unavailable.
  • The delivery address or PIN code is incomplete or unserviceable.
  • The order requires additional verification.
  • We reasonably suspect fraudulent or unauthorised activity.

If we cannot process an order, we will contact you using the details supplied during checkout.

Section 04

Estimated Delivery Time

Standard delivery generally takes 4–7 business days after dispatch for most serviceable locations in India.

Estimated delivery times vary by destination:

Delivery Location Estimated Time After Dispatch Additional Information
Metro cities 3–5 business days Applies to most serviceable metropolitan locations.
Tier 2 cities 4–6 business days Standard delivery timeline.
Tier 3 and rural areas 5–8 business days Delivery time may vary by PIN code.
Remote locations, Jammu and Kashmir, and North-Eastern states 7–12 business days Subject to courier serviceability and local conditions.

These timelines are estimates and not guaranteed delivery dates. Processing time occurs before the delivery period begins.

The estimated total time from order confirmation to delivery will ordinarily include:

  • 1–2 business days for processing; and
  • The applicable delivery period after dispatch.
Section 05

Business Days

For this policy, “business days” generally means Monday through Saturday, excluding Sundays, national holidays, applicable public holidays and days on which courier operations are unavailable.

Delivery schedules may differ by courier partner and destination.

Section 06

Shipping Charges

Kavya Ethnics offers free standard shipping on prepaid orders within India, unless a different shipping charge is clearly displayed during checkout or stated as part of a specific offer.

Cash on Delivery orders may include an additional handling or shipping fee. Any applicable charge will be displayed or communicated before the order is confirmed.

Final applicable charge: The shipping charge displayed during checkout will apply to the order.
Section 07

Cash on Delivery

Cash on Delivery may be available for eligible orders of up to ₹3,000, depending on the destination PIN code, order value, product and courier availability.

A Cash on Delivery handling fee of approximately ₹30–₹50 may apply. The applicable fee will be shown during checkout or communicated before order confirmation.

We may contact you by phone or WhatsApp to verify a Cash on Delivery order before dispatch.

An order may be delayed or cancelled if we cannot complete the required verification.

Please Ensure That

  • The delivery address is complete and accurate.
  • The recipient is available at the address.
  • The recipient has the required payment amount or an accepted payment method.
  • The phone number provided during checkout remains reachable.

Repeated refusal of confirmed Cash on Delivery orders, repeated failed delivery caused by the customer or suspected misuse may result in Cash on Delivery being unavailable for future orders.

Prepaid payment options may still remain available.

Section 08

Courier Partners

Depending on serviceability, destination, package specifications and order value, shipments may be handled through logistics providers such as:

  • Shiprocket-associated courier services.
  • Delhivery.
  • Blue Dart.
  • DTDC.
  • India Post.
  • Other authorised courier or logistics partners.

Kavya Ethnics selects an available courier based on serviceability, reliability, delivery location, package requirements and operational considerations.

Customers generally cannot select a specific courier unless that option is expressly provided during checkout.

Section 09

Shipment Tracking

Once your order has been dispatched, tracking information may be sent by email, SMS, WhatsApp or another available communication method.

Tracking information may include:

  • The courier partner’s name.
  • The shipment or tracking number.
  • A link to the courier’s tracking page.
  • The current shipment status.

Courier tracking systems may take up to 24–48 hours after dispatch to display the first movement or status update.

WhatsApp / Phone +91 99247 79997
Section 10

Delivery Address

Customers are responsible for providing a complete and accurate delivery address, including:

  • Recipient’s full name.
  • House, building or flat number.
  • Street, area and landmark.
  • City, district and state.
  • Correct postal PIN code.
  • Active phone number.

Please contact us immediately if you notice an address error.

We may be able to update the address only before the order is dispatched. Address changes after dispatch depend on courier approval and cannot be guaranteed.

Additional shipping or return-to-origin charges may apply when delivery fails because the customer provided incorrect, incomplete or inaccessible address information.

Section 11

Delivery Attempts

The courier partner will attempt delivery in accordance with its applicable operating procedures.

Depending on the courier and destination, the courier may:

  • Call or message the recipient before delivery.
  • Make one or more delivery attempts.
  • Request updated directions or address information.
  • Hold the parcel temporarily at a local facility.
  • Return the parcel to Kavya Ethnics if delivery cannot be completed.
The number and timing of delivery attempts are determined by the courier partner and therefore cannot be guaranteed by Kavya Ethnics.
Section 12

Failed Delivery and Return to Origin

A shipment may be returned to us as Return to Origin when delivery cannot be completed because of circumstances such as:

  • An incorrect or incomplete address.
  • An incorrect or unreachable phone number.
  • The recipient being unavailable.
  • The recipient refusing the shipment.
  • The delivery location being inaccessible.
  • Cash on Delivery payment not being available.
  • Repeated unsuccessful delivery attempts.

If a prepaid shipment is returned to us, we will contact the customer to discuss re-dispatch or another available resolution.

Re-shipping charges may apply when the failed delivery was caused by incorrect customer information, refusal, non-availability or another reason attributable to the recipient.

If the failure was caused by Kavya Ethnics or the courier, we will provide an appropriate resolution without charging the customer an additional re-shipping fee.

Section 13

Refused Cash on Delivery Orders

Please place a Cash on Delivery order only when you genuinely intend to receive and pay for it.

If a confirmed Cash on Delivery order is refused without a reasonable explanation, we may:

  • Contact the customer to understand the reason for refusal.
  • Restrict Cash on Delivery on future orders.
  • Require prepaid payment for future purchases.

This does not affect a customer’s rights where a package is visibly damaged, incorrect, tampered with or otherwise subject to remedies under applicable law and our Return and Refund Policy.

Section 14

Delayed Shipments

Although we make reasonable efforts to meet estimated timelines, delivery may be delayed because of:

  • Public holidays and festive-season demand.
  • High order or courier volumes.
  • Weather conditions or natural disasters.
  • Strikes, transport interruptions or civil disturbances.
  • Government restrictions or local closures.
  • Remote, restricted or difficult-to-access locations.
  • Incorrect or incomplete delivery details.
  • Courier network or technical disruptions.
  • Other circumstances outside our reasonable control.

Kavya Ethnics will assist customers with tracking, courier escalation and an appropriate resolution where a shipment is materially delayed.

Nothing in this policy limits rights or remedies that cannot legally be excluded under applicable consumer law.

Section 15

Lost Shipments

If tracking shows no meaningful movement for an extended period or the courier confirms that a shipment may be lost, please contact us.

We will raise an investigation with the courier partner. Courier investigations may require supporting information and may take several business days.

If the shipment is confirmed as lost, we will provide an appropriate replacement or refund, subject to product availability, the payment method and applicable law.

Section 16

Damaged or Tampered Packages

Please inspect the outer packaging at the time of delivery wherever reasonably possible.

If the package appears visibly opened, severely damaged or tampered with:

  • You may refuse delivery and inform us immediately; or
  • If accepted, record photographs or a clear unboxing video before opening the package further.

Contact us as soon as possible with:

  • Your order number.
  • Photographs of the outer packaging.
  • Photographs or video of the product and shipping label.
  • A description of the issue.

Claims involving damaged, missing or incorrect products will be handled under our Return and Refund Policy .

Section 17

Split Shipments

An order containing multiple products may occasionally be shipped in more than one package because of product availability, package size or operational requirements.

Separate tracking information may be provided for each shipment. You will not be charged an additional shipping fee solely because we divide an order into multiple shipments.

Section 18

Order Cancellation Before Dispatch

You may request cancellation before an order has been dispatched by contacting us promptly.

A cancellation request is not confirmed until it has been accepted by our team.

Once an order is dispatched, it generally cannot be cancelled through the cancellation process.

An eligible return or refund request may instead be submitted under our Return and Refund Policy .

Section 19

Contact Us

For questions regarding shipping, delivery or order tracking, contact Kavya Ethnics.

Registered Address Dev Krupa Bhuvan 3, Shree Ranchhod Nagar, Near Kalyan Hotel, Rajkot – 360003, Gujarat, India
Phone / WhatsApp +91 99247 79997
Business Hours 10:00 AM to 7:00 PM
When contacting us about an order, please include your order number and the phone number or email address used during checkout.
Section 20

Changes to This Shipping Policy

We may update this Shipping Policy to reflect changes in courier coverage, shipping charges, delivery procedures, business operations or legal requirements.

The revised policy will be published on this page with an updated “Last Updated” date.

Changes will not ordinarily alter an order that has already been accepted unless required by law or agreed with the customer.