Refund policy

Refund & Return Policy – Mora Ata :root { --cream: #ffffff; --parchment: #eff0f5; --sand: #c5d4f5; --clay: #4770db; --bark: #0e1b4d; --ink: #0e1b4d; --mist: #dde5f8; --sage: #e4edf8; --rose: #f5ece8; --rose-border: #e0c5c0; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: var(--cream); color: var(--ink); font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15px; line-height: 1.8; } /* ── Header ── */ .site-header { background-color: #0e1b4d; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; } .site-header .brand { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; letter-spacing: 0.12em; color: var(--cream); text-decoration: none; text-transform: uppercase; } .site-header .tagline { font-size: 11px; letter-spacing: 0.22em; color: var(--sand); text-transform: uppercase; } /* ── Hero ── */ .policy-hero { background-color: var(--parchment); border-bottom: 1px solid var(--sand); padding: 60px 40px 44px; text-align: center; } .policy-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 5vw, 54px); font-weight: 300; letter-spacing: 0.06em; color: #0e1b4d; margin-bottom: 10px; } .policy-hero .effective { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); } /* ── Layout ── */ .page-wrap { max-width: 860px; margin: 0 auto; padding: 48px 24px 80px; } /* ── TOC ── */ .toc-box { background-color: var(--parchment); border: 1px solid var(--sand); border-left: 4px solid var(--clay); padding: 32px 36px; margin-bottom: 52px; border-radius: 2px; } .toc-box h2 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; letter-spacing: 0.1em; color: #0e1b4d; margin-bottom: 18px; text-transform: uppercase; } .toc-box ol { padding-left: 20px; column-count: 2; column-gap: 32px; } .toc-box li { margin-bottom: 6px; break-inside: avoid; } .toc-box a { color: var(--clay); text-decoration: none; font-size: 13px; letter-spacing: 0.04em; } .toc-box a:hover { color: #0e1b4d; text-decoration: underline; } /* ── Callouts ── */ .callout { border: 1px solid var(--sand); border-left: 4px solid var(--clay); background-color: var(--mist); padding: 20px 26px; border-radius: 2px; margin-bottom: 32px; font-size: 14px; color: #1a2860; line-height: 1.75; } .callout strong { color: #0e1b4d; font-weight: 500; } .callout-warn { border: 1px solid var(--rose-border); border-left: 4px solid #b56b50; background-color: var(--rose); padding: 20px 26px; border-radius: 2px; margin-bottom: 28px; font-size: 14px; color: #1a2860; line-height: 1.75; } .callout-warn strong { color: #7a3820; font-weight: 500; } .callout-green { border: 1px solid #7a9fef; border-left: 4px solid #4770db; background-color: #e4edf8; padding: 20px 26px; border-radius: 2px; margin-bottom: 28px; font-size: 14px; color: #1a2860; line-height: 1.75; } .callout-green strong { color: #0e1b4d; font-weight: 500; } /* ── Sections ── */ .policy-section { margin-bottom: 52px; padding-bottom: 48px; border-bottom: 1px solid var(--mist); } .policy-section:last-child { border-bottom: none; } .policy-section h2 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; letter-spacing: 0.06em; color: #0e1b4d; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--sand); } .policy-section h3 { font-size: 13px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); margin: 28px 0 12px; } .policy-section p { margin-bottom: 14px; font-size: 14.5px; color: #1a2860; } .policy-section ul, .policy-section ol { padding-left: 20px; margin-bottom: 16px; } .policy-section li { margin-bottom: 8px; font-size: 14.5px; color: #1a2860; } .policy-section a { color: var(--clay); text-decoration: none; } .policy-section a:hover { text-decoration: underline; } strong { font-weight: 500; color: var(--ink); } /* ── Eligibility grid ── */ .eligibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 32px; } .elig-card { border-radius: 3px; padding: 22px 24px; } .elig-card.eligible { background-color: #e4edf8; border: 1px solid #7a9fef; } .elig-card.not-eligible { background-color: var(--rose); border: 1px solid var(--rose-border); } .elig-card .card-title { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; } .elig-card.eligible .card-title { color: #0e1b4d; } .elig-card.not-eligible .card-title { color: #7a3820; } .elig-card ul { padding-left: 18px; margin: 0; } .elig-card li { font-size: 13.5px; margin-bottom: 7px; color: #1a2860; } /* ── Process steps ── */ .steps { counter-reset: step-counter; list-style: none; padding: 0; margin: 20px 0 28px; } .steps li { counter-increment: step-counter; display: flex; align-items: flex-start; gap: 18px; margin-bottom: 18px; font-size: 14.5px; color: #1a2860; } .steps li::before { content: counter(step-counter); min-width: 32px; height: 32px; border-radius: 50%; background-color: #4770db; color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; flex-shrink: 0; margin-top: 2px; } /* ── Timeline ── */ .timeline-row { display: flex; gap: 0; border: 1px solid var(--sand); border-radius: 3px; overflow: hidden; margin: 20px 0 28px; } .t-cell { flex: 1; padding: 18px 16px; text-align: center; border-right: 1px solid var(--sand); } .t-cell:last-child { border-right: none; } .t-cell:nth-child(odd) { background-color: var(--parchment); } .t-cell:nth-child(even) { background-color: var(--mist); } .t-cell .t-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); display: block; margin-bottom: 6px; } .t-cell .t-value { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: #0e1b4d; display: block; line-height: 1.2; } /* ── Contact box ── */ .contact-box { background-color: var(--parchment); border: 1px solid var(--sand); padding: 28px 32px; border-radius: 2px; margin-top: 16px; } .contact-box p { margin-bottom: 4px; font-size: 14px; } /* ── Footer ── */ .site-footer { background-color: #0e1b4d; color: var(--sand); text-align: center; padding: 28px 20px; font-size: 12px; letter-spacing: 0.12em; } .site-footer a { color: var(--sand); text-decoration: none; } @media (max-width: 620px) { .site-header { flex-direction: column; gap: 6px; text-align: center; } .toc-box ol { column-count: 1; } .page-wrap { padding: 32px 16px 60px; } .policy-hero { padding: 40px 20px 32px; } .eligibility-grid { grid-template-columns: 1fr; } .timeline-row { flex-direction: column; } .t-cell { border-right: none; border-bottom: 1px solid var(--sand); } .t-cell:last-child { border-bottom: none; } } Mora Ata Intentional Clean Beauty

Refund & Return Policy

Effective Date: May 28, 2026

Our commitment to you. Every Mora Ata product is made to order and custom-labeled exclusively for your purchase by our certified manufacturing partner, Selfnamed. Because of this, our return model differs from standard retail. We stand fully behind the quality of our products and will always make things right if something goes wrong — but we are unable to accept returns simply based on a change of mind. Please read this policy carefully before placing your order.

1. Why We Cannot Accept Change-of-Mind Returns

Mora Ata operates on a made-to-order fulfillment model. When you place an order, your products are individually prepared, filled, and labeled with Mora Ata branding at our manufacturing partner's facility. Each item is unique to your order and cannot be restocked, resold, or transferred to another customer.

For this reason — and consistent with consumer protection regulations that exempt sealed hygiene and cosmetic goods from standard return rights once opened — we are unable to accept returns for products that have been received in good condition, opened, or used.

This applies across all our product categories: face care, body care, hair care, and any bundled sets.

We encourage you to review product descriptions, ingredient lists, and our FAQ carefully before purchasing. If you have any questions about a product's suitability for your skin type, please reach out to us at privacy@moraata.com before ordering — we are happy to help.

2. What Is Eligible for a Refund or Replacement

We take full responsibility for the quality and integrity of every product we send. You are entitled to a replacement or full refund in the following circumstances:

✓  Eligible for Resolution
  • Product arrived visibly damaged (broken packaging, cracked bottle, leaking)
  • Product is faulty or defective (wrong consistency, contaminated, separated formula)
  • You received the wrong product (different SKU, scent, or size than ordered)
  • Your order was lost in transit and never delivered
  • Product label or packaging does not match what was ordered
✗  Not Eligible for Return
  • Change of mind or personal preference
  • Skin reaction or sensitivity (see Section 9)
  • Opened or used products in good condition
  • Incorrect address entered at checkout
  • Products purchased during a sale or promotion
  • Claims submitted outside the time limits (Section 4)
Good to know: We do not require you to physically return damaged or faulty products. Simply contact us with your order number and photos of the issue, and we will arrange a replacement or refund without asking you to send anything back.

3. What Is Not Eligible

The following situations are not covered by our refund or replacement policy:

  • Change of mind. We are unable to process returns or refunds because you changed your mind, disliked the scent, or decided you no longer want the product after purchase.
  • Skin reactions or sensitivities. Skincare products contain active botanical ingredients. Individual skin reactions vary and are not indicative of a product defect. We strongly recommend checking the ingredient list and performing a patch test before full use. Reactions do not qualify for a refund.
  • Opened products in good condition. Once a product has been opened and is in good working condition, it cannot be returned for hygiene and safety reasons.
  • Incorrect address entered at checkout. If a delivery fails because you provided an inaccurate or incomplete address, the cost of re-shipment is your responsibility.
  • Delayed delivery within normal windows. Shipping delays within the estimated delivery timeframes stated in our Shipping Policy do not qualify for a refund.
  • Promotional or sale items. Items purchased at a discounted price during sales or promotional events are final sale unless they arrive damaged or faulty.
  • Late claims. Claims submitted after the time limits outlined in Section 4 will not be accepted.

4. Time Limits for Claims

To be eligible for a refund or replacement, your claim must be submitted within the following windows. These limits exist because our manufacturing partner requires us to file claims on their behalf within the same timeframes.

Damaged or Faulty Items 30 days from date of delivery
Lost Orders 30 days from estimated delivery date
Wrong Item Received 30 days from date of delivery
Please act promptly. Claims submitted after 30 days from the relevant date cannot be processed, regardless of the circumstances. If you are unsure whether your issue qualifies, contact us and we will advise you — there is no cost to making an enquiry.

5. How to Submit a Claim

All claims are handled directly by Mora Ata. Please do not attempt to contact our manufacturing partner, Selfnamed, as they are unable to assist customers directly — all communication must go through us.

To submit a claim, please email us at privacy@moraata.com with the subject line "Order Issue – [Your Order Number]" and include the following information:

  1. Your order number — found in your order confirmation email or your Mora Ata account.
  2. A description of the issue — clearly explain what is wrong (e.g., damaged packaging, wrong product, item not received).
  3. Photographs — for damaged or faulty items, please attach clear photos of the affected product(s) and the outer shipping packaging. This is required for us to file a claim with our fulfillment partner.
  4. Your preferred resolution — let us know whether you would prefer a replacement shipped to you, or a refund to your original payment method.
  5. Your delivery address — if you would like a replacement sent, please confirm the address you'd like it shipped to (it can be different from your original order if needed).

We aim to respond to all claims within 2 business days. Once your claim is reviewed and approved, resolutions are typically processed within 72 hours. If an internal investigation with our fulfillment partner is required, resolution may take slightly longer, and we will keep you informed throughout.

6. Resolutions We Offer

Depending on the nature of your issue, we will offer one of the following resolutions:

Replacement

A new unit of the same product will be prepared and shipped to you at no charge. Replacements are processed within 72 hours of claim approval and will follow the standard fulfillment and shipping timelines outlined in our Shipping Policy. You do not need to return the original item.

Full Refund

A full refund of the product price (and original shipping cost, if the order was entirely affected) will be issued to your original payment method. Refunds are processed within 5–10 business days depending on your bank or card provider. You do not need to return the original item.

Partial Refund

If only part of your order was affected (e.g., one item in a multi-item order arrived damaged), we will offer a partial refund or replacement covering only the affected item(s).

Our preference: Where possible, we will offer a replacement first to ensure you receive the product you ordered. If a replacement is not possible or you prefer a refund, we will honor that request without hesitation.

7. Cancelled & Failed Orders

Orders cancelled before fulfillment begins

If you need to cancel your order, please contact us immediately at privacy@moraata.com. Because our products are made to order, fulfillment begins within 1–2 working days of your purchase. If your order has not yet entered the fulfillment process, we will cancel it and issue a full refund to your original payment method.

Once fulfillment has begun, cancellation is no longer possible and the standard return policy applies.

Orders cancelled due to payment failure

If your order is cancelled due to a failed payment, you will not be charged. If a charge was made in error, it will be automatically returned to your original payment method within a few business days. No action is required on your part.

If you have been charged for a cancelled or failed order and have not received your refund after 7 business days, please contact us at privacy@moraata.com.

8. Undelivered & Returned Packages

Failed delivery attempts

If our carrier is unable to deliver your package — due to an incorrect address, an unreachable phone number, or no one being available to receive it — the carrier will attempt to notify you. Please respond promptly, as carriers can only hold packages for a short period before returning them.

If you receive a delivery notification from the carrier, contact us at privacy@moraata.com and we will help coordinate re-delivery.

Packages returned to the fulfillment center

If a package is returned to our fulfillment partner due to a failed delivery, we will contact you to arrange re-shipment. Before dispatching again, we will inspect the returned package for any damage incurred during transit. If any items were damaged during the return journey, they will be replaced before re-shipping.

Re-shipment due to a failed delivery caused by an incorrect address or missed delivery (where no fault lies with Mora Ata or the carrier) will require you to cover the cost of re-shipping.

Undeliverable packages — wrong address

If a package is returned to us because you provided an incorrect or incomplete delivery address at checkout, the original product cost will not be refunded. We will offer to re-ship your order to a corrected address, and the cost of re-shipment will be charged to you.

If you realize you have entered the wrong address immediately after placing your order, please contact us without delay at privacy@moraata.com — we may be able to update your address before fulfillment begins.

9. A Note on Skincare & Hygiene Products

Mora Ata products are personal care and cosmetic items. Under consumer protection regulations in the United Kingdom (Consumer Contracts Regulations 2013) and the European Union (EU Consumer Rights Directive), goods that are sealed for hygiene reasons and have been unsealed after delivery are exempt from the standard 14-day right of withdrawal. All Mora Ata products fall within this category.

Additionally, individual reactions to skincare ingredients vary significantly from person to person. A reaction or sensitivity to a product does not indicate that the product is defective or of substandard quality — it may simply indicate that a particular ingredient is not suited to your individual skin profile. For this reason, skin reactions do not qualify for a refund or replacement under this policy.

We always recommend:

  • Reading the full ingredient list on each product page before purchasing
  • Performing a patch test on a small area of skin before full application
  • Consulting a dermatologist if you have known skin sensitivities or allergies
  • Contacting us before ordering if you have questions about a specific ingredient

If you believe a product has caused an unexpected and severe reaction, please discontinue use immediately, seek appropriate medical advice, and contact us. While we cannot offer a refund on this basis, we take every such report seriously and will document it with our manufacturing partner for quality assurance purposes.

10. Contact Us

For all return, refund, and order issue enquiries, please reach out to us directly. We are committed to resolving every issue fairly and promptly.

Email (preferred): privacy@moraata.com

Subject line: "Order Issue – [Your Order Number]"

Response time: Within 2 business days

By mail:

Mora Ata

Attn: Customer Care

4747 Research Forest Dr, Suite 180-573

The Woodlands, TX 77381

United States of America

You may also visit moraata.com to view your order status, track your shipment, or browse our FAQ. For shipping-related questions, please see our Shipping Policy.

© 2026 Mora Ata. All Rights Reserved.  |  www.moraata.com  |  privacy@moraata.com