🥳 Free Shipping on orders over $50 🥳

Refund policy

Return and Refund Policy | CutieItaBags :root { --ink: #252a31; --muted: #59616b; --accent: #40566d; --accent-dark: #273b50; --wash: #f5f7f9; --card: #ffffff; --line: #d8dee5; --notice: #f1f4f7; --warning: #fff8ed; --warning-line: #b77a39; --success: #f0f6f1; --success-line: #5c8a66; --shadow: 0 10px 26px rgba(37, 48, 61, 0.07); } * { box-sizing: border-box; } html { scroll-behavior: smooth; background: var(--wash); } body { margin: 0; color: var(--ink); background: var(--wash); font-family: Georgia, "Times New Roman", serif; line-height: 1.75; } a { color: var(--accent-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; } a:hover, a:focus-visible { color: var(--accent); } .policy-page { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 70px; } .policy-hero { position: relative; overflow: hidden; padding: clamp(38px, 7vw, 74px); background: var(--card); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); animation: policyRise .7s ease both; } .policy-hero::after { position: absolute; right: 7%; bottom: -76px; width: 190px; height: 190px; border: 1px solid rgba(64, 86, 109, .10); border-radius: 50%; content: ""; opacity: .55; } .eyebrow { margin: 0 0 13px; color: var(--accent-dark); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; } h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.2; } h1 { max-width: 790px; margin: 0 0 16px; font-size: clamp(2.2rem, 5vw, 4.5rem); } h2 { margin: 0 0 17px; font-size: clamp(1.5rem, 3vw, 2rem); } h3 { margin: 0 0 9px; font-size: 1.18rem; } .hero-copy { max-width: 790px; margin: 0; color: var(--muted); font-size: 1.07rem; } .effective-date { display: inline-flex; margin-top: 23px; padding: 7px 13px; color: var(--accent-dark); background: #f1f3f5; border: 1px solid var(--line); border-radius: 3px; font-size: .86rem; } .policy-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 24px; align-items: start; margin-top: 24px; } .policy-nav { position: sticky; top: 18px; padding: 22px; background: var(--card); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(37, 48, 61, .05); } .policy-nav h2 { margin-bottom: 12px; font-size: 1.2rem; } .policy-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: .9rem; text-decoration: none; transition: color .2s ease, transform .2s ease; } .policy-nav a:hover, .policy-nav a:focus-visible { color: var(--accent); transform: translateX(3px); } .policy-content { min-width: 0; } .policy-section { margin-bottom: 20px; padding: clamp(25px, 4vw, 38px); background: var(--card); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 7px 20px rgba(37, 48, 61, .04); animation: policyRise .7s ease both; } .policy-section p:last-child, .policy-section ul:last-child { margin-bottom: 0; } .policy-section ul { margin: 12px 0 18px; padding-left: 23px; } .policy-section li { margin-bottom: 8px; } .policy-section strong { color: var(--accent-dark); } .policy-callout { margin: 20px 0; padding: 18px 20px; background: var(--notice); border-left: 4px solid var(--accent); border-radius: 4px; } .policy-callout.warning { background: var(--warning); border-left-color: var(--warning-line); } .policy-callout.success { background: var(--success); border-left-color: var(--success-line); } .policy-callout strong { display: block; margin-bottom: 5px; } .summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 0 0 20px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 8px; } .summary-card { min-width: 0; padding: 20px 16px; background: var(--card); } .summary-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; } .summary-value { display: block; color: var(--accent-dark); font-size: 1.4rem; font-weight: 600; line-height: 1.2; } .summary-note { display: block; margin-top: 6px; color: var(--muted); font-size: .78rem; line-height: 1.45; } .steps { display: grid; gap: 16px; margin-top: 20px; } .step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 15px; align-items: start; } .step-number { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; font-weight: 700; } .step-body { padding-top: 4px; } .step-body strong { display: block; margin-bottom: 4px; } .step-body p { margin: 0; color: var(--muted); } .policy-table-wrap { overflow-x: auto; margin: 20px 0; } .policy-table { width: 100%; min-width: 590px; border-collapse: collapse; background: var(--card); font-size: .92rem; } .policy-table th { padding: 13px 14px; color: #fff; background: var(--accent-dark); text-align: left; font-weight: 600; } .policy-table td { padding: 13px 14px; border: 1px solid var(--line); vertical-align: top; } .policy-table tbody tr:nth-child(even) td { background: #fafbfc; } .policy-table .emphasis { color: var(--accent-dark); font-weight: 700; } .condition-list { display: grid; gap: 10px; margin: 15px 0; padding: 0; list-style: none; } .condition-list li { margin: 0; padding: 12px 15px; background: var(--success); border: 1px solid #cbded0; border-radius: 5px; } .condition-list li::before { margin-right: 8px; color: var(--success-line); content: "✓"; font-weight: 700; } .exception-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 17px; } .exception-grid li { padding: 12px 14px; background: #fafbfc; border: 1px solid var(--line); border-radius: 5px; } .exception-grid li::marker { color: var(--accent); } .contact-panel { color: #fff; background: var(--accent-dark); border-color: var(--accent-dark); border-radius: 8px; } .contact-panel h2, .contact-panel strong { color: #fff; } .contact-panel p { margin: 0 0 10px; color: #e5ebf1; } .contact-panel a { color: #dce8f3; font-weight: 700; } .policy-footer { padding: 26px 10px 0; color: var(--muted); text-align: center; font-size: .87rem; } @keyframes policyRise { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 900px) { .policy-layout { grid-template-columns: 1fr; } .policy-nav { position: static; } .policy-nav-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; } .summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 560px) { .policy-page { width: min(100% - 20px, 1120px); padding-top: 10px; } .policy-hero, .policy-section, .contact-panel { border-radius: 6px; } .policy-nav-list, .exception-grid { grid-template-columns: 1fr; } .summary-grid { grid-template-columns: 1fr 1fr; } .summary-card { padding: 16px 12px; } .summary-value { font-size: 1.2rem; } .step { grid-template-columns: 35px minmax(0, 1fr); gap: 11px; } .step-number { width: 35px; height: 35px; font-size: .9rem; } } @media (max-width: 360px) { .summary-grid { grid-template-columns: 1fr; } .policy-table { min-width: 520px; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; } }

CutieItaBags

Return and Refund Policy

This policy explains return eligibility, cancellation requests, exchanges, refunds, and procedures for damaged or incorrect items.

Last updated: September 9, 2026

On this page

Policy Overview

Return window30 daysFrom delivery
Restocking fee15%Eligible returns
Return shippingCustomerTracked shipping recommended
Cancellation24 hoursFrom order placement

We want customers to be satisfied with their purchases. This policy explains the conditions and procedures that apply when a customer wishes to return an item, cancel an order, request a refund, or report a damaged or incorrect product.

This policy should be read together with the Terms of Service, Shipping Policy, and any product-specific terms published on the website.

Please contact us before sending anything back. A return must be approved and assigned return instructions before the product is shipped to us.

1. Returns

Customers have 30 calendar days from the date of delivery to request a return. Return requests submitted after this period may not be accepted.

To qualify for a standard return, the item must satisfy all of the following conditions:

  • It is unused and unworn and remains in the condition in which it was received.
  • All original tags and packaging remain intact.
  • The customer provides a receipt, order number, or other proof of purchase.
Important: contact us first. Do not ship an item back without first requesting and receiving return authorization. Items returned without prior authorization may not be accepted or refunded. Email hello@cuteitabags.com to begin the process.

After a return request is approved, we will provide the applicable return address and packing instructions. Tracked shipping is recommended because we cannot be responsible for a package that is lost in transit after it has been sent by the customer.

2. Return Costs and Fees

Unless applicable law requires otherwise, the following charges apply to an eligible standard return:

Charge Responsibility Amount or basis Notes
Return shipping Customer Carrier rate Use a trackable service.
Restocking fee Customer 15% of item price Deducted from the approved refund.
Prepaid return label Customer Not provided Customers arrange return shipping unless otherwise agreed.
Original shipping charge Non-refundable Not included Subject to applicable law and any stated exception.
15% restocking fee. An eligible standard return may be subject to a restocking fee calculated on the item’s original purchase price. The fee covers inspection, repackaging, and inventory processing and is deducted before the refund is issued.

For example, if the item price is $100, the refund after a 15% restocking fee would be $85, less any applicable non-refundable shipping charge and subject to approval.

3. How to Start a Return

1
Email a return request.

Send an email to hello@cuteitabags.com with your order number and a brief reason for the request.

2
Receive instructions.

If the request is eligible, we will provide the return address and packing instructions. Do not ship before receiving confirmation.

3
Pack and ship the item.

Use the original packaging where possible, keep tags attached, and use a carrier with tracking. Keep the tracking number for your records.

4
Inspection and decision.

After receipt, the item will be inspected. We will notify you by email whether the return is approved and explain any applicable deduction.

4. Order Cancellations

Customers may request cancellation within 24 hours from the time the order was placed. The request should be sent as soon as possible with the order number.

Cancellation within 24 hours. If the request is within the 24-hour window and the order has not shipped, we will cancel it and issue a full refund without a restocking charge, subject to confirmation.
After 24 hours. Cancellation requests submitted after the 24-hour window may not be accepted, even if the order is still processing. In that case, the customer should wait for delivery and follow the standard return process.
Scenario Within 24 hours After 24 hours
Order not shipped Cancellation may be requested Use the return process after delivery
Order shipped Cancellation may not be possible in transit Use the return process after delivery

5. Damaged, Defective, or Incorrect Items

Customers should inspect their order promptly after delivery. If an item is defective, damaged in transit, or incorrect, contact us immediately at hello@cuteitabags.com.

Include the order number, a description of the issue, and photographs of the item or packaging when requested. We will assess the matter and determine the appropriate remedy.

When the issue is confirmed to be our error. The standard restocking fee does not apply to a confirmed damaged, defective, or incorrect item. We will communicate the available replacement, refund, or other resolution.

A replacement or full refund is not guaranteed until the issue has been reviewed and eligibility has been confirmed.

6. Non-Returnable Items

Some products may be final sale or excluded from standard returns. Examples may include:

  • Perishable goods, where applicable
  • Custom or personalized orders
  • Personal-care or beauty products
  • Hazardous materials or flammable liquids
  • Gases or pressurized products
  • Sale or clearance items
  • Gift cards

Customers should contact us before purchase if they are unsure whether a particular product is eligible for return.

7. Exchanges

We do not offer direct exchanges unless the business confirms a different arrangement for a particular order.

The usual process is to request an eligible return and place a new order for the desired product after the return has been accepted.

Product availability is not guaranteed while a return is being processed. Customers should contact us if they have an important availability question.

8. Refunds

After receiving and inspecting a returned item, we will notify the customer whether the refund has been approved. Approved refunds are issued to the original payment method where possible.

Stage Estimated timeframe
Inspection after receipt 1–3 business days
Refund issued after approval Up to 10 business days
Bank or card processing Additional 3–5 business days, depending on the provider

If more than 15 business days have passed since refund approval and the funds have not appeared, email hello@cuteitabags.com so that we can investigate.

Unless applicable law requires otherwise, the restocking fee is deducted from the refund total and original shipping charges are not refunded.

9. European Union Withdrawal Rights

14-day withdrawal period for eligible EU consumers. If the order is delivered to an address within the European Union, consumers may have a right to cancel or return the order within 14 days of delivery without giving a reason, subject to applicable EU and local consumer law.

Any withdrawal right may be subject to legal exceptions and conditions. The product may need to remain in an appropriate unused condition, with tags and packaging intact where required by law.

Where mandatory consumer law conflicts with this policy, the mandatory law applies. Any restocking fee, return-shipping rule, or other condition applies only to the extent permitted by applicable law.

10. Contact

Email is our preferred contact method for return requests, cancellation requests, damaged-item reports, refund questions, and other support.

Business: STARTUP LAB LLC, operating online as CutieItaBags

Email: hello@cuteitabags.com

Phone: +1 (346) 564-4855

Address: 169 Madison Ave STE 11534, Unit 146, New York, NY 10016, United States

When contacting us about an order, include the order number and email address used for the purchase. Do not send passwords, full payment-card numbers, or security codes.

© CutieItaBags. All rights reserved.

This policy should be reviewed by qualified legal counsel before publication or reliance.