Shipping policy

Shipping Policy – Mora Ata :root { --cream: #ffffff; --parchment: #eff0f5; --sand: #c5d4f5; --clay: #4770db; --bark: #0e1b4d; --ink: #0e1b4d; --mist: #dde5f8; --sage: #e4edf8; } *, *::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; transition: color 0.2s; } .toc-box a:hover { color: #0e1b4d; text-decoration: underline; } /* ── Callout box ── */ .callout { background-color: var(--mist); border: 1px solid var(--sand); border-left: 4px solid var(--clay); 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; } /* ── 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); } /* ── Delivery table ── */ .delivery-table { width: 100%; border-collapse: collapse; margin: 20px 0 28px; font-size: 13.5px; } .delivery-table thead tr { background-color: #0e1b4d; color: var(--cream); } .delivery-table thead th { padding: 11px 16px; text-align: left; font-weight: 500; letter-spacing: 0.08em; font-size: 12px; text-transform: uppercase; } .delivery-table tbody tr:nth-child(odd) { background-color: var(--parchment); } .delivery-table tbody tr:nth-child(even) { background-color: var(--cream); } .delivery-table tbody td { padding: 10px 16px; border-bottom: 1px solid var(--mist); color: #1a2860; vertical-align: top; } .tag { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 2px 8px; border-radius: 20px; font-weight: 500; margin-left: 4px; } .tag-std { background-color: var(--mist); color: #0e1b4d; } .tag-exp { background-color: #dde5f8; color: #0e1b4d; } /* ── Timeline visual ── */ .timeline { display: flex; align-items: stretch; gap: 0; margin: 24px 0 32px; border: 1px solid var(--sand); border-radius: 4px; overflow: hidden; } .timeline-step { flex: 1; padding: 20px 18px; text-align: center; } .timeline-step:nth-child(1) { background-color: var(--parchment); } .timeline-step:nth-child(2) { background-color: var(--mist); } .timeline-step:nth-child(3) { background-color: #dde5f8; } .timeline-arrow { display: flex; align-items: center; padding: 0 4px; color: var(--clay); font-size: 20px; background: transparent; } .timeline-step .step-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; color: var(--clay); display: block; line-height: 1; margin-bottom: 6px; } .timeline-step .step-label { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #0e1b4d; display: block; margin-bottom: 4px; } .timeline-step .step-detail { font-size: 12px; color: var(--clay); line-height: 1.4; } /* ── 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: 640px) { .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; } .timeline { flex-direction: column; } .timeline-arrow { display: none; } .delivery-table { font-size: 12.5px; } .delivery-table thead th, .delivery-table tbody td { padding: 8px 10px; } } Mora Ata Intentional Clean Beauty

Shipping Policy

Effective Date: May 28, 2026

How your order reaches you. Mora Ata is a direct-to-consumer clean beauty brand. Every order is fulfilled on demand by our manufacturing partner, Selfnamed — an FDA-registered, COSMOS-certified cosmetics facility with warehouses in both the United States and Europe. Your products are prepared, labeled with Mora Ata branding, and shipped directly to your door. There is no middleman warehouse, which means fresher products and a leaner footprint.

1. Where We Ship

We currently ship to the following regions:

  • United States — all 50 states (mainland addresses)
  • United Kingdom — mainland England, Scotland, and Wales
  • European Union — all EU member states (mainland addresses)
Please note: Due to cosmetics regulations enforced by the FDA, the EU Cosmetics Products Notification Portal (CPNP), and related certification bodies, we are currently unable to ship to islands, offshore territories, or countries outside the US, UK, and EU. We are actively working to expand our shipping reach in the future.

Mail forwarding services cannot be used to redirect orders to unsupported regions. Orders placed using a forwarding address may be cancelled.

2. How Your Order Is Fulfilled

Because every Mora Ata product is made to order and custom-labeled for your purchase, your total delivery time has two stages:

01 Fulfillment Your order is prepared, filled, and labeled at Selfnamed's facility
02 Shipping Your package travels from the facility to your delivery address
03 Delivery Your Mora Ata order arrives at your door

Fulfillment Time

Fulfillment time is how long it takes to prepare, fill, and label your order before it is handed to the carrier. This depends on your order size:

Order Size Fulfillment Time
1 – 20 products 2 working days
21 – 100 products 7 working days
101 – 999 products 12 working days
1,000+ products 30–60 working days

For most customers placing individual orders (1–20 items), fulfillment is completed within 2 working days. Working days are Monday through Friday, excluding public holidays.

Shipping Time

Once your order is fulfilled and collected by the carrier, shipping time begins. Estimated shipping times by region are listed in the next section. Your total estimated delivery window is fulfillment time + shipping time.

3. Delivery Times by Region

The times below reflect shipping time only (after fulfillment is complete). All times are estimated working days and may vary depending on carrier, weather, or customs processing.

United States

Shipping Method Estimated Shipping Time
Standard Standard 2–5 working days

Estimated total delivery (US): approximately 4–7 working days for standard orders of 1–20 items.

United Kingdom

Shipping Method Estimated Shipping Time
Standard Standard 4–7 working days
Express Express 1 working day

Estimated total delivery (UK standard): approximately 6–9 working days for standard orders of 1–20 items.

Estimated total delivery (UK express): approximately 3 working days for standard orders of 1–20 items.

European Union

Country / Region Standard Shipping Express Shipping
France 6 working days 1 working day
Germany 5 working days 1 working day
Netherlands 4 working days 1 working day
Spain 5 working days 1 working day
Italy 5 working days 1 working day
Belgium 4 working days 1 working day
Sweden 8 working days 1 working day
Denmark 8 working days 1 working day
Poland 5 working days 1 working day
Other EU Countries 5–9 working days 1 working day (where available)

Estimated total delivery (EU): approximately 7–11 working days for standard orders of 1–20 items, depending on destination country.

Please note: All delivery estimates are for working days (Monday–Friday). Weekends, public holidays, and customs processing are not counted. Delays beyond our control — such as carrier disruptions or customs holds — may extend these windows.

4. Shipping Costs

Shipping costs are calculated at checkout based on the total weight of your order and your delivery address. Selfnamed uses weight-based pricing rather than flat rates, which ensures you pay a fair cost whether you order one item or several.

As a general guide, Mora Ata product weights (including packaging) are approximately:

Product Type Approximate Weight
Small face care (serums, oils — 15–50ml) 80g – 150g (2.8–5.3 oz)
Mid-size products (cleansers, toners — 100–200ml) 200g – 300g (7–10.6 oz)
Large body & hair care (400–500ml) 500g – 700g (17.6–24.7 oz)

The exact shipping cost for your order will be shown at checkout before payment. We do not add any markup to shipping costs — what Selfnamed charges us is what you pay.

5. Order Tracking

Once your order has been fulfilled and dispatched, you will receive a shipping confirmation email containing your tracking number and a link to track your package in real time.

Tracking information is typically available within 24–48 hours of your order being handed to the carrier. If you do not see tracking updates immediately, please allow one full business day for the system to update.

You can also log into your Mora Ata account at moraata.com to view your current order status at any time.

If you have not received a shipping confirmation email within 5 working days of placing your order, please contact us at privacy@moraata.com and we will investigate promptly.

6. Customs, Duties & Taxes

United States

Orders shipped within the United States are not subject to customs duties. Applicable sales tax may be collected at checkout depending on your state of residence.

United Kingdom

Because Mora Ata ships from EU-based Selfnamed facilities, UK orders may be subject to import duties and VAT as a result of post-Brexit trade regulations. UK customs costs are included in the shipping price charged at checkout — we cover these so you do not receive an unexpected bill at the door.

European Union

Orders shipped within the EU are fulfilled from Selfnamed's European facility and are not subject to import duties. Local VAT may apply depending on your country of residence and will be shown at checkout where applicable.

Important: Mora Ata is not responsible for delays caused by customs inspections or processing in your country. Customs timelines are outside our control and are not included in the delivery estimates above.

7. Delivery Address

Please ensure your delivery address is complete and accurate before placing your order. Once an order has entered the fulfillment process, address changes may not be possible. Contact us immediately at privacy@moraata.com if you need to update your address — we will do our best to accommodate your request before the order ships.

If a package is returned to us due to an incorrect, incomplete, or undeliverable address provided by you, you will be responsible for the cost of re-shipment.

We ship to mainland addresses only within the US, UK, and EU. We are currently unable to ship to PO Boxes, islands, or offshore territories.

8. Lost or Damaged Orders

We take the quality and safe delivery of your Mora Ata products seriously. If your order arrives damaged or does not arrive at all, please follow the steps below:

  • Damaged items: Please contact us within 7 days of delivery at privacy@moraata.com with your order number and photographs of the damaged packaging and product. We will work with our fulfillment partner to resolve the issue, including replacement or refund where applicable.
  • Lost shipments: If your tracking shows no movement for more than 7 working days or your estimated delivery window has passed, please contact us. We will open an investigation with the carrier. Lost shipments confirmed by the carrier will be replaced or refunded at no additional cost to you.

Please note that Mora Ata cannot be held liable for delays or losses caused by incorrect addresses provided at checkout, failed delivery attempts where no one was available to receive the package, or circumstances beyond our control (natural disasters, carrier strikes, etc.).

9. Holiday & Peak Season Delays

During major holiday periods — including but not limited to the Thanksgiving and Christmas/New Year season, Valentine's Day, and Mother's Day — order volumes across the beauty industry increase significantly. This may result in fulfillment and shipping times that are longer than the standard estimates shown above.

We recommend ordering at least 2–3 weeks in advance during peak seasons to ensure timely delivery. Selfnamed publishes annual holiday cut-off dates, and we will communicate these to our customers via email and on our website when available.

Mora Ata is not responsible for carrier delays during peak periods, but we will always keep you informed and do our best to minimize any disruption to your order.

10. Contact Us

Have a question about your shipment? We're here to help. Our standard response time is within 24 hours on business days.

By email: privacy@moraata.com

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 our website to track your order or browse our FAQ for quick answers.

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