Shipping policy


.nd-refund { --nd-theme: #9D7964; --nd-black: #0f0f12; --nd-soft: #fbf7f4; --nd-line: rgba(17,17,17,0.10); --nd-text: #333; max-width: 1240px; margin: 0 auto; padding: 42px 18px 70px; font-family: inherit; color: var(--nd-black); } .nd-refund * { box-sizing: border-box; } .nd-refund-hero { border-radius: 34px; padding: clamp(34px, 6vw, 72px); background: radial-gradient(circle at 85% 15%, rgba(157,121,100,0.28) 0%, rgba(157,121,100,0.08) 32%, transparent 52%), linear-gradient(135deg, #0f0f12 0%, #3a2d27 52%, #9D7964 100%); color: #fff; position: relative; overflow: hidden; margin-bottom: 42px; } .nd-refund-hero::after { content: "Returns"; position: absolute; right: -18px; bottom: -30px; font-size: clamp(74px, 13vw, 180px); font-weight: 900; letter-spacing: -8px; color: rgba(255,255,255,0.055); line-height: 1; } .nd-refund-chip { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border-radius: 999px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20); backdrop-filter: blur(10px); font-size: 13px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 20px; position: relative; z-index: 2; } .nd-refund-chip span { width: 8px; height: 8px; background: #fff; border-radius: 50%; display: inline-block; } .nd-refund-hero h1 { margin: 0 0 18px; font-size: clamp(42px, 7vw, 78px); line-height: .98; letter-spacing: -2.4px; font-weight: 900; position: relative; z-index: 2; } .nd-refund-hero p { max-width: 740px; margin: 0; color: rgba(255,255,255,0.82); font-size: clamp(16px, 2vw, 19px); line-height: 1.75; position: relative; z-index: 2; } .nd-refund-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; position: relative; z-index: 2; } .nd-refund-meta div { padding: 13px 16px; border-radius: 18px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.15); font-size: 14px; color: rgba(255,255,255,0.82); } .nd-refund-layout { display: grid; grid-template-columns: 280px 1fr; gap: 34px; align-items: start; } .nd-refund-side { position: sticky; top: 90px; background: #fff; border: 1px solid var(--nd-line); border-radius: 26px; padding: 18px; box-shadow: 0 18px 50px rgba(17,17,17,0.06); } .nd-refund-side h3 { margin: 0 0 14px; font-size: 16px; font-weight: 900; } .nd-refund-side a { display: block; text-decoration: none; color: #333; padding: 12px 14px; border-radius: 15px; font-size: 14px; font-weight: 750; transition: .2s ease; } .nd-refund-side a:hover { background: var(--nd-soft); color: var(--nd-theme); transform: translateX(3px); } .nd-refund-content { display: grid; gap: 22px; } .nd-refund-card { background: #fff; border: 1px solid var(--nd-line); border-radius: 28px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 16px 44px rgba(17,17,17,0.045); } .nd-refund-card.highlight { background: linear-gradient(135deg, var(--nd-soft), #fff); border: 1px solid rgba(157,121,100,0.18); } .nd-refund-card.dark { background: radial-gradient(circle at top right, rgba(157,121,100,0.38), transparent 40%), #0f0f12; color: #fff; } .nd-refund-card.dark p, .nd-refund-card.dark li { color: rgba(255,255,255,0.76); } .nd-refund-label { color: var(--nd-theme); font-size: 13px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; margin-bottom: 10px; } .nd-refund-card h2 { margin: 0 0 14px; font-size: clamp(25px, 3.4vw, 38px); line-height: 1.12; letter-spacing: -1px; font-weight: 900; } .nd-refund-card h3 { margin: 24px 0 8px; font-size: 20px; line-height: 1.25; font-weight: 900; } .nd-refund-card p { margin: 0 0 14px; color: var(--nd-text); font-size: 16px; line-height: 1.78; } .nd-refund-card ul { margin: 16px 0 0; padding-left: 0; list-style: none; display: grid; gap: 10px; } .nd-refund-card li { color: var(--nd-text); line-height: 1.65; font-size: 15.5px; padding-left: 28px; position: relative; } .nd-refund-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--nd-theme); font-weight: 900; } .nd-policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; } .nd-mini-box { background: #fff; border: 1px solid rgba(157,121,100,0.16); border-radius: 22px; padding: 22px; } .nd-mini-box h3 { margin: 0 0 8px; color: var(--nd-theme); font-size: 19px; } .nd-mini-box p { margin: 0; font-size: 15px; color: #444; } .nd-warning-box { margin-top: 18px; padding: 22px; border-radius: 22px; background: #fff8e8; border: 1px solid rgba(170,120,0,0.20); color: #4a3a10; font-size: 15px; line-height: 1.7; } .nd-contact-box { margin-top: 18px; padding: 22px; border-radius: 22px; background: var(--nd-soft); border: 1px solid rgba(157,121,100,0.18); } .nd-contact-box p { margin: 0 0 8px; } .nd-contact-box p:last-child { margin-bottom: 0; } .nd-refund-footer { text-align: center; padding: clamp(34px, 5vw, 56px); border-radius: 32px; background: linear-gradient(135deg, #fbf7f4, #fff); border: 1px solid rgba(157,121,100,0.20); } .nd-refund-footer h2 { margin: 0 0 12px; font-size: clamp(28px, 4.5vw, 48px); line-height: 1.05; letter-spacing: -1.2px; font-weight: 900; } .nd-refund-footer p { max-width: 760px; margin: 0 auto; color: #444; line-height: 1.75; } .nd-refund-footer strong { display: inline-block; margin-top: 18px; color: var(--nd-theme); font-size: 20px; } @media screen and (max-width: 980px) { .nd-refund-layout { grid-template-columns: 1fr; } .nd-refund-side { display: none; } } @media screen and (max-width: 640px) { .nd-refund { padding: 26px 14px 50px; } .nd-refund-hero { border-radius: 26px; padding: 42px 20px; } .nd-refund-hero h1 { letter-spacing: -1.4px; } .nd-policy-grid { grid-template-columns: 1fr; } .nd-refund-card, .nd-refund-footer { border-radius: 24px; } }
Refund & Return Policy

Simple, fair & transparent returns.

This Refund & Return Policy explains how returns, replacements, cancellations, and refunds are handled for orders placed on the NDERMI website.

Brand: NDERMI
Effective Date: 02 June 2026
Applies To: Online Orders

Policy Sections

Overview Return Eligibility Non-Returnable Items Damaged Products Return Process Refunds Cancellations COD Orders Contact
Overview

Refund & Return Policy for NDERMI

At NDERMI, we want every customer to have a smooth and trustworthy shopping experience. Due to the personal-use nature of skincare products, returns are accepted only under specific conditions.

Please read this policy carefully before placing an order. By purchasing from our website, you agree to this Refund & Return Policy.

Eligibility

Return Eligibility

A return or replacement request may be accepted only if the product received is damaged, defective, incorrect, missing, or leaked during delivery.

  • Return or replacement request must be raised within 48 hours of delivery.
  • The product must be unused, unopened, and in its original packaging wherever applicable.
  • Clear photos or videos of the issue, outer packaging, invoice, and product must be shared for verification.
  • The order ID, registered phone number, and delivery details must be provided.
Important: For hygiene and safety reasons, opened or used skincare products cannot be returned unless the issue is verified as damage, leakage, wrong product, or manufacturing defect.
Non-Returnable

Products Not Eligible for Return

Certain products may not be eligible for return, replacement, or refund due to hygiene, safety, and product integrity reasons.

  • Opened, used, or partially used products.
  • Products without original packaging, invoice, or order proof.
  • Products damaged after delivery due to misuse, improper storage, or mishandling.
  • Products purchased during final sale, clearance sale, or special non-returnable promotions.
  • Products returned without approval from the NDERMI support team.
  • Minor differences in packaging shade, texture, or design due to screen settings or packaging updates.
Damaged / Wrong Product

Damaged, Defective or Wrong Product Received

If you receive a damaged, defective, leaked, missing, or wrong product, please contact us within 48 hours of delivery.

  • Share your order ID and registered phone number.
  • Share clear photos or videos of the product, packaging, shipping label, and issue.
  • Do not use or dispose of the product until the issue is reviewed by our support team.
  • After verification, we may offer replacement, refund, or another suitable resolution.
Process

How to Raise a Return or Replacement Request

To help us resolve your issue faster, please follow the steps below.

Step 1

Contact us within 48 hours of delivery through email or phone.

Step 2

Share your order ID, registered contact details, and issue description.

Step 3

Attach clear photos or videos of the product, package, and invoice.

Step 4

Our team will review the request and confirm the next steps.

Pickup & Verification

Reverse Pickup & Product Verification

If a return pickup is approved, our logistics partner may collect the product from your address, subject to serviceability.

  • Reverse pickup availability depends on your location and courier serviceability.
  • If reverse pickup is not available, you may be asked to self-ship the product to the address shared by our support team.
  • Returned products will be inspected after receipt.
  • Refund or replacement will be processed only after successful verification.
Refunds

Refund Timeline & Method

Once your return or refund request is approved, the refund will be processed to the original payment method wherever possible.

  • Prepaid order refunds may take 5–10 working days after approval, depending on bank or payment gateway timelines.
  • COD order refunds may be processed through bank transfer, UPI, store credit, or another approved method.
  • Shipping charges, COD charges, convenience fees, or gift-wrapping charges may not be refundable unless the issue is from our side.
  • Refund timelines may vary due to banking holidays, payment gateway delays, or verification requirements.
Cancellations

Order Cancellation Policy

Orders can be cancelled only before they are packed, shipped, or handed over to the courier partner.

  • Once an order is shipped, it cannot be cancelled from our side.
  • If a prepaid order is successfully cancelled before shipping, the refund will be processed to the original payment method.
  • NDERMI reserves the right to cancel orders due to stock issues, payment failure, incorrect pricing, incomplete address, suspected fraud, or operational limitations.
COD Orders

Cash on Delivery Orders

Cash on Delivery may be available for selected locations and order values. COD orders may be cancelled if the customer is unreachable, address is incomplete, or repeated delivery attempts fail.

  • COD charges, if applicable, may not be refundable.
  • Repeated refusal of COD orders may affect future COD eligibility.
  • For approved COD refunds, customers may be asked to provide valid bank or UPI details.
Skin Response

Allergy, Irritation or Skin Suitability

Skincare products can react differently depending on individual skin type, routine, lifestyle, sensitivity, and existing skin conditions. Results and skin response may vary from person to person.

  • Patch test is recommended before using any new skincare product.
  • Discontinue use if irritation, redness, itching, burning, or discomfort occurs.
  • Consult a qualified dermatologist for severe acne, allergy, irritation, infection, or medical skin conditions.
  • Returns or refunds may not be accepted only because the product did not suit an individual skin type, unless there is verified damage, defect, or wrong product issue.
Offer Orders

Combo, Offer & Free Gift Orders

For combo packs, promotional offers, BOGO offers, or free gift orders, refund or replacement will be handled based on the complete order value and offer conditions.

  • Free gifts must be returned along with the main product if a full return is approved.
  • Partial returns may not be available for selected combos or promotional bundles.
  • Offer pricing may be adjusted if only part of an order is returned or refunded.
Policy Updates

Changes to This Policy

NDERMI may update this Refund & Return Policy from time to time. Any changes will be posted on this page with the updated effective date.

Continued use of our website or placing orders after changes are posted means you accept the updated policy.

Contact

Contact Us for Return Support

To raise a return, replacement, cancellation, or refund request, contact our support team using the details below.

Brand: NDERMI

Email: care@ndermi.com

Phone: +91 9746259094

Support Hours: Monday to Saturday, 10:00 AM – 6:00 PM

Address: NDERMI HQ, 1st Floor, Shri Ganesh Building, Kolya, Ullal, Mangaluru, Karnataka - 575020, India

Fair support. Clear process.

At NDERMI, we aim to handle genuine order issues with clarity, care, and fairness.

NDERMI — Science. Balance. Confidence.

```